@charset "UTF-8";
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #efefef;
	border: 1px solid #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #d2d2d2;
}

/* slimscrollbar for menu scrollbar*/
.slimScrollBar {
	border-radius: 7px !important
}

/*弹窗背景色*/
.dlglayer body {
	background-color: #fff;
}

/*ztree*/
.tree-actions .btn-icon-only {
	height: 27px;
	width: 27px;
}

.tree-actions {
	align-items: center;
	display: flex;
}

.tree-actions .dt-actions {
	flex: 1;
}

.tree-actions.dt-right .dt-actions {
	text-align: right;
}

.tree-actions .btn-default {
	color: #666;
}

.tree-actions .btn-icon-only.btn-default {
	padding: 4px 6px 2px;
}

.tree-actions .dt-treeAction {
	line-height: 22px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
}

.tree-actions .dt-treeAction i {
	background: url("/assets/ditop/img/ic_tree_unfold.png") no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
}

.tree-actions .dt-treeAction:after {
	content: "全部展开";
	font-size: 14px;
	vertical-align: super;
	margin-left: 4px;
	margin-right: 8px;
}

.tree-actions.dt-fold .dt-treeAction i {
	background: url("/assets/ditop/img/ic_tree_fold.png") no-repeat;
}

.tree-actions.dt-fold .dt-treeAction:after {
	content: "全部收缩";
}

.dlglayer .form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
}

.dlglayer .form-horizontal .form-group-lg .control-label {
	padding-top: 11px;
	font-size: 18px;
}

.dlglayer .form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 12px;
}

.dlglayer .page-footer-fixed .page-wrapper {
	margin-bottom: 76px;
	padding-top: 10px;
}

.dlglayer .page-footer-fixed footer.footer {
	position: fixed;
	bottom: 0;
	margin-top: -35px;
	z-index: 99;
	width: 100%;
	padding: 20px 20px;
	background-color: #fdfdfd;
	border-top: 1px solid #eee;
}

.form-section-sm .form-section {
	margin: 10px 0;
}

.m-grid .control-label {
	width: 10em;
	padding-right: 8px;
	padding-top: 7px;
	margin-top: 1px;
	font-weight: normal;
	text-align: right;
}

.m-grid-row.dt-pair > * {
	border-bottom: 10px solid transparent;
}

/*
.ditop-form {
	padding: 8px 16px !important;
}*/

.ditop-form .no-padLR {
	padding-left: 0;
	padding-right: 0;
}

.ditop-form .no-padL {
	padding-left: 0;
}

.ditop-form .no-padR {
	padding-right: 0;
}

.btn.rounded {
	border-radius: 4px !important;
}

.btn-defalut, .btn.btnCloseLayer {
	border-color: #aaa;
	color: #333 !important;
	background-color: #ffff !important;
	font-size: 14px;
}

.btn-primary, .footer.button-actions .btn.cyan {
	border-color: #1f94ff;
	color: #fff !important;
	background-color: #1f94ff !important;
	font-size: 14px;
}

.btn-defalut:hover, .btn-defalut:active, .btn-defalut:focus,
.btn.btnCloseLayer:hover, .btn.btnCloseLayer:active, .btn.btnCloseLayer:focus {
	background-color: #f3f3f3 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.footer.button-actions .btn.cyan:hover, .footer.button-actions .btn.cyan:active, .footer.button-actions .btn.cyan:focus {
	border-color: #0085ff !important;
	background-color: #0085ff !important;
}

.bootstrap-touchspin .input-group-btn-vertical button i {
	top: 2px;
	left: 7px;
}

.ditop-form .button-actions {
	margin: 60px 0 40px;
}

.ditop-form .button-actions button, .dlglayer .page-footer-fixed footer.button-actions button {
	min-width: 8em;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 1.33333;
	border-radius: 4px !important;
}

.button-actions button + button {
	margin-left: 32px;
}

.dlglayer .page-footer-fixed footer.button-actions {
	text-align: center;
}

/*Panel Title Box*/
.ditop .panel-profile {
	border: none;
	margin-bottom: 0;
	box-shadow: none;
}

.ditop .panel-profile.no-bg {
	background: inherit;
}

.ditop div.panel-heading {
	color: #585f69;
	background: #fff;
	padding: 7px 15px;
	border-bottom: solid 3px #f7f7f7;
}

.ditop .panel-title {
	font-size: 16px;
}

.ditop .panel {
	margin-bottom: 0px;
}

.ditop .content-body {
	padding: 20px;
	background: #f7f7f7;
}

.ditop h2.heading-lg {
	font-size: 18px;
	line-height: 30px;
}

/*
Search tag
*/
.navbar-center {
	text-align: center;
	margin-top: 18px;
}

