/*!
 * 通用css样式
 * @author ZhouHuan
 * @data 2020-02-20
 * @version 1.0.10
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Source Sans Pro',sans-serif;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

h3, h4, h5 {
	margin-top: 5px;
	font-weight: 600;
}

body {
	font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #676a6c;
	overflow-x: hidden;
}
html, body {
	height: 100%;
}

body.full-height-layout #wrapper, body.full-height-layout #page-wrapper {
	height: 100%;
}

.width-120{
	width: 120px !important;
}

.width-110{
	width: 120px !important;
}

.width-80{
	width: 80px !important;
}

.width-150{
	width: 150px !important;
}

.width-950{
	width: 950px !important;
}
.pt0 {
	padding-top: 0px;
}
.pt5 {
	padding-top: 5px;
}
.pr5 {
	padding-right: 5px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.ptl0{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.pl5 {
	padding-left: 5px !important;
}

.pb5 {
	padding-bottom: 5px;
}
.mt5 {
	margin-top: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mb5 {
	margin-bottom: 5px !important;
}
.ml5 {
	margin-left: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.m0 {
	margin: 0!important
}
.ml0 {
	margin-left: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb0 {
	margin-bottom: 0px !important;
}
.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;
}
.section-content {
	min-height: 250px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 100%;
	position: absolute;
}
/**
 * 头像
 */
.cap-head{
	position:relative;
	display:inline-block;
}
.cap-head:hover:after{
	content:'\f030';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	color:#eee;
	background:rgba(0,0,0,0.5);
	font-family:FontAwesome;
	font-size:24px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	cursor:pointer;line-height:110px;
	border-radius:50%;
}
.error-page {
	width: 700px;
	margin:80px auto 0 auto
}
.text-aqua {
	color:#00c0ef !important
}
.error-page>.headline {
	margin-left: 20px;
	padding: 20px;
	letter-spacing: -10px;
	line-height: 78px;
	float:left;
	font-size:100px;
	font-weight:300
}
.error-page>.copyright {
	clear: both;
	text-align: center;
	margin-top: 50px;
	margin-right: 50px;
}
.error-page>.error-content {
	margin-left:220px;
	display:block
}
.error-page>.error-content h3 {
	margin-bottom: 20px;
}
.error-page>.error-content>h3 {
	font-weight:300;
	font-size:25px
}
.error-page>.error-content button {
	margin-top: 20px;
}
.layui-layer-content{
	width: 100%;
}
.nav>li>a {
	color: #a7b1c2;
	font-weight: 600;
	padding: 15px /*20px 15px 25px*/;
}

.nav li>a {
	display: block;
	/*white-space: nowrap;*/
}

.nav.navbar-right>li>a {
	color: #fff;
	font-size: 14px;
	height: 50px;
	padding: 18px 15px;
}

.nav>li.active>a {
	color: #ffffff;
}

.nav.navbar-right>li>a>.label {
	position: absolute;
	top: 9px;
	right: 5px;
	text-align: center;
	font-size: 9px;
	padding: 2px 5px;
	line-height: .9;
}
.nav.navbar-right>li>a:hover {
	background-color: #367fa9;
	color: #fff;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus {
	background-color: #293846;
	color: white;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: #fff;
}

.navbar {
	/*border: 0;*/
	position: static;
}

.navbar-default {
	background-color: transparent;
	border-color: #2f4050;
	position: relative;
}

.pace-done .nav-header {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-custom-menu>.navbar-nav>li.active:after {
	height: 2px;
	background-color: #fff;
	top: 0!important;
}

.navbar-nav>li.active:after {
	content: '';
	top: auto;
	bottom: 0;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-transition: all .2s;
}

.nav.nav-second-level>li.active {
	border: none;
}

.nav.nav-second-level.collapse[style] {
	height: auto !important;
}

.nav-header a {
	color: #DFE4ED;
}

.nav-header .text-muted {
	color: #8095a8;
}

.minimalize-styl-2 {
	padding: 4px 12px;
	margin: 12px 5px 5px 15px;
	font-size: 14px;
	float: left;
}

.navbar-form-custom {
	float: left;
	height: 50px;
	padding: 0;
	width: 200px;
	display: inline-table;
}

.navbar-form-custom .form-group {
	margin-bottom: 0;
}

.nav.navbar-top-links a {
	font-size: 14px;
}

.navbar-form-custom{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	font-size: 14px;
	height: 30px;
	margin: 0;
	z-index: 2000;
}
.fixed.sidebar-collapse .slimScrollDiv>* {
	overflow: visible!important;
}

.fixed .slimScrollDiv>* {
	overflow-y: hidden;
	overflow-x: visible;
}

.nav.navbar-top-links li {
	display: inline-block;
}

.navbar-top-links li:last-child {
	margin-right: 16px;
}

body.body-small .navbar-top-links li:last-child {
	margin-right: 10px;
}

.navbar-top-links li a {
	padding: 20px 10px;
	min-height: 50px;
}

.ibox {
	margin-bottom: 25px;
	background-color: #fff;
	/*border: 1px solid #ddd;*/
	border-radius: 4px;
	height: 100%;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,.2);
}
/** 虚线*/
.hr-line-dashed {
	border-top: 1px dashed rgb(231, 234, 236);
	color: rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);
	height: 1px;
	margin: 20px 0px;
}
/* BACKGROUNDS */
.gray-bg {
	background-color: #f3f3f4;
}

.white-bg {
	background-color: #ffffff;
}

.navy-bg {
	background-color: #1ab394;
	color: #ffffff;
}

.blue-bg {
	background-color: #1c84c6;
	color: #ffffff;
}

.lazur-bg {
	background-color: #23c6c8;
	color: #ffffff;
}

.yellow-bg {
	background-color: #f8ac59;
	color: #ffffff;
}

.red-bg {
	background-color: #ed5565;
	color: #ffffff;
}

.black-bg {
	background-color: #262626;
}

.panel-primary {
	border-color: #1ab394;
}

.panel-primary>.panel-heading {
	background-color: #1ab394;
	border-color: #1ab394;
}

.panel-success {
	border-color: #1c84c6;
}

.panel-success>.panel-heading {
	background-color: #1c84c6;
	border-color: #1c84c6;
	color: #ffffff;
}

.panel-info {
	border-color: #23c6c8;
}

.panel-info>.panel-heading {
	background-color: #23c6c8;
	border-color: #23c6c8;
	color: #ffffff;
}

.panel-warning {
	border-color: #f8ac59;
}

.panel-warning>.panel-heading {
	background-color: #f8ac59;
	border-color: #f8ac59;
	color: #ffffff;
}

.panel-danger {
	border-color: #ed5565;
}

.panel-danger>.panel-heading {
	background-color: #ed5565;
	border-color: #ed5565;
	color: #ffffff;
}

.progress-bar {
	background-color: #1ab394;
}

.progress-small, .progress-small .progress-bar {
	height: 10px;
}

.progress-small, .progress-mini {
	margin-top: 5px;
}

