@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent
}
body {
    margin: 0;
	font-family: Calibri, Arial, sans-serif; 
    font-size: 14px;
    line-height: 1.42857143;
    color: #595959;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
body, html {
    width: 100%;
    height: 100%;
}
button, input, label, select, textarea {
    font-family: Calibri, Arial, sans-serif;
    font-size: inherit;
    line-height: inherit
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.clearfix:before, .clearfix:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
	display: table;
	content: " ";
}
.clearfix:after, .form-horizontal .form-group:after {
	clear: both;
}
.show {
	display: block !important;
}
.hide {
	display: none !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
/* Typography Style */
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-lowercase {
	text-transform: lowercase;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
div[class^="col-"], div[class*=" col-"] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
/* Form Style */
::-ms-clear, ::-ms-reveal {
display: none;
}
::-webkit-inner-spin-button {
-webkit-appearance: none
}
::-webkit-search-cancel-button {
display: none;
}
::-webkit-input-placeholder {
color: #bbb;
}
::-moz-placeholder {
color: #bbb;
}
::-ms-input-placeholder {
color: #bbb;
}
:-ms-input-placeholder {
color: #bbb !important;
}
input:disabled, textarea:disabled {
	color: #333;
	opacity: 1;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form-control {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 32px;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.53846153846;
	color: #595959;
	background-color: #fff;
	background-image: none;
	border: 2px solid #cecece;
	border-radius: 4px;
	resize: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
textarea.form-control {
	height: 80px !important;
}
.form-control:focus, .form-control.is-focused {
	border-color: #959393;
	outline: 0;
}
.has-success .form-control {
	border-color: #3c763d;
}
.has-success .form-control:focus {
	border-color: #2b542c;
}
.has-warning .form-control {
	border-color: #008fd6;
}
.has-warning .form-control:focus {
	border-color: #2b542c;
}
.has-error .form-control {
	border-color: #e60012;
}
.has-error .form-control:focus {
	border-color: #cc0011;
}
.form-control-static[readonly] {
	border: 0;
	outline: 0;
}
.form-group-lg .form-control, .form-control-lg {
	height: 48px;
	padding: 6px 12px;
	font-size: 15px;
}
/* Button Style */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.btn {
	display: inline-block;
	padding: 8px 40px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 0;
	border-radius: 4px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-fixed-size {
	font-size: 13px;
	width: 48px;
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.btn-icon {
	background: none !important;
	padding: 0 !important;
}
.btn-link {
	background: none !important;
	padding: 3px 12px;
}
.btn-link .icon:first-child {
	margin-right: 10px;
	margin-left: 0 !important;
}
.btn-link .icon:last-child {
	margin-left: 10px;
}
.btn-default, .btn-secondary {
	color: #474747;
	background-color: #f4f4f4;
}
.btn-default:hover, .btn-secondary:hover {
	background-color: #e8e8e8;
}
.btn-default:active, .btn-secondary:active {
	background-color: #dbdbdb;
}
.btn-link.btn-default {
	color: #474747;
}
.btn-link.btn-default:hover {
	color: #000;
}
.btn-primary {
	color: #fff;
	background-color: #EC6A00;
}
.btn-primary:hover {
	background-color: #dc6809;
}
.btn-primary:active {
	background-color: #ca5e05;
}
.btn-link.btn-primary {
	color: #69a0f3;
}
.btn-link.btn-primary:hover {
	color: #0064b5;
}
.btn-danger {
	color: #fff;
	background-color: #cd2340;
}
.btn-danger:hover {
	background-color: #bf213b;
}
.btn-danger:active {
	background-color: #b31e37;
}
.btn:focus, .btn:active {
	border: 0;
	outline: 0;
}
.btn:disabled {
	color: #999;
	background-color: #f4f4f4;
}
/* Icon Style */
.icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon-sprite.png);
	background-image: -webkit-image-set(url(../images/icon-sprite.png) 1x, url(../images/icon-sprite@2x.png) 2x, url(../images/icon-sprite@3x.png) 3x);
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
}
.btn .icon {
    top: 6px;
}
.icon-lg {
    width: 30px;
    height: 30px;
}
.icon-xl {
    width: 44px;
    height: 44px;
}
.icon-eye-off {
    background-position: 0 0;
}
.icon-eye-on {
    background-position: 0 -34px;
}

.logo {
	width: 280px;
	height: 112px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1000;
	top: 36px;
	left: 30px;
}
.sidebar {
	position: fixed;
	z-index: 999;
    width: 456px;
    height: 100vh;
    padding: 0 20px;
    background: url(../images/bg-sidebar.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    display: flex;
	align-items: center;
	justify-content: center;
}
.sidebar:after {
	content: " ";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #053291;
	opacity: .9;
}
.sidebar-content h5 {
	font-size: 16px;
	font-weight: normal;
	opacity: .8;
	letter-spacing: 1px;
}
.sidebar-content h3 {
	font-size: 22px;
	font-weight: normal;
	opacity: .9;
	letter-spacing: 1.5px;
	line-height: 150%;
	text-transform: uppercase;
}
.sidebar-content p {
	font-style: italic;
	opacity: .65;
	margin: 20px 20px 40px;
	line-height: 150%;
}
.sidebar-footer {
    position: absolute;
    z-index: 1001;
	bottom: 24px;
	left: 0;
	right: 0;
}
.copyright {
    font-size: 12px;
	color: #fff;
	text-align: center;
    opacity: .5;
}
.sidebar-link {
	display: inline-block;
	padding: 8px 40px;
	line-height: 28px;
	text-align: center;
	font-family: SegoeUI-SB, Calibri, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 48px;
	color: #fff;
	background: none;
	border: 2px solid;
	border-radius: 24px;
	text-decoration: none;
	transition: all .2s;
}
.sidebar-link:hover {
	color: #063e54;
	background: #fff;
	border: 2px solid #fff;
}
.btn-linear {
	font-size: 13px;
	font-weight: bold;
	height: 48px;
	color: #fff;
	background: none;
	border: 2px solid;
	border-radius: 24px;
}
.btn-linear:hover {
	color: #063e54;
	background: #fff;
	border: 2px solid #fff;
}
.btn-linear:focus, .btn-linear:active {
	border: 2px solid #fff;
}
.form-login {
	margin-left: 460px;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: auto;
}
.container-fluid, .row, .form-login {
	height: 100%;
}
.form-login .copyright {
	display: none;
}
.form-login .logo {
	position: static;
	width: 100%;
	background-position: center;
	background-image: url("../images/logo.png");
	background-image: -webkit-image-set(url(../images/logo.png) 1x, url(../images/logo@2x.png) 2x, url(../images/logo@3x.png) 3x);
}
.form-login .copyright {
	color: #666;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
}
.form-wrap {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form-title {
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin: 35px 0 10px;
}
.form-sub-title {
	font-size: 18px;
	text-align: center;
	opacity: .65;
}
.form-cell {
	margin-top: 40px;
}
.form-cell > label {
	display: block;
	font-size: 12px;
	color: #787b7b;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.form-cell > label a {
	font-weight: 600;
    font-size: 13px;
    color: #8c8c8c;
    text-decoration: none;
    transition: all .2s;
}
.form-cell > label a:hover {
	color: #6b6b6b;
	text-decoration: underline;
}
.form-pwd, .form-code {
    position: relative;
}
.form-pwd .form-control {
    padding-right: 40px;
}
.form-code .form-control {
    padding-right: 90px;
}
.form-pwd .btn {
    position: absolute;
    right: 10px;
    top: 7px;
	opacity: 0.5;
	transition: all .2s;
}
.form-pwd .btn:hover {
	opacity: 0.8;
}
.btn-primary {
	width: 100%;
	height: 46px;
	font-size: 16px;
	letter-spacing: 1.2px;
}
.checkbox {
	margin-top: 15px;
}
.checkbox input {
	position: absolute;
	top: 2px;
	right: 0;
	cursor: pointer;
}
.checkbox label {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #959595;
	height: 23px;
	line-height: 23px;
	opacity: .75;
	cursor: pointer;
}
.checkbox label:hover, .checkbox input:hover + label, .checkbox input:checked + label {
	opacity: 1;
}
.checkbox input + label:before {
	left: inherit;
	top: 2px;
	right: 0;
}
/* .form-control:focus, .form-control.is-focused {
	border-color: #657479;
} */
.form-error {
	text-align: center;
	line-height: 20px;
	color: #E51C23;
	font-weight: 600;
}
.form-btn {
	margin-top: 50px;
}
.form-help {
	font-size: 16px;
	color: #989797;
	margin-top: 20px;
}
.form-help a {
	color: #EC6A00;
	text-decoration: none;
}
.form-help a:hover {
	color: #dc6809;
	text-decoration: underline;
 }
.error-page {
	background-color: #e3e3e4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error_wrap {
	max-width:460px;
	height:280px;
	padding:10px 24px;
	position: relative;
	background-color: #fff;
	text-transform: none;
}
.error_wrap h1 {
	margin: 30px 0 20px;
	font-size: 22px;
	font-weight: normal;
	color: #ee3a43;
	text-transform: uppercase;
}
.error_wrap h3 {
	font-size: 13px;
	font-weight: normal;
	color: #858585;
	text-transform: none;
	margin-bottom: 20px;
}
.error_wrap .logo {
	position: absolute;
	width: 120px;
	height: 32px;
	right: 20px;
	bottom: 15px;
	top: auto;
	left: auto;
	background-image: url(../images/logo.png);
	background-image: -webkit-image-set(url(../images/logo.png) 1x, url(../images/logo@2x.png) 2x, url(../images/logo@3x.png) 3x);
	background-repeat: no-repeat;
	background-size: 100%;
}
.error_wrap .link { margin-bottom: 10px; }
.error_wrap .link a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px #666 solid;
	transition: all 0.2s;
	font-size: 13px;
	text-transform: uppercase;
}
.error_wrap .link a:hover {
	color: #000;
	border-bottom-color: #000;
}
.modal-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10050;
	display: none;
	overflow: hidden;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
.modal-wrap.open {
	display: table;
}
.modal-wrap-dialog {
	position: relative;
	width: auto;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.modal-wrap-content {
	position: relative;
	width: 450px;
	height: 505px;
	margin-left: auto;
	margin-right: auto;
}
.modal-wrap-content:before {
	content: url(../images/loading2.gif);
	position: absolute;
	z-index: -1;
	left: 10px;
	right: 10px;
	top: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 370px;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	padding-top: 180px;
}
.modal-wrap-content iframe {
	width: 100%;
	height: 485px;
	border: none;
	overflow: hidden;
}
/* Animation Style */
@-webkit-keyframes load2 {
	0% {
	opacity: 1;
   }
	100% {
	opacity: 0;
   }
   }
   @keyframes load2 {
	0% {
	opacity: 1;
   }
	100% {
	opacity: 0;
   }
   }
   @-webkit-keyframes fadeInDown10 {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0, -10px, 0);
	transform:translate3d(0, -10px, 0)
   }
	100% {
	opacity:1;
	-webkit-transform:none;
	transform:none
   }
   }
   @keyframes fadeInDown10 {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0, -10px, 0);
	transform:translate3d(0, -10px, 0)
   }
	100% {
	opacity:1;
	-webkit-transform:none;
	transform:none
   }
   }
   .fadeInDown10 {
	   -webkit-animation: fadeInDown10 0.25s both;
	   animation: fadeInDown10 0.25s both;
   }
   @-webkit-keyframes fadeOutUp10 {
	0% {
	opacity:1;
   }
	100% {
	opacity:0;
	-webkit-transform:translate3d(0, -10px, 0);
	transform:translate3d(0, -10px, 0)
   }
   }
   @keyframes fadeOutUp10 {
	0% {
	opacity:1;
   }
	100% {
	opacity:0;
	-webkit-transform:translate3d(0, -10px, 0);
	transform:translate3d(0, -10px, 0)
   }
   }
   .fadeOutUp10 {
	   -webkit-animation: fadeOutUp10 0.25s both;
	   animation: fadeOutUp10 0.25s both;
   }
   @-webkit-keyframes loading3 {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
   }
	100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
   }
   }
   @keyframes loading3 {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
   }
	100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
   }
   }
   .loading3 {
	   -webkit-animation: loading3 0.25s both infinite;
	   animation: loading3 0.25s both infinite;
   }

