﻿@charset "utf-8";
/* CSS Document */
/*body, html {
	min-width:320px;
	margin:0px;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	text-rendering: optimizeLegibility !important;
	font-smoothing: antialiased !important;	
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	background: url(../images/login_bg2.jpg) no-repeat fixed;
	background-size: cover;	
}*/
h1, h2, h3, h4, ul, li {
	margin:0px;
	padding:0px;
	font-weight: normal;
}
img{
	border:0px;	
	position:relative;
}
input, select, button, a{
	outline:none 0;
}
:focus {outline: 0;}
textarea{resize: none;}
button:disabled{
	background-color:#9f9f9f;
	box-shadow:0px 4px 0px #686868;
	color:#bfbfbf;
	cursor: no-drop;
}
input[type="text"]:disabled, select:disabled, textarea:disabled {
    background: #f6f8f8;
	border:solid 1px #d9dee1;
	cursor: no-drop;
}
div{
	position:relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.cleardiv{clear:both;}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.login_container{
	width:400px;
	margin:0 auto;
	margin-top:105px;
}
.logo_box{
	text-align:center;
	margin-bottom:30px;
}
.fields_box{
	border-top: solid 1px #cdd1d2;
	padding:6px;
	color:#9ea0a1;
}
.fields_box img{
	vertical-align:middle;
}
.fields_box input[type="text"], .fields_box input[type="password"]{
	padding:8px;
	border:0px;
	background: transparent;
	width: 90%;  /*Issue # 2533*/
	color:#9ea0a1;
}
.button_box{
	margin-top:15px ;
}
.login_btn{
	width:100%;
	border:0px;
	background:#ff8200;
	border-bottom:solid 2px #e47400;
	color:#fff;
	padding:12px 5px;
	cursor:pointer;
	font-size:16px;
}
.login_btn:hover{
	background:#bf0000;
	border-bottom:solid 2px #b20101;
}
/*Issue # 838*/
/*.link_box{
	padding:10px;
	text-align:center;
}*/
.link_box a{
	color:#9ea0a1;
}
.link_box a:hover{
	color:#e47400;
}


@media (max-width: 992px) {
	
	
	
}
@media (max-width: 768px) {

}
@media (max-width: 480px) {

}

/*Start Issue # 838*/
@charset "utf-8";
body, html {
	min-width:320px;
	margin:0px;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	text-rendering: optimizeLegibility !important;
	font-smoothing: antialiased !important;	
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	background: #acf0ff;
}
/*h1, h2, h3, h4, ul, li {
	margin:0px;
	padding:0px;
	font-weight: normal;
}*/
/*img{
	border:0px;	
	position:relative;
}*/
/*input, select, button, a{
	outline:none 0;
}*/
/*textarea{resize: none;}*/
button:disabled{
	background-color:#9f9f9f;
	box-shadow:0px 4px 0px #686868;
	color:#bfbfbf;
	cursor: no-drop;
}
/*input[type="text"]:disabled, select:disabled, textarea:disabled {
    background: #f6f8f8;
	border:solid 1px #d9dee1;
	cursor: no-drop;
}*/
div{
	position:relative;
}
.left_loginImg{
	text-align:center;
	padding-top:50px;
}

.img-responsive{
	max-width:100%;
	margin:0 auto;
}
.login_body{
	padding:20px;
	background:#fff;
}
.loginLogo{
	text-align:center;
	padding:20px 0px;
}
.onlineMode_btn{
	margin:20px 0px;
	background:#8dc63f !important;
	color:#fff !important;
	border:0px;
	border-radius:4px;
	    padding: 13px 20px 8px 20px;
	cursor:pointer;
    box-shadow: none !important;
}
.onlineMode_btnOFFLINE{
	background:#f65d64  !important;

}
.onlineMode_btn img{
	vertical-align: middle;
	top:-3px;
	    margin-right: 8px;
}
.text-right{
	text-align:right;
}
.login_field{
	margin-bottom:12px;
}
.login_field input[type="text"], .login_field input[type="password"]{
	width:100%;
	border-radius:4px;
	padding:13px;
	border:solid 2px #e0e2e5;
	padding-left:70px;
	box-sizing:border-box;
	height:45px;
}
.loginIconBox{
	    height: 45px;
    border-right: solid 2px #e0e2e5;
    position: absolute;
    left: 0px;
    width: 56px;
    text-align: center;
    padding-top: 11px;
}
.checkbox {
        display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 3px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 14px;
	color:#757575;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
        position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: solid 2px #e0e2e5;
    border-radius: 5px;
}

.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
    background-color: #00c0eb;
	border-color:#00c0eb;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.loginBtn{
	padding:12px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	color:#fff;
	border:solid 2px #00c0eb;
	background:#00c0eb;
	font-size:17px;
	font-weight:500px;
	border-radius: 4px;
	cursor:pointer;
	margin-top:8px;
}
.loginBtn:hover{
	/*background:#fff;
	color:#00c0eb;*/
}
.login_field a{
	color:#f54c53;
	text-decoration:underline;
}
.login_field a:hover{
	color:#f54c53;
	text-decoration:none;
}
.link_box{
	text-align:center;
	font-size:14px;
}
.link_box span{
	color:#00c0eb;
}







@media (max-width: 992px) {
	
	
	
}
@media (max-width: 768px) {
	.left_loginImg{display:none;}
    .col-xs-12 {	/* Issue # 1147 */
    width: 100%;	/* Issue # 1147 */
}
}
@media (max-width: 480px) {
    .col-xs-12 {	/* Issue # 1147 */
    width: 100% !important;	/* Issue # 1147 */
}
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.cleardiv{clear:both;}



/*End Issue # 838*/