.progress-mini, .progress-mini .progress-bar {
	height: 5px;
	margin-bottom: 0px;
}

.progress-bar-navy-light {
	background-color: #3dc7ab;
}

.progress-bar-success {
	background-color: #1c84c6;
}

.progress-bar-info {
	background-color: #23c6c8;
}

.progress-bar-warning {
	background-color: #f8ac59;
}

.progress-bar-danger {
	background-color: #ed5565;
}

.panel-title {
	font-size: inherit;
}

.jumbotron {
	border-radius: 6px;
	padding: 40px;
}

.jumbotron h1 {
	margin-top: 0;
}
/**提示框*/
.callout {
	border-radius:3px;
	margin:0 0 20px 0;
	padding:15px 30px 15px 15px;
	border-left:5px solid #eee
}
.callout a {
	color:#fff;
	text-decoration:underline
}
.callout a:hover {
	color:#eee
}
.callout h4 {
	margin-top:0;
	font-weight:600
}
.callout p:last-child {
	margin-bottom:0
}
.callout code,.callout .highlight {
	background-color:#fff
}
.callout.callout-danger {
	border-color:#c23321
}
.callout.callout-warning {
	border-color:#c87f0a
}
.bg-blue,.callout.callout-info {
	border-color:#0073b7!important;
}

.callout.callout-success {
	border-color:#00733e
}

.bg-green,.callout.callout-success{
	background-color:#00a65a !important
}

.bg-yellow,.callout.callout-warning{
	background-color:#f39c12 !important
}

.bg-red,.callout.callout-danger{
	background-color:#dd4b39 !important
}

bg-aqua,.callout.callout-info{
	background-color:#00c0ef !important
}

.bg-green{
	background-color:#00a65a !important
}

.bg-blue{
	background-color:#0073b7!important;
}
.bg-primary{
	background-color: #337ab7 !important;
}
.bg-maroon {
	background-color: #d81b60 !important;
}
.bg-maroon,.bg-green,.bg-primary,.bg-red,.bg-blue,.bg-aqua,.bg-green,.bg-yellow,.callout.callout-warning,.callout.callout-danger,.callout.callout-info,.callout.callout-success  {
	color:#fff !important
}
.bg-aqua{
	background-color:#00c0ef !important
}
.alert .close {
	color: #000;
	opacity: .2;
	filter: alpha(opacity=20);
}
.alert .icon {
	margin-right: 10px;
}
.alert .close:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

.border-bottom {
	border-bottom: 1px solid #e7eaec !important;
}
/**图标选择*/
.page-header {
	padding: 20px 0 9px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eeeeee;
}
.fontawesome-icon-list {
	margin-top: 22px;
}

.fontawesome-icon-list .fa-hover {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #222222;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	border-radius: 4px;
	cursor: pointer;
}

.fontawesome-icon-list .fa-hover .fa {
	width: 32px;
	font-size: 14px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

.fontawesome-icon-list .fa-hover:hover {
	background-color: #1d9d74;
	color: #ffffff;
	text-decoration: none;
}

.fontawesome-icon-list .fa-hover:hover .fa {
	font-size: 30px !important;
	vertical-align: -6px;
}

.fontawesome-icon-list .fa-hover a:hover .text-muted {
	color: #bbe2d5;
}

/* 下划线显示*/
.form-control-plaintext{
	display: block;
	width: 100%;
	padding-top: .286rem;
	padding-bottom: .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;
}

.form-control-plaintext-no-content{
	display: block;
	width: 100%;
	padding-top: .286rem;
	padding-bottom: .286rem;
	margin-bottom: 0;
	line-height: 1.57142857;
	color: #ddd!important;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
	border-bottom: 1px dashed #ccd5db;
	min-height: 25px;
}

.layui-right-update{
	background: #f8f8f8!important;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	float: right;
	padding-right: 20px;
	color: red;
}

.layui-right-update:hover{
	cursor: pointer;
}

.layui-right-update > i:hover{
	transform: scale(1.2);
	opacity: 1;
	opacity: .85;
	-webkit-transition: all .12s;
	-o-transition: all .12s;
	transition: all .12s;
	vertical-align: middle;
}

.form-text-dashed{
	border-bottom: 1px dashed #ccd5db;
}


.list-group-striped > .list-group-item {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0
}

.form-group .control-label {
	font-weight: normal;
	padding-top: 6px;
	text-align: right;
	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;
}

.form-horizontal .row {
	margin: 0 40px 0 -15px;
}

.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 !important;
}

.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 !important;
	border: 0 !important;
	padding-top: 2px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.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: 0px 5px;
	/* line-height: 1; */
}

.time-label{
	float: left;
}
.time-label span {
	display: block;
	margin: 5px 5px;
	float: left;
}
.time-label input {
	width: 100px;
	float: left;
}


.time-label input {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: transparent;
	outline: none;
	height: 30px;
	width: 150px;
	padding-left: 5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.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
}
.box-main .wrapper{
	background-color: #fff !important;
}
@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
}

/** 表单验证 样式布局 **/
label.error {
	position: absolute;
	right: 18px;
	top: 6px;
	color: #ef392b;
	font-size: 12px;
	z-index:99;
}

label.success {
	position: absolute;
	right: 22px;
	top: 9px;
	color: #1d9d74;
	font-size: 12px;
	z-index: 99;
}

.input-group label.error {
	z-index:99;
	right: 42px
}

.input-group.date label.error {
	z-index:99;
	right: 3px
}

.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: 60px;
	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
}

/* 切换开关 */
.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-radius: 50%;
	border-top: .225em solid rgba(163,175,183,.5);
	border-right: .225em solid rgba(163,175,183,.5);
	border-bottom: .225em solid rgba(163,175,183,.5);
	border-left: .225em solid #a3afb7;
	-webkit-animation: loader-circle 1.1s infinite linear;
	animation: loader-circle 1.1s infinite linear;
	margin-right: 10px;
}

