/*
 * 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
 */


 @font-face {
	font-family: 'Roboto';
	font-weight: 400;
	src: url('./fonts/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 500;
	src: url('./fonts/Roboto-Medium.ttf');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 600;
	src: url('./fonts/Roboto-Bold.ttf');
}

html, body {
    color: #3b3b3b;
    font-family: Roboto;
    font-size: 12px;
    background-color: #f3f3f3;
	background-image: none;
}
body * {
	font-family: 'Roboto';
	font-style: normal !important;
}
.inputfield {
    border: 0px;
    border-radius: 0px;
    padding: 3px 3px;
    border-bottom: 1px solid #e8e8e8;
    color: #333333;
	margin: 0px;
}
.selectfield {
	background: #ffffff;
}
select {
	border: 0px;
    padding: 3px 3px;
    border-bottom: 1px solid #e8e8e8;
    color: #333333;
    margin: 0px;
    background-color: #ffffff;
    outline: none;
}
.inputfield:focus {
    border-bottom: 2px solid #864720;
	outline: none;
	}
 .formFieldLabel {
     color: #585858;
 }

.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: #808080;
    box-shadow: 2px 2px 5px #aaaaaa;
}.menubutton:hover {
/*     background: #b2b2b2; */
     background: #585858;
}

#centerbody {
    background: #ffffff;
    min-width: 600px;
    margin-top: 20px;
    border-radius: 8px;
    /* box-shadow: 3px 3px 5px #a0a0a0; */
    border: 3px solid;
    border-color: #b2b2b2;
	
	box-shadow: 0px 2px 15px 0px #dedede;
	border: 0px;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}


.btn {
    font-family: Trebuchet MS, sans-serif;
    box-shadow: 2px 2px 1px 1px #8c8c8c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3e374c), color-stop(1, #08070f) );
    background:linear-gradient(to bottom, #3e374c 5%, #08070f 100% );
}.btn:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #08070f), color-stop(1, #3e374c) );
     background:linear-gradient(to bottom, #08070f 5%, #3e374c 100% );
}.btn:disabled {
      /* color: #656565;
      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f485d), color-stop(1, #191820) );
      background:linear-gradient(to bottom, #4f485d 5%, #191820 100% ); */
}

/*
.btn {
    background: #5c7f9d;
    box-shadow: 2px 2px 5px #aaaaaa;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #70869b), color-stop(1, #273f59) );
    background:linear-gradient(to bottom, #70869b 5%, #273f59 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70869b', endColorstr='#273f59'); 
}.btn:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8096ab), color-stop(1, #374f69) );
     background:linear-gradient(to bottom, #8096ab 5%, #374f69 100% );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8096ab', endColorstr='#374f69'); 
 }.btn:disabled {
      color: #656565;
      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #50667b), color-stop(1, #172f49) );
      background:linear-gradient(to bottom, #50667b 5%, #172f49 100% );
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50667b', endColorstr='#172f49'); 
  }
*/

#header {
    height: 67px;
    background-color: #ffffff !important;
    background: none;
    background-image: none;
	color: #585858;
}
#header * {
	color: #585858
}
#header-page, #header-title {
	font-family: Roboto;
}

#header-company-logo {
	background: url("nvseal-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #5e6565;
	font-weight: bold;
	z-index: -1;
	font-size: 2em;
	width: 97px;
	height: 67px;
	position: absolute;
	background-size: 54px;
    top: 7px;
    left: 7px;
}

#header-company-logo::after {
content: 'Nevada';
position: absolute;
margin: 12px 0 0 65px;
color: #5e6565;
}
#header-center-left {
	color: #585858;
	max-width: none;
	width: 100%;
    text-align: left;
}
#header-warning {
    background-color: #ebeca6;
}

.message-info {
    background-color: #f0f0f0;
    color: black;
}

.message-error {
    background-color: #f0f0f0;
    font-weight: bold;
    color: #FF0000;
}

.message-success {
    background-color: #8096ab;
}

.header-button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	/* color: #FFFFFF; */
	color: #b8b8b8;
	font-family: FontAwesome;
	/* font-size: 20px; */
	padding: auto;
	margin: auto;
	display: inline-block;
	float: none;
}

#header-menu-wrapper {
    color: white;
    text-align: right;
}

#header-menu-alert::before {
    color: #e50000;
    content: "\f071";
    font: 12px FontAwesome;
}

#header-username-group, #header-username {
    display: inline-block;
}

#header-menu-wrapper > #header-username {
    display: block;
}

