/* login box*/

.t{ border:1px solid #ff0000;}
.my-client-menu .my-menu{background:#1C5469; padding:0px 0px 3px 0px; display:none;  margin-left: -8px;}
.my-client-menu:hover .my-menu{display:block;}

.my-client-menu .my-menu a {
    color: #ffffff;
    display: block;
    float: none;
    font-size: 14px;
    height: auto;
    line-height: 1.3em;
    padding: 5px 8px 5px 8px;
}

.mobile-btn-login .my-menu {
background:none;
margin-top: -10px;
}
.mobile-btn-login .my-menu a{
padding-left:28px;
}
.mobile-btn-login .my-menu a::before {
	display:none;
}


/* Updated new version 2/13/2018*/
.my-client-menu {
	position: relative;
}

.my-client-menu .my-menu-new{
	background: url("../../img/common/bg-type03.jpg") repeat;
	position: absolute;
	right:0px;
	display: none;
	width: 360px;
	text-align:center;
	padding-bottom:1px;
}

.my-client-menu:hover .my-menu-new {
	display:block;
}

.my-menu-new a {
	float:none;
	display: inline-block !important;
	margin:5px;
	width: auto;
	height: auto;
	vertical-align: text-top;
	padding:5px 0 10px;
}

.my-menu-ico {
	display: block;
	width: 30px;
	height: 30px;
	margin:0 auto 5px;
	/*background: url('../../img/common/spt-my-menu.png');*/
	background-size:300% 100%;
}
.my-menu-ico.ico-client-info {
	background: url('../../img/common/spt-my-menu.png');
	background-size:300% 100%;
	background-position:0% 0%;
}

.my-menu-ico.ico-change-pass {
	background: url('../../img/common/spt-my-menu.png');
	background-size:299% 100%;
	background-position:50% 0%;
}

.my-menu-ico.ico-logout {
	background: url('../../img/common/spt-my-menu.png');
	background-size:300% 100%;
	background-position:100% 0%;
	/*margin-left:30px;*/
}

.ico-lable {
	font-size: 11px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	height:20px;
	width: 100px;
	text-align: center;
}

.mobile-menu-link .my-menu-new a{
	display: inline-block;
}

@media screen and (max-width: 580px), screen and (max-width: 736px) and (orientation: landscape){
	.my-menu-new > div{
		padding:10px 0px;
		background: #011d28 !important;
		background-color:#011d28 !important;
		-webkit-box-shadow: inset 0px 0px 31px 5px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 0px 0px 31px 5px rgba(0,0,0,0.75);
		box-shadow: inset 0px 0px 31px 5px rgba(0,0,0,0.75);
	}
	.my-menu-new:after, .my-menu-new > div:after {
		clear:both;
		content:"";
		display: block;
	}
	.my-menu-new a {
		float:left;
		width: 30% !important;
		text-indent: 0 !important;
		padding:3px 0px 5px !important;
	}
	.ico-lable {
		width: auto !important;
		max-width: 100px;
		margin:0 auto;
	}
	.my-menu-ico.ico-logout {
		/*margin-left: 35px;*/
	}
}

@media only screen and (max-width:374px) {
	.my-menu-new a {
		width: 28% !important;
	}
	.my-menu-ico.ico-logout {
		margin-left: 20px !important;
	}
}

.mobile-btn-login .my-menu-new {
	background:none;
	margin-top: -10px;
}

.mobile-btn-login .my-menu-new a{
	padding-left:28px;
}
/* Updated new version finish 2/13/2018*/


.mask {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #001a24;
	z-index: 999999;
	opacity: 0.9;
	display: none;
}

body.mask-on {
	overflow:hidden;
}

.login-wrap {
	display:none;
	position: fixed;
	z-index: 9999999;
	width:100%;
	height:100%;
	top:0%;
}

.login-box {
	width:98%;
	height:98%;
	max-width: 800px;
	max-height: 450px;
	margin:0  auto;
	border-radius:2px;
	background:rgba(255,255,255,1);
	display: none;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.login-box-con p {
	font-size:13px;
	color:#000000;
	font-family: 'AvenirLTStd-Light';
}

.login-box-con h2 {
	font-size:1.4em;
}

.login-box-con {
	position:relative;
	z-index:100;
	width:100%;
	height:100%;
	padding:45px 35px;
}

.login-box-con:after {
	clear:both;
	content:"";
	display:block;
}

.login-box-con .btn-close {
	position:absolute;
	top:5px;
	right:5px;
}

.login-box-con .btn-close:before {
	content: "\f00d";
	display:block;
	font-family: 'FontAwesome';
	width:10px;
	height:10px;
	font-size:14px;
	line-height:30px;
	margin-right:10px;
}

.login-half {
	float:left;
	position:relative;
	width:50%;
	min-height:300px;
	padding-right:4%;
}

.login-half p{
	text-align: left; /*center */
}



.login-half:last-child {
	padding-left:4%;
	padding-right:0px;
}

.login-box-con .btn-login-posi {
	position:relative;
	bottom:0px;
	width:100%;
	margin:20px auto;
}

.login-logo {
	width:100%;
	margin-bottom:30px;
	max-width:191px;
}

.login-logo img {
	width:100%;
	max-width:100%;
}

.btn-findpass, .btn-creataccount{
	font-family: 'FontAwesome';
}

.btn-findpass:before, .btn-creataccount:before {
	margin-right:5px;
}

.member-btn:after {
	clear:both;
	content:"";
	display:block;
}

.member-btn > div {
	float:left;
}

.member-btn > div:nth-child(2) {
	float:right;
}

form#login-pop .form-group {
	margin-bottom:20px;
}




@media screen and (max-width:820px) {
	
	.login-half h2 {
		line-height:20px;
		margin-bottom:30px;
	}

	.member-btn:after {
		clear:both;
		content:"";
		display:block;
	}

	.member-btn > div {
		clear:both;
		float:none;
	}

	.member-btn > div:nth-child(2) {
		clear:both;
		float:none;
	}

}/* 820 & 768 end */


@media screen and (max-width:640px) { 
	.login-box {
		width:93%;
		height:93%;
		max-width: 800px;
		max-height: 530px;
		margin:0  auto;
		border-radius:2px;
		background-color: white;
		display: block;
		vertical-align: middle;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		text-align:center;
	}
	.login-half {
		clear:both;
		float:none;
		position:relative;
		width:100%;
		min-height:200px;
		padding-right:0%;
	}

	.login-half:not(.bdl) {
		padding-bottom:20px;
		border-bottom:1px solid #f1f1f1 !important;
	}

	.login-half:last-child {
		padding-left:0%;
		padding-right:0px;
		border-left:none !important;
	}

	.login-half h2 {
		font-family: "AkzidenzGroteskBE-MdEx";
		height:auto;
		font-size:16px;
		line-height:16px;
		margin-bottom:5px;
		padding:5px;
	}

	.login-box-con .btn-login-posi {
		position:relative;
		bottom:0px;
		width:100%;
		margin:0 auto;
	}

	.login-logo {
		width:100%;
		margin-bottom:10px;
		max-width:150px;
		margin:0 auto;
	}

	.login-logo img {
		width:100%;
		max-width:100%;
	}

	.btn-findpass, .btn-creataccount{
		font-family: 'FontAwesome';
	}

	.btn-findpass:before, .btn-creataccount:before {
		margin-right:5px;
	}

	.member-btn {
		margin-bottom:10px;
	}

	form#login-pop .form-group {
		/*margin-bottom:5px;*/
	}

}

@media screen and (max-width:350px) { 
	.login-box {
		max-height:550px;	
	}
}

@media screen and (max-width:320px){
	.login-box-con {
		padding:20px 35px;
	}
}


@media screen and (max-width: 736px) and (orientation: landscape) {
	.login-half {
		float:left !important;
		clear:none;
		position:relative;
		width:50%;
		min-height:250px;
		padding-right:4%;
		text-align:left;
	}

	.login-half p {
		line-height:1.2em;
	}

	.login-half:last-child {
		padding-left: 4%;
		padding-right: 0px;
		border-left: 1px solid #c7c7c7 !important;
	}

}

@media screen and (max-width: 667px) and (orientation: landscape) {
	.login-logo {
		margin:0;
	}

	.login-box-con .btn-login-posi {
		position:absolute;
		bottom:0px;
		width:92%;
	}
}

@media screen and (max-width: 568px) and (orientation: landscape) {
	.login-half {
		min-height:230px;
	}

	.login-box-con {
		position:relative;
		z-index:100;
		width:100%;
		height:100%;
		padding:20px;
	}

	.login-half h2 {
	min-height:45px;
	}
}



/* Additional 3/7/2018 */
.login-select-type {
}

.login-select-type > li {
	min-height:27px;
	max-height: 27px;
	text-align: left;
	overflow-y:hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.login-select-type > li.current {
	max-height:100px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.login-group{
	display: block;
	position: relative;
	background:url('../../img/common/ico-arrow-green.png') no-repeat;
	background-position:left center;
	font-family: "AkzidenzGroteskBE-MdEx";
	font-size: 14px;
	color: #002c41;
	line-height: 1.2;
	padding:5px 0px 5px 12px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-group:hover {
	color: #1c5469 !important;
	padding-left:16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-position:5px center;
}

.login-group-sub ul {
	padding:0px;
	margin:0px;
}

.login-group-sub ul li {
	position: relative;
	padding-left:12px;
	font-family: 'AvenirLTStd-Light';
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 3px;
}

.login-group-sub ul li:before {
	content:"-";
	display: block;
	position: absolute;
	top:-3px;
	left:0px;
}

.login-group-sub ul li a {
	display: block;
	font-family: 'AvenirLTStd-Light';
	font-size: 11px;
	line-height: 1.4;
	color: #000;
}

.login-group-sub ul li a:hover {
	color: #1c5469 !important;
}