/**
 * 通用css样式布局处理
 */

/** 基础通用 **/
.pt5 {
	padding-top: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.ml5 {
	margin-left: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml0 {
	margin-left: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.m20 {
	margin-left: 20px;
}
.m50 {
	margin-left: 50px;
}
.img-xs {
  width: 32px;
  height: 32px;
}
.img-sm {
  width: 64px;
  height: 64px;
}
.img-md {
  width: 96px;
  height: 96px;
}
.img-lg {
  width: 120px;
  height: 120px;
}
.img-banner {
	width: 120px;
	height: 60px;
}
.section-content {
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 5px 5px 5px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.ibox {
    margin-bottom: 25px;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border-radius: 6px;
    height: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.list-group-striped > .list-group-item {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0
}

.ibox-title-gray {
    height: 41px;
    background-color: #f0f3f4;
    color: #333;
    font-weight: 700;
    border-radius: 2px 2px 0 0;
    padding: 13px !important;
    border-bottom: 1px solid #eee;
    display: block;
    clear: both;
}

.dashboard-header h5 {
    padding: 8px 0 0 0;
    display: inline-block;
    font-size: 14px;
    text-overflow: ellipsis;
    float: left;
    font-weight: 400;
}

.ibox-title-gray h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

/* 导航页签 */
.nav-tabs-custom {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px
}

.nav-tabs-custom>.nav-tabs {
	margin: 0;
	border-bottom-color: #f4f4f4;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.nav-tabs-custom>.nav-tabs>li {
	border-top: 3px solid transparent;
	margin-bottom: -2px;
	margin-right: 5px
}

.nav-tabs-custom>.nav-tabs>li.header {
	padding-left: 5px;
	font-size: 16px;
	line-height: 30px;
}

.nav-tabs-custom>.nav-tabs>li.disabled>a {
	color: #777
}

.nav-tabs-custom>.nav-tabs>li>a {
	color: #444;
	font-weight: normal;
	border-radius: 0
}

.nav-tabs-custom>.nav-tabs>li>a,.nav-tabs-custom>.nav-tabs>li>a:hover {
	background: transparent;
	margin: 0
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
	color: #999
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
	border-color: transparent
}

.nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: #1890ff
}

.nav-tabs-custom>.nav-tabs>li.active>a,.nav-tabs-custom>.nav-tabs>li.active:hover>a {
	background-color: #fff;
	color: #444
}

.nav-tabs-custom>.nav-tabs>li.active>a {
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #f4f4f4;
	border-right-color: #f4f4f4
}

.nav-tabs-custom>.tab-content {
	background: #fff;
	padding: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

/** 弹层组件 禁用样式 **/
.layer-disabled {
	border: 1px #dedede solid !important;
	background-color: #f1f1f1 !important;
	color: #333 !important;
	pointer-events: none;
}

/** 用户管理 样式布局 **/
.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

.box-header:before,.box-body:before,.box-footer:before,.box-header:after,.box-body:after,.box-footer:after {
	content: " ";
	display: table
}

.box-header:after,.box-body:after,.box-footer:after {
	clear: both
}

.btn-box-tool {
	padding: 5px;
	font-size: 12px;
	background: transparent;
	color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
	color: #606c84;
}

.box-main {
	margin: 0;
	border: 0;
	padding-top: 2px;
	border-radius: 0;
	box-shadow: none
}

.box-main>.box-header {
	border-bottom: 1px solid #eee;
	padding: 12px 10px 2px 15px
}

.box-header .box-title {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	line-height: 1;
}

.box-main>.box-header .box-title {
	font-size: 16px;
	margin-bottom: 13px;
	float: left
}

.box-main>.box-header .box-title .fa {
	font-size: 14px;
	padding-right: 3px;
	margin-top: -2px
}

.box-main>.box-header .box-tools {
	position: relative;
	top: -5px;
	right: 0
}

.box-main>.box-header .box-tools .btn {
	padding: 3px 10px 5px 10px;
	font-size: 14px;
	margin-bottom: 2px
}

.box-main>.box-header .box-tools .btn-box-tool {
	padding: 4px 2px
}

.box-main form>.box-footer,.nav-main form>.box-footer {
	background: #fafafa
}

.box-main form>.box-footer .row,.nav-main form>.box-footer .row {
	margin: 5px 0 5px -25px
}

@media ( min-width : 768px) {
	.section-content .about {
		padding-left: 0px
	}
}

/** select2 样式修改 **/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #1AB394;
	border-color: #1AB394;
	padding: 1px 10px;
	color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 5px;
	color: rgba(255,255,255,0.7)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 10px
}

/** 表单验证 样式布局 **/
.control-label.is-required:before {
  content: '* ';
  color: red;
}

label.error {
	position: absolute;
	right: 18px;
	top: 10px;
	color: #ef392b;
	font-size: 12px;
	z-index:99;
}

.input-group label.error {
	z-index:99;
	right: 42px
}

.input-group.date label.error {
	z-index:99;
	right: 42px
}

.Validform_error,input.error,select.error {
	background-color: #fbe2e2;
	border-color: #c66161;
	color: #c00
}

.Validform_wrong,.Validform_right,.Validform_warning {
	display: inline-block;
	height: 20px;
	font-size: 12px;
	vertical-align: middle;
	padding-left: 25px
}

.i-checks label.error, .check-box label.error, .radio-box label.error {
	right: auto;
	width: 150px;
	left: 210px;
	top: 1px;
	max-width: none;
}

/** 复选框&单选框  **/
.check-box,.radio-box {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 8px;
}

.icheckbox, .icheckbox-blue, .iradio, .iradio-blue, .iradio-purple {
	position: absolute;
	top: 8px;
	left: 0
}

/** iCheck **/
.icheckbox-blue,.iradio-blue {
	display: block;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	background: url(../../img/blue.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox-blue,.icheckbox-blue.static:hover {
	background-position: 0 0
}

.icheckbox-blue.hover,.icheckbox-blue:hover {
	background-position: -20px 0
}

.icheckbox-blue.checked {
	background-position: -40px 0
}

.icheckbox-blue.disabled {
	background-position: -60px 0;
	cursor: default
}

.icheckbox-blue.checked.disabled {
	background-position: -80px 0
}

.iradio-blue,.iradio-blue.static:hover {
	background-position: -100px 0
}

.iradio-blue.hover,.iradio-blue:hover {
	background-position: -120px 0
}

.iradio-blue.checked {
	background-position: -140px 0
}

.iradio-blue.disabled {
	background-position: -160px 0;
	cursor: default
}

.iradio-blue.checked.disabled {
	background-position: -180px 0
}

div.ztree-border {
	margin-top: 10px;
	border: 1px solid #e5e6e7;
	background: #fff none;
}

/* 切换开关 */
.toggle-switch {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	padding-top: 8px;
}
.toggle-switch input {
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
}
.toggle-switch span {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ebebeb;
	border: 2px solid #ebebeb;
	cursor: pointer;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease
}
.toggle-switch span:after {
	content: '';
	height: 20px;
	width: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	top: -7px;
	color: #aaa;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	text-align: center;
	font-size: 13px;
	background-color: #fff;
	-webkit-box-shadow: rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px;
	box-shadow: rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px
}
.toggle-switch input:checked~span:after {
	left: -webkit-calc(100% - 20px);
	left: calc(100% - 20px);
	background-color: #33cabb
}
 
.toggle-switch.switch-solid span  {
    height: 20px;
}
.toggle-switch.switch-solid span:after {
    top: -2px;
}
.switch-solid input:checked~span {
	background-color: #33cabb;
	border-color: #33cabb
}
.switch-solid input:checked~span:after {
	background-color: #fff;
	color: #33cabb
}

/** 遮罩层 **/
.loaderbox {
	display: inline-block;
	min-width: 125px;
	padding: 10px;
	margin: 0 auto;
	color: #000 !important;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.loaderbox .loading-activity {
	float: left;
	width: 18px;
	height: 18px;
	border: solid 2px transparent;
	border-top-color: #000;
	border-left-color: #000;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@media (max-width: 767px) {
	.loading-activity {
		width: 18px;
		height: 18px;
	}
}

@-ms-keyframes pace-spinner {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pace-spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/** 表单查询条件  **/
.select-list ul, .layui-layer-content ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.select-list li, .layui-layer-content li {
	list-style: none;
}

.time-input {
	display: block;
	width: 100%;
	padding-left: 10px;
}

label {
	font-weight: normal;
}

.container-div {
	padding: 0px 28px;
	height: 100%;
}

.container-div .row {
	height: 100%;
}

.search-collapse,.select-table {
	width: 100%;
	background: #fff;
	border-radius: 6px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 13px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.search-collapse {
	position: relative;
}

.search-collapse .col-sm-6 .control-label {
	color: #333;
}

@media ( max-width : 768px) {
	.search-collapse {
		display: none;
	}
}

@media ( min-width : 768px) {
	.select-list li {
		float: left;
	}
}

.select-list li {
	color: #333;
	margin: 5px 15px 5px 0px;
}

.select-list li p, .select-list li label:not(.radio-box){
	float: left;
	/*width: 65px;*/
	margin: 5px 5px 5px 0px;
	text-align:right;
}

.select-list li input {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: transparent;
	outline: none;
	height: 30px;
	/*width: 200px;*/
	padding-left: 5px;
}

.select-list li .submit-btn {
	border: 0px;
	border-radius: 4px;
	background: transparent;
	outline: none;
	width: 40px;
	height: 23px;
}

.select-list li select {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: transparent;
	outline: none;
	height: 30px;
    width: 200px;
}

.bootstrap-select.form-control .btn-default {
    color: inherit;
    padding: 6px 12px;
    border-radius: 1px;
    border: 1px solid #e5e6e7;
	outline: none;
	height: 34px;
	background: #FFFFFF none
}

.file-input .btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.select-list .btn-default {
    color: #555;
    padding: 5px 5px;
    border: 1px solid #ddd;
	border-radius: 4px;
	background: transparent;
	outline: none;
	height: 30px;
	width: 200px;
}

.select-list .btn-default:hover,.select-list .btn-default:focus,.select-list .btn-default:active,.select-list .btn-default.active,.open .dropdown-toggle.btn-default {
	color: #555;
	background-color: #e4e4e4;
	border-color: #b2b2b2
}

.select-list .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: 30px;
  width: 200px;
}

.select-list .bootstrap-select > .dropdown-toggle.bs-placeholder,
.select-list .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.select-list .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.select-list .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: inherit;
  font-size: 13px;
}

.select-list .bootstrap-select .dropdown-toggle .caret {
  position: inherit;
}

.select-list .select-selectpicker li {
	float: none;
}

.select-list .dropdown-menu>li>a,.bootstrap-select.form-control .dropdown-menu>li>a {
    line-height: inherit;
}

.select-list .dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a,.bootstrap-select.form-control .dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a{
	color: #fff;
	text-decoration: none;
	background-color: #12889a
}

.select-list .select2-container--bootstrap {
	width: 200px!important;
	display: inline-block;
}

.select-list .select2-container--bootstrap .select2-selection {
	border-radius: 6px;
}

.select-list .select2-container--bootstrap .select2-selection--single {
	height: 30px!important;
	padding: 5px 10px;
}

.select-list .select-time input {
	width: 93px;
}

.select-time label,.select-time span,.select-time input {
	float: left;
}

@media (max-width:767px) {
    .select-time label,.select-time span,.select-time input {
	    float: none;
    }
    .select-list .select-time input {
	    width: 200px;
    }
}

.select-time label {
	margin-top: 5px;
}

.select-time span {
	display: block;
	margin: 5px 5px;
}

.search-btn {
	background-color: #1ab394;
	border-color: #1ab394;
	color: #FFF;
	margin-bottom: 5px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}

.select-title{
	color:#3d5266;
	font-size:15px;
	padding:10px 0px;
	font-weight: normal;
}

/** 表格查询数据 **/
.table-striped {
	min-height: 75%;
}

.table-striped .bootstrap-table, .table-striped .table-bordered {
	border: 0px!important;
}

.table-bordered .table>thead>tr>th, .table-bordered .table>tbody>tr>th {
	font-weight: normal;
	font-size: 13px
}

.table-striped table>thead>tr>th, .table-striped table>tbody>tr>th, .table-striped table>tfoot>tr>th, .table-striped table>thead>tr>td, .table-striped table>tbody>tr>td, .table-striped table>tfoot>tr>td {
	border-bottom: 1px solid #e7eaec!important;
	background-color: transparent;
	border: 0px;
}


.table-bordered table>thead>tr>th:first-child, .table-bordered table>tbody>tr>td:first-child {
    border-left: 1px solid #ddd;
}
 
.table-bordered table>thead>tr>th:last-child, .table-bordered table>tbody>tr>td:last-child {
	border-right: 1px solid #ddd;
}

.table-bordered table>thead>tr>th, .table-bordered table>tbody>tr>td {
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd;
}

.fixed-table-footer {
	border-top: 0px solid #ddd;
}

.fixed-table-container {
	border: 0px solid #ddd;
}

.table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th {
	/*border-bottom: 1px solid #ccc!important;*/
	height: 44px;
	border-top: 0px !important;
	font-size: 14px !important;
	color: #222222 !important;
	font-weight: bold !important;
	font-family: Microsoft YaHei;
	background-color: #F3F6FC!important;
	border-radius: 4px 4px 0px 0px !important;
}

.table-striped table thead {
    background-color: #eff3f8;
}

.fixed-table-container thead th  >.both{ 
    display: inline-block
}

.fixed-table-container thead th  >.th-inner{
	height: 44px;
}

.editable-input .input-sm {
	height: 32px!important;
}

/** 表格列宽拖动样式 **/
.rc-handle-container {
	position: relative;
}
.rc-handle {
	position: absolute;
	width: 7px;
	cursor: ew-resize;
	margin-left: -3px;
	z-index: 2;
}
table.rc-table-resizing {
	cursor: ew-resize;
}
table.rc-table-resizing thead,
table.rc-table-resizing thead > th,
table.rc-table-resizing thead > th > a {
	cursor: ew-resize;
}

/** 表格冻结列样式 **/
.fixed-columns, .fixed-columns-right {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 1;
}

.fixed-columns {
	left: 0;
}

.fixed-columns .fixed-table-body {
	overflow: hidden !important;
}

.fixed-columns-right {
	right: 0;
}

.fixed-columns-right .fixed-table-body {
	overflow-x: hidden !important;
}

.bootstrap-table .table-hover > tbody > tr.hover > td {
	background-color: #f5f5f5;
}

/** 表格树样式 **/
.bootstrap-tree-table .treetable-indent {width:16px; height: 16px; display: inline-block; position: relative;}
.bootstrap-tree-table .treetable-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
.bootstrap-tree-table .treetable-selected{background: #f5f5f5 !important;}
.bootstrap-tree-table .treetable-table{border:0 !important;margin-bottom:0}
.bootstrap-tree-table .treetable-table tbody {display:block;height:auto;overflow-y:auto;}
.bootstrap-tree-table .treetable-table thead, .treetable-table tbody tr {display:table;width:100%;table-layout:fixed;}
.bootstrap-tree-table .treetable-thead th{line-height:24px;border: 0 !important;border-radius: 4px;border-left:0px solid #e7eaec !important;border-bottom:1px solid #ccc!important;text-align: left;}
.bootstrap-tree-table .treetable-thead tr :first-child{border-left:0 !important}
.bootstrap-tree-table .treetable-tbody td{border: 0 !important;border-left:0px solid #e7eaec !important;border-bottom:1px solid #e7eaec!important;white-space: nowrap; text-overflow: ellipsis;}
.bootstrap-tree-table .treetable-tbody tr :first-child{border-left:0 !important}
.bootstrap-tree-table .treetable-bars .tool-left, .bootstrap-tree-table .treetable-bars .tool-right{margin-top: 10px; margin-bottom: 10px;}
.bootstrap-tree-table .treetable-bars .tool-left{float: left;}
.bootstrap-tree-table .treetable-bars .tool-right{float: right;}
.bootstrap-tree-table .treetable-bars .columns li label{display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.428571429;max-width: 100%;margin-bottom: 5px;cursor:pointer;}
.bootstrap-tree-table .table{border-bottom: 0px solid #e7eaec!important;}
.bootstrap-tree-table .table-bordered .treetable-thead th {border-left: 1px solid #e7eaec!important;}
.bootstrap-tree-table .table-bordered .treetable-tbody td {border-right: 1px solid #e7eaec!important;}
.bootstrap-tree-table .fixed-table-pagination .pagination-detail {margin-top: 10px;margin-bottom: 10px;}

/** 首页样式 **/
.ax_close_max {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 9999;
	display: none;
	color: #ccc;
}
.navbar-right > .user-menu > .dropdown-menu {
	border-top-right-radius:0;
	border-top-left-radius:0;
	padding:1px 0 0 0;
	border-top-width:0;
	width:138px;
}
.navbar-right > .user-menu .user-image {
	float:left;
	width:27px;
	height:27px;
	border-radius:50%;
	margin-right:8px;
	margin-top:-3px;
}
@media (max-width:767px) {
	.navbar-right > .user-menu .user-image {
	float:none;
	margin-right:0;
	margin-top:-8px;
	line-height:10px;
}
}.dropdown-menu > li > a > .glyphicon,.dropdown-menu > li > a > .fa,.dropdown-menu > li > a > .ion {
	margin-right:10px;
}
.dropdown-menu > li > a:hover {
	background-color:#e1e3e9;
	color:#333;
}
.dropdown-menu > .divider {
	background-color:#eee;
}

/** 表单布局 **/
.form-header {
    font-size:15px;
	color:#6379bb;
	border-bottom:1px solid #ddd;
	margin:8px 10px 25px 10px;
	padding-bottom:5px;
	font-style: oblique;
}

.main-content {
    background-color: #ffffff;
    color: inherit;
    padding: 10px 15px 15px 15px;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-width: 1px 0px;
}

/** 表格跳转样式 **/
.pageGo input {
    height: 32px;
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    display: block;
    float:left;
}
.pageGo button {
    height: 32px;
    display: block;
    float:left;
}

/** 表格行拖拽样式 **/
.reorder_rows_onDragClass td {
	color:yellow!important;
	background-color:#999!important;
	text-shadow:0 0 10px black,0 0 10px black,0 0 8px black,0 0 6px black,0 0 6px black;
	box-shadow:0 12px 14px -12px #111 inset,0 -2px 2px -1px #333 inset
}

/** 表格列拖拽样式 **/
.dragtable-sortable {
	list-style-type: none; margin: 0; padding: 0; -moz-user-select: none;
}

.dragtable-sortable li {
	margin: 0; padding: 0; float: left; font-size: 1em; background: white;
}

.dragtable-sortable th, .dragtable-sortable td{
	border-left: 0px;
}

.dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
	border-left: 1px solid #CCC;
}

.ui-sortable-helper {
	opacity: 0.7;filter: alpha(opacity=70);
}

.ui-sortable-placeholder {
	-moz-box-shadow: 4px 5px 4px #C6C6C6 inset;
	-webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
	box-shadow: 4px 5px 4px #C6C6C6 inset;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	visibility: visible !important;
	background: #EFEFEF !important;
	visibility: visible !important;
}

.ui-sortable-placeholder * {
	opacity: 0.0; visibility: hidden;
}

/** 表格选中样式 **/
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
	background-color: #E8F7FD;
	color: #1890ff;
}

/** 滚动条样式 **/
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

/** 气泡弹出框样式 **/
.popover {
	font-size: 13px;
	max-width: unset;
}

.popover-title {
	padding: 8px 14px;
	margin: 0 !important;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 5px;
}

/** 向上滚动样式 **/
#scroll-up {
	border-width: 0;
	position: fixed;
	right: 2px;
	z-index: 99;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: -24px;
	visibility: hidden;
	background-color: #aaa;
	color: #fff;
	font-size: 14px;
	display: none;
}

#scroll-up.display {
	opacity: .7;
	filter: alpha(opacity=70);
	bottom: 2px;
	visibility: visible;
}

.menu-content {
	padding: 10px 10px 10px 25px!important
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.height-full {
	height: 100%!important
}

::-webkit-scrollbar {
	width: 10px!important;
	height: 10px!important;
	-webkit-appearance: none;
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	height: 5px;
	border: 1px solid transparent;
	border-top: 0;
	border-bottom: 0;
	border-radius: 6px;
	background-color: #ccc;
	background-clip: padding-box
}

::-webkit-input-placeholder {
	color: #b3b3b3!important
}

:-moz-placeholder {
	color: #b3b3b3!important
}

::-moz-placeholder {
	color: #b3b3b3!important
}

:-ms-input-placeholder {
	color: #b3b3b3!important
}


/*自定义样式*/
.nav-treeview .selected{
	background-color: rgba(0,0,0,.1);
}
.sidebar-light-blue .nav-treeview .selected{
	background-color: rgba(0,0,0,.1);
	border-radius: 0.25rem;
}
.sidebar-light-blue .nav-treeview .selected .menuItem{
	color: dodgerblue;
}
.sidebar-dark-primary .nav-treeview .selected{
	background-color: #007bff;
	border-radius: 0.25rem;
}

@media screen and (max-width:768px){.layout-hide-xs{display:none!important}}
@media screen and (min-width:768px){.layout-hide-lg{display:none!important}}

.ribbon-wrapper.ribbon-xl {
	height: 180px;
	width: 180px;
}

.ribbon-wrapper.ribbon-lg {
	height: 120px;
	width: 120px;
}

.ribbon-wrapper {
	height: 70px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	z-index: -1;
}

.ribbon-wrapper.ribbon-xl .ribbon {
	right: 4px;
	top: 47px;
	width: 240px;
}

.ribbon-wrapper.ribbon-lg .ribbon {
	right: 0;
	top: 26px;
	width: 160px;
}
.ribbon-wrapper .ribbon {
	box-shadow: 0 0 3px rgb(0 0 0 / 30%);
	font-size: .8rem;
	line-height: 100%;
	padding: .375rem 0;
	position: relative;
	right: -2px;
	text-align: center;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
	text-transform: uppercase;
	top: 10px;
	transform: rotate(
			45deg
	);
	width: 90px;
}

.ribbon-wrapper .ribbon::before {
	left: 0;
}
.ribbon-wrapper .ribbon::after, .ribbon-wrapper .ribbon::before {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #9e9e9e;
	bottom: -3px;
	content: "";
	position: absolute;
}

.ribbon-wrapper .ribbon::after {
	right: 0;
}
.ribbon-wrapper .ribbon::after, .ribbon-wrapper .ribbon::before {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #9e9e9e;
	bottom: -3px;
	content: "";
	position: absolute;
}

.bg-danger, .bg-danger>a {
	color: #fff!important;
}
.bg-danger {
	background-color: #dc3545!important;
}
.text-lg {
	font-size: 1.25rem!important;
}
.text-xl {
	font-size: 2rem!important;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}


.home-card {
	width: 100%;
	margin-bottom: 16px;
	padding: 15px 25px;
	background: #fff;
	border-radius: 2px;
}

.welcome {
	display: flex;
	justify-content: space-between
}

.welcome .welcome-text {
	flex: 1.8
}

.welcome .welcome-text-title {
	font-size: 16px;
	font-weight: 700;
	color: #262626
}

.welcome .welcome-text-info {
	margin-top: 12px;
	font-size: 14px;
	color: #8c8c8c
}

.welcome .welcome-text-info .welcome-text-link{
	margin-left: 8px;
	color: #00bdff
}

.welcome .welcome-pending {
	display: flex
}

.welcome .welcome-pending .welcome-pending-item {
	width: 150px;
	display: flex
}

.welcome .welcome-pending .welcome-pending-icon1 {
	width: 48px;
	height: 48px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAXVBMVEUAAADo+P/o+f/o+f/o+P/o+P/o+f/o+f/p+f/q+v/p+v/p+P/q+v/o+v/p+f/p+f/q+//r///o///x///M///o+P8Auv9Pz/85yv/E7/9DzP8zx/8Mvf8gw/+K3/+2jYUEAAAAFXRSTlMA9Pjy69vOyLaPjXVrZldQJBkWEgWofv9FAAABF0lEQVRIx5XW646CMBAF4Cm3crNoYUphcd//MZe4ahxatef7Q0g4Cb3NlALWNHVZZFlR1o2x9MXYaxZ0P9J7l1ZxQLUXips6xVGqmyjiXPFb1ZkCQ84f5AMdnPiLU/A9lBg4wfAy3jwlkD9HPlWcpHrMbseJuvv6qtSA+l/zlpO1tBtVekCNe6BnQL8HNBLQRJaFxTvBLyxYMix45+cX+ysLhhoW3MrC6lhoqD4E5se/rZu7YaGmMh5YNnf92W2HQElFPLC639tzPgQKyuKB7creRwIZHIB/CR40Pq1NEBDmYOEMttKGLLaXLJFGdquGDxB8RNEiAJcZtJDBpRItxmi5RxsK3rLwpoi3Xbyx41cH/HICX3/+AIoHlP/2q5m2AAAAAElFTkSuQmCC) no-repeat
}

.welcome .welcome-pending .welcome-pending-icon2 {
	width: 48px;
	height: 48px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAe1BMVEUAAAD/9e//9fX/9fD/9PD/9PD/9fD/9fD/9PH/9vH/9PD/9fH/9fD/9fD/8u////H//8z/8+//8fH/+PH/9e//9O//wlj/47z/69X/0IL/znz/xF3/zHf/5sT/2Jz/36//y3T/7+L/8ur/6c//15f/xWL/26P/x2f/xmRarkobAAAAFXRSTlMA8xf4687Ito+NdWtmV1ASBdslJNvB3eNlAAABTUlEQVRIx6WW226DMAxAHS7lVkqhM1BSxqXttv//wkVa1C3xSGP1vACSjwjYsQOEoEyTOgrDqE7SMoAnVMUODXZF5QgPMoEEkW295pjrcKLkR/iHU4ybxCcgHAQ6EAew2OMT9iSeZRzQgz+raoSPIJrH/4zRi/iohRw9yXV+ha8gfnKeoTcZKCrhL4hKCQWa9Lfzg1uPJoUSrHrupJwvmlnKzqp2gAAN1vu84INlvq9oEECJBmM72o8GJaTWitoe+3eNum2tNaWQUGGSmokKCbxR4Rcq1BDxhAhCKoyDZqRCyBb4S6q3haXrJvrRCRWuUsqvRV1aBfmtKRUWlbOPFc+f1+tsZzp1lMYwrOd2QpPSUXzDhcZj4Chv2dL4nXsDkXgs2FuU2wTYbYbbyNitktmMT9x2zx0o3JHFHoqExjV2G+5gZx4dXjqcsI8/3/Jblwf7awVhAAAAAElFTkSuQmCC) no-repeat
}

.welcome .welcome-pending .welcome-pending-detail {
	margin-left: 20px
}

.welcome .welcome-pending .work-detail {
	cursor: pointer
}

.welcome .welcome-pending .welcome-pending-num {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #262626
}

.welcome .welcome-pending .welcome-pending-info {
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	color: #bfbfbf
}

.notice {
	min-height: 280px;
}

.notice .notice-tabs {
	display: flex;
	border-bottom: 1px solid #f5f5f5
}

.notice .notice-tab {
	margin-right: 34px;
	width: 60px;
	padding-bottom: 11px;
	font-size: 14px;
	line-height: 22px;
	color: #8c8c8c;
	position: relative;
	cursor: pointer
}

.notice .notice-tab.active {
	color: #00bdff
}

.notice .notice-tab.active:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #00bdff;
	border-radius: 1px;
	position: absolute;
	bottom: 0;
	left: 0
}

.notice .notice-content {
	padding: 30px 0 0
}

.notice .notice-content .notice-item {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
}

.notice .notice-content .notice-item.read {
	color: #ccc
}

.notice .notice-content .notice-item span {
	font-size: 14px
}
.notice .notice-content .notice-item>span:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}
.no-notice {
	padding: 40px 0;
	text-align: center;
}
.no-notice .notice-icon {
	margin: 0 auto;
	width: 108px;
	height: 92px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABcCAMAAAC8wqBSAAABcVBMVEUAAADt+P971f971f+96v+l4v/s+P+I2P/F7P+o7f981f/i9f971P+A1v971P/u+v971P/L7v/p+P/t+f/s9/+r5P/u+f991v971v/t9//09P971P/u+f/u+f+L2v+T3P+Y3v971P/e9P/t+v/v+f/q8/971f971f/q9/+P2/971f971f/t+f/t+P/u+P981/9+1//o9/+g4P971f/S8P970/971f/t+P/t+f/s+f981v981f981v/s9/971P/u+f971f971P/t+f/t+P980//s9/971P99zP991f981P/u+P+56P971P/W8f971f/t9//r+v991P/q+P////971f+25/971f971v981v9+1v971P+x5v971f/u+P/t9v+e4P/t+P/t+P/s+P/t+f/t9/+f4f/M7/981f971P/0+//t+P+u5f+G1//h9f/b8//X8v+U3P/N7v+y5v+x5f+p4v+c3/+a3v+K2f+C1v+B1v+15/9Yb4iZAAAAaHRSTlMAmezyuMyW7rIE/Z/w+L9m+q2bjC7GhVc1Gg33WxPp39nVoTYfCbydPeTNtpOQcSYX/dLSqaSNiYJ6bmFRUEzSk3tWSEJBEAn74t26r6aBZDItJAjdvnVqWx7DwamjVs65tbGtp59tSLfRIkEAAAUiSURBVGjetNXBCoJAEMZxv0MDBbHE2kKhEFlQYF7VgxfFs+IDePb9nyCxW1Q6s9vvBf7MHGa878KoULnRRNrkqohC71/WfmDwxgT+2nPv0Gt8pPuD65TCD8pl7thgRnN01aofmPWo3YyVYJHEwXBdioXSzrbVEhaj1q51IzDQzaoFJouaT2AiX9q6xGCLL7LW1UDAXEUxBRElaUUQigRL1BDS/EWWECu5rZAgRtwHHsBCwDz1MSzEvAdQgW+/3dzPmFSsWAa28zBaYZKxDhX4dsPohBfO0XpyWm6viQNhFB/XaEIuBcOGFgJJnwS39KbdLqZ1aWBptyw+iHQv7cO+njSxpvfLX98xTsFMJhf9vcQMMsfvzPmcb1Dj0GRZK9Y6uALFNedvA5LmUF9nn470E5KmX+NQAKVAqNExMEd1ui260idpbKyRhJGNOkkxbi4hZl44SCNbWnNMUpzjPHme9YBD7h7jPFQUC7AUReSkJCOLccXda2uw53YCvbPC4MtgyNkIumx31/qltBTJ2mRf7o3IIuv6vJ467BH/91FVrGWAom5K5sJaN1m0/xIBJ/oR4dipaKP0M4n7kI9uI1n/vWJLiwOizPaUW7Usww4of8jusef73vEuKeBbJbGhAcDVxBH9D0DVwfj09Qf54NRr1/0Fse1ahaY2HdbEQra3kObLR1dfAqlWq3SXWQAcTotP6cvjw93dw+MLZmztsUACl/mVibczAPWAvQhT+hreBIyb8HVm5gah+PW2d8qdWRkNAI0irfvrYIHrewD6xmoXjGkAhigcLDnRNOCYRrS2fyTDTrmYxO4TER0gmgQZJhHQXmkA6QKQ8n/HNBAwBfB9laFABlQtt7AwEBKKSvtcfmQA5PzxYCIWmwDqHuEYN6vMAG6ui3FAuY3ifRr652faAPtxdBtQYpGP/TKxCwBOQ4jLXIyS5xPwlPgXMR89wjMo77Ii3vLE3gB/+enKRRGh0EZW2fJtLaOIOBDCzmzZ8Jvv7ZlfaxpBFMWn04Ids2yWpmEXtojGkFCFronaFyUJQWqjIpSG/IEE8j+H+f4fIBPzMG6W3TszxjzlB+KD6HXv3D07c04Z+RDTaL3X7wD4+SWHCnGf2YrIWKuwu4LQ5zM9jGP1bq+NDifPKoBO7qcPnFL97JmaUMZv+WfqyCOeZxnqxcNYKXILIp7zpM5ltVAZq4U+SKuZuwehHZ6sMq4TDk/YyOyu3LyrXQBfSe9q0OWpfaOjK1cBsGHiyiX9BlAOkwX8xpUyUDL0G08ADNycVC0Ru4ZO6j8AUzePWC/Z2NQj5oC/iPtd0ktGu98XQPDHxdfXd1nF2NcPAfScEgu98TZOLIYx0HTJYnQXO0QWQ/WRTpl0F0sWKdMegFPbUOtwTT9e1udF/rA40BIcaL9al1WhfvDXJpkMrvwFyhs2yeBvAFFKdHfkrdgcySvKYK3fA6haZZ4JgC6bZ1/Km5GUpHcnjvX/NMUH4lbqL+9LxSdGsQfAZ3aEGcn6rmqNBKM4APDI7BAcaKSGbSQVd2S1JhAIZskE4PPFVRcv1WvNoBhntnTTX/q/Iy+FWrdrkzYmtm08etXG+g+hpoQOnPsAtoZ2tQ6gHc0M5OjXQnOxa501AMTnzIVBgGc8bkaAGT3mRhjAmilzJarBDh4yd0S/W+OfzfCOJ70h++Dt2d5m74fvs8Xot+NgxtFUENfle56/0LVFc1bFybKLnUIzWXYbk1gX6y19QKJJuzZj64x98MITVXFJPr+vDY8AAAAASUVORK5CYII=) no-repeat
}

.no-notice .notice-text {
	margin-top: 19px;
	font-size: 14px;
	line-height: 22px;
	color: #595959
}
p{
	margin: 0px;
}
.single-features .icon{
	color: lightskyblue;
}
.single-features:hover .icon {
	background: #44ce6f;
	color: lightskyblue;
}
.default-title {
	padding-bottom: 16px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between
}

.default-title .default-title-left {
	display: flex;
	align-items: center
}

.default-title .default-title-text {
	font-size: 16px;
	font-weight: 700;
	color: #262626
}

.default-title .text-icon {
	color: #8c8c8c;
	margin-left: 0
}

.default-title .default-title-split {
	margin: 0 16px;
	width: 2px;
	height: 8px;
	background: #d9d9d9
}

.default-title .default-title-link {
	font-size: 12px;
	color: #00bdff;
	cursor: pointer
}

.default-title .default-title-info {
	font-size: 12px;
	color: #bfbfbf
}

.default-title .default-title-right-link {
	font-size: 14px;
	color: #00bdff
}

.no-chart{
	flex: 1;
	width: 0;
	height: 200px;
	text-align: center;
	align-items: center
}

.no-chart canvas {
	display: none!important
}

.no-chart img {
	margin-bottom: 30px
}

.no-chart p {
	color: #8c8c8c;
	font-size: 14px
}

.default-card .default-card-content {
	padding: 15px 0;
	min-height: 250px;
}

.default-card .default-card-chart {
	height: 200px
}

.default-card .no-chart {
	width: 100%
}

.no-data{
	padding-top: 40px;
	height: 120px;
}
.no-data>div{
	width: 92px;
	height: 68px;
	margin: 0 auto;
}
.no-data>div:first-child{
	background: url(data:image/png;base64,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) no-repeat;
}
.no-data>div:last-child {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #595959;
	text-align: center;
}
.btn-pointer{
	cursor: pointer;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.286rem;
	padding-bottom: 0.286rem;
	margin-bottom: 0;
	line-height: 1.57142857;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
	font-weight: 500;
	border-bottom: 1px dashed #ccd5db;
	min-height: 25px;
}
.ui-layout-toggler{
	background-color: #007bff!important;
}
.ui-layout-toggler .ui-content .fa{
	color: #ffffff!important;
}
.swal2-container{
	z-index: 20220707!important;
}

.layui-layer{
	border-radius: 8px!important;
}

.help-block>.fa-info-circle{
	color: #F8AC59!important;
}