/** 
 * Imprivata Admin Console Login CASCADING STYLE SHEET
 *
 * [DESCRIPTION]
 * This is the CSS style sheet used in Imprivata Admin Console Login and AdminInit
 *
 * [AUTHOR]
 * GX
 * Document Last Modified: September 10, 2010 by BG
 */
 
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #f4f4f4;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

select, select:hover, select option, select option:hover {
	border: solid 1px #ffffff;
	box-sizing: border-box;
}

.frmLabel2 {
  text-align: left;
}

.frmInput {
  width: 260px !important;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}

input {
  border: solid 1px gray;
  box-sizing: border-box;	
}

.btnSubmit {
	width: 260px;
	line-height: 40px;
	font-weight: normal;
	background-color: #c60c30;
	color: #ffffff;
	border: solid 1px #ffffff;
}

.btnSubmit:hover {
	background-color: #a1001d
}

.helperText {
  color: gray;
  background-color: #DFDFDF;
  padding: 5px;
}

.login-note {
  color: #c60c30;
  font-size: 1.1em;
  margin-bottom: 0;
  text-align: center;
}

.login-form {
  background-color: #fff;
  padding: 20px 60px;
}

.login-logo, .login-title, .login-info {
  text-align: center;
}

.login-logo {
	margin: 20px 0;
}

.login-title {
	font-size: 1.8em;
	margin: 0 0 10px 0;
}

#login-directory {
	max-width: 260px;
}

.login-directories, .login-modality {
	/*
	font-size: .775em;
	height: 12px;
	line-height: 12px;
	*/
}

.login-directories-container, .init-directories-container {
	width: 260px;
	height: 20px;
	text-align: right;
	margin-top: 0;
	margin-bottom: 3px;
}

.init-directories-container {
	margin: 25px 0;
}

/*
 * Be sure to add a class that
 * specified width and negative
 * margin for this to be useful
 * as a centered form container. 
 */
.container-centered-form {
    position: absolute;
	top: 50%;
	left: 50%;
}

/*
 NIAP-14 : Advisory message display changes
 added to align advisory message
 */
.container-centered-form-message {
	position: absolute;
	top: 35%;
	left: 50%;
}

.container-admin-init {
	width: 550px;
	top: 0;
    margin: 25px 0 0 -275px;	
}

.container-login {
	width: 340px;
    margin: -217px 0 0 -170px;	
}

.container-inner-login {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #666666;
}

div.container-inner-login h4 {
	margin: 0;
	padding: 0;
}

.infield-label {
	padding-left: 10px;
	padding-top: 6px;
}

form {
	margin-top: 0;
}

form div {
	position: relative;
	margin: 25px 0;
}

form div label, form div div label {
	position: absolute;
	top: 0;
	left: 0;
	cursor: text;
	height: 100%;
	line-height: 30px;
	padding-top: 2px;
	padding-left: 2px;
}

.login-username, .login-password {
	margin-top: 0;
	margin-bottom: 0;
}

.login-username-input {
	border-bottom-width: 0;
}

.login-modality {
	margin: 3px 0 25px 0;
}

.login-submit {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}

.form-hint {
	width: 200px;
	margin: 0 0 0 10px;
}

.init-form-field, .init-form-field div {
	height: 30px;
	margin-top: 0;
}

.form-inline-label {
	position: relative /* Fixes mis-alignment form inFieldLabels widget */
}

.init-directories {
	border: solid 1px gray;	
}

.messages-container {
	width: 100%;
	margin-left: 0 !important;
	margin: 0;
}

.login-button-loading {
	background-image: url(../images/loading-white-on-red_24x24.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #c60c30; 
}