.navbar-search .search-input {
	font-size: 16px;
	padding: 13px 30px 13px 12px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.navbar-search .form-group > :first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.navbar-search .form-group {
	position: relative;
}

.navbar-search .icon-magnifier {
	position: absolute;
	right: 10px;
	top: 8px;
	color: #a3a3a4;
	font-size: 16px;
}

.navbar-search .search-select {
	line-height: 34px;
	height: 34px;
	border-color: #ccc;
	cursor: pointer;
	outline: 0;
	float: left;
	margin-right: -1px;
}

/*filter-bar*/
.filter-bar {
	margin: 6px 0;
	background: #f1f4f7;
	padding: 10px 0 5px 4px;
}

.filter-bar ul {
	margin: 4px 0;
	display: inline-block;
}

.filter-bar .btn {
	padding: 1px 8px;
	cursor: default;
}

.filter-bar li .btn {
	border-color: #2062e6;
	color: #686465;
}

.filter-bar li .btn:hover {
	background: rgba(233, 97, 106, 0.08);
}

.filter-bar li + li {
	margin-left: 6px;
}

.filter-bar li {
	margin-bottom: 7px;
}
.filter-bar li .btn   {
	font-size: 14px;
}
.filter-bar li .remove {
	margin-left: 4px;
	cursor: pointer;
	color: #ea5358;
}

.filter-bar li .btn:hover span {
	color: inherit;
}

.filter-bar li .remove:hover {
	color: red;
}

.filter-bar li .btn .text, .filter-bar li .btn:hover .text {
	color: #2062e6;
}

.filter-bar li .btn span + span {
	margin-left: 2px;
}

.filter-bar .tools {
	color: #eee;
}

.filter-bar .tools span {
	margin-left: 10px;
}

.filter-bar .tools a {
	margin-left: 6px;
	color: #2062e6;
	vertical-align: middle;
}

.advFilterBar.portlet .filter-bar {
	margin: 0;
}

.advFilterBar.portlet.light > .portlet-title > .tools {
	padding: 0;
	margin: 0 6px 0 0;
}

.advFilterBar.portlet.light > .portlet-title {
	min-height: 0;
	border-bottom: 2px solid #efefef;
}

.advFilterBar .portlet-title .tools a:before {
	content: "收起 ";
}

.advFilterBar.folded .portlet-title .tools a:before {
	content: "展开 ";
}

.advFilterBar .filter-bar {
	display: none;
	background: none;
}

.advFilterBar.folded .filter-bar {
	display: block;
}

.advFilterBar.portlet.folded .portlet-body {
	padding-bottom: 16px;
}

.advFilterBar.folded .form, .advFilterBar.folded .filterActions {
	display: none;
}

.advFilterBar .portlet-title .tools a i:before {
	content: "\f102";
}

.advFilterBar.folded .portlet-title .tools a i:before {
	content: "\f103";
}

.w-140 {
	width: 140px;
}

.w-140-ib {
	width: 140px;
	display: inline-block !important;
}

.breadcrumbs h3 {
	color: #111;
}

body > .wrapper {
	min-height: 100vh;
}

.treeview .node-leaf.fa-stop {
	transform: scale(0.6, 0.6);
}

.hidden {
	visibility: hidden;
}

/*
.showbig {
	display: block;
	width: 400px;
	height: 40px;

}
.bigtx {
	white-space: nowrap;
	!*height: 30px;*!
	min-width: 10px;
	border: 1px solid #c3080c;
	background: #f5f7fc;
	box-shadow: 0 0 10px rgba(120, 144, 156, 0.2);
	position: absolute;
	z-index: 10000;
	left: 14px;
	top: -0px;
	padding: 3px 5px;
	font-size: 28px;
	color: #1c2b36;
	line-height: 0.9em;
	opacity: 0;
	transition: all 0.2s;
}

.bigtx span {
	font-size: 20px;
	color: #1c2b36;
}

.bigtx b {
	font-size: 24px;
	font-weight: normal;
}
*/

.pinning .pinned {
	z-index: 10;
}

table td div.row-detail-content div.table-row.subTablePanel {
	padding: 0 32px 0 57px;
}

.subTablePanel + .subTablePanel {
	margin-top: 16px;
}

.bootstrap-table .subTablePanel > .table thead > tr > th {
	padding: 6px 8px;
}

/* ditop */
.block-sm {
	margin-left: 2px;
	display: inline-block;
	transform: scale(0.75);
	transform-origin: 0 center;
}

.block-sm.vtop {
	transform-origin: 0 0;
}

.block-sm.vbottom {
	transform-origin: 0 bottom;
}

.block-sm span, .block-sm b, .block-sm i {
	margin-left: 2px;
	transform: scale(0.90);
	transform-origin: 0 0;
}

.block-sm bi {
	font-weight: bold;
	font-style: italic;
	display: inline-block;
}

.form-horizontal .form-group:last-child {
	margin-bottom: 4px;
}

/*Text Colors
------------------------------------*/
.color-sea {
	color: #1abc9c;
}

.color-red {
	color: #e74c3c;
}

.color-aqua {
	color: #27d7e7;
}

.color-blue {
	color: #3498db;
}

.color-grey {
	color: #95a5a6;
}

.color-dark {
	color: #555;
}

/*.color-dark1 { color: #444;}*/
.color-darker {
	color: #444;
}

.color-green {
	color: #72c02c;
}

.color-brown {
	color: #9c8061;
}

.color-light {
	color: #fff;
}

.color-orange {
	color: #e67e22;
}

.color-yellow {
	color: #f1c40f;
}

.color-green1 {
	color: #2ecc71;
}

.color-purple {
	color: #9b6bcc;
}

.color-inherit {
	color: inherit;
}

.color-dark-blue {
	color: #4765a0;
}

.color-light-grey {
	color: #585f69;
}

.color-light-green {
	color: #79d5b3;
}

.color-teal {
	color: #18ba9b;
}

/*Background Colors
------------------------------------*/
.bg-color-dark,
.bg-color-darker,
.bg-color-sea,
.bg-color-red,
.bg-color-aqua,
.bg-color-blue,
.bg-color-grey,
.bg-color-light,
.bg-color-green,
.bg-color-brown,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green,
.bg-color-primary {
	color: #fff;
}

.bg-color-white {
	color: #555;
}

.bg-color-primary {
	background-color: #72c02c !important;
}

.bg-color-dark {
	background-color: #555 !important;
}

.bg-color-darker {
	background-color: #222 !important;
}

.bg-color-white {
	background-color: #fff !important;
}

.bg-color-sea {
	background-color: #1abc9c !important;
}

.bg-color-red {
	background-color: #e74c3c !important;
}

.bg-color-aqua {
	background-color: #27d7e7 !important;
}

.bg-color-blue {
	background-color: #3498db !important;
}

.bg-color-grey {
	background-color: #95a5a6 !important;
}

.bg-color-light {
	background-color: #f7f7f7 !important;
}

.bg-color-green {
	background-color: #72c02c !important;
}

.bg-color-brown {
	background-color: #9c8061 !important;
}

.bg-color-orange {
	background-color: #e67e22 !important;
}

.bg-color-green1 {
	background-color: #2ecc71 !important;
}

.bg-color-purple {
	background-color: #9b6bcc !important;
}

.bg-color-dark-blue {
	background-color: #4765a0 !important;
}

.bg-color-light-grey {
	background-color: #585f69 !important;
}

.bg-color-light-green {
	background-color: #79d5b3 !important;
}

.bg-color-teal {
	background-color: #18ba9b !important;
}

.dt-group .radio input, .dt-group .checkbox input {
	position: absolute;
	left: -9999px;
}

.dt-group .checkbox, .dt-group .radio {
	margin: 0 0 4px 0;
	color: #555;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	display: inline-block;
	height: 32px;
	line-height: 28px;
	padding: 0 12px;
	cursor: pointer;
	user-select: none;
}

.dt-group .checkbox + .checkbox, .dt-group .radio + .radio {
	margin-left: 8px;
}

.dt-group .checked {
	border-color: #6db8fd;
	color: #111;
}

.dt-group .checkbox i, .dt-group .radio i {
	display: none;
}

.dt-group .checked s {
	border-bottom: 12px solid #6db8fd;
	border-left: 12px solid transparent;
	bottom: 0;
	right: 0;
	height: 10px;
	width: 10px;
	position: absolute;
}

.dt-group .checked s:after {
	background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IDEwcHg7IGhlaWdodDogMTBweDt2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO2ZpbGw6ICNmZmY7c3Ryb2tlLXdpZHRoOjIwcHg7b3ZlcmZsb3c6IGhpZGRlbjsiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwLWlkPSI0MjMiPjxwYXRoIGQ9Ik04ODcuOTA0IDI5OC4yMDhjLTEyLjg2NC0xMi4wNjQtMzMuMTUyLTExLjQ4OC00NS4yMTYgMS40MDhMNDE1LjkzNiA3NTMuOTg0bC0yMzMuMTItMjI5LjY5NkMxNzAuMjA4IDUxMS44NzIgMTQ5Ljk1MiA1MTIgMTM3LjUzNiA1MjQuNjA4Yy0xMi40MTYgMTIuNTc2LTEyLjI1NiAzMi44NjQgMC4zNTIgNDUuMjQ4bDI1Ni40OCAyNTIuNjcyYzAuMDk2IDAuMDk2IDAuMjI0IDAuMTI4IDAuMzIgMC4yMjQgMC4wOTYgMC4wOTYgMC4xMjggMC4yMjQgMC4yMjQgMC4zMiAyLjAxNiAxLjkyIDQuNDQ4IDMuMDA4IDYuNzg0IDQuMjg4IDEuMTUyIDAuNjcyIDIuMTQ0IDEuNjY0IDMuMzYgMi4xNDQgMy43NzYgMS40NzIgNy43NzYgMi4yNCAxMS43NDQgMi4yNCA0LjE5MiAwIDguMzg0LTAuODMyIDEyLjI4OC0yLjQ5NiAxLjMxMi0wLjU0NCAyLjMzNi0xLjY2NCAzLjU1Mi0yLjM2OCAyLjQtMS40MDggNC44OTYtMi41OTIgNi45NDQtNC42NzIgMC4wOTYtMC4wOTYgMC4xMjgtMC4yNTYgMC4yMjQtMC4zNTIgMC4wNjQtMC4wOTYgMC4xOTItMC4xMjggMC4yODgtMC4yMjRsNDQ5LjE4NC00NzguMjA4QzkwMS40NCAzMzAuNTkyIDkwMC43NjggMzEwLjMzNiA4ODcuOTA0IDI5OC4yMDh6IiBwLWlkPSI0MjQiPjwvcGF0aD48L3N2Zz4=);
	content: " ";
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	margin: 4px 0 0 -8px;
}

