@CHARSET "UTF-8";
/**全局css设置*/
html{width:100%;height:100%;}
body{width:100%;height:100%;font-size:16px;position:relative;margin:0;padding:0;color:#000;font-family:"Microsoft YaHei",sans-serif;}
/**列表,包括查询和列表展示*/
.box {
    padding: 10px 15px 15px 2px;
}
.box-content {
    padding: 5px 5px 5px 40px;
    border:1px solid #d0d1d6;background-color:#f4f4f5;
}
.treediv{
	width: 25%;
	float: left;
	height: 100%;
	border-right: 1px solid #595959;
}
.treecontent{
	width: 73%;
	float: left;
	margin-left:2%;
	height: 100%;
}
.main_table{
	width:100%;
	background-color:#FFFFFF;
}
.main_table th{
	height:33px;
	border-bottom:1px solid #dadbda;
	font-size:14px;
	text-align:center;
	background: #618fbc;color: #fff;
	border-bottom: 1px solid #cdcecd;
}
.main_table tr:nth-child(even){background: #f7fafd;}
.main_table tr:nth-child(odd){background: #fff;}
.main_table td{
	border:1px solid #dadbda;
	height:33px;
	border-top:0px;
	text-align:center;
	font-size: 14px;
}
.main_table tr:hover{
	background-color:#fbf6c9;
}
.search_table{
	width:100%;
}
.search_table .right{
	text-align: right;
}
.search_table td input{
	width: 80%;
}
.search_table td{
	padding: 5px 0 5px 0;
	font-size: 14px;
}
/**分页*/
.search_button_table {
	margin-left: 1%;
	margin-top:5px;
	width: 99%;
}
.search_button_table td{
	width: 30%;
	text-align: right;
	font-size: 14px;
}
.search_button_table tr{
	padding-top: 2px;
}
/**新增页面*/
.apply_fill{width:100%;padding: 1%;}
.apply{width:100%;border:1px solid #e2e3cb;background-color:#FFFFFF;}
.apply th{width:18%;height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:14px;text-align:right;}
.apply td{width:32%;height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
.apply input{width:80%;margin-left:5px;}
.apply textarea{width:80%; margin-left:5px;}
#buttons{margin:20px 0 0 0;text-align:center;}
.apply2{width:100%;border:1px solid #e2e3cb;background-color:#FFFFFF;}
.apply2 th{width:16%;height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:16px;text-align:right;}
.apply2 td{width:16%;height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
.apply3{width:100%;border:1px solid #e2e3cb;background-color:#FFFFFF;}
.apply3 th{height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:14px;text-align:right;}
.apply3 td{height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
.apply3 input{width:80%;margin-left:5px;}
.apply3 textarea{width:80%; margin-left:5px;}
.apply4{width:100%;border:1px solid #e2e3cb;background-color:#FFFFFF;}
.apply4 th{width:12%;height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:14px;text-align:right;}
.apply4 td{height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
.apply4 input{width:80%;margin-left:5px;}
.apply4 textarea{width:80%; margin-left:5px;}
/*弹出框*/
.theme-popover-mask-tc {
	z-index: 6666;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none
}
.theme-popover-tc {
	z-index:9999;
	position:fixed;
	top:10%;
	left:10%;
	/* width:660px;
	height:360px; 这两个属性自己定义*/
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
}
.theme-poptit-tc {
	width:100%;
	height:40px;
	margin-bottom:10px;
	position: relative;
	background-color:#387dc9;-ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;
}
.popContent-tc {
	width:100%;
}
.popTitle-tc{
	color:#fff;
	float:left;
	padding: 1px 0px 0px 10px;
	width: 80%;
}
.close-tc {
	text-align:right;
	float:right;
	width: 20%;
	padding: 8px 15px 8px 15px;
	
}
/**弹出框选择经营人*/.theme-popover-mask {
	z-index: 6666;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none
}
.theme-popover {
	z-index:9999;
	position:fixed;
	top:10%;
	left:10%;
	/* width:660px;
	height:360px; 这两个属性自己定义*/
	border-radius:5px;
	background-color:#fff;
	display:none;
	-ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;
}
.theme-poptit {
	width:100%;
	height:40px;
	margin-bottom:10px;
	position: relative;
	background-color:#387dc9;-ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;
}
.popContent {
	width:100%;
}
.popTitle{
	color:#fff;
	float:left;
	padding: 1px 0px 0px 10px;
	width: 80%;
}
.close {
	text-align:right;
	float:right;
	width: 20%;
	padding: 8px 15px 8px 15px;
	opacity:1;
}
.close a{
	text-decoration: none;
	color: #ffffff;
	text-shadow: none;
}
.close-tc a{
	text-decoration: none;
	color: #ffffff;
	text-shadow: none;
}
/**上传按钮*/
.file {
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    background: #FFF;
    border: 1px solid #808080;
    border-radius: 4px;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
    text-indent: 0;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #CCC;
    border-color: #FFF;
    color: #000000;
    text-decoration: none;
}
.needwrite{
	color:red;
	margin-right: 2px;
	vertical-align: middle;
	line-height: 35px;
}
.searchdiv{
	margin-bottom:3px;
	border:1px solid #d0d1d6;
}
.expanddiv{
	text-align:right;
	/**border:1px solid #d0d1d6;*/
	height:22px;
}
.expandlink{
	margin:3px 3px 0px 0px;
	float:right;
	display:block;
	width:16px;
	height:16px;
	background-image:url(../image/expand.png) ;
}
.collapselink{
	margin:3px 3px 0px 0px;
	float:right;
	display:block;
	width:16px;
	height:16px;
	background-image:url(../image/collapse.png) ;
}
.operatetd{
	white-space:nowrap;
	padding: 0px 5px;
}