@CHARSET "ISO-8859-1";

body {
	font-family: Arial;
	font-size: 12px;
	color: #C3BABA;
	margin: 0;
	padding: 0;
	background: #000;
}

.wrapper {
	padding: 0;
	margin: 0;
	background-color: #000;
}

.wrapper-header {
	background: #111111;
}

.wrapper-header-center {
	height: 80px;
	width: 1024px;
}

.logo {
	float: left;
	font-family: Microsoft PhagsPa;
	font-size: 48px;
	color: #ededed;
	background: url('../images/login/header.jpg') no-repeat;
	width: 125px;
	height: 55px;
}

.language {
	float: right;
	padding-right:2px;
}

.lang-switch {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 2px;
}

.len {
	margin-left: 5px;
}

.lang-switch li {
	float: left;
}

.wrapper-content-center {
	width: 1016px;
	float: right;
	padding-bottom: 5px;
	padding-top: 5px;
}

.wrapper-login {
	width: 33%;
	height: 324px;
	background: #1E1E1E;
	float: right;
}

.login-title {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
}


.uppercase {
	text-transform: uppercase;
}

ul.menu li {
	float: left;
	padding-left: 20px;
	padding-right: 22px;
}

ul.menu li.end {
	padding-right: 0px;
}

.wrapper-footer {
	background: #111111;
	width: 1016px;
}

.wrapper-footer-center {
	background: #111;
	padding: 5px 0;
	width: 1016px;
	height: 44px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
}

.clr {
	clear: both;
}

.wrapper-header{
width: 1016px;
}

.wrapper-container {
	position: relative;
	display: inline-block;
}

.wrapper-left{
	float: left;
	width: 66.6%;
	height: 324px;
}

.slideImg{
width: 100%;
height: 100%;
}

.slideImg ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.slideImg ul li{
	width: 100%;
	height: 100%;
}


.form-login .inputbox {
float: left;
background: none repeat scroll 0 0 #252525;
border: 1px solid #000000;
border-radius: 2px 2px 2px 2px;
box-shadow: 1px 1px #343434, 1px 1px 1px #111111 inset;
color: #B3B3B3;
margin: 0;
height: 24px;
width: 150px;
border-bottom: none;
border-right: none;
}

.infoLeft{
	margin-top:5px;
	float: left;
	width: 66.6%;
	background: #1E1E1E;
	padding-bottom: 5px;
	padding-top: 5px;
}

.info{
	height: 150px;
}
.info .title{
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}

.info .content{
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.infoRight{
	margin-top:5px;
	float: right;
	width: 33%;
	background: #1E1E1E;
	padding-bottom: 5px;
	padding-top: 5px;
}


#body_tbl_contentLeft{
	width: 670px;
	height: 125px;
}

.table-scroll {
border-collapse: collapse;
}

.wrapper-header-center .title{
	float: left;
}



.wrapper-header-center .title-1{
	float: left;
    font-size: 20px;
}

.wrapper-header-center .title-2{
    font-size: 15px;
    margin-top: 5px;
}

.header{
	background: url('../images/login/header.jpg') no-repeat;
	height: 79px;
    width: 1016px;
}

#body_tbl_contentLeft br{
	margin-bottom: 7px;
}

.content br{
	margin-bottom: 7px;
}

.errorBox{
	color: red;
    float: left;
	margin-bottom: 10px;
    text-align: center;
    width: 100%
}

a, img{
	border: none;
	outline: none;
}

/* ------------------------------ -------------------------------------- ----------------------------------*/

.popup-wrap-login{
	position: absolute;
	display:none;
	width: 324px;
	height: 269px;
	padding: 35px 40px;
	background-color: #ebebeb !important;
}

.popup-wrap-login .login-div{
	padding: 5px;
}

.popup-wrap-login .login-choose{
	width: 100%;
	text-align: center;
}

.btn-login-button{
	padding: 10px;
    width: 300px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.btnLoginFacebook {
	background-color: #0054a6;
}

.btnLoginGmail{
	background-color: #c61015;
}

.btnLoginCompany{
	background-color: darkcyan;
}

p.chooseLoginTitle{
	text-align: center;
	color: black;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 20px;
    font-size: 14px;
}

.contactFooter{
	text-align: center;
    padding: 20px;
    color: black;
}

.userLogin a{
	padding: 5px;
    /* background-color: aliceblue; */
    cursor: pointer;
}

.inputLogin{
	padding: 5px 10px;
	width: 276px;
}

.divInputLogin{
	margin-bottom: 10px;
}

.loginWithCompany{
	text-align: center;
}

#btnLoginComAcc{
	padding: 10px;
    width: 300px !important;
    color: #fff;
    border: 0px;
    cursor: pointer;
    background-color: darkcyan;
}

