/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2017, 3:26:31 PM
    Author     : Dell
*/
body, html {
	font-family: 'Muli', sans-serif;
	height: 100%;
	background-repeat: no-repeat;
}

body#loginBodyWrapper {
    background-color: #3a5d7d;
}

.card-container.card {
	max-width: 350px;
	padding: 40px 40px;
}
.btn {
	font-weight: 700;
	height: 36px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}

/**** Card Component - START ****/
.card {
	background-color: #F7F7F7;
	/* just in case there no content*/
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	margin-top: 50px;
	/* shadows and rounded borders */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#profile-img {
	padding-bottom: 30px;
	display:block;
  	margin-left:auto;
  	margin-right:auto;
}
#disclosure-id {
	text-align:center;
}
/**** Card Component - END ****/

/**** Form Styles - START ****/
.profile-name-card {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1em;
}
.errors{
	color:red;
	font-family: Verdana;
	font-size:11px;
}
.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin #username, .form-signin #password {
	direction: ltr;
	height: 44px;
	font-size: 16px;
}
.form-signin input[type=email], .form-signin input[type=password],
	.form-signin input[type=text], .form-signin button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	border-color: #00AFF0;
	outline: 0;
	-webkit-box-shadow: #000\9;
	box-shadow: #000\9;
}
.btn.btn-signin {
	background-color: #234A6E;
	padding: 0px;
	font-weight: 700;
	font-size: 14px;
	height: 36px;
	margin: 30px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
}
.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
	cursor: pointer;
}
.header-links {
	margin: 20px auto 10px;
	text-align: center;
}
.forgot-password {
	color: #234A6E;
	font-weight: bold;
	font-size: 14px;
}
.forgot-password:hover, .forgot-password:active, .forgot-password:focus{
	color: #234A6E;
}
#login-card-footer {
	margin: 100px auto 10px;
	text-align: center;
	opacity: 0.5;
}
.login-footer {
	color: #d3d3d3;
	padding-left:10px;
	padding-right:10px;
}
.login-footer-static {
	color: #d3d3d3;
	pointer-events: none;
	padding-left:10px;
}
.login-footer:hover, .login-footer:active, .login-footer:focus {
	color: #e6e6e6;
}

.language-selector-wrapper {
	width: 100%;
	display: inline-block
}

.language-selector-dropdown {
	float: right;
    list-style: none;
    background: #FFF;
    padding: 0;
    width: 40%;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.language-links-menu {
    position: relative;
    z-index: 2001;
    border: none;
    text-align: center;
}

.language-links-menu a {
    font-size: 100%;
    opacity: .5;
    top: .3em;
    line-height: 2;
    color: #333;
    text-decoration: none;
}

.language-sub-menu {
    background-color: #FFFFFF;
    display: none;
    padding: 2px;
    list-style-type: none;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px #CCCCCC;
    border-radius: 4px;
    position: absolute;
    width: 100%;
}

.language-sub-menu li{
	padding:0px !important;
	margin:0px !important;
	width:100%;
	min-width:85px;
 	text-align:center;
}

.language-sub-menu li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.language-sub-menu li a {
	color:#625D52 !important;
	text-decoration:none !important;
	font-size:13px;
	font-weight:normal;
	display: block;
	text-decoration: none;
	padding:5px 10px;
	border-top:0px; 
}
.language-sub-menu li:hover a {
	color: #FFFFFF !important;
	background-color: #20528F;
}

.language-links-menu .arrow-down {
    margin-left: 5px;
    display: inline-block;
    zoom: 1;
    position: relative;
    bottom: 2px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.language-links-arrow-up-container {
    background: url(../images/language-links-arrow-up.png) no-repeat right top;
    display: none;
    position: absolute;
    top: 10px;
    width: 100%;
    height: 120%;
    z-index: 2002;
}
/**** Form Styles - END ****/