@-webkit-keyframes loader-circle {
	0% {
		-webkit-transform:rotate(0);
		transform:rotate(0)
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}@keyframes loader-circle {
	 0% {
		 -webkit-transform:rotate(0);
		 transform:rotate(0)
	 }
	 100% {
		 -webkit-transform:rotate(360deg);
		 transform:rotate(360deg)
	 }
 }

/** 表单查询条件  **/
.select-list ul, .layui-layer-content ul,.select-list-more ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.select-list li, .layui-layer-content li, .select-list-more li {
	list-style: none;
}

.select-list .select-selectpicker .dropdown-toggle{
	padding: 4.5px 10px;
	outline: medium !important;
}

.time-input {
	display: block;
	width: 100%;
	padding-left: 10px;
}

label {
	font-weight: normal;
}

.container-div {
	padding: 0px 18px;
	height: 100%;
}

.container-div .row {
	height: 100%;
}

.search-collapse,.select-table {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	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,.select-list-more li{
		float: left;
	}
}

.select-list li, .select-list-more li{
	color: #333;
	margin: 5px 15px 5px 0px;
}

.select-list li p,.select-list-more li p{
	float: left;
	width: 65px;
	margin: 5px 5px 5px 0px;
	text-align:right;
}

.select-list li input,
.select-list .row input,
.select-list-more li input,
.select-list-more .row input{
	display: inline;
	width: 110px;
}

.select-list li input {
	border: 1px solid #ddd;
	border-radius:4px;
	background: transparent;
	outline: none;
	height: 30px;
	padding-left: 5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/*.select-list input,*/
/*.select-list-more input{*/
/*	display: inline;*/
/*	width: 110px;*/
/*}*/

.select-list li input:focus,
.select-list li select:focus,
select-list-more li input:focus,
.select-list-moreli select:focus {
	border-color: #79b2fc;
	outline: 0;
	box-shadow: 0 0 0 .143rem rgba(62,142,247,.25)
}

form .select-list ul{
	display: inline-block;
}

form .select-list-more{
	position: absolute;
	left: 0;
	padding: 6px 15px;
	z-index: 1000;
	border-bottom: 1px solid #ddd;
	background: #fff;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.select-list-more .row .form-group label{
	text-align: left;
}

.select-list-more .row .form-group .col-sm-2,
.select-list-more .row .form-group .col-sm-1,
.select-list-more .row .form-group .col-sm-4,
.select-list-more .row .form-group .col-sm-3,
.select-list-more .row .form-group .col-sm-5,
.select-list-more .row .form-group .col-sm-6,
.select-list-more .row .form-group .col-sm-7,
.select-list-more .row .form-group .col-sm-8,
.select-list-more .row .form-group .col-sm-9,
.select-list-more .row .form-group .col-sm-10,
.select-list-more .row .form-group .col-sm-12,
.select-list-more .row .form-group .col-sm-11,
.select-list-more .row .form-group .col-sm-8,
.select-list .row .form-group .col-sm-2,
.select-list .row .form-group .col-sm-1,
.select-list .row .form-group .col-sm-4,
.select-list .row .form-group .col-sm-3,
.select-list .row .form-group .col-sm-5,
.select-list .row .form-group .col-sm-6,
.select-list .row .form-group .col-sm-7,
.select-list .row .form-group .col-sm-8,
.select-list .row .form-group .col-sm-9,
.select-list .row .form-group .col-sm-10,
.select-list .row .form-group .col-sm-12,
.select-list .row .form-group .col-sm-11,
.select-list .row .form-group .col-sm-8{
	padding-left: 0px;
	text-align: left;
}

.select-list-more .row .col-sm-2,
.select-list-more .row .col-sm-1,
.select-list-more .row .col-sm-4,
.select-list-more .row .col-sm-3,
.select-list-more .row .col-sm-5,
.select-list-more .row .col-sm-6,
.select-list-more .row .col-sm-7,
.select-list-more .row .col-sm-8,
.select-list-more .row .col-sm-9,
.select-list-more .row .col-sm-10,
.select-list-more .row .col-sm-12,
.select-list-more .row .col-sm-11,
.select-list-more .row .col-sm-8,
.select-list .row .col-sm-2,
.select-list .row .col-sm-1,
.select-list .row .col-sm-4,
.select-list .row .col-sm-3,
.select-list .row .col-sm-5,
.select-list .row .col-sm-6,
.select-list .row .col-sm-7,
.select-list .row .col-sm-8,
.select-list .row .col-sm-9,
.select-list .row .col-sm-10,
.select-list .row .col-sm-12,
.select-list .row .col-sm-11,
.select-list .row .col-sm-8{
	padding-right: 0px;
}

.select-list-more .row{
	margin-bottom: 10px;
}
.select-list .row{
	margin-top: 5px;
	margin-bottom: 5px;
}

.disexe{
	border: 1px solid #ddd;
	border-radius: 4px;
	background: transparent;
	outline: none;
	height: 30px;
	width: 100%;
	padding-left: 5px;
}

.select-list li .submit-btn , .select-list-more li .submit-btn{
	border: 0px;
	border-radius: 4px;
	background: transparent;
	outline: none;
	width: 40px;
	height: 23px;
}

.select-list li select,.select-list-more li select{
	border: 1px solid #ddd;
	border-radius: 4px;
	background: transparent;
	outline: none;
	height: 30px;
	width: 150px;
}

.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),.select-list-more .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	height: 30px;
	width: 120px;
}

.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,.select-list-more .select-selectpicker li {
	float: none;
}

.select-list .dropdown-menu>li>a,.select-list-more .dropdown-menu>li>a,.bootstrap-select.form-control .dropdown-menu>li>a {
	line-height: inherit;
}

.select-list .dropdown-menu li>a:hover,.select-list-more .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,.select-list-more .select2-container--bootstrap {
	width: 120px!important;
	display: inline-block;
}

.select-list .inputDate .select2-container--bootstrap,
.select-list-more .inputDate .select2-container--bootstrap {
	width: 80px!important;
	display: inline-block;
}

.select-list .select2-container--bootstrap .select2-selection,
.select-list-more .select2-container--bootstrap .select2-selection {
	border-radius: 6px;
}

.select-list .select2-container--bootstrap .select2-selection--single,
.select-list-more .select2-container--bootstrap .select2-selection--single{
	height: 30px!important;
	padding: 5px 10px;
}

.select-list .select-time input,
.select-list-more .select-time input{
	width: 93px;
	font-size: 13px;
}

.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,.select-list-more .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 {
	border: 0px!important;
}

/*.bootstrap-table .table:not(.table-condensed)>tbody>tr>td{
	padding: 8px;
}*/

.fixed-table-footer {
	border-top: 0px solid #ddd;
}


.fixed-table-container {
	border: 0px;
	/*border-left: 1px solid #e7eaec!important;*/
	/*border-top: 1px solid #e7eaec!important;*/
}

.table-striped .table, .table-striped .table, .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-bottom: 1px solid #e7eaec!important;
	background-color: transparent;
	/*border-right: 1px solid #e7eaec!important;*/
	border: 0px;
	white-space: nowrap;
}

.table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th {
	border-bottom: 1px solid #ccc!important;
	/*border-right: 1px solid #ccc!important;*/
	border-top: 0px!important;
}

.table>thead>tr>th>a.btn, .table>tbody>tr>th>a.btn, .table>tfoot>tr>th>a.btn, .table>thead>tr>td>a.btn, .table>tbody>tr>td>a.btn, .table>tfoot>tr>td>a.btn {
	padding: 2px 10px!important;
}


.table-striped .table>thead:first-child>tr:first-child>th {
	/*font-weight: normal;*/
	font-size: 13px
}
.table-striped table thead {
	background-color: #eff3f8;
}

.table-bordered td,.table-bordered th {
	border: 1px solid #ddd!important
}

.fixed-table-container thead th  >.both{
	display: inline-block
}

.editable-input .input-sm {
	height: 32px!important;
}