#header-menu {
    cursor: pointer;
}

#header-menu:only-child {
  padding-top: 15px;
}

#header-username-caret {
    display: inline-block;
}

#header-menu-icon {
  display: inline-block;
}

#header-menu-icon::after {
  content: "\f141";
  font: 12px FontAwesome;
}

#header-title {
	font-size: 13px;
}

#recaptcha-container {
	padding-left: 0px;
	padding-top: 11px;
}

#HomeButton span.btn-icon, #LogoutButton span.btn-icon, #header-username-caret span.m-icon {
    font: 20px FontAwesome;
    margin-right: 0px;
}

/*Sets the home button to be visible */
#HomeButton span.pwm-icon {
    color: #585858;
}

#HomeButton span.btn-icon:before {
    content: "\f015";    
}

#LogoutButton span.btn-icon:before {
    content: "\f08b";
}

#header-username-caret span.m-icon {
    content: "\f08b";
}

#panel-searchbar {
    margin-top: 5px;
}

#localeSelectionMenu {
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    background: none;
    border: none;
    padding: 1px 5px;
    color: inherit;
    /* font-size: 20px; */
    display: inline-block;
    /* vertical-align: top; */
    padding-top: 2px;
}

table td {
    border: 1px solid #dae1e1;
    padding: 2px;
}

#footer {
color: #FFF;
}
#footer-content {
	color: #585858;
}
.btn {
	height: 36px;
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
}
.btn:not(disabled):not(#button_reset), #submitBtn, #button-setResponses, #button_continue {
	background: #864720 !important;
    box-shadow: none  !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	color: #fff !important;

}
.btn .btn-icon, button .btn-icon {
	display: none;
}
#button_reset, #button-cancelButton, #button-cancel {
	background-color: #fff;
    border-radius: 2px;
    border: 1px solid #864720;
    background: none;
    color: #864720;
    box-shadow: none;
}
.buttonbar {
	text-align: center;
	margin-bottom: 0px;
}
.formFieldWrapper {
	padding-bottom: 25px;
}
.formFieldWrapper p {
		color: #9b9b9b;
	}
.localeDisplayName {
	padding-left: 5px;
}
.btn:disabled {
	background-color:rgba(0, 0, 0, 0.12) !important; 
	color:rgba(0, 0, 0, 0.26) !important; 
	background: none;
	box-shadow: none;
}
/*--------------Mobile styles-----------------*/
@media(max-width: 768px) {
	#header {
		height: 50px;
		text-align: center;
	}
	#header-company-logo {
		position: relative;
		background-size: 35px;
		top: 0px;
		left: 0px;
		height: 50px;
		background-position-y: center;
		/* background-position-x: calc(50% - 57px); */
		width: 113px;
		line-height: 50px;
		display: inline-block;
	}
	#header-company-logo::after {
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #5e6565;
		position: relative;
		margin: 0px;
		left: 23px;
	}
	#header-center-left {
		padding: 10px 0px;
		width: 100%;
		max-width: none;
	}
	#header-page{
		padding: 0px 50px !important;
		font-size: 18px;
		font-weight: 500;
		color: #5e6565;
	}
	#header-title{
		padding: 0px 50px !important;
		font-size: 12px;
		color: #5e6565;
	}
	#centerbody {
		border-radius: 2px;
		margin: 0px;
		box-shadow: 0 2px 15px 0 rgba(158, 158, 158, 0.5);
		padding: 20px 17px 30px 17px !important;
		width: 100%;
		box-sizing: border-box;
	}
	.formFieldWrapper {
		padding-bottom: 36px;
	}
	p {
		font-size: 14px;
		color: #5e6565;
	}
	.sign-in {
		margin: 0px;
	}
	.formFieldLabel, h2 label {
		font-size: 12px;
		font-weight: normal;
		color: #9b9b9b;
	}
	#PasswordRequirements li{
		color: #9b9b9b;
		font-size: 13px;
	}
	.btn, #login .buttonbar #submitBtn, #submitBtn,  #button_reset, #button-setResponses, #button_continue{
		width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		text-transform: uppercase !important;
	}
	.pwm-icon-search:before, .pwm-icon-forward:before {
		content: "";
	}
	.noborder {
		width:100%;
	}
	.noborder .menubutton_key {
		padding-left: 0px;
	}
	.noborder .menubutton_key .menubutton {
		margin: 0px;
	}
	.inputfield {
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.33;
		letter-spacing: normal;
		text-align: left;
		color: #666666;
	}
}