.dt-group-red .checked {
	border-color: #ff5704;
}

.dt-group-red .checked s {
	border-bottom: 12px solid #ff5704;
}

.dt-group.readonly .checkbox, .dt-group.readonly .radio {
	cursor: not-allowed;
	border-color: #c7c7c7;
	color: #999;
}

.dt-group.readonly .checked {
	border-color: #c7c7c7;
	color: #666;
}

.dt-group.readonly .checked s {
	border-bottom: 12px solid #c7c7c7;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.update-area .well {
	color: #111;
}

.update-area .well label {
	margin: 0 4px 0 0;
	color: #666;
}

.update-area div + div {
	margin-top: 3px;
}

.update-area div > span {
	margin: 0 4px;
	color: #333;
	font-weight: bold;
}

th.opLinkGroup {
	width: 90px;
}

.opLinkGroup > * {
	word-break: keep-all;
	margin-right: 16px;
	white-space: nowrap;
}

.nowrap {
	word-break: keep-all;
	white-space: nowrap;
}

.opLinkGroup > *:last-child {
	margin-right: 0;
}

.button-actions > * {
	margin-left: 10px;
	min-width: 6em;
}

.button-actions > *:first-child {
	margin-left: 0;
}

.uppercase {
	text-transform: uppercase
}

