@CHARSET "UTF-8";
/* ***************************************datatables 的样式       开始******************************************** */
.dataTables_wrapper {
	*zoom: 1;
}
.dataTables_wrapper table {
	width:100% !important; 
}
.dataTables_wrapper:before, .dataTables_wrapper:after {
    display: table;
    content: "";
    line-height: 0;
}
.dataTables_wrapper:after {
    clear: both; 
}
.dataTables_wrapper .dataTables_length {
/*     margin: 13px 10px 10px 10px; */
/*     float: left;  */
	margin: 0px 10px -4px 1px;
    padding-top:4px;
    float: left; 
}
.dataTables_wrapper .dataTables_filter {
    margin: 10px 10px 5px 160px;
    
}
.dataTables_wrapper .dataTables_info {
    padding: 0;
    margin: 13px 10px 10px 10px; 
}
.dataTables_wrapper .dataTables_paginate {
    margin-right: 10px;
    height:37px; 
}
.dataTables_wrapper .filter_column input[type="text"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.dataTables_wrapper .sorting:after {
    font-family: iconfont;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    opacity: 0.3;
    filter: alpha(opacity=30);
    content: "\e637";
    float: right; 
}
.dataTables_wrapper .sorting_asc:after {
    font-family: iconfont;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    opacity: 0.3;
    filter: alpha(opacity=30);
    content: "\e639";
    float: right; 
}
.dataTables_wrapper .sorting_desc:after {
    font-family: iconfont;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    opacity: 0.3;
    filter: alpha(opacity=30);
    content: "\e638";
    float: right; 
}
.dataTables_wrapper  td.details-control i:before {
    content: "\e63b";
}
.dataTables_wrapper  tr.shown td.details-control i:before {
    content: "\e638";
}
.dataTables_wrapper  tr.shown td.details-control i {
	font-size: 13px;
}
.dataTables_wrapper  td.text-red {
	color: red;
}
.dataTables_wrapper td #detailTable th {
	padding: 6px;
}
.dataTables_wrapper  td #detailTable td:first-child, 
.dataTables_wrapper td #detailTable th:first-child {
	width: 10px;
    text-align: center;
}
.dataTables_wrapper  td #detailTable td:first-child i {
	color: red;
}
.dataTables_wrapper  tr.selected td[colspan] {
	background-color: white;
}
/* ***************************************datatables 的样式       结束******************************************** */
.pagination {
	margin: 5px 0 0;
    float: right;
}
.table {
	margin-bottom: 30px;
}
.dataTables_wrapper .table th {
	text-align: center;
	background-color: #f3f3f3;
	white-space: nowrap;
	font-size: 12px;
	padding: 6px;
	font-family: 微软雅黑,华文行楷,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.dataTables_wrapper .table .btn.btn-link,
.btn.dropdown-toggle i.fa {
	font-size: 12px;
}
.dataTables_wrapper input[name$=_length] {
	width: 42px !important;
	height: 20px !important;
	margin-left: 5px;
    margin-right: 5px;
     display: inline;
}
.btn.btn_upd,.btn.btn_delxx {
	padding: 6px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}
.table>tbody>tr>td {
	padding: 4px 8px;
	/* word-break: break-all; */
}
.btn-group + .btn-group {
	margin-right: 10px;
}
#mydatatables_info {
	margin-top:4px;
	float: left;
}
.dataTables_info {
	margin-top:8px;
	float: left;
}
.table>tbody>tr.selected {
	background-color: #d3d3d3 !important;
}
#searchBox .btn_search_more {
	background-color: white;
	border:1px solid #ddd;
	border-radius: 4px;
	padding-top: 0;
    padding-bottom: 3px;
	position: absolute;
    left: 48%;
    bottom: 10px;
    border-top: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