/** 表格冻结列样式 **/
.left-fixed-table-columns, .left-fixed-body-columns {
	position: absolute;
	background-color: #fff;
	display: none;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
	box-shadow: 0 0 6px rgba(0,0,0,.12);
}
.fixed-table-body {
	height:calc(100% + 6px);
	overflow-x: overlay;
}

body .layui-layer-page .layui-layer-content .form-file {
	padding-top: 4px;
}

.left-fixed-table-columns .table, .left-fixed-body-columns .table {
	border-right: 1px solid #ddd;
}

.left-fixed-table-columns .table.table-no-bordered, .left-fixed-body-columns .table.table-no-bordered {
	border-right: 1px solid transparent;
}

.left-fixed-body-columns table {
	position: absolute;
	animation: none;
}

.bootstrap-table .table-hover > tbody > tr.hover > td {
	background-color: #f5f5f5;
}

.right-fixed-table-columns{
	position: absolute;
	right:0px;
	/*border-left:1px solid #ddd;*/
	display: none;
	z-index:100;
	border-width: 0 0 0 1px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
	box-shadow: 0 0 10px rgba(0,0,0,.12);
}

/** 表格树样式 **/
.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{overflow:hidden;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;}

/** 首页样式 **/
.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;
}
.dropdown-menu {
	border: medium none;
	display: none;
	float: left;
	font-size: 12px;
	left: 0;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 1010;
	border-radius: 0;
	box-shadow: 0 0 3px rgba(86, 96, 117, 0.3);
}

.nav>li:hover .dropdown-menu {
	display: block;
}


.footer.fixed_full {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 10px 20px;
	background: white;
	border-top: 1px solid #e7eaec;
}

.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 10px 20px;
	background: white;
	border-top: 1px solid #e7eaec;
	margin-left: 220px;
}

.tasks-menu>.dropdown-menu>li>a {
	border-radius: 3px;
	color: inherit;
	line-height: 20px;
	margin: 4px;
	text-align: left;
	font-weight: normal;
}

.notifications-menu>.dropdown-menu>li>a {
	margin: 0px;
}

.dropdown-menu>li>a.font-bold {
	font-weight: 600;
}

.dropdown-menu > li > a {
	border-radius: 3px;
	color: inherit;
	line-height: 20px;
	margin: 4px;
	text-align: left;
	font-weight: normal;
}

#content-main {
	height: calc(100% - 40px);
	overflow: hidden;
	padding: 0px 5px;
}

.fixed-nav #content-main {
	/*height: calc(100% - 80px);*/
	overflow: hidden;
}

/*.login-page .has-feedback .form-control {*/
/*	height: 34px;*/
/*	padding: 4px 10px;*/
/*	border-radius: 4px;*/
/*}*/
/*.login-page .form-group {*/
/*	margin-top: 5px;*/
/*	margin-bottom: 23px;*/
/*}*/

/*.login-box-msg {*/
/*	margin: 0;*/
/*	text-align: center;*/
/*	padding: 0 20px 20px 20px;*/
/*	font-size: 14px;*/
/*}*/
/*.login-box{*/
/*	margin-top: 0px;*/
/*	padding-top: 7%;*/
/*}*/
/*@media (min-width: 768px) {*/
/*	.login-footer {*/
/*		margin: 2% auto;*/
/*		!*width: 600px;*!*/
/*		text-align: center;*/
/*		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif;*/
/*		font-size: 13px;*/
/*		line-height: 1.33;*/
/*	}*/
/*	.footer-item{*/
/*		margin-left: 8px;*/
/*	}*/
/*}*/

/*.login-beian{*/
/*	width:400px;*/
/*	margin:0 auto;*/
/*	padding:20px 0;*/
/*	font-size: 12px;*/
/*	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;*/
/*}*/
/*.social-auth-links .oauth-title{*/
/*	display: table;*/
/*	white-space: nowrap;*/
/*	height: auto;*/
/*	line-height: 1;*/
/*	text-align: center;*/
/*	font-size: 14px;*/
/*	font-weight: normal;*/
/*	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif;*/
/*}*/

/*.social-auth-links .oauth-list{*/
/*	display: flex !important;*/
/*	-webkit-box-pack: center !important;*/
/*	list-style-type: none;*/
/*	margin: 1em 0em;*/
/*	padding: 0em 0em;*/
/*	-ms-flex-pack: center !important;*/
/*	justify-content: center !important;*/
/*}*/
/*.oauth-list .item{*/
/*	table-layout: fixed;*/
/*	list-style-type: none;*/
/*	list-style-position: outside;*/
/*	padding: 0.3em 0em;*/
/*	line-height: 1.2;*/
/*	margin-left: 48px !important;*/
/*}*/

/*.oauth-list>.item:first-child {*/
/*	margin-left: 0em !important;*/
/*	padding-left: 0em !important;*/
/*}*/

/*.oauth-list .item a>img{*/
/*	width: 32px;*/
/*	height: 32px;*/
/*}*/
/*.social-auth-links .oauth-title:after, .social-auth-links .oauth-title:before{*/
/*	content: '';*/
/*	display: table-cell;*/
/*	position: relative;*/
/*	top: 50%;*/
/*	width: 50%;*/
/*	background-repeat: no-repeat;*/
/*	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);*/
/*}*/

/*.social-auth-links .oauth-title:after{*/
/*	background-position: left 1em top 50%;*/
/*}*/

/*.social-auth-links .oauth-title:before{*/
/*	background-position: right 1em top 50%;*/
/*}*/
.stat-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.stat-percent {
	float: right;
}

.stat-list li {
	margin-top: 15px;
	position: relative;
}
/** 表单布局 **/
.form-header {
	font-size:14px;
	color:#6379bb;
	font-style: oblique;
	border-bottom:1px solid #ddd;
	margin:8px 10px 25px 10px;
	padding-bottom:5px
}

.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
}

/** 表格选中样式 **/
/*.fixed-table-container .selected {*/
/*	background-color: #E8F7FD;*/
/*	color: #1890ff;*/
/*}*/

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
	background-color: #E8F7FD;
	color: #1890ff;
}

.tb-view{
	color: #1890ff;
	border-bottom: 1px dashed #bdc5de;
}
/** 滚动条样式 **/
::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 10px !important;
	height: 10px !important;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #999;
}

/* 回到顶部*/
#scroll-up.display {
	opacity: .7;
	filter: alpha(opacity=70);
	bottom: 2px;
	visibility: visible;
}

#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;
}

@media (min-width: 768px){
	.col-sm-offset-5 {
		margin-left: 44%;
	}
}


/*edui-editor 样式*/
.edui-default .edui-editor {
	border-color: #e6e6e6 !important;
	border-radius: .215rem !important;
	z-index: 0;
}
._focus{
	border: 1px solid #ccc;
	border-color: #79b2fc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(62,142,247,.25), 0 0 8px rgba(20, 92, 205, .6);
	box-shadow:inset 0 1px 1px rgba(62,142,247,.25), 0 0 8px rgba(20, 92, 205, .6)
}