/*ztree*/
.tree-actions {
	border-bottom: 1px solid #f0f0f0;
	min-height: 52px;
	line-height: 52px;
	padding: 0 10px;
}

.tree-actions .btn-icon-only {
	height: 27px;
	width: 27px;
}

.tree-actions .btn-default {
	color: #666;
}

.tree-actions .btn-icon-only.btn-default {
	padding: 4px 6px 2px;
}

.tree-actions .btn-link {
	padding: 4px 6px;
}

/* Fix input placeholder issue for IE8 and IE9 */
.placeholder {
	color: #aaa;
}

.control-label .required, .form-group .required {
	font-size: 14px;
	padding: 0 1px;
}

span.required {
	content: "*";
	color: red;
	font-weight: bold;
	vertical-align: top;
}

span.required:before {
	content: "*";
	vertical-align: top;
}

.ditop-form .control-label:not(.no-colon):not(:empty):after {
	content: ":";
	margin-right: 4px;
}

.ditop-form .colcol {
	padding-left: 8px;
}

.ditop-form label.colcol {
	padding-right: 22px;
}

.form-static .form-group {
	margin-bottom: 1px;
}

.note-info > .hline {
	border-bottom: 1px dashed #bbb;
	margin: 4px 0 10px 0;
}

.flex-v {
	display: flex;
	flex-direction: column;
}

.flex-h {
	display: flex;
	flex-direction: row;
}

.flex1 {
	flex: 1;
}

.h-100p {
	height: 100%;
}

.no-scroll {
	overflow: hidden;
}

.auto-scroll {
	overflow: auto;
}

.no-margin {
	margin: 0;
}

/*.dtLayout */
.dtLayout {
	position: relative;
	display: flex;
}

.dtLayout.row {
	margin: 0;
}

.dtLayout.dragging {
	-moz-user-select: none;
	-webkit-user-select: none;
}

.dtLayout > div {
	height: 100%;
}

.dtLayout > div:first-child {
	min-width: 160px;
	max-width: 800px;
	padding: 0;
}

.dtLayout > div > div {
	/*	padding-left: 10px;
		padding-right: 5px;
		margin-right: 5px;*/
	overflow-y: auto;
}

.dtLayout > div > .tree-actions {
	margin-left: 0;
	margin-right: 0;
}

.dtLayout > div:last-child {
	padding: 0;
	flex: 1;
}

.dtLayout .dtResize {
	width: 10px;
	cursor: e-resize;
	background: #f0f0f0;
	margin: 0;
}

.dtLayout .dtResize:hover {
	background: #babfc4;
	border-left: 3px solid #f0f0f0;
	border-right: 3px solid #f0f0f0;
}