.divBackChoosen{
	text-align: left;
    padding-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.btnBackChoosen:hover{
	color: red;
}

#btnLoginClose {
    background-image: url(../images/close20.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
    position: absolute;
}

#login-popup div.error-msg {
	display:flex;
	justify-content:center;
	margin-top:10px
}
#login-popup div.error-msg p {
	color:red;
	width:250px;
	text-align:center
}
#login-popup p {
	color:#000;
	text-align:center;
	margin:0;
	padding:0
}
#login-popup p.login-with-trade-acc {
	font-size:.88rem;
	font-weight:700;
	color:#444;
	margin-bottom:16px
}
#login-popup p.login-helper a {
	color:#000;
	text-decoration:none;
	transition:all .3s
}
#login-popup p.login-helper a:focus,
#login-popup p.login-helper a:hover {
	color:#f7941d
}
#login-popup .social-buttons {
	margin:20px auto;
	width:240px;
	display:flex;
	justify-content:center
}
#login-popup .social-buttons .login-via-text {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:.8rem;
	flex:3.5
}
#login-popup .social-buttons .facebook-login-btn {
	border-radius:3px;
	align-self:center;
	flex:1;
	color:#3b5998;
	display:inline-block;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	transition:all .2s;
	padding:4px;
	margin:0 2px;
	cursor:pointer;
	box-shadow:0 1px 1px rgba(0,0,0,.2);
	background-image:linear-gradient(180deg,#fff,#f5f5f5)
}
#login-popup .social-buttons .facebook-login-btn i.fa.fa-facebook-f {
	font-size:20px;
	text-align:center;
	padding-top:3px
}
#login-popup .social-buttons .facebook-login-btn:hover {
	color:#fff;
	box-shadow:0 3px 4px rgba(0,0,0,.2);
	background-image:linear-gradient(180deg,#4162a7,#3b5998)
}
#login-popup .social-buttons .google-login-btn {
	border-radius:3px;
	flex:1;
	color:#dd4b39;
	display:inline-block;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	transition:all .2s;
	padding:4px;
	margin:0 2px;
	cursor:pointer;
	box-shadow:0 1px 1px rgba(0,0,0,.2);
	background-image:linear-gradient(180deg,#fff,#f5f5f5)
}
#login-popup .social-buttons .google-login-btn i.fa.fa-google-plus {
	font-size:20px;
	padding-top:3px
}
#login-popup .social-buttons .google-login-btn:hover {
	color:#fff;
	box-shadow:0 3px 5px rgba(0,0,0,.2);
	background-image:linear-gradient(180deg,#e05b4a,#dd4b39)
}
#login-popup form[name=login] {
	margin-top:15px
}
#login-popup form[name=login] .form-row {
	display:block;
	margin:0 auto
}
#login-popup form[name=login] label {
	display:block;
	width:200px;
	margin:5px auto;
	color:#444;
	font-size:14px;
	margin-bottom:3px
}
#login-popup form[name=login] input[type=password],
#login-popup form[name=login] input[type=text] {
	background:hsla(0,0%,100%,.5);
	border:1px solid rgba(0,0,0,.2);
	border-radius:5px;
	font-size:14px;
	padding:7px;
	width:185px;
	display:block;
	transition:all .3s;
	margin:0 auto 10px
}
#login-popup form[name=login] input[type=password]:focus,
#login-popup form[name=login] input[type=text]:focus {
	border:1px solid #f7941d;
	background:#fff
}
#login-popup form[name=login] button[type=submit] {
	background-color:#f7941d;
	border:none;
	color:#fff;
	display:block;
	padding:9px;
	font-size:13px;
	font-weight:700;
	margin:20px auto;
	width:200px;
	border-radius:5px;
	transition:all .3s
}
#login-popup form[name=login] button[type=submit]:focus,
#login-popup form[name=login] button[type=submit]:hover {
	background-color:#f89b2c;
	box-shadow:0 0 6px .5px #f8a036;
	outline:none
}
#login-popup form[name=login] p.user-type-select {
	font-size:14px;
	color:#444
}
#login-popup form[name=login] p.user-type-select span {
	cursor:pointer
}

.skylight-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.7);
	background-repeat: no-repeat, no-repeat;
	background-position: 50.5% 12%, left top;
	background-size: auto, cover;
	display: block;
}

.skylight-dialog{
	width: 340px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -175px 0px 0px -175px;
	/*background-color: #4daba8;*/
	border-radius: 10px;
	z-index: 100;
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px, rgba(0, 0, 0, 0.28) 0px 4px 8px;
	opacity: 0.93;
	display: block;
}

.div_login_info {
	text-align: center;
	color: white;
	font-weight: normal;
	padding: 10px;
	padding-bottom: 10px;
	padding-bottom: 0px;
	font-size: 19px;
}

.login-row {
	padding-bottom: 10px;
	padding-top: 12px;
	padding-bottom: 7px;
	padding-top: 7px;
	position: relative;
}

.userNameIcon {
	background: url(../images/user-icon-03.png) no-repeat;
	background-size: auto;
	background-size: contain;
}

.span_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 72px;
	top: 12px;
}

.input_text {
	width: 220px;
	height: 30px;
	border: none;
	font-size: 13px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	box-sizing: border-box;
}

.passwordIcon {
	background: url(../images/lock-icon.png) no-repeat;
	background-size: auto;
	background-size: contain;
}

.login-button {
	border: 0 none;
	padding: 0;
	border-radius: 2px 2px 2px 2px;
	cursor: pointer;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	background-color: #3bb3e4;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin: 0;
	margin-right: 0px;
	margin-right: 0px;
	vertical-align: middle;
	color: #fff;
	width: 220px;
	height: 30px;
	cursor: pointer;
}

.login-left.capcha {
	padding-left: 60px;
	text-align: left;
}


#captcha_img {
	height: 45px;
}

.login-left.box-capcha {
	display: inline-block;
}
.login-left2 {
	display: inline-block;
	margin-left: 7px;
}
