﻿@charset "utf-8";
/******global styles******/
html, body, input, textarea, select {
	font-family:  "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;
}
html, body {
	width:100%;
	height:100%;
	-webkit-text-size-adjust:none;
}
body {
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #005093), color-stop(1, #183352));*/
	margin:0;
	padding:0;
	background-image:url(../images/loginBg.jpg);
	background-size: cover;
	background-position:center center;
	/*background-repeat:no-repeat;*/
	background-color: #0A3464;
	font-family: Arial, Helvetica, sans-serif;
	display: table;
}
select, input {
	-webkit-appearance: none;
	outline: none;
	background-color: transparent !important;
	border-width: 0px !important;
}
/*checkbox default style*/
input[type="checkbox"] {
	float:left;
	margin-top:0px;
	background-color:transparent;
	background-image: url(checkbox.png);
	/* background-color: #594C2A !important; */
	background-repeat: no-repeat;
	width: 30px;
	height:30px;
	margin-right:10px;
	border-width:0;
}
input[type="checkbox"]:checked {
	background-position: 0 -30px;
}
a {
	text-decoration:none;
}
.container {
	display:table-cell;
	vertical-align: middle;
	text-align:center;
}
.content {text-align:left;}
.logoPic {
	background-image:url(Biglogo.png);
	background-repeat:no-repeat;
	background-position:center 20px;
	background-size: contain;
	max-width:590px;
	height:200px;
	width:100%;
	margin: 0px auto 0 auto;
	position: relative;
}
/*filed panel default style*/
.panelFiled {
	/*-webkit-box-shadow: 0 0 5px #7499ba;*/
	-webkit-border-radius: 10px;
}
.panelFiled ul {
	list-style:none;
	margin:0;
	padding:0;
	/*-webkit-box-shadow: inset 0 0 10px #000000;*/
	background-color: #0e447e;
	/* background-image:url(../images/filedBg.png?v=20150128001); */
	-webkit-border-radius: 10px;
}
.panelFiled ul li {
	height:64px;
	border-top: #206296 1px solid;
	border-bottom: #0B4A83 1px solid;
}
.panelFiled ul li:first-child {
	border-top-width:0;
}
.panelFiled ul li:last-child {
	border-bottom-width:0;
}
.panelFiled select, .panelFiled input, .panelFiled label, .panelFiled {	color: #eee; /*Custom*/}
.panelFiled select, .panelFiled input, .panelFiled label {
	font-size:24px;
	font-weight:bolder;
	padding:16px 0;
}
.panelFiled select option {color: #333;}

.panelFiled a {
	color: #00EAFF;
}
.panelFiled a:active {
	color: #F79344;
}
/*arrow default style*/
.arrow {
	border-top-width: 14px;
	border-left-width: 7px;
	border-bottom-width: 14px;
	border-right-width: 7px;
	border-style: solid;
	border-color: #FFFFFF;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	z-index: 20;
	position: absolute;
}
/*button default style*/
.btn {
	background-color: #0d407b;
	display:inline-block;
	width:380px;
	height:50px;
	cursor:pointer;
	text-align:center;
	color:#FFFFFF;
	position:relative;	
	-webkit-border-radius: 10px;	
	font-size:22px;
	font-weight:bold;	
	line-height:50px;
	box-sizing: border-box;
}
.btn:hover {background:#e55312;}
.btn:after {
	/* content: ""; */
	background-image:url(../images/btnLightTop.png?v=20150128001);
	background-repeat:no-repeat;
	background-size: cover;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: inset 0 10px 30px #062241;*/
}
.btn:before {
	/* content: ""; */
	/*background-image:url(../images/btnLightBottom.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	background-size: cover;*/
	-webkit-mask-size: 100% 100%;
	-webkit-mask: center center url('../images/btnLightBottom.png?v=20150128001') no-repeat;
	background-color: #00a8ff;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	/*-webkit-border-radius: 8px;*/
	/*-webkit-box-shadow: inset 0 10px 30px #062241;*/
}
.btn.btn-pressed {
	/*-webkit-box-shadow: 0 0 30px #a4f1ff;*/
}
.btn.full {
	width:100% !important;
}
/******custom styles*****/
/*type1 style (for rule, um, msg)*/
.container.typeMsg .logoPic {
	height:100px;
}
.container.typeMsg .login {
	width:750px;
}
.container.typeMsg .panelFiled li {
	/*height:250px;*/
	min-height:200px;
	/*overflow:auto;*/
	text-align:left;
}
.container.typeMsg .panelFiled li .tb-td {
	padding:20px;
}
/*login block*/
.login {
	width:590px;
	margin: 0 auto;
	position:relative;
}
.login .panelFiled h3 {
	font-size:24px;
	line-height: 1.6em;
}
.login .panelFiled h5 {
	font-size:18px;
	line-height: 1.6em;
	font-weight:normal;
}
.login .panelFiled h5 em {
	font-style:normal;
	color: #00EAFF;
}
.login .panelFiled select, .login .panelFiled input, .login .panelFiled label {
	margin: 0 0 0 20px;
	position:absolute;
}
.login .panelFiled select {
	width: 550px;
	padding-left: 200px;
}
.login .panelFiled input {
	width: 350px;
	padding-left: 200px;
}
.login .panelFiled label {
	width: 150px;
	display:inline-block;
	padding-left: 15px;
	color: #83B2E0;
	position:absolute;
}
.login .panelFiled .arrow {
	right: 30px;
	top: 30px;
}
/*button panel*/
.login .panelBtn {
	margin-top: 20px;
	min-height:50px;
}
.login .panelBtn .btn.btnLogin {
	float:right;
	width:300px;
}
.login .panelBtn .btn.btnLogin.full {
	width:380px !important;
	float:right;
}
.login .panelBtn .btn.btnRevert {
	float:right;
	width:150px;
	font-size:16px;	
	background-color: #004A89;
}
.login .panelBtn .btn.btnRevert:before {
	/*-webkit-box-shadow: inset 0 50px 50px #062f5b;*/
}
.login .panelBtn .btn.btnAgree, .login .panelBtn .btn.btnCancel {
	width:100%;
}
.login .panelBtn .btn.btnCancel {
	float:right;
}
.icon-rotate {
	display:inline-block;
	background: #00EAFF;
	width:41px;
	height:41px;
	-webkit-mask:0px -71px url('../images/tool_icon.png?v=20150128001') no-repeat;
	margin:0px 5px 0px 0px;
}
/*remember me checkbox*/
.chkRemember {
	display: inline-block;
	line-height:30px;
	font-size:18px;
	color: #FFFFFF;
	/*text-shadow: 1px 1px 0px #000;*/
	margin-top: 10px !important;
	background-image: none !important;
	padding:0px !important;
	width:180px;
	height: inherit !important;
	float:left;
}
.copyRight {
	font-size:12px;
	text-align:center;
	color: #ccc;
	width:590px;
	margin:20px auto 20px auto;
	clear:both;
	/*text-shadow: 2px 2px 0px #000;*/
	white-space:nowrap;
}
.changeSite {
	margin-right: 40px;
	font-size:18px;
}
.changeSite {
	color: #6382A1;
}
.txt-link {
	font-weight: bold;
	color: #1C83DA;
}

/*fix style for every lang*/
body[lang="id"] .login .panelFiled input {width: 290px;	padding-left: 260px;}
body[lang="id"] .login .panelFiled label {width: 210px;}
body[lang="id"] .login .panelFiled select {padding-left: 260px;}
body[lang="vn"] .chkRemember {width:210px;}
body[lang="vn"] .login .panelBtn .btn.btnLogin {width: 220px;}

/*demo mode*/ 
body.demo .logoPic:after {
	content:"";
	background-image:url(../images/demo.png?v=20150128001);
	width:140px;
	height:60px;
	display:block;
	position:absolute;
	bottom:30px;
	right:20px;
}