.dtLayout .dtResize_drag {
	margin: 0 0 0 3px;
	width: 4px;
	box-sizing: border-box;
	padding: 0 1px;
	display: none;
	cursor: e-resize;
	position: absolute;
	border-left: 4px solid #babfc4;
	opacity: 0.6;
	z-index: 1000;
}

.dtLayoutContainer {
	position: relative;
	margin: 0 !important;
}

.page-content .dtLayoutContainer {
	padding: 0;
}

.dtLayoutContainer .portlet-title {
	margin-bottom: 0px;
}

.dtLayoutContainer .portlet-body {
	padding-top: 0px !important;;
}

.alert.tips {
	color: inherit;
}

.ztree span[class *="checkbox_true"] + a .node_name {
	font-weight: bolder;
}

html .layui-layer {
	overflow: hidden;
}

html .layui-layer-title {
	background: #fff;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
}

html .layui-layer-setwin a {
	height: 24px;
	width: 24px;
	background: none;
}
html .layui-layer-setwin a:hover {
	background-position: 0 0 !important;
	opacity: .7;

}
html .layui-layer-setwin .layui-layer-min:hover cite{
	background-color: #2E2D3C;
 }
html .layui-layer-setwin .layui-layer-close {
	background: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgc3R5bGU9IndpZHRoOiAxZW07IGhlaWdodDogMWVtO3ZlcnRpY2FsLWFsaWduOiBtaWRkbGU7ZmlsbDogY3VycmVudENvbG9yO292ZXJmbG93OiBoaWRkZW47IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTU3NC4yOTMzMzMgNTEyTDgxMC42NjY2NjcgNzQ4LjM3MzMzM1Y4MTAuNjY2NjY3aC02Mi4yOTMzMzRMNTEyIDU3NC4yOTMzMzMgMjc1LjYyNjY2NyA4MTAuNjY2NjY3SDIxMy4zMzMzMzN2LTYyLjI5MzMzNEw0NDkuNzA2NjY3IDUxMiAyMTMuMzMzMzMzIDI3NS42MjY2NjdWMjEzLjMzMzMzM2g2Mi4yOTMzMzRMNTEyIDQ0OS43MDY2NjcgNzQ4LjM3MzMzMyAyMTMuMzMzMzMzSDgxMC42NjY2Njd2NjIuMjkzMzM0TDU3NC4yOTMzMzMgNTEyeiIgZmlsbD0iIzNEM0QzRCI+PC9wYXRoPjwvc3ZnPg==') no-repeat;
}
html .layui-layer-setwin .layui-layer-max {
	background: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgc3R5bGU9IndpZHRoOiAxZW07IGhlaWdodDogMWVtO3ZlcnRpY2FsLWFsaWduOiBtaWRkbGU7ZmlsbDogY3VycmVudENvbG9yO292ZXJmbG93OiBoaWRkZW47IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3MC42NjY2NjcgMTcwLjY2NjY2NyA4NTMuMzMzMzMzIDE3MC42NjY2NjcgODUzLjMzMzMzMyA4NTMuMzMzMzMzIDE3MC42NjY2NjcgODUzLjMzMzMzMyAxNzAuNjY2NjY3IDE3MC42NjY2NjdNMjU2IDM0MS4zMzMzMzMgMjU2IDc2OCA3NjggNzY4IDc2OCAzNDEuMzMzMzMzIDI1NiAzNDEuMzMzMzMzWiIgZmlsbD0iIzNEM0QzRCI+PC9wYXRoPjwvc3ZnPg==') no-repeat;
}

html .layui-layer-setwin .layui-layer-maxmin {
	background: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgc3R5bGU9IndpZHRoOiAxZW07IGhlaWdodDogMWVtO3ZlcnRpY2FsLWFsaWduOiBtaWRkbGU7ZmlsbDogY3VycmVudENvbG9yO292ZXJmbG93OiBoaWRkZW47IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3MC42NjY2NjcgMzQxLjMzMzMzM2gxNzAuNjY2NjY2VjE3MC42NjY2NjdoNTEydjUxMmgtMTcwLjY2NjY2NnYxNzAuNjY2NjY2SDE3MC42NjY2NjdWMzQxLjMzMzMzM201MTIgMHYyNTZoODUuMzMzMzMzVjI1NmgtMzQxLjMzMzMzM3Y4NS4zMzMzMzNoMjU2TTI1NiA1MTJ2MjU2aDM0MS4zMzMzMzN2LTI1NkgyNTZ6IiBmaWxsPSIjM0QzRDNEIj48L3BhdGg+PC9zdmc+') no-repeat;
}

.inline-addon .input-group-addon {
	padding-right: 0;
	background: none;
	border-right: 0;
}

.inline-addon input {
	border-left: 0 !important;
	padding-left: 0 !important;
	padding-top: 5px !important;
}

.bolder {
	font-weight: bold;
}

