@CHARSET "UTF-8";


/***************************************************** 验证框架样式开始 *******************************************/
.bv-form .help-block {
    margin-bottom: 3px;
    position: absolute;
    top: 0px;
    z-index: 999;
    left: 43px;
}
/**禁用IE input输入框后的X号**/
.field-set input[type=text]::-ms-clear
{
    display: none;
}
input[type=text]::-ms-clear {
  display:none
}
::-ms-clear,::-ms-reveal{display:none;}
/**placeholder 居左**/
:-moz-placeholder
{
  text-align: left;
}
::-moz-placeholder
{
  text-align: left;
}
:-ms-input-placeholder
{
   text-align: left;
}
::-webkit-input-placeholder
{
    text-align: left;
}
.has-success .input-group-addon {
    color: #3c763d !important;
}
.nav-tabs li.bv-tab-success > a,.has-success .help-block {
    color: #3c763d;
}
.nav-tabs li.bv-tab-error > a,.has-error .help-block {
    color: #a94442;
}
.form-control-feedback{
	right: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.help-block{
/* 	padding-left:17%; */
	color:red;
}
/***************************************************** 验证框架样式 结束 *******************************************/

/********* 必填项标志(*)的样式 ***********/
.input-group span.required {
	color: red;
	padding: 3px;
	font-size: 14px;
}
/********* 保存按钮的样式 ***********/
#btn_save {
	background-color: #00acec;
	color: white;
}
/********* 保存按钮里的图标的样式 ***********/
#btn_save i {
	color: white;
}
.box .box-content {
	border: none !important;
	box-shadow: none !important;
}
.box.box-collapsed .box-content {
    display: block !important;
}
.box.box-collapsed .box-panel.box-collapsed .box-content {
	display: none !important;
}
.box .box-panel .box-header .actions .box-collapse i
{
	color:#595858;
}
.box .box-panel .box-header .actions .box-collapse i:before {
	/*content: "\e634";*/
/* 	content: "\e635"; */
    font-family: fontawesome;
	content: "\f078";
}
.box.box-collapsed .box-panel.box-collapsed .box-header .actions .box-collapse i:before {
	/*content: "\e633";*/
/* 	content: "\e69a"; */
	font-family: fontawesome;
	content: "\f077";
}
.box-panel + .box-panel {
	margin-top: -1px;
}
/*********密码强度提示的样式-开始***********/
#tips {
     float: left;
     margin: 0px 0 0 0px;
 }

 #tips span {
     float: left;
     width: 60px;
     height: 25px;
     color: white;
     background: #ccc;
     line-height: 20px;
     text-align: center;
     border-right:1px solid #ccc;
     line-height:25px;
      border-radius:5px;
 }
  .tips_h{
     border-right: 1px solid #ccc !important;
 }
/*********密码强度提示的样式-结束***********/