.edui-default .edui-editor-toolbarbox {
	-webkit-box-shadow: 0 1px 4px rgba(255,255,255,0)!important;
	-moz-box-shadow: 0 1px 4px rgba(255,255,255,0)!important;
	box-shadow: 0 1px 4px rgba(255,255,255,0)!important;
}

/**卡片显示*/
section.content{
	min-height: 250px;
	padding: 0px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}

.small-box {
	border-radius: 2px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.small-box>.inner {
	padding: 10px;
}
.small-box .icon {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: 0;
	font-size: 90px;
	color: rgba(0,0,0,0.15);
}
.small-box:hover {
	text-decoration:none;
	color:#f9f9f9
}
.small-box:hover .icon {
	font-size:95px
}
.small-box h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}
.small-box p {
	font-size: 15px;
}
.small-box>.small-box-footer {
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	color: rgba(255,255,255,0.8);
	display: block;
	z-index: 10;
	background: rgba(0,0,0,0.1);
	text-decoration: none;
}


.card-link-block {
	font-size: 16px;
	padding: 10px 15px;
	margin: 10px 0px 10px 0px;
	border-radius: 4px;
	background-color: #40D4B0;
	color: #FFFFFF !important;
	box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%);
	position: relative;
	overflow: hidden;
	display: block;
}

.card-link-block .card-link-block-num {
	margin-bottom: 5px;
	opacity: .9;
	font-size:28px;
	min-height: 62px;
	white-space:normal;
	width:inherit;
	display:block;
}

.card-link-block .card-link-block-text {
	opacity: .8;
	font-size:15px;
}
.card-link-block .card-link-block-icon {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 50px;
	height: 50px;
	font-size: 60px;
	line-height: 50px;
	z-index:0;
	margin-top: -25px;
	color:rgba(0,0,0,0.15);
	opacity: .8;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.card-link-block .card-link-block-icon:hover {
	font-size:55px;
}

.card-link-block .card-link-block-band {
	color: #fff;
	width: 100px;
	font-size: 12px;
	padding: 2px 0 3px 0;
	background-color: #E32A16;
	line-height: inherit;
	text-align: center;
	position: absolute;
	top: 8px;
	right: -30px;
	transform-origin: center;
	transform: rotate(45deg) scale(.8);
	opacity: .95;
	z-index: 2;
}

/*表单*/
.form-control {
	padding: 3px 6px 4px;
	/*font-size: 14px;*/
	border-radius: .215rem;
	box-sizing: border-box;
	height: 30px;
	border-color: #e4eaec;
	box-shadow: none;
	-webkit-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
	transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-font-smoothing: auto
}
.input-group-addon {
	/*background-color: #fff;*/
	padding: 5px 6px 4px 6px;
	border: 1px solid #e4eaec;
	border-radius: .215rem;
	background-color: #f3f7f9;
}
.iconselect[readonly]{
	background-color: #fff!important;
}

.input-group-btn:last-child {
	border-left: 0;
}

.input-group-btn{
	background-color: #f3f7f9;
	padding: 5px 6px 4px 6px;
	border: 1px solid #e4eaec;
	border-radius: .215rem;
	/*padding: 5px 6px 4px 6px;*/
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	/*border-top-left-radius: 0;*/
	/*border-bottom-left-radius: 0;*/
	/*border-left: 0;*/
	display: table-cell;
}

.inputZtree[readonly]{
	background-color: #fff!important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f3f7f9;
	opacity: 1;
}
.input-group-addon:not(:first-child):not(:last-child){
	border-left: 0;
	border-radius: 0px 4px 4px 0px;
}
.control-div {
	display: inline-block;
	width: auto;
	vertical-align: middle
}

/**按钮**/
.btn {
	border-radius: 3px !important;
}

.btn:hover>i{
	transform: scale(1.2);
	background-color:transparent;
}

/*.float-e-margins .btn {*/
/*    margin-bottom: 5px;*/
/*}*/

.btn-w-m {
	min-width: 120px;
}

.btn-primary.btn-outline {
	color: #1ab394;
}

.btn-success.btn-outline {
	color: #1c84c6;
}

.btn-info.btn-outline {
	color: #23c6c8;
}

.btn-warning.btn-outline {
	color: #f8ac59;
}

.btn-danger.btn-outline {
	color: #ed5565;
}

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover,  .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover,  .btn-danger.btn-outline:hover {
	color: #fff;
}

.btn-primary {
	background-color: #1ab394;
	border-color: #1ab394;
	color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,  .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #18a689;
	border-color: #18a689;
	color: #FFFFFF;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus,  .btn-primary.disabled:active, .btn-primary.disabled.active,  .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus,  .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary,  fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus,  fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #1dc5a3;
	border-color: #1dc5a3;
}

.btn-success {
	background-color: #1c84c6;
	border-color: #1c84c6;
	color: #FFFFFF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active,  .btn-success.active, .open .dropdown-toggle.btn-success {
	background-color: #1a7bb9;
	border-color: #1a7bb9;
	color: #FFFFFF;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus,  .btn-success.disabled:active, .btn-success.disabled.active,  .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus,  .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success,  fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus,  fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
	background-color: #1f90d8;
	border-color: #1f90d8;
}

.btn-info {
	background-color: #23c6c8;
	border-color: #23c6c8;
	color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,  .open .dropdown-toggle.btn-info {
	background-color: #21b9bb;
	border-color: #21b9bb;
	color: #FFFFFF;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus,  .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled],  .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active,  .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover,  fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active,  fieldset[disabled] .btn-info.active {
	background-color: #26d7d9;
	border-color: #26d7d9;
}

.btn-default {background-color: rgb(244, 244, 244);color: rgb(68, 68, 68);border-color: rgb(221, 221, 221);}

.btn-default:hover, .btn-default:focus, .btn-default:active,  .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #e7e7e7;
	border-color: #e7e7e7;
	color: #444;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus,  .btn-default.disabled:active, .btn-default.disabled.active,  .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus,  .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default,  fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus,  fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	background-color: #cccccc;
	border-color: #cccccc;
}

.btn-warning {
	background-color: #f8ac59;
	border-color: #f8ac59;
	color: #FFFFFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active,  .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: #f7a54a;
	border-color: #f7a54a;
	color: #FFFFFF;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus,  .btn-warning.disabled:active, .btn-warning.disabled.active,  .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus,  .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning,  fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus,  fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
	background-color: #f9b66d;
	border-color: #f9b66d;
}

.btn-danger {
	background-color: #ed5565;
	border-color: #ed5565;
	color: #FFFFFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,  .open .dropdown-toggle.btn-danger {
	background-color: #ec4758;
	border-color: #ec4758;
	color: #FFFFFF;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus,  .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled],  .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active,  .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover,  fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active,  fieldset[disabled] .btn-danger.active {
	background-color: #ef6776;
	border-color: #ef6776;
}

.btn-link {
	color: inherit;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active,  .open .dropdown-toggle.btn-link {
	color: #1ab394;
	text-decoration: none;
}

.btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
	background-image: none;
}

.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus,  .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled],  .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active,  .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover,  fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active,  fieldset[disabled] .btn-link.active {
	color: #cacaca;
}