#searchBox .btn_search_more:hover,#searchBox .btn_search_more:active,#searchBox .btn_search_more:focus {
	background-color: white;
	color: #337ab7;
	outline: none;
}
.hide {
	display: none;
}
.page_jump {
	float:right;
	margin-top: 5px;
	margin-left: 10px;
}
.page_jump .btn {
	padding:6px;
	font-size: 12px;
}
.page_jump input[type=number] {
	height: 26px !important;
}
.page_jump{
	width:100px;
}
.page_jump.input-group {
	margin-bottom: 0;
}
.pagination>.active>a,
 .pagination>.active>a:focus, 
 .pagination>.active>a:hover, 
 .pagination>.active>span, 
 .pagination>.active>span:focus, 
 .pagination>.active>span:hover {
 	background-color: #00acec;
    border-color: #00acec;
 }
 .pagination>li>a, 
 .pagination>li>span {
 	padding: 4px 9px;
 }

/* **********************************选择变动或处置资产的样式*************************************** */
.batch-container .batch-btn-wr {
	position: fixed;
	_position: absolute;
	bottom: 120px;
	right: 5px;
	width: 56px;
	height: 56px;
	z-index: 9999;
}
a.batch-file-item-delete {
    cursor: pointer;
    text-decoration: none;
}
.batch-container .batch-btn-wr .batch-btn {
	height: 100%;
	width: 100%;
	line-height: 56px;
	background: #66a6ff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	color: #fff;
	text-align: center;
	cursor: pointer
}

.batch-container .batch-btn-wr .batch-btn span {
	position: absolute;
	padding: 1px 5px;
	font-size: 11px;
	line-height: 14px;
	left: 48%;
	bottom: 45%;
	background: #f64137;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	white-space: nowrap
}

.batch-container .batch-btn-wr .batch-btn.active {
	animation: batch-btn-active .5s ease-in;
	-webkit-animation: batch-btn-active .5s ease-in;
	-mos-animation: batch-btn-active .5s ease-in;
	-ms-animation: batch-btn-active .5s ease-in
}

.batch-container .batch-file-container {
	position: fixed;
	_position: absolute;
	width: 670px;
	height: 435px;
	bottom: 500px;
	right: 80px;
	background: #fff;
	z-index: 100;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: transform .25s ease-in, opacity .25s ease-in;
	-webkit-transition: transform .25s ease-in, opacity .25s ease-in;
	-mos-transition: transform .25s ease-in, opacity .25s ease-in;
	-ms-transition: transform .25s ease-in, opacity .25s ease-in;
	transform: translateY(450px);
	-webkit-transform: translateY(450px);
	-ms-transform: translateY(450px);
	-mos-transform: translateY(450px);
	display: none;
	border-radius: 5px;
}

.batch-container .batch-file-container .batch-file-header {
	height: 32px;
	line-height: 32px;
	background: #97C4FF;
	padding: 0 15px 0 20px;
	color: #fff;
	font-size: 14px;
	cursor: move;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.batch-container .batch-file-container .batch-file-header .batch-file-close {
	height: 30px;
	width: 30px;
	cursor: pointer;
	float: right;
	text-align: right;
	font-size: 18px;
}

.batch-container .batch-file-container .batch-file-controller {
	height: 45px;
	line-height: 42px;
	background: #efefef;
	padding: 0 15px 0 20px;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
}


.batch-container .batch-file-container .batch-file-list-container {
	height: 355px;
	padding: 0 15px 10px 20px;
	position: relative;
	overflow: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.batch-container .batch-file-container .batch-file-list-container .batch-file-list-item-line {
	padding: 10px 10px 8px 10px;
	min-height: 40px;
	_height: 40px;
	position: relative;
	border-bottom: 1px solid #efefef
}

.batch-container .batch-file-container .batch-file-list-container .batch-file-list-item-line.last {
	border-bottom: 0
}

.batch-container .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item-del {
	azimuthwidth: 38px;
	position: absolute;
	right: 10px;
	top: 10px;
}
/*综合查询部门信息*/
.zhxxcx{
	float:right;
	width: 205px;
    border: 1px solid lightgrey;
    border-radius: 20px;
    margin-right: 10px;
}
.zhxxcx>input{
    height: 25px !important;
    border-radius: 15px;
    border: none;
}
.zhxxcx>input:focus{
    box-shadow:none;
}
.zhxxcx>span{
   background-color: rgba(0,0,0,0);
   border:none;
}