.note.no-border {
	border-left: 0px;
}

.font-xxs {
	font-size: 10px;
}

.font-xs {
	font-size: 12px;
}

.font-m {
	font-size: 14px;
}

.font-lg {
	font-size: 16px;
}

.font-xl {
	font-size: 18px;
}

.font-xxl {
	font-size: 24px;
}

.status_dtj_01 {
	border: 1px solid #0ae;
	border-radius: 4px;
	color: #0ae;
	font-style: normal;
	font-weight: normal;
	padding: 2px 6px;
}

.status_dsh_02 {
	font-style: normal;
	background-color: #9f9903;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_ytg_03 {
	border: 1px solid #1ea82c;
	border-radius: 4px;
	color: #1ea82c;
	font-style: normal;
	font-weight: normal;
	padding: 2px 6px;
}

.status_yth_04 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_dcl_05 {
	font-style: normal;
	background-color: #9f9903;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_clz_06 {
	font-style: normal;
	background-color: #9f9903;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_ycl_07 {
	border: 1px solid #1ea82c;
	border-radius: 4px;
	color: #1ea82c;
	font-style: normal;
	font-weight: normal;
	padding: 2px 6px;
}

.status_dsl_08 {
	border: 1px solid #0ae;
	border-radius: 4px;
	color: #0ae;
	font-style: normal;
	font-weight: normal;
	padding: 2px 6px;
}

.status_ysl_09 {
	border: 1px solid #1ea82c;
	border-radius: 4px;
	color: #1ea82c;
	font-style: normal;
	font-weight: normal;
	padding: 2px 6px;
}

.status_yx_10 {
	border: 1px solid #1ea82c;
	border-radius: 4px;
	color: #1ea82c;
	font-style: normal;
	font-weight: normal;
	padding: 2px 6px;
}

.status_wx_11 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;

}

.status_zx_12 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_gq_13 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_zk_14 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_dx_15 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_yw_16 {
	font-style: normal;
	background-color: #9f9903;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_yj_17 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_bf_18 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_cx_19 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_cl_20 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_sw_21 {
	font-style: normal;
	background-color: #ff7506;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_ygb_23 {
	font-style: normal;
	background-color: #d3d3e4;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 6px;
	font-weight: normal;
}

.status_um_2 {
	font-style: normal;
	background-color: #03cafa;
	color: #fff;
	padding: 3px 3px;
	font-size: 12px;
	font-weight: normal;
}

.status_um_1 {
	font-style: normal;
	background-color: #ed6a74;
	color: #fff;
	padding: 3px 3px;
	font-size: 12px;
	font-weight: normal;
}

/*
*帮助tips样式
*/
.dt-helpblock {
	margin-top: 20px;
	padding: 20px;
	background-color: #f8f8f8;
}

.dt-helpblock .media-body {
	vertical-align: middle;
	padding-left: 5px;
}

.dt-helpblock .media-heading {
	font-weight: normal;
	color: #333;
}

.dt-helpblock .media-body > span {
	color: #666;
	font-size: 13px;
}

.ditop-form .form-body {
	padding: 0;
}

.dlglayer .ditop-form .form-body {
	padding: 20px;
}

/*
*table row状态徽章样式
*/
span.badge-disabled {
	padding: 2px 3px;
	background: rgba(237, 107, 117, 0.1);
	border: 1px solid rgba(237, 107, 117, 0.5);
	border-radius: 1px !important;
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #ed6b75;
	transform: scale(0.9);
	transform-origin: center;
	display: inline-block;
	margin-left: 10px;
}

.btn-danger {
	margin-right: 20px;
}

.popover-title {
	border: none;
	background-color: white;
}

.popover-mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1009;
}

.form-control-pre {
	display: block;
	border: 0;
	background: none;
	white-space: pre-wrap;
}

.content-wrapper {
	height: 100%;
}

.no_data {
	background-image: url(/assets/images/no_data.png);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
}

.padding-lr-10 {
	padding-left: 0;
	padding-right: 0;
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
}

.height-unset {
	height: unset !important;
}

.margin-left-15 {
	margin-left: 15px;
}

/* bootstrap-table */

/*BOOTSTRAP TABLE 详情页样式*/
table td div.row-detail-content .form .form-section {
	margin: 0;
}

table td div.row-detail-content {
	margin: 0;
	background: #fff;
	border-radius: 8px;
	position: relative;
	padding: 0.8em 0;
}