.btn-white {
	color: inherit;
	background: white;
	border: 1px solid #e7eaec;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active,  .open .dropdown-toggle.btn-white {
	color: inherit;
	border: 1px solid #d2d2d2;
}

.btn-white:active, .btn-white.active {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
	background-image: none;
}

.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus,  .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled],  .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active,  .btn-white.active[disabled], fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover,  fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active,  fieldset[disabled] .btn-white.active {
	color: #cacaca;
}

/*.form-control, .form-control:focus, .has-error .form-control:focus,  .has-success .form-control:focus, .has-warning .form-control:focus,  .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus,  .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle,  .panel, .popover, .progress, .progress-bar {*/
/*    box-shadow: none;*/
/*}*/

.form-control:focus, .single-line:focus{
	/*border-color: #3c8dbc !important;*/
	border-color: #79b2fc;
	outline: 0;
	box-shadow: 0 0 0 .143rem rgba(62,142,247,.25)
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn-rounded {
	border-radius: 50px;
}

.btn-large-dim {
	width: 90px;
	height: 90px;
	font-size: 42px;
}

button.dim {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 600;
	margin-bottom: 20px !important;
}

button.dim:active {
	top: 3px;
}

button.btn-primary.dim {
	box-shadow: inset 0px 0px 0px #16987e, 0px 5px 0px 0px #16987e, 0px 10px  5px #999999;
}

button.btn-primary.dim:active {
	box-shadow: inset 0px 0px 0px #16987e, 0px 2px 0px 0px #16987e, 0px 5px  3px #999999;
}

button.btn-default.dim {
	box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px  5px #999999;
}

button.btn-default.dim:active {
	box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px  3px #999999;
}

button.btn-warning.dim {
	box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px  5px #999999;
}

button.btn-warning.dim:active {
	box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px  3px #999999;
}

button.btn-info.dim {
	box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px  5px #999999;
}

button.btn-info.dim:active {
	box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px  3px #999999;
}

button.btn-success.dim {
	box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px  5px #999999;
}

button.btn-success.dim:active {
	box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px  3px #999999;
}

button.btn-danger.dim {
	box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px  5px #999999;
}

button.btn-danger.dim:active {
	box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px  3px #999999;
}

button.dim:before {
	font-size: 50px;
	line-height: 1em;
	font-weight: normal;
	color: #fff;
	display: block;
	padding-top: 10px;
}

button.dim:active:before {
	top: 7px;
	font-size: 50px;
}

.label {
	background-color: #d1dade;
	color: #5e5e5e;
	font-size: 9px;
	font-weight: 600;
	padding: 2px 5px;
	text-shadow: none;
}

.badge {
	background-color: #d1dade;
	color: #5e5e5e;
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-shadow: none;
}

.label-primary, .badge-primary {
	background-color: #1ab394;
	color: #FFFFFF;
}

.label-success, .badge-success {
	background-color: #1c84c6;
	color: #FFFFFF;
}

.label-warning, .badge-warning {
	background-color: #f8ac59;
	color: #FFFFFF;
}

.label-warning-light, .badge-warning-light {
	background-color: #f8ac59;
	color: #ffffff;
}

.label-danger, .badge-danger {
	background-color: #ed5565;
	color: #FFFFFF;
}

.label-info, .badge-info {
	background-color: #23c6c8;
	color: #FFFFFF;
}

.label-inverse, .badge-inverse {
	background-color: #262626;
	color: #FFFFFF;
}

.label-white, .badge-white {
	background-color: #FFFFFF;
	color: #5E5E5E;
}

.label-white, .badge-disable {
	background-color: #2A2E36;
	color: #8B91A0;
}
/* TOOGLE SWICH */
.onoffswitch {
	position: relative;
	width: 64px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #1ab394;
	border-radius: 2px;
}

.onoffswitch-inner {
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	float: left;
	width: 50%;
	height: 20px;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 10px;
	background-color: #1ab394;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	background-color: #FFFFFF;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	width: 20px;
	margin: 0px;
	background: #FFFFFF;
	border: 2px solid #1ab394;
	border-radius: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 44px;
	-webkit-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
	background: #ffffff;
	box-shadow: none;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #CBD5DD;
	border-radius: 2px;
	cursor: text;
	height: auto !important;
	margin: 0;
	min-height: 30px;
	overflow: hidden;
	padding: 4px 12px;
	position: relative;
	width: 100%;
}

.chosen-container-multi .chosen-choices li.search-choice {
	background: #f1f1f1;
	border: 1px solid #ededed;
	border-radius: 2px;
	box-shadow: none;
	color: #333333;
	cursor: default;
	line-height: 13px;
	margin: 3px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative;
}

.ibox-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: #e7eaec;
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-style: solid solid none;
	border-width: 0px 0px 0;
	color: inherit;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 40px;
	border-bottom: 1px solid #f6f6f6;
	border-radius: 2px 2px 0 0;
}

.ibox-content {
	background-color: #ffffff !important;
	color: inherit;
	padding: 15px 25px 20px 30px;
	border-color: #e7eaec;
	-webkit-border-image: none;
	-o-border-image: none;
	border-radius: 0 0 2px 2px;
}
.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4,  .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3,  .ibox-title h4, .ibox-title h5 {
	margin-top: 5px;
}

.ibox-content {
	clear: both;
}

.ibox-heading {
	background-color: #f3f6fb;
	border-bottom: none;
}

.ibox-heading h3 {
	font-weight: 200;
	font-size: 24px;
}

.ibox-title h5 {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 7px;
	padding: 0;
	text-overflow: ellipsis;
	float: left;
}

.ibox-title .label {
	float: left;
	margin-left: 4px;
}

.ibox-tools {
	display: inline-block;
	float: right;
	margin-top: 0;
	position: relative;
	padding: 0;
}

.ibox-tools a {
	cursor: pointer;
	margin-left: 5px;
	color: #676a6c;
}

.ibox-tools a.btn-primary {
	color: #fff;
}

.ibox-tools .dropdown-menu>li>a {
	padding: 4px 10px;
	font-size: 12px;
}

.ibox .open>.dropdown-menu {
	left: auto;
	right: 0;
}
/* select2 选择控件优化*/
.select2-container--bootstrap .select2-results__option {
	padding: 4px 12px !important;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
	background-color: #ddd !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	font-size: 13px;
	margin: 4px 6px 0px 4px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	margin-top: 4px;
	margin-right: 0px;
}
.select2-container .select2-selection--multiple {
	height: auto;
	min-height: 30px;
	padding: 4px 6px 0 0;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: #79b2fc;
	outline: 0;
	box-shadow: 0 0 0 .143rem rgba(62,142,247,.25)
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	margin-top: -5px;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 6px;
	line-height: 16px;
	height: 29px !important;
	padding: 0px !important;
}
.select2-container--bootstrap .select2-selection {
	border-radius: .215rem;
	box-sizing: border-box;
	border-color: #e4eaec;
	box-shadow: none;
	-webkit-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
	transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-font-smoothing: auto
}
/*注释标签*/
span[data-index=_new]{
	position: absolute;
	top: 9px;
	right: 7px;
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: .9;
}

