/* ==========================================================================
   Login Box styles
   ========================================================================== */
  
 
body{
	/*background:#091c42;*/
	background:#FFF;
	color: #444;
	font-family: SofiaProRegular, Lato, Arial, sans-serif;

}

.alert {
	margin: 20px auto;
	width: 70%;
}

.clickable {
	cursor: pointer;
}
.truncate {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#district {
	padding: 0.3rem 0 0.3rem 0;
	font-size: 2.6rem;
}

#login-block {
	box-sizing: border-box;
	padding: 5px 0 20px;
	margin: 0 auto;
	width: 360px;
}
#login-block h3{
	color: #444;
	text-align: center;
	font-size: 1.5em;
	 opacity: 0.8;
	text-shadow: 2px 2px 2px #000;
	font-weight: normal;
 
}

.login-box{
	position: relative;
	max-width:480px;	
	background: #ecf0f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	padding-bottom: 20px; 
	margin-top: 10px;
}

.login-logo{
	 text-align: center;
	 padding: 12px 0 10px;
	 margin-top: -25px;
}

.login-logo img{
	border:0;
	display: inline-block;
}
.login-form form p{
	width:80%;
	margin: 5px auto 10px;
	text-align: center;
}
 

.login-box hr{
	margin: 0px auto 20px;
	width:70%;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}
/* page icon */
.page-icon{
	width: 100px;
	height:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #437ec1;
	text-align: center; 
	margin: -60px auto 0;
	
}
.page-icon img{
	vertical-align: middle; 
	margin: 25px 0 0 0;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width:48px;
	height:48px;
	 
}

/* Login Form */
.login-form input{
	display: block;
	margin:0 auto 0;
	width:70%;
	background: #fff;
	border:1px solid #ddd;
	color:#6c6c6c;
	padding: 8px;
	border-radius:6px;	
}

/* Login Button */
.btn.btn-login {
	min-width: 120px;
	max-width: 155px;
	display: block;
	margin: 20px auto 20px;
	color: whitesmoke;
	text-transform: uppercase;	 
	background: #c6423c; 	
}

.btn.btn-login:hover {	 
	border:1px solid #FFF;
	opacity: 0.9;
} 

.btn.btn-reset{
	width: 180px;
}

/* Google Login Button */
.Google.btn.btn-login {		
	background: url(../images/Google/btn_google_signin_light_normal_web.png) transparent 0 0 no-repeat;
	opacity: 1;
	border: none;
	width: 193px;
	height: 48px;
	background-size: contain;
}

.Google.btn.btn-login:hover {
	background: url(../images/Google/btn_google_signin_light_focus_web.png) transparent 0 0 no-repeat;
	opacity: 1;
	border: none;
	width: 193px;
	height: 48px;
	background-size: contain;
}

.Google.btn.btn-login:active {
	background: url(../images/Google/btn_google_signin_light_pressed_web.png) transparent 0 0 no-repeat;
	opacity: 1;
	border: none;
	width: 193px;
	height: 48px;
	background-size: contain;
}

.login-links{
	text-align: center;
}

.login-links a{
	color: #777879; 
	display:inline-block;
	padding:5px; 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

.login-links a:hover{
	 color: #444;
	 text-decoration: none;
}

label.checkbox {
	width: 70%;
	display: block;
	margin: 0 auto;
}

label.checkbox input{
	width:14px;
	margin: 4px 0 0;
	padding: 0;
	background: none;
	border: 0;
}

#credentials {
	overflow: hidden;
	white-space: nowrap;
}

#namepass {
	text-align: center;
	display: inline-block;
	position: relative;
	width: 100%;
}

#name {
	
	text-align: center;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#pass {
	text-align: center;
	display: inline-block;
	width: 100%;
}

#portalBackArrow {
	opacity: .4;
	padding: 5px 8px 5px 8px;
	margin: 0 10px 0 0;
	border: 1px solid #ecf0f5;
}

#portalBackArrow:hover {
	opacity: 1;	
	cursor: pointer;
	border: 1px solid lightgrey;
}

#portalAccountUsernameLabel{
	display: inline-block;
}

#portalAccountPassword {
	display: none;
}


#warningContainer,
#errorContainer{
	max-width: 252px;
}

/* Begin Stick Footer */

.footer a {
	color: #f28a57;
	text-decoration: none;
	padding: 2px;
	color: #858585;
}

.footer a:hover {
	color: #D68362;
}

.footer > div {
	display: inline-block;
	margin-left: 1.5rem;
}

.footer > div:first-child {
	margin-left: 0;
}

.footer	{
	background: whitesmoke;
	font-family: SofiaProRegular, Lato, Arial, sans-serif;
	font-size: 1.2rem;
	text-align: center;
	color: #858585;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* sticky footer */
	position: fixed;
	left: 0;
	bottom: 0;
	height: 3rem; /* same as margin bottom of html tag */
	width: 100%;

	border-top: 1px solid #E2E2E2;
	line-height: 3rem; /* same as margin bottom of html tag */
	overflow: hidden;  

	z-index: 3;
}

#productVersion
{
	margin-left: 5px;
}

/* End Stick Footer */


.custom-text {
	padding-left: 100px;
	padding-right: 100px;
}



/* Phone */
@media only screen and (max-width: 479px) {
	#login-block{	 
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.custom-text {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Tablet */
@media only screen and (min-width: 480px) and (max-width: 767px){	
	.custom-text {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/* Large Resolutions */
@media only screen and (min-width: 1300px) {
	.custom-text {
		padding-left: 200px;
		padding-right: 200px;
	}
}

.login-app {
	text-align: center;
	padding: 10px 10px 0 10px;
	color: #777879;
}

.login-app-logos {
	clear: both;
    margin: 10px -5px;
}
.apple-link {
	padding: 0 5px 0 0;
}
.google-link img {
	width: 170px;
	height: 50px;
}
.apple-link img {
	width: 150px;
	height: 50px;
}
input, a, button {
	outline: 0 !important;
}
.alert-danger {
	border: 1px solid #ba2025 !important;    
	color: #ba2025 !important;
    background-color: #FFD4D3 !important;
}
button.close {
	color: #ba2025 !important;
	font-weight: bold;
	font-size: 20px;
}