/*
 * Password Management Servlets (PWM)
 * http://code.google.com/p/pwm/
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2012 The PWM Project
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */




html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    /*background-color: #cccccc;*/
}

p {
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

#footer {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin: 0;
}

.agreementText {
  border: 0;
  background-color: #fffcf8;
  border-radius: 7px;
  padding: 10px;
  max-height: 300px;
  overflow: auto;
  font-family: monospace;
}

.tokenInput {
    height: 18px;
    width: 30%;
    resize: none;
    display: block;
    margin-bottom: 30px;
    white-space: nowrap;
}

.inputfield {
    border: 1px solid #949494;
    border-radius: 3px;
    padding: 3px 3px;
}

.changepasswordfield {
    margin: 5px;
    height: 18px;
    border: 1px solid #949494;
    border-radius: 3px;
    padding: 3px 3px;
}

.menubutton {
    display: block;
    text-align: center;
    padding: 4px 4px;
    border-radius: 5px;
    border: 1px solid black;
    margin: 5px 2px;
    text-decoration: none;
    /*color: white;
    background: #777777;*/
	color: #e8a124;
	background: white;
    box-shadow: 2px 2px 5px #aaaaaa;
}.menubutton:hover {
     /*background: #393d3e;*/
	 color: white;
	 background: #e8a124;
 }

 
.wideCenterBody{
    min-width: 700px !important;
}

#centerbody {
    /*background: #fafafa;*/
	background: #fffcf8;
    min-width: 600px;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #a0a0a0;
    border: 3px solid;
    /*border-color: #b2b2b2;*/
	border-color: #f9c263;
}

.btn {
    border-radius: 5px;
    border: 1px solid black;
    text-decoration: none;
    /*color: white;
    background: #777777;*/
	color: #e8a124;
	background: white;
    box-shadow: 2px 2px 5px #aaaaaa;
}.btn:hover {
     color: white;
	 background: #e8a124;
 }.btn:disabled {
      border-radius: 5px;
    border: 1px solid black;
    text-decoration: none;
    /*color: white;
    background: #777777;*/
	color: #e8a124;
	background: #DDDDDD;
    box-shadow: 2px 2px 5px #aaaaaa;
  }

/*
#header {
    height: 67px;
    background-image: url('bg.png');
}
*/

#header {
    width: 100%;
    height: 100px;
    margin: 0;
    background: linear-gradient(#e8a227, #edddc21f);
}

#header-warning {
    background-color: #fffcf8;
}

.message-info {
    background-color: #fffcf8;
    color: black;
}

.message-error {
    background-color: #fffcf8;
    font-weight: bold;
    color: #FF0000;
}

.message-success {
    background-color: #fffcf8;
}

#header-company-logo {
    position: relative;
    float: left;
    background-image: url('https://pass.sapir.ac.il/sspr/public/resources/nonce-c716f35d67b1ae8958976d9ff9e3ad81/logo.png');
    top: 10px;
    left: 20px;
    width: 71px;
    height: 91px;
    z-index: 1;
}

.header-button {
    /*border-radius: 3px;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E8E1F6), color-stop(1, #B2B1B9) );
    background:linear-gradient(to bottom, #e8a227 5%, #f2ca84 100% );*/
	
	border-radius: 5px;
    border: 1px solid black;
    text-decoration: none;
	color: #e8a124;
	background: white;
    box-shadow: 2px 2px 5px #aaaaaa;
	
}.header-button:hover {
     /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B2B1B9), color-stop(1, #E8E1F6) );
     background:linear-gradient(to bottom, #B2B1B9 5%, #E8E1F6 100% );*/
	 color: white;
	 background: #e8a124;
 }
 
 #header-title {
    color: #ffffff;
    font-family: Trebuchet MS,sans-serif;
    font-size: 18px;
    margin: auto;
    position: relative;
}

#updateDetailsCurrentDetailsTable{
	border-collapse: collapse;
    border: 0px !important;
    color:black;
}

.tdNoBorder{
	border: 0;
}

#dialogPopup_title{
	color: #e8a124;
}