.jump5 {
	animation-iteration-count: 5;
}
.jump, .jump5 {
	animation-duration: 1.6s;
	animation-name: jump;
}

.icon-size{
	font-size: 15px !important;
}

.close-footer .main-footer{
	display: none !important;
}

body.color-weak, html.color-weak {
	-webkit-filter: invert(80%);
	filter: invert(80%);
}

body.gray-mode, html.gray-mode {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

/* GLOBAL  */
.no-padding {
	padding: 0 !important;
}

.no-borders {
	border: none !important;
}

.no-margins {
	margin: 0 !important;
}

.no-top-border {
	border-top: 0 !important;
}

.ibox-content.text-box {
	padding-bottom: 0px;
	padding-top: 15px;
}

.border-left-right {
	border-left: 1px solid #e7eaec;
	border-right: 1px solid #e7eaec;
	border-top: none;
	border-bottom: none;
}

.border-left {
	border-left: 1px solid #e7eaec;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.border-right {
	border-left: none;
	border-right: 1px solid #e7eaec;
	border-top: none;
	border-bottom: none;
}

.full-width {
	width: 100% !important;
}
code {
	background-color: #F9F2F4;
	border-radius: 4px;
	color: #ca4440;
	font-size: 90%;
	padding: 2px 4px;
	white-space: nowrap;
}
code1 {
	background-color: #F9F2F4;
	border-radius: 4px;
	color: #28191d;
	font-size: 90%;
	padding: 2px 4px;
	white-space: nowrap;
}
code2 {
	background-color: #F9F2F4;
	border-radius: 4px;
	color: #c84ac3;
	font-size: 90%;
	padding: 2px 4px;
	white-space: nowrap;
}
code3 {
	/*background-color: #F9F2F4;*/
	border-radius: 4px;
	color: #453adf;
	font-size: 90%;
	padding: 2px 4px;
	white-space: nowrap;
}
code5 {
	/*background-color: #FFFFFF;*/
	border-radius: 4px;
	color: #0a0a0a;
	font-size: 90%;
	padding: 2px 4px;
	white-space: nowrap;
}

li {
	list-style: none;
}
ol {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
em {
	font-style: normal;
}

/* LIST GROUP */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	background-color: #1ab394;
	border-color: #1ab394;
	color: #FFFFFF;
	z-index: 2;
}

.list-group-item-heading {
	margin-top: 10px;
}

.list-group-item-text {
	margin: 0 0 10px;
	color: inherit;
	font-size: 12px;
	line-height: inherit;
}

.no-padding .list-group-item {
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.no-padding .list-group-item:first-child {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
}

.no-padding .list-group {
	margin-bottom: 0;
}

.list-group-item {
	background-color: inherit;
	border: 1px solid #e7eaec;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}

.elements-list .list-group-item {
	border-left: none;
	border-right: none;
	/*border-top: none;*/
	padding: 15px 25px;
}

.elements-list .list-group-item:first-child {
	border-left: none;
	border-right: none;
	border-top: none !important;
}

.elements-list .list-group {
	margin-bottom: 0;
}

.elements-list a {
	color: inherit;
}

.elements-list .list-group-item.active, .elements-list .list-group-item:hover {
	background: #f3f3f4;
	color: inherit;
	border-color: #e7eaec;
	/*border-bottom: 1px solid #e7eaec;*/
	/*border-top: 1px solid #e7eaec;*/
	border-radius: 0;
}

.elements-list li.active {
	-webkit-transition: none;
	transition: none;
}

.element-detail-box {
	padding: 25px;
}


/* DASBOARD */
.dashboard-header {
	border-top: 0;
	padding: 20px 20px 20px 20px;
}

.dashboard-header h2 {
	margin-top: 10px;
	font-size: 26px;
}

.fist-item {
	border-top: none !important;
}

.statistic-box {
	margin-top: 40px;
}

.dashboard-header .list-group-item span.label {
	margin-right: 10px;
}

.list-group.clear-list .list-group-item {
	border-top: 1px solid #e7eaec;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px 0;
}

ul.clear-list:first-child {
	border-top: none !important;
}
/**
 * 表格中的输入信息样式
 */

.from-table{
	border-collapse: collapse;
	border-spacing: 0;
}

.form-table td {
	padding: 2px;
	border: 0.2em solid #000;
	/*min-width: 30%;*/
	position: relative;
}

.form-table .form-label{
	margin-bottom: 0;
	position: static;
	text-align: center;
	padding: 5px;
	min-width: 20%;
	font-size: 14px;
}

.form-table .select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 3px;
}

.form-table .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	box-shadow:0 0 0 0;
}

.form-table .input-group-addon {
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
}

.form-table input, .form-table select, .form-table textarea, .form-table  .form-control, .form-table .select2-selection {
	border: 0;
	border-bottom: 1px dotted #cdcdcd;
	background-color: transparent !important;
	color: #333;
	resize: none;
	box-shadow: none;
	border-radius: 0;
}

.form-table label.error {
	position: absolute;
	right: 5px;
	top: 8px;
	color: rgb(239, 57, 43);
	font-size: 12px;
	z-index: 99;
	font-weight: bold;
	background-color: rgb(255 255 255 / 60%);
	height: 29px;
	padding-top: 5px;
}

.form-table input.error{
	background-color: #fbe2e2;
	border-color: #c66161;
	color: #c00;
}


.form-table .input-group-btn{
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
}

.form-table .form-title {
	background-color: #f5f5f5;
	color: #466172;
	font-weight: bold;
	height: 40px;
	font-size: 14px;
}
.form-table .cap-head:hover:after{
	content:'\f030';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	color:#eee;
	background:rgba(0,0,0,0.5);
	font-family:FontAwesome;
	font-size:24px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	cursor:pointer;line-height:110px;
	border-radius:0%;
}

.form-table .img-circle{
	border-radius: 0%;
}

.form-table-div{
	min-width: 760px;
	max-width: 960px;
	margin: 0 auto;
}

.form-table-div table {
	width: 100%;
}

.form-table-div h3 {
	text-align: center;
	padding: 10px;
	color: black;
	font-weight: bold;
}

/**锚点导航*/
.jft-form-left-navbar{
	position: fixed;
	top: 50px;
	will-change: top;
	-webkit-transition: top .2s ease .2s;
	transition: top .2s ease .2s;
	padding-top: 32px;
	min-width: 130px;
	max-width: 480px;
	left: 30px;
	text-align: right;
}
.jft-form-left-navbar:before {
	content: ' ';
	position: absolute;
	top: 16px;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}

.jft-form-left-navbar .navbar .nav>li a{
	font-size: 14px;
	line-height: 2.5;
	color: #595959;
	font-weight: normal;
	padding: 0px;
}
.jft-form-left-navbar .jftn-avbar-item-lin{
	margin: 0 28px 0 10px ;
	width: calc(100% - 28px);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jft-form-left-navbar .navbar .nav>li.active:after {
	content: ' ';
	position: absolute;
	top: 0px;
	width: 4px;
	height: 35px;
	background-color: #1890ff;
}
.jft-form-left-navbar .navbar .nav>li>a:hover{
	background-color:transparent;
}
.jft-form-left-navbar .navbar .nav>li.active .jftn-avbar-item-lin{
	color: #1890ff;
}

@keyframes jump {
	from {
		transform:scale3d(1,1,1) translateY(0)
	}
	5% {
		transform:scale3d(1.03,0.97,1) translateY(-1px)
	}
	12.5% {
		transform:scale3d(1,1,1) translateY(-10px)
	}
	20% {
		transform:scale3d(0.98,1.02,1) translateY(-1px)
	}
	25% {
		transform:scale3d(1.06,0.94,1) translateY(4px)
	}
	32.5% {
		transform:scale3d(0.97,1.03,1) translateY(-4px)
	}
	40% {
		transform:scale3d(1,1,1) translateY(0)
	}
	100% {
		transform:scale3d(1,1,1) translateY(0)
	}
}

/* 应用快捷块样式 */
.console-group {
	padding: 16px;
	border-radius: 4px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
}

.console-group .console-icon {
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 6px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 32px;
	color: #69c0ff;
}

.console-group:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}

.console-group .console-link-block-band {
	color: #fff;
	width: 100px;
	font-size: 12px;
	padding: 2px 0 3px 0;
	background-color: #E32A16;
	line-height: inherit;
	text-align: center;
	position: absolute;
	top: 8px;
	right: -30px;
	transform-origin: center;
	transform: rotate(45deg) scale(.8);
	opacity: .95;
	z-index: 2;
}
.btn-group>.btn{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.nav-tabs-custom>.nav-tabs>li>a {
	padding: 8px;
}
/** ace代码编辑器提示样式*/
.ace_tip_search.right {
	border-radius: 0px 0px 0px 5px;
	border-right: 0 none;
	right: 5px;
}
.ace_tip_search {
	color: #666;
	border-top: 0 none;
	overflow: hidden;
	margin: 0;
	padding: 4px 6px 0 4px;
	position: absolute;
	top: 0;
	z-index: 99;
	white-space: normal;
}

.ace_search {
	top: 25px;
}
/***优化原生复选框 单选框*/
input[type=checkbox] {
	text-align: center;
	/*position: absolute;*/
	vertical-align: middle;
	border: none;
	appearance: none;/*关键代码*/
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}
input[type="checkbox"][disabled]::before{
	background-color: #edf2fc;
	border-color: #dcdfe6;
	cursor: not-allowed;
}

input[type="checkbox"][disabled]:hover:before{
	border: 1px solid #dcdfe6 !important;
}

input[type=checkbox]::before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #dcdfe6;
}

input[type=checkbox]:hover:before{
	border: 1px solid #409eff;
}

input[type=checkbox]:checked:before {
	content: " ";
	display: inline-block;
	/*position: absolute;*/
	width: 14px;
	height: 14px;
	border-color: #409eff;
	background-color: #409eff;
	border-radius: 2px;
	margin-left: -5px;
}

input[type=checkbox]:checked:after {
	color: #fff;
	position: relative;
	display: inline-block;
	width: 5px;
	height: 8px;
	content: "";
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	/*transform: rotate(40deg);*/
	transform: rotate(45deg) scaleY(1);
	left: 8px;
	top: 2px;
	transition: transform .15s ease-in .05s;
	transform-origin: center;
}

input[type=checkbox]:focus{
	outline: none;
}
input[type=radio] {
	text-align: center;
	vertical-align: middle;
	border: none;
	appearance: none;/*关键代码*/
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

input[type=radio]::before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #c9cbd5;
}

input[type=radio]:focus{
	outline: none;
}
input[type=radio]:hover:before{
	border: 1px solid #409eff;
}

input[type=radio]:checked:before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-color: #409eff;
	background-color: #409eff;
	border-radius: 50%;
}