.bootstrap-table .detail-view {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

table td div.change.row-detail-content {
	background: #fff;
}

table td div.row-detail-content:before, table td div.row-detail-content > div:before {
	content: "";
	display: inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #d2d2d2;
	position: absolute;
	top: -18px;
	right: 12px;
}

table td div.row-detail-content > div:before {
	border-bottom: 10px solid #fff;
	top: -17px;
}

table td div.change.row-detail-content:after {
	border-bottom-color: #fff;
}

table td div.row-detail-content div.table-row {
	overflow: hidden;
	padding-top: 5px;
	padding-left: 57px;
}

table td div.row-detail-content div.table-row div {
	padding-left: 5px;
	color: #666;
}

table td div.row-detail-content div label.table-col {
	float: left;
	color: #222;
	font-weight: normal;
}

table tr.detail-view > td {
	border-left: none;
}

.fixed-table-container tbody .selected td {
	background-color: #dcedff;
}

.table-hover > tbody > tr.detail-view:hover > td {
	background-color: #fff !important;
}

.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
	padding: 9px 8px;
}

.fixed-table-container thead th .th-inner.sortable, .fixed-table-container tbody td .th-inner.sortable {
	padding: 9px 16px;
}

.bootstrap-table .table > thead > tr > th {
	border-bottom: 0;
}

.bootstrap-table .table thead th {
	border-left: 0;
}

.bootstrap-table .dt-table-striped > tbody > tr.dteven {
	background: #f6faff;
	border-top: 1px solid #fff;
}

.bootstrap-table .dt-table-striped > tbody > tr.dtodd {
	border-top: 1px solid #fff;
}

.bootstrap-table .dt-table-striped > tbody > tr.dtodd:hover, .bootstrap-table .dt-table-striped > tbody > tr.dtodd:hover > td,
.bootstrap-table .dt-table-striped > tbody > tr.dteven:hover, .bootstrap-table .dt-table-striped > tbody > tr.dteven:hover > td {
	background: #e4edf7 !important;
}

.bootstrap-table .table thead {
	color: #333;
}

.bootstrap-table .table thead th .th-inner {
	display: inline-block;
}

.bootstrap-table .dt-table-striped tbody td {
	border-left: 0;
}

.fixed-table-container .fixed-table-body {
	border: 0;
	background: #fefefe;
}

.bootstrap-table .table > tbody > tr > td, .bootstrap-table .table > tbody > tr > th, .bootstrap-table .table > tfoot > tr > td, .bootstrap-table .table > tfoot > tr > th, .bootstrap-table .table > thead > tr > td, .bootstrap-table .table > thead > tr > th {
	border-top: 0;
}

.bootstrap-table .opLinkGroup {
	text-align: right;
}

.bootstrap-table th.opLinkGroup {
	text-align: center;
}

.bootstrap-table td.opLinkGroup {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.bootstrap-table td.opLinkGroup * {
	color: #2062e6;
}

.bootstrap-table .table .viewDetail:before {
	content: "详情";
}

#toolbar {
	border-bottom: 10px solid #efefef;
	padding: 10px 15px;
}

/*
.bootstrap-table .fixed-table-toolbar, .bootstrap-table .advFilterBar {
	border-bottom: 10px solid #efefef;
}

.bootstrap-table .fixed-table-advFilterBar:empty {
	border-bottom: 0;
}
*/

.fixed-table-toolbar {
	padding: 0;
	line-height: 54px;
}

.bootstrap-table .bs-search-bar {
	margin: 0 10px;
	padding-left: 0;
	list-style: none;
	font-size: 0;
	height: 54px;
	line-height: 54px;

}

.bootstrap-table .bs-search-bar > li {
	display: inline-block;
}

.bootstrap-table .bs-search-bar .table-search {
	position: relative;
}

.bootstrap-table .bs-search-bar > li > a {
	height: 100%;
	font-size: 14px;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
	color: #333;
}

.bootstrap-table .bs-search-bar > li > a:hover {
	background: #f1f1f1;
	text-decoration: none;
}

.bootstrap-table .bs-search-bar .table-search .search-body {
	display: none;
	position: absolute;
	right: -49px;
	top: 49px;
	text-align: right;
	z-index: 1000;
	min-width: 400px;
}

.bootstrap-table .bs-search-bar .table-search .search-body.right0 {
	right: -4px;
}

.bootstrap-table .bs-search-bar .search-body > * {
	background: #fff;
	padding: 4px 6px;
	border: #eee;
}

.bootstrap-table .bs-search-bar > li.search-dropdown > a {
	background: #eee;
}

.bootstrap-table .bs-search-bar > li.search-dropdown .search-body {
	display: block;
}

.bootstrap-table .bs-search-bar .form-control + i {
	color: #d4d4d4;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 33%;
	opacity: 0;
}

.bootstrap-table .bs-search-bar .form-control:focus + i {
	opacity: 1;
}

.fixed-table-tabbar .bs-search-bar {
	height: 41px;
	line-height: 41px;
}

.fixed-table-tabbar .bs-search-bar .table-search .search-body {
	top: 42px;
}

.bs-bars {
	line-height: 41px;
}

.fixed-table-tabbar .bs-bars {
	position: relative;
	margin-top: 0;
	line-height: 41px;
}

.fixed-table-toolbar .bs-bars {
	line-height: 54px;
}

.fixed-table-toolbar .bs-bars.pull-left {
	margin-left: 10px;
}