@media(max-width:1024px) {
	.sidebar {
		display: none;
	}
	.form-login {
		margin-left: 0;
	}
	.form-login .logo, .form-login .copyright {
		display: block;
	}
}
@media(max-width:768px) {
	.logo {
		left: 20px;
	}
	.form-title {
		font-size: 24px;
		margin-top: 20px;
	}
}
@media(max-width: 767px){
	.form-login .logo, .form-login .copyright {
		position: static;
	}
	.form-login .logo {
		width: 100%;
		background-size: contain;
		height: 100px;
	}
	.form-login .copyright {
		margin-top: 20px;
	}
	.form-title, .form-error {
		text-align: center;
	}
}
@media(max-width:640px) {
	.error-page {
		background-color: #fff;
	}
	.error_wrap {
		height: 100vh;
	}
	.error_wrap h1 {
		font-size: 20px;
	}
	.form-title {
		font-size: 22px;
	}
	.form-sub-title {
		font-size: 16px;
	}
}
@media(max-width:320px) {
	.form-title {
		font-size: 18px;
	}
	.form-sub-title {
		font-size: 14px;
	}
}	
@media(max-height: 604px){
	.form-login {
		display: block;
	}
	.form-wrap {
		min-height: 480px;
		height: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.form-login .form-title {
		font-size: 18px;
	}
	.form-login .logo, .form-login .copyright {
		position: static;
	}
	.form-login .logo {
		width: 100%;
		height: 80px;
		margin-bottom: 0;
		background-size: contain;
	}
	.form-login .form-cell {
		margin-top: 20px;
	}
	.form-login .copyright {
		margin-top: 20px;
	}
	.form-title, .form-error {
		text-align: center;
	}
	.form-btn {
		margin-top: 30px;
	}
}
