/*这里是跟input有关的*/
@charset "utf-8";
/* CSS Document */


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

.form_span_must_save {
	color:#F00;
	padding-right:5px;
}
/* 下拉控件样式 */
.select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	  border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	  appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	  background: url("../images/icon/select.png") no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	  padding-right: 14px;
	/* 最长的text */
	font-size: 9pt;
	color: #000000;
	height: 24px;
	vertical-align: middle;
	border: 1px solid #c1c1c1;
	/*width: 206px;*/
	background-color: #ffffff;
	border-radius:3px;
	margin-right:5px;
}
.text_field {
	/* 最长的text */
	font-size: 9pt;
	color: #000000;
	height: 22px;
	vertical-align: middle;
	border: 1px solid #c1c1c1;
	/*width: 200px;*/
	background-color: #ffffff;
	margin-right:5px;
	border-radius:3px;
}

.text_field_date {
	/* 最长的text */
	font-size: 9pt;
	color: #000000;
	height: 22px;
	vertical-align: middle;
	border: 1px solid #c1c1c1;
	/*width: 80px;*/
	background-color: #ffffff;
	border-radius:3px;
	margin-right:5px;
	background: url("../images/icon/date_03.png") no-repeat;
	background-position: right center;
}
.textarea {
	font-size: 9pt;
	color: #000000;
	vertical-align: middle;
	border-radius:3px;
	border: 1px solid #c1c1c1;
}

.text_field_query_width {
	width:100%;
}

.text_field_query_width_half {
	width:43%;
}

.span_query_zhi {
	display:inline-block;
	text-align:center;
	width:8%;
}

.text_field_add_width {
	width:80%;
}
.text_field_query_width_shirt {
	
}


.btn_default{
	display: inline-block;
	padding: 0px 18px;
	height: 26px;
	cursor: pointer;
	border-radius: 3px;
	/*margin-right: 15px;*/
	text-align: center;
	line-height: 26px;
}
.btn_grey {
    background-color: #f3f5ff;
    border: 1px solid #bcbfc9;
    color: black;
}
.btn_blue {
    background-color: #1b9cff;
    border: 1px solid #2f87d0;
    color: #fff;
}
.btn_blue:hover{
    background-color:#1397fd;
    color:yellow;
}
.btn_grey:hover{
    background-color:#ebeefe;
    color: blue;
}

.button-list {
	padding:0px 15px;
}
.btn2 {
	background: url(../images/button/bt2.gif);
	width: 48px;
	height: 24px;
	padding: 1px 4px 5px 3px;
	text-align: center;
	margin: 0 0 0 1px;
	height: 24px;
	border: 0;
	color: #fff;
	cursor: pointer;
	line-height: 23px;
	line-height: 20px\9;
	_line-height: 22px;
	font-size: 12px
}


/*20160818新增加的样式：开始*/
.tableMarginBottom{
	margin-bottom: 22px;
}


.selectPerson{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #0000aa;
	margin-left: 3px;
}

select,input{
	padding-left: 3px;
	outline:none;
}
input.inputBorder{
	border: none;
	outline:none;
}
input.readOnly{
	border-color: #ececec;
	background-color: #fbfbfb;
}
.selectAdmin{
	background: url("../images/images/selectUser.png") no-repeat right center;
}

.tdWhiteBg{
	background-color: white;
}
.tAlignCenter{
	text-align: center
}
.tabBorderNone{
	background-color: #fbfbfb;
	border-top: #cfcfcf;
}
.btnHeight{
	height:24px ;
}
/*20160818新增加的样式：结束*/