﻿body {
  font-family: "Microsoft YaHei",tahoma,sans-serif !important;
}
label {
	font-weight: normal;
}


.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-top: 1px dotted #e3e3e3;
	margin: 8px 0 16px 0;
}

.label-title {
	padding: 10px 20px;
}
.error-hint {
	color: #FF4400;
	position: absolute;
	top: 10px;
	left: 40%;
	z-index: 20000;
	width: 200px;
	min-height: 20px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
	box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}
.error {
	color: #FF4400;
	border-color: #FF4400;
}
.block {
  display: block !important;
}
.center,
.align-center {
  text-align: center !important;
}
.ace-icon {
  text-align: center;
}

.footer .footer-inner {
  text-align: center;
  position: absolute;
  z-index: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer .footer-inner .footer-content {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  padding: 8px;
  line-height: 36px;
  border-top: 3px double #E5E5E5;
}
.footer-content {
	margin-bottom:10px;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.input-icon {
  position: relative;
}
span.input-icon {
  display: inline-block;
}
.input-icon > input {
  padding-left: 24px;
  padding-right: 6px;
}
.input-icon.input-icon-right > input {
  padding-left: 6px;
  padding-right: 24px;
}
.input-icon > .ace-icon {
  padding: 0 3px;
  z-index: 2;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 3px;
  line-height: 30px;
  display: inline-block;
  color: #909090;
  font-size: 16px;
}
.input-icon.input-icon-right > .ace-icon {
  left: auto;
  right: 3px;
}
.input-icon > input:focus + .ace-icon {
  color: #579;
}

.login-layout .form-control {
	box-shadow: none !important;
}

/*********************************/
.header {
	margin: 25px 0 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.login-layout {
	background: url('../images/login_bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	
	padding-top: 6%;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	position:absolute;
}
.login-container {
	width: 500px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
	position: relative;
	z-index: 9;
	border-radius: 5px;
	background-color: #fff !important;
}
.panel-box {
	padding: 6px;
}
#select-nav li {
	margin: 10px 30px;
	font-size: 16px;
}
#select-nav li a {
	background-color:#00AAEF;
	color: #fff;
}
#select-nav li a:hover {
	background-color:#0094D4;
}

.footer-content {
	border-top-width: 0 !important;
}
.line {
	font-size: 18px;
	display: inline-block;
	margin: 0 16px;
	vertical-align: bottom;
	color: #fff;
}
.mobile-down a {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.form-signin {
	padding: 10px 30px 0 30px;
	text-align: left !important;
}
.form-signin  .form-control {
	font-size: 16px;
	height: 40px !important;
}
.form-signin  .field-group {
	display: block;
	margin-bottom: 20px;
}
.signin-footer {
	padding: 10px;
	margin-bottom: 10px;
}
.form-signin  .ace-icon {
	padding-top: 6px;
}

.regcode-icon {
	display: block;
	border: 1px solid #CCCCCC !important;
	border-left-width: 0 !important;
	border-radius: 0 4px 4px 0;
}
.regcode-icon img {
	cursor: pointer; 
	width: 80px;
	height: 38px;
	margin: 0 4px 0 4px;
}
.regcode-icon a {
	padding-top: 10px;
	border-width: 0 !important;
	height: 38px !important;
	font-style: normal !important;
}
.regcode-icon-right {
	padding-right: 88px !important;
}
.regcode-a-right {
	padding-right: 150px !important;
}
.register-layout {
	padding-top: 6% !important;
}
.dark {
  color: #333 !important;
}
.white {
  color: #FFF !important;
}
.red {
  color: #DD5A43 !important;
}
.red2 {
  color: #E08374 !important;
}
.light-red {
  color: #FF7777 !important;
}
.blue {
  color: #478FCA !important;
}
.light-blue {
  color: #93CBF9 !important;
}
.green {
  color: #69AA46 !important;
}
.light-green {
  color: #B0D877 !important;
}
.orange {
  color: #FF892A !important;
}
.grey {
  color: #777 !important;
}
.light-grey {
  color: #BBB !important;
}