input[type=radio]:checked:after {
	color: #fff;
	position: absolute;
	height: 4px;
	width: 4px;
	content: "";
	border-radius: 50%;
	background-color: #fff;
	margin-left: -9px;
	margin-top: 5px;
}

button,input{
	outline: medium !important;
}
/**------------------------------*/
@media (min-width: 768px){
	.col-sm-9-1{width:11.11%}
	.col-sm-9-2{width:22.22%}
	.col-sm-9-3{width:33.33%}
	.col-sm-9-4{width:44.44%}
	.col-sm-9-5{width:55.55%}
	.col-sm-9-6{width:66.66%}
	.col-sm-9-7{width:77.77%}
	.col-sm-9-8{width:88.88%}
}

/**BOX 样式 参考系统监控***/
.box-body > table{
	font-size: 14px;
}

.box-widget {
	border: 0;
	position: relative;
}

.box-header {
	color: rgb(68, 68, 68);
	display: block;
	padding: 10px;
	position: relative;
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
	content: " ";
	display: table;
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
	content: " ";
	display: table;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
	margin-right: 5px;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	line-height: 1;
}

.box-title h5 {
	font-size: 14px;
	margin: 0px;
	font-weight: 500;
}

.box-header>.box-tools {
	position: absolute;
	right: 10px;
	top: 5px;
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 0 10px 10px 10px;
}

.box-body>.table {
	margin-bottom: 0;
}

.box-body>.table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px solid #f4f4f4;
	padding: 5px;
}

.box-body>.table>thead>tr>th, .box-body>.table>tbody>tr>th,
.box-body>.table>tfoot>tr>th, .box-body>.table>thead>tr>td,
.box-body>.table>tbody>tr>td, .box-body>.table>tfoot>tr>td {
	border-top: 1px solid #f4f4f4;
	padding: 8px;
}

.box .overlay, .overlay-wrapper .overlay {
	z-index: 50;
	background: rgba(255,255,255,0.7);
	border-radius: 3px;
}

.box>.overlay, .overlay-wrapper>.overlay, .box>.loading-img, .overlay-wrapper>.loading-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box .overlay>.fa, .overlay-wrapper .overlay>.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	color: #000;
	font-size: 30px;
}
/**pdfjs*/
.pdf_viewer{
    width: 100%;
    display: block;
	padding: 20px 80px;
}
.pdf_viewer .showPdf{
	max-height: 900px;
}

/*消息文本过多隐藏*/
#_msgCentes a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#_msg_dropdown_menu .footer{
	font-size: 13px;
}
.margin_pad{
	margin-right:4px;
	font-size: 16px;
}


/*个人信息按钮*/
#footerId{
	display:  flex;
	padding: 10px 5px!important;
	margin-left: 10px;
}

#footerId a{
	width:90px!important;
	font-size: 12px;
	padding: 5px!important;
	border: none;
	margin: 0!important;
}
#footerId a>.fa{
	margin-right:3px;
}
#footerId a:last-child{
	width: 70px!important;
}