html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; letter-spacing:1px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


body{
  background: #08090b url("../../images/login_obbox3/bg-1.jpg") 50% 0 no-repeat;
}

body {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #404040;
}

a {
  color: #00a1d2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.login {
  position: relative;
  margin: 80px auto;
  width: 300px;
  font-weight: 300;
  color: #a8a7a8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  background:rgba(255,255,255,0.1);
  padding:50px 50px 65px;
  border-radius:30px;
  box-shadow:0 2px 10px rgba(0,0,0,.5);
}
.login p {
  margin: 0 0 10px;
}

input, button, label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;color:#97afc6;
}

input, .lang_sel {
  padding: 0 10px;
  width: 300px;
  height: 40px;
  text-shadow: 1px 1px 1px black;
  background: #293744; color:#97afc6; letter-spacing:1px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

.lang_sel option { line-height:1; letter-spacing:1px;}
.copyright {font-size:9px;color:#ddd}

input[type=text]:focus, input[type=password]:focus {
  color: white;
  background: rgba(0, 0, 0, 0.1);
  outline: 0;
}

label {
  float: left;
  width: 100px;
  line-height: 40px;
  padding-right: 10px;
  font-weight: 100;
  text-align: right;
  letter-spacing: 1px;
}

.forgot-password {
  padding-left: 100px;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
}

::placeholder {color:#97afc6; letter-spacing:1px; font-size:14px}

.login1 {
	position:absolute; 
	top:155px; 
	right:33px;
	width:48px;
	height:48px;
	padding:8px;
	border-radius:32px;
}
.login1 a {background:url(../../images/login_obbox3/arrow1.png) 0 0 no-repeat; padding:32px 40px}
.login1 a:hover {background-image:url(../../images/login_obbox3/arrow2.png); }

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 40px;
  background: #282828;
}
.lt-ie9 .login-submit {
  position: absolute;
  top: 12px;
  right: -28px;
  padding: 4px;
}
.lt-ie9 .login-submit:before, .lt-ie9 .login-submit:after {
  display: none;
}
.lt-ie9 .login-button {
  line-height: 48px;
}
.lt-ie9 .about {
  background: #313131;
}

h1{font:bold 30px/25px Trebuchet MS, sans-serif; text-align:center;margin:0 auto 20px;}
h1:after{height:2px; content:'';border-bottom:1px solid #272727; box-shadow:0 1px 1px #5E6366;display:block;margin:20px 0 0;}
img.captcha{max-width:118px; max-height:40px; height:40px; float:left;}
input.captcha{width:50%;float:right;margin-right:10px;}

.ui-dialog, .ui-jqdialog {
	z-index: 1040 !important;
	background-color: #FFF;
	padding: 0;
	border: 1px solid #DDD;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ui-dialog-titlebar-close {
	display:none;
}

.noTitleStuff .ui-dialog-titlebar { display:none; }

.ui-dialog .ui-dialog-titlebar{position:relative;text-align:center;font-size:14px;background:#7f7fa1;color:#fff;padding:2px 0;
border:1px solid ##A1A1CC;border-bottom-color:#8E8E95;
background: rgba(127,127,161,1);
background: -moz-linear-gradient(top, rgba(127,127,161,1) 0%, rgba(127,127,161,1) 22%, rgba(105,105,133,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,127,161,1)), color-stop(22%, rgba(127,127,161,1)), color-stop(100%, rgba(105,105,133,1)));
background: -webkit-linear-gradient(top, rgba(127,127,161,1) 0%, rgba(127,127,161,1) 22%, rgba(105,105,133,1) 100%);
background: -o-linear-gradient(top, rgba(127,127,161,1) 0%, rgba(127,127,161,1) 22%, rgba(105,105,133,1) 100%);
background: -ms-linear-gradient(top, rgba(127,127,161,1) 0%, rgba(127,127,161,1) 22%, rgba(105,105,133,1) 100%);
background: linear-gradient(to bottom, rgba(127,127,161,1) 0%, rgba(127,127,161,1) 22%, rgba(105,105,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7fa1', endColorstr='#696985', GradientType=0 );
}
.ui-dialog .ui-dialog-titlebar-close{position:absolute;top:0;opacity:0.5;color:#fff;}
.calc-dialog #calc-dialog{padding:5px 10px;background:#CDCDE5;border:1px solid #A9A9D2;
background: rgba(205,205,229,1);
background: -moz-linear-gradient(top, rgba(205,205,229,1) 0%, rgba(205,205,229,1) 49%, rgba(176,176,191,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,205,229,1)), color-stop(49%, rgba(205,205,229,1)), color-stop(100%, rgba(176,176,191,1)));
background: -webkit-linear-gradient(top, rgba(205,205,229,1) 0%, rgba(205,205,229,1) 49%, rgba(176,176,191,1) 100%);
background: -o-linear-gradient(top, rgba(205,205,229,1) 0%, rgba(205,205,229,1) 49%, rgba(176,176,191,1) 100%);
background: -ms-linear-gradient(top, rgba(205,205,229,1) 0%, rgba(205,205,229,1) 49%, rgba(176,176,191,1) 100%);
background: linear-gradient(to bottom, rgba(205,205,229,1) 0%, rgba(205,205,229,1) 49%, rgba(176,176,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcde5', endColorstr='#b0b0bf', GradientType=0 );
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}

.modal-header .close {
	font-size: 32px;
}

.modal-header .close {
	margin-top: -2px;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header h4 {
	font-size: 15px;
	font-weight: normal;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0px;
}

/* Left Right Slide-in */
.pull-item {
    position: fixed;
    z-index: 20000;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    width: 304px;
}
.pull-item.top.right, .pull-item.top.left {
    top: 160px;
    right: -304px;
}
.pull-item.middle.right, .pull-item.middle.left {
    top: 150px;
    right: -304px;
}
.pull-item.bottom.right, .pull-item.bottom.left {
    top: 270px;
    right: -304px; 
}

.pull-item.right .pull_button {
    position: absolute;
    top: 0px;
    left: -57px;
    background-color: #f5f5f5;
    border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    width: 33px;
    height: 135px;box-shadow:0 2px 5px rgba(0,0,0,.5);
}
.pull-item.left .pull_button {
    position: absolute;
    top: 0px;
    right: -57px;
    background-color: #f5f5f5;
    border-radius: 0px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    overflow: hidden;
    width: 33px;
    height: 135px;box-shadow:0 2px 5px rgba(0,0,0,.5);
}
.pull_button img {
    max-width: 50px;
    max-height: 188px;
}
.pull-item.right .top-level-pull-out, .pull-item.left .top-level-pull-out {
    padding: 12px;
    float: right;
    background-color: #f5f5f5;
    border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 0px 0px 0px 3px;
    -webkit-border-radius: 0px 0px 0px 3px;
    width: 280px;
}
.pull-item.left .top-level-pull-out {
	float: left;
}
.pull-inner {
    background-color: #eee;
    overflow: hidden;
}
.pull-inner p {
    margin: 0;
}
.pull-inner img {
    margin: 0;
    max-width: 100%;
}
.pull-item:hover.left, .pull-item.clicked.left, .pull-item:focus.left, .pull-item:active.left {
    left: 0px !important;
}
.pull-item:hover.right, .pull-item.clicked.right, .pull-item:focus.right, .pull-item:active.right {
    right: 0px !important;
}
.contact-bg{background:url(../../images/contact-info.png) 50% 0 no-repeat;font-family:Verdana, sans-serif;font-size:12px;color:#555}
.contact-bg p{padding:100px 20px 5px 20px;text-align:center;font-size:11px;color:#666}
.contact-bg .icons{background:url(../../images/icons-social5.png) no-repeat 0 -1px; width:40px;height:40px;display:block;}
.contact-bg .whatsapp{background-position:0 -90px;}
.contact-bg .wechat{background-position:0 -135px;}
.contact-bg .line{background-position:0 -180px;}
.contact-bg .phone{background-position:0 -270px;}
.contact-bg .email{background-position:0 -315px;}
.contact-bg .info{width:90%;margin:0 auto}
.contact-bg td{padding:0}
.contact-bg .dark{color:#000}
.download-bg{background:url(../../images/download-bg.png) 50% 0 no-repeat;font-family:Verdana, sans-serif;font-size:12px;color:#555}
.download-bg div{padding:100px 5px 5px 5px;}
.download-bg img{margin:10px 0 5px;}

.logo-obbox {text-align:center}
.logo-obbox img {width:80%;}

#captcha {
position: relative;
top: 10px;
}

@media (max-width:575px){
	.login {
		width: 220px;
		padding-left: 25px;
	}
	
	input, .lang_sel {
		width:250px;
	}
	
	.login1 {
		top: 134px;
		right: 25px;
	}
}
