/*所有字体都是微软雅黑*/
* {
	font-family: "微软雅黑";
	
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.error-tips{
	color: red;
	margin-top: 7px;
}
.red{
	color: red;
}
.info-sign{
	color: #3b95dd;
}
.tips-size{
	font-size: 13px;
}
.tips{
	color: #999;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
/*编辑图标*/
.fa-edit-sign{
	font-size: 18px;
}
/*input框后面跟的文字*/
.view-tips{
	margin-top: 7px;
}
.btn-save-margin{
	margin-top: 20px;
}
.btn-save-fixed{
	width: 230px;
}
.btn-save-full{
	width: 100%;
}
.font-weight{
	font-weight: bold;
}
.form-group label{
	font-weight: normal;
}
.form-control.has-error{
	border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.error {
    color: red;
    display: table-cell;
}
/*必填项标识*/
.requiredInput {
    color: red;
    vertical-align: middle;
}
/*下拉框闪烁*/
.form-control {
    -webkit-transition: none;
    transition: none;
}

aside {
	background-color: #f8f8f8;
	overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    width: 180px;
}
aside li.active {
    border-left: 3px #23527c solid;
    background-color: #ddd;
}
/*aside 子div（设置导航条能滚动但不显示滚动条）*/
#drive-navbar-con{
	width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    height: 100%;
}
/*login*/

#error-message span{
	color: red;
}
#login-container{
	margin: 0 auto;
	margin-top: 140px;
	width: 410px;
	height: 452px;
	background:  #fff;
	z-index: 999;
}
#login-form-con{
	
	margin-left: 0px;
}
#login-form{
	width: 410px;
	height: 273px;
	padding: 40px 30px 0 30px;
}
#login-form .input-group{
	position: relative;
}

.input-group .form-control {
    width: 350px; 
    height: 50px;
    border: 1px solid #cccccc;
    float: none;
    
}
#login-form .input-group .name-label {
	position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 55px;
    height: 50px;
	background:  url(../img/user-gray.png) no-repeat center center;
}
#login-form .input-group .password-label {
	position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 55px;
    height: 50px;
	background:  url(../img/password-gray.png) no-repeat center center;
}

.input-group .form-control#inUser{
	border-radius:4px; 
	padding-left: 55px;
}
.input-group .form-control#inPasswd{
	 border-radius:4px; 
	padding-left: 55px;
}

#login-form .input-group.name-focus .name-label {
	position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 55px;
    height: 50px;
	background:  url(../img/user-blue.png) no-repeat center center;
}
#login-form .input-group.password-focus .password-label {
	position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 55px;
    height: 50px;
	background:  url(../img/password-blue.png) no-repeat center center;
}

.name-focus #inUser.form-control{
  border-color: #38a5f5;
  outline: 0;
  background-color: #fff;
  padding-left: 55px;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
 
}
.password-focus #inPasswd.form-control {
  border-color: #38a5f5;
  outline: 0;
  background-color: #fff;
  padding-left: 55px;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}
#login-form .input-group-addon{
	width: 61px;
}
#login-form >h4{
	
	text-align: center;
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 20px;
}

/*自定义一种按钮颜色*/
.btn-login {
	width: 350px;
	height: 50px;
	margin-top: 15px;
	font-size: 20px;
  color: #ffffff;
  background-color: #77b5f4;
  border-color: #77b5f4;
  border-radius: 3px;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active,
.open .dropdown-toggle.btn-login {
  color: #ffffff;
  background-color: #77b5f4;
  border-color: #77b5f4;
}
.btn-login:active,
.btn-login.active,
.open .dropdown-toggle.btn-login {
  background-image: none;
}
.btn-login.disabled,
.btn-login[disabled],
fieldset[disabled] .btn-login,
.btn-login.disabled:hover,
.btn-login[disabled]:hover,
fieldset[disabled] .btn-login:hover,
.btn-login.disabled:focus,
.btn-login[disabled]:focus,
fieldset[disabled] .btn-login:focus,
.btn-login.disabled:active,
.btn-login[disabled]:active,
fieldset[disabled] .btn-login:active,
.btn-login.disabled.active,
.btn-login[disabled].active,
fieldset[disabled] .btn-login.active {
  background-color: #8ec3f9;
  border-color: #8ec3f9;
}
.login-link-con{
	position: relative;
	height: 34px;
}
.login-link-con .register{
	width: 70px;
	position: absolute;
	right: 70px;
	bottom: 0;
}
.login-link-con .resetPwd{
	width: 56px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#login-section{
	overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
	height: 100%;
	
	background: #6cc8f2 url(../img/background.png) no-repeat center center;
	
}
#login-img-user{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 207px;
	height: 218px;
	background: url(../img/background_hos.png) no-repeat center center;
}



section{
	position: relative;
    margin: 0 0 0 180px;
    background-color: #fff;
    padding: 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (max-width: 992px){
	aside {
    		width: 50px;
	}
	.nav-label {
    		display: none;
	}
	section{
		margin: 0 0 0 50px;
	}
}
@media (max-width: 768px){
	
}
.footer-banner{
	background: #333;
	color:#fff;
	height: 40px;
	line-height: 40px;
	position: absolute!important;
	bottom:0;
	left:0;
	right: 0;
	font-size: 12px;
	text-align: center;
}