.fixed-table-toolbar .bs-bars.pull-right {
	margin-right: 10px;
}

.fixed-table-toolbar .tabbable-line > .nav-tabs > li {
	margin: 12px 0 0 0;
}

.fixed-table-toolbar .dynamic-tab {
	display: block;
}

.advFilterBar {
	display: none;
}

.advFilterBar.portlet .portlet-body {
	padding: 0 16px;
}

.bootstrap-table .inline-search {
	vertical-align: top;
	margin-right: 10px;
}

.bootstrap-table .fixed-table-container {
	margin-top: 0px;
}

.bootstrap-table .fixed-table-tabbar + .fixed-table-container {
	margin-top: 16px;
}

.bootstrap-table .fixed-table-container th.bs-checkbox .th-inner .mt-checkbox {
	right: 0;
}

.bootstrap-table .table > thead > tr > th:first-child, .bootstrap-table .table > tbody > tr > td:first-child,
.bootstrap-table .table > thead > tr > th:last-child, .bootstrap-table .table > tbody > tr > td:last-child {
	padding-left: 16px;
}

.tabbable-line > .nav-tabs {
	border-bottom: 2px solid #efefef;
}

.tabbable-line > .nav-tabs > li {
	border-bottom: 4px solid transparent;
}

.tabbable-line > .nav-tabs > li.active, .tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid #2061e6;
}

.bootstrap-table .tabbable-line > .nav-tabs > li, .dynamic-tab .tabbable-line > .nav-tabs > li, .short-line.tabbable-line > .nav-tabs > li {
	border-bottom: 0 !important;
}

.tabbable-line > .nav-tabs > li > a {
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.tabbable-line > .nav-tabs > li a {
	border-bottom: 4px solid transparent;
	margin-bottom: -2px;
}

.tabbable-line > .nav-tabs > li.active a, .tabbable-line > .nav-tabs > li:hover a {
	border-bottom: 4px solid #2062e6;
}

.tabbable-line .nav:after {
	height: 0;
}

.dynamic-tab {
	border: 0;
}

.dynamic-tab .tabbable-line {
	padding-left: 0;
}

.bootstrap-table .fixed-table-tabbar {
	margin-top: 0;
}

.bootstrap-table .fixed-table-tabbar:first-child {
	margin-top: 0;
}

.bootstrap-table .fixed-table-toolbar + .fixed-table-tabbar {
	margin-top: 0;
	border-top: 16px solid #f1f1f1;
}

.bootstrap-table .fixed-table-toolbar + .fixed-table-container {
	padding-top: 20px;
	border-top: 16px solid #f1f1f1;
}

.bootstrap-table .fixed-table-toolbar.with-tab + .fixed-table-container {
	padding-top: 20px;
	border-top: 0;
}

.bootstrap-table .fixed-table-advFilterBar .advFilterBar {
	border-bottom: 16px solid #f1f1f1;
}

.bootstrap-table .table:not(.table-condensed) > tbody > tr > td.treenode {
	border-bottom: 0;
}

.mt-checkbox > span:after {
	left: 5px;
	top: 1px;
	width: 7px;
	height: 12px;
	border-color: #666;
}

.bootstrap-table .treenode .space, .bootstrap-table .treenode .node {
	margin-top: 18px;
	margin-right: 7px;
}

.bootstrap-table .treenode .node {
	border-top-color: #999;
}

.bootstrap-table .treenode .vertical, .bootstrap-table .treenode .vertical.last {
	border-left-color: #999;
}

.bootstrap-table .treenode .vertical.vhide {
	border-left-color: transparent;
}

.bootstrap-table .treenode .vertical.last {
	height: 19px;
}

.btn-plain {
	background: none;
}

.btn-plain:hover {
	background: #eee;
}

#toolbar {
	display: none;
}

.filterActions {
	margin: 18px 0 28px 22px;
}

.filterActions:after, .filterActions:before {
	content: " ";
	display: table;
}

.filterActions:after {
	clear: both;
}

.filterActions .btn {
	min-width: 96px;
}

.filterActions .btn + .btn {
	margin-left: 24px;
}

.filterActions .btnSearch:before {
	content: "查 询";
}

.filterActions .btnReset:before {
	content: "清空条件";
}

.filterActions .btnCancel {
	display: none;
}
.filterActions .btnCancel:before {
	content: "关闭筛选";
}

.datepicker.dropdown-menu {
	border: 1px solid #2062e6;
}

.datepicker.dropdown-menu:before {
	border-bottom: 7px solid #2062e6;
}

.input-daterange .form-control {
	width: 148px;
	display: inline-block;
}

.input-daterange > span {
	margin: 0 8px;
	color: #2494fd;
}

.input-daterange {
	display: inline-block;
	width: auto;
}

.setdate {
	display: inline-block;
}
.has-error .ke-container {
	border-color: #e73d4a;
}