@charset "UTF-8";
/* 搜索框及日期控件 总样式表，其余在js\layui文件夹 */ 

.div_form_ul{
	width:100%;
	height:35px;
}
.div_form li.form_text, .div_form li.form_input,  .div_form li.form_input{
	float:left;
}
.view{
	width:100%;
}
.form_text{
	width:110px;
	padding-right:10px;
	text-align:right;
	color: #383838;
	font-size: 14px;
	line-height:30px;
}
.form_input{
	width:160px;
	text-align:right;
}
.li_button{
	float:right !important;
}
.form_input input, .layui-input{
	color:#a7a7a7 !important;
	font-size:14px;
}

.input_style{
	display: block;
    width: 90%;
	height: 32px;
	font-size: 14px;
    padding: 0px 5%;
    line-height: 28px;
    color: #9b9a9a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input_style_select{
	display: block;
    width: 90%;
    height: 32px;
    padding: 0px 5%;
    line-height: 31px;
    color: #9b9a9a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.margin_top_15{
	margin-top:15px;
}
.box_padding{
	float:left;
	padding: 0px 9px 0px 11px;
	color: #383838;
	font-size: 14px;
	line-height:30px;
	text-align:center;
}
.red_button{
	font-size: 14px;
	text-align: center;
	padding: 0px 16px;
	background-color: #c7000c;
	color: #fff;
	border-radius: 5px;
	border: 0px;
	outline: none;
	cursor: pointer;
	height:31px;
	line-height:31px;
}
.red_button:hover{
	font-size: 14px;
	text-align: center;
	padding: 0px 16px;
	background-color: #a8020c;
	color: #fff;
	border-radius: 5px;
	border: 0px;
	outline: none;
	cursor: pointer;
	height:31px;
	line-height:31px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #ccc !important;
}
