@CHARSET "UTF-8";

body{
	/*
	font-family: "Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica","Arial","Verdana","sans-serif";
	font-family: Avenir,"Helvetica Neue",Helvetica,Arial,sans-serif;
	*/
	font-family: "Helvetica Neue", Helvetica, Microsoft Yahei,
		Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif !important;
}
input[type=button], input[type=text], input[type=password], input[type=email]{
    -webkit-appearance: none;
    outline: none;
}
.fixed-table-toolbar .bars{
	width:90%;
}
.form-group select,select {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance: none;
    background: url("down.png") right 2px  center  no-repeat !important;
    padding-right: 20px;
}
.mandatory-field{
	font-size:18px;
	color:red;
	padding-right: 5px;
}

.error{
	color:#b94a48;
}
.mandatory{
	color:red;
}
.lockPower{
	width:40px;
	height:16px;
	background-image: url("../img/lock_small.png");
}
.power-5{
	background-position: 0,0px;
}
.power-4{
	background-position: -40px,0px;
}
.power-3{
	background-position: -80px,0px;
}
.power-2{
	background-position: -120px,0px;
}
.power-1{
	background-position: -160px,0px;
}

img.randpic{
	width:120px;
}

.user-info {
    max-width: 150px;
}
.beforeParms{
	margin:10px 0px;
}
span[onclick]{
	
	color: #236DB9;
}
  /* ********* 全局表格背景属性  *********  */
  
  .none{
  display: none;
  }
.table.table-bordered > thead > tr > th {
    background-color: #f5f5f5;
}
  /* ********* 搜索下拉框  *********  */
.btn-default:focus:hover, .btn-default.dropdown-toggle, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:active, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle.focus, .open > .btn.dropdown-toggle:active, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover {
    background-color: #fff !important;
    border-color: #ABBAC3;
    color:#333030 !important;
    border-width: 1px;
    text-shadow: none;
}

.upfile-result{
	/*文件上传的结果*/
	display: none;
}