@font-face {
    font-family: RobotoLightItalic;
    src: url(../fonts/Roboto-LightItalic.ttf);
}

@font-face {
    font-family: RobotoLight;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: RobotoMedium;
    src: url(../fonts/Roboto-Medium.ttf);
}
html, body ,.lazy,#tbl-body,#tbl-body tr, #tbl-body td  {
	margin: 0;
	padding: 0;	
	height: 100%;
	width: 100%;
}
body {
	font-family:Tahoma;
	overflow-x: hidden;
}

.lazy{background-position: no-repeat;background-size:cover;background-position:top center;}

#section-box {	
	min-height: 350px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0px 0 13px;
	overflow: hidden;
	text-align: left
}
#section-box .logo{display: block; padding-left: 20px; color: #5d5d5d; text-decoration: none;}
#section-box #form-login {
    margin: 80px 20px 20px;
	overflow:hidden;
}
#section-box #form-login .border{
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd
}
#section-box #form-login .border label {
	float: left;
	width: 80px;
}
#section-box #form-login .border input[type='password'],#section-box #form-login .border input[type='text'] {
	border: 0 none;
	color: #939598;
	clear:both;
	width: 100%;
	text-align: left;
	font-size:14px;
	padding:15px 0px;
    text-indent:10px;
}

#section-box #form-login .h_submit {
	margin: 13px auto;
	font-weight: bold;
	background-color:#037dd6;
	border: 1px solid #037dd6;
	color: #fff;
	font-size: 16px;
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400;
	padding: 10px;
	margin: 30px 0 5px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none !important;
	text-align: center;
	width: 150px;
	float: left
}
#section-box #form-login .h_submit.loading,#section-box #form-login .h_submit.loading:hover {
	background-color: white;
	background-image: url('../images/loading_blue2.gif'); 
	background-repeat:no-repeat;
	background-position:5px 50% ;
	color:  #037dd6;
	border: 1px solid #037dd6;
}
#section-box #form-login .h_submit:hover
{	
	background-color:#2c91f9;
	border: 1px solid #037dd6;
}

@media (max-width:459px){
	body #section-box {min-height: 310px;width: 290px;}
}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
	height: 100%;
}

.flexbox-container .left-content {
	width: 65%;
}
.flexbox-container .right-content {
    width: 35%;
    min-width: 300px;
}
.right-content{overflow: auto}
.left-content, .right-content{position: relative; height: 100%; float: left}
.image-left{
	bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;top: 0;
}
.lazy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.text-login{ 
  font-size: 14px;
  color: #5d5d5d 
}	
.row-flex{
    display: -ms-flex;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    height: 100%;
}
#section-box{height: 90%}
.app-lang{width: 100%; float: left}
.app-lang ul{padding: 0}
.app-lang ul .lang-item{
	float: left;
    list-style: outside none none;
    padding: 0px 5px;
	position: relative;
}
.app-lang ul .lang-item a{text-decoration: none}
.lang-item .space {
    border-left: 2px solid #ddd;
    bottom: 0;
    display: inline-block;
    height: 15px;
    left: 98%;
    line-height: 15px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.app-lang .lang-item  a{color: #343434}
.app-lang .lang-item.active a {color: #037dd6; font-weight: bold;}
@media(max-width: 480px){
	.left-content{display: none}
	.flexbox-container .right-content{width: 100%}
}
@media(min-width: 481px){
	.flexbox-container .left-content{
		background-image: url("../images/bg/bg-login-left.png");
	background-size: cover;	
	}
}
