.wellcome {
	background: url(../../images/wellcomeBG.jpg) top center no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	border: none;
	margin: 0px;
	background-color: #364150 !important;
}

.logoText {
	display: inline-block;
	color: #c6cfda;
	font-weight: bold;
	width: 170px;
	padding-top: 14px;
	padding-left: 10px;
	font-size: 17px;
}

.page-logo img {
	margin-left: -10px !important;
}

table.table-detail {
	width: 100%;
	border: 0px none;
}

table.table-detail td {
	padding: 5px 30px;
	border: 1px solid #ddd !important;
}

td.details-control div.icon {
	width: 100%;
	height: 100%;
	background: url('../../images/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control div.icon {
	background: url('../../images/details_close.png') no-repeat center center;
}

div.preview-img-panel {
	position: relative;
}

div.preview-img {
	width: 150px;
	height: 100px;
	overflow: hidden;
	border: 3px solid #CCCCCC;
	margin: 5px 5px 0px 0px;
	position: relative;
	float: left;
	background-color: #CCCCCC;
}

div.preview-img img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

div.preview-img div.delete, div.preview-file div.delete {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #E35B5A;
	font-size: 22px;
	cursor: pointer;
	display: none;
}

div.preview-img:hover div.delete {
	display: block;
}

div.preview-file {
	width: 350px;
	height: 50px;
	overflow: hidden;
	margin: 5px 5px 0px 0px;
	position: relative;
	float: left;
	border-radius: 5px;
	padding: 5px;
	background-color: #FAFAFA;
	border: 1px solid #ddd;
	color: #444;
}

div.preview-operate {
	display : none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: gray;
	filter:alpha(opacity=90);  
    -moz-opacity:0.9;  
    -khtml-opacity: 0.9;  
    opacity: 0.9;
    color: #DEDEDE;
    text-align: center;
    padding-top: 10px;
}

div.preview-preview, div.preview-download {
	display:inline;
	width: 50px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
}

div.preview-preview {
	text-align: right;
	padding-right: 15px;
	border-right: 1px solid #dedede;
}

div.preview-download {
	text-align: left;
	padding-left: 10px;
}

div.preview-preview:hover {
	color: #FFF;
}

div.preview-download:hover {
	color: #FFF;
}

div.preview-file:hover div.delete {
	display: block;
}

div.preview-file:hover div.preview-operate {
	display: block;
}

div.preview-icon {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

div.preview-name {
	width: 280px;
	float: left;
}

input.form-search, button.form-search {
	/* margin-top: 5px !important; */
	margin-bottom: 5px !important;
}

div.laydate_box, div.laydate_box * {
	box-sizing: content-box !important;
}

input.date-icon {
	cursor: pointer !important;
	background-color: #fff !important;
	background: url("../../images/date-icon.png") no-repeat right center;
}

input.form-date-icon {
	background-position: 88% center !important;
}

div.div-horizontal-line {
	height: 1px;
	border-top: 2px solid #dedede;
	margin-top: 15px;
}

.center {
	text-align: center !important;
}

.strike {
	text-decoration: line-through;
	color: #fff !important;
}

a.already-amend {
	color: #fff;
}

.dataTables_info, .dataTables_length {
	float: left;
}

#columnToggler, .dataTables_paginate {
	float: right;
}

.dataTables_info, .tfoot {
	overflow: hidden;
}

.dataTables_wrapper {
	position: relative;
	top: 5px;
}

.ttop {
	margin-bottom: 5px;
	height: 30px;
}

.tfoot {
	position: relative;
/* 	top: -2px; */
}

.dataTables_length {
	position: relative;
	top: 2px;
}

.dataTables_info {
	position: relative;
}

.opbtn {
	margin-top: 2px !important;
}

li.select2-results__option[aria-disabled="true"] {
	display: none;
}

div.autocomplete {
	border: 1px solid #9ACCFB;
	background-color: #fff;
	min-height: 30px;
}

div.combobox-li {
	width: 100%;
	height:30px;
	line-height:30px;
	text-indent:11px;
	cursor: pointer;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	word-break: keep-all;
}

div.combobox-li.focus {
	background-color: #89C4F4;
}

div.combobox-no {
	height:30px;
	line-height:30px;
	text-indent:11px;
	background:#fff;
	color:#444;
}

div.combobox-loading {
	height:30px;
	line-height:30px;
	text-indent:11px;
	background:#fff;
	color:#444;
}

span.count {
	color: #F2555C;
	display: none;
}

div.nr-div {
	padding-top: 5px;
}

div.nr-div button.btn {
	margin: 0px 10px 10px 0px;
	padding: 2px 5px;
}

div.nr-div span.count {
	color: yellow;
	display: none;
}

table.nr-table {
	width: 100%;
	border-radius: 4px;
}

table.nr-table td.title {
	background-color: #efefef;
}

table.nr-table th, table.nr-table td {
	color: #333;
	border: 1px solid #E5E5E5;
	padding: 6px 12px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}

table.nr-table th {
	width: 40%;
}

.BGwhite{ background:#fff !important;}

.push{ height:0px; line-height:0; width:100%; clear:both;}

/* 解决ie9滑动出空白的问题，以及列信息展开显示不全的问题，以及ie9滚动条无法滑动的问题，（jsp对应的div的float:left、100%拿掉，table-scrollable拿掉）朱萃君支持 */
.dataTables_wrapper > div.tdiv{ width:100%; overflow-x:auto; overflow-x:scroll\9; overflow-y:hidden;}
.dataTables_wrapper > div.tdiv > table{margin-bottom: 0px !important;}
/* .dataTables_wrapper > div.tfoot,.dataTables_wrapper > div.dataTables_processing{overflow:hidden;}
.dataTables_wrapper > div.ttop{overflow: visible;} */

/*大标签样式的完善*/
.dashboard-stat .details { left: 15px;}
.dashboard-stat .details .number { padding-top: 32px; margin-bottom:9px;}
.dashboard-stat .more{opacity: 0;}
.dashboard-stat .details .desc{font-size: 14px}
.tipp{position: absolute;top: 5px;color: #fff;font-size: 12px;right:20px;opacity: 0.7;}

/* ie9 textarea 只读时，使用框架中原有样式，滚到条无法拖动。
 * 特加一下样式替换即可，使用方式如：<textarea class="form-control-d" id="bzView" readonly="readonly" rows="6"></textarea>
 * begin
 */
.form-control-d {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.42857143;
	background-image: none;
}

.form-control-d[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
/* end */
/*解决ie9列表多余滚动条 */
table,table.dataTable{width:99.9%\9;}

/* 重写改样式，以覆盖掉框架中的样式margin-left: 5px;，不然多个按钮后面的间隔总是不好控制*/
.btn + .btn {
	margin-left: 0px;
}

