﻿@charset "utf-8";
/* CSS Document */


/* ------------------
---- DEFAULT
----------------------------- */

* {
	margin: 0;
	padding: 0;	
}
html, body {
	color: #546e7a;
	width: 100%;
	font-family: 'Open Sans', sans-serif !important;
}
.wrapper {
	width: 100%;
	height: 100%;
	position:relative;
}
.block_center {
	width: auto;
	margin: 0 auto;
	float: none !important;
}


/* ------------------
---- LOGIN SECTION
----------------------------- */

.logo_style {
	margin-bottom: 50px;
}
.login_bg {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/login-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	margin: 0px;
	padding: 0 0 60px 0;
	position: relative;
	height: 100%;
	min-height: 570px;
}
.login_bg .row > div {
	display: table;
}
.login_section {
	width: 100%;
	position: relative;
	z-index: 10;
	display: table-cell;
    /*height: 445px;*/
    vertical-align: middle;
}
.login_form {
	background: #FFF;
	padding: 20px 25px;
	background: #FFF;
	border: 1px solid rgba(0,0,0, 0.3);
	/*height: 310px;*/
}
.login_form .lock_bg {
	border: 1px solid rgba(0,0,0, 0.3);
	height: 111px;
	width: 111px;
	border-radius: 60px;
	margin: -70px auto 0;
}
.login_form .login_header {
	background-color: #0081c6;
	padding: 15px;
	height: 100px;
	width: 100px;
	margin: 5px;
	border-radius: 50px;
	font-size: 20px; /* added */
}
.login_form .login_header img {
	width: 25px;
	margin: 5px 0px 8px 0px;
}
.login_form .login_title {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 700;
}
.form1 {
	margin: 30px 0 0;
}
.login_form input {
	width: 86%;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	margin: 0 0 20px 0;
	border: 1px solid #78909c;
	border-left: none;
	font-weight: 300;
	font-size: 14px;
	color: #607d8b;
	padding: 5px;
	height: 31px;
}
.login_form .username_style {
	/*background: rgba(0, 0, 0, 0) url("../images/profile711.png") no-repeat scroll 12px center / 42% auto;*/
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/profile711.png");
	background-repeat: no-repeat;
	background-size: 42% auto;
	background-position: 12px center;
	background-attachment: scroll;
	text-indent: 40px;
	border: 1px solid #78909c;
	height: 31px;
	width: 40px;
	float: left;
}
.login_form .password_style {
	/*background: rgba(0, 0, 0, 0) url("../images/padlock7122.png") no-repeat scroll 12px center / 42% auto;*/
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/padlock7122.png");
	background-repeat: no-repeat;
	background-size: 42% auto;
	background-position: 12px center;
	background-attachment: scroll;
	text-indent: 40px;
	border: 1px solid #78909c;
	height: 31px;
	width: 40px;
	float: left;
}
.login_form input[type="submit"] {
	background: #0093de;
	padding: 5px 10px;
	color: #FFF;
	margin: 5px 0 20px 0;
	border: none;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	height: 40px;
}
.login_form .elink, .popup-block .desc, .popup-block input[type="text"] {
	color: #607d8b;
	font-weight: 300;
	font-size: 14px;
}
.login_form .elink:hover, .login_form .elink:active {
	text-decoration: none;
}

/******* ERROR STYLE ******/
.login_form input.error {
	border: 1px solid #de2525;
	border-left: none;
}
.login_form .username_style.error, .login_form .password_style.error {
	border: 1px solid #de2525;
}
.login_form .msg {
	display: none;
}
.login_form .msg.error {
	color: #de2525;
	font-weight: 300;
	font-size: 13px;
	margin-top: -10px;
	display: block;
}


/****** PLACEHOLDER STYLE *******/
::-webkit-input-placeholder {
    font-weight: 300;
	font-size: 14px;
	color: #607d8b;
}
:-moz-placeholder { /* Firefox 18- */
    font-weight: 300;
	font-size: 14px;
	color: #607d8b;  
}
::-moz-placeholder {  /* Firefox 19+ */
    font-weight: 300;
	font-size: 14px;
	color: #607d8b;  
}
:-ms-input-placeholder {  
    font-weight: 300;
	font-size: 14px;
	color: #607d8b; 
}


/* ------------------
---- LOGOUT
----------------------------- */

header {
	background-color: #FFFFFF;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.logo_style1 {
	padding: 10px;
}
.logo_style1 img {
    max-width: 235px;
}
.logout_bg {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/logout-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	margin: 0px;
	padding: 0 0 60px 0;
	position: relative;
	height: 100%;
	min-height: 570px;
}
.logout_bg .row > div {
	display: table;
}
.message {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	z-index: 10;
	min-height: 570px;
	padding-top: 70px;
}
.message > p {
    margin-top: 10px;
}
.title-msg {
	color: #6baf45;
	font-size: 30px;
	font-weight: 600;
	/*margin: 180px 0 5px;*/
	padding-bottom: 20px;
	background-image: url(../images/title-line.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: -40px;
}
.login-link, .login-link:hover {
	color: #578ebe;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	text-decoration: underline;
}
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
    font-weight:300;
	/*background-color: #FFFFFF;*/
	padding: 25px;
}


/* ------------------
---- ERROR PAGE
----------------------------- */

.error_msg .title-msg {
	color: #6baf45;
	font-size: 25px;
	font-weight: 600;
	/*margin: 180px 0 5px;*/
	padding-bottom: 0px;
	background-image: none;


}
.error_msg .warning-img, .access-denied-img {
	max-width:260px;
 	width: 100%;
 	display: block;
    margin: auto;
}

/* ------------------
---- FORGOT PASSWORD POPUP BLOCK
----------------------------- */
.popup-block {
	height: 100%;
	width:100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 40;
	display: none; /**/
}
.popup-block > div {
	height: 100%;
}
.msg-block {
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.2);
	height: 208px;
	width: 100%;
	z-index: 100;
	bottom: 0;
	top: 40%;
	left: 0;
	right: 0;
	position: relative;
	padding: 20px;
}
.popup-block .lock_bg {
	background-color: #FFF;
	border: 1px solid rgba(0,0,0, 0.3);
	height: 80px;
	width: 80px;
	border-radius: 40px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.lock-style {
	background-color: #0081c6;
	padding: 22px 24px;
	height: 72px;
	width: 72px;
	margin: 3px;
	border-radius: 36px;
}
.lock-style img {
	width: 25px;
}
.popup-block input[type="text"] {
	height: 40px;
	margin: 20px 0 20px 40px;
	text-indent: 45px;
}
.popup-block .send-button {
	height: 40px;
	width: 42px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	border: none;
	margin: 20px 0 0 0;
}
.popup-block .desc {
	margin-top: 10px;
}
.popup-block .link, .link:hover {
	color: #0081c6;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

/* ------------------
---- FOOTER
----------------------------- */

footer {
	/*background: #e8e9eb;*/
	padding: 100px 0 30px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 1;
}
footer p {
	color: #546e7a;
	font-size: 14px;
	font-weight: 600;
}