/**
 * 通用css样式布局处理
 * Copyright (c) 2019 ruoyi
 */

/** 基础通用 **/
.pt5 {
	padding-top: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.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-lg-logo {
	width: 270px;
	height: 50px;
}
.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: 4px;
    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: rgba(245, 70, 65, 1)
}

.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;
}

body .layer-ext-moon .layui-layer-setwin .layui-layer-close1, .layui-layer-setwin .layui-layer-close1{
	background: url("../xsh/layer-close.png") no-repeat !important;
	background-size: cover !important;
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn{
	text-align: center;
}

.layui-layer-title{
	background-color: #f4f7fa;
}
/** 用户管理 样式布局 **/
.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--bootstrap .select2-selection--single .select2-selection__placeholder{
	color: #333;
}

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

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
	background: rgba(245, 70, 65, 1);
	border: 1px solid rgba(245, 70, 65, 1);
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{
	border: 0 !important;
	background: url("../xsh/dd.png") no-repeat;
	background-size: 15px 15px;
	top: 30% !important;
	width: 15px !important;
	height: 15px !important;
	margin-left: -8px !important;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection{
	border-color: #e5e6e7 !important;
}

/** 表单验证 样式布局 **/
label.error {
	position: absolute;
	right: 18px;
	/*top: 10px;*/
	bottom:-20px;
	color: #ef392b;
	/*font-size: 12px;*/
	font-size:xx-small;
	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: 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
}

/* 切换开关 */
.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: rgba(245, 70, 65, 1)
}
 
.toggle-switch.switch-solid span  {
    height: 20px;
}
.toggle-switch.switch-solid span:after {
    top: -2px;
}
.switch-solid input:checked~span {
	background-color: rgba(245, 70, 65, 1);
	border-color: rgba(245, 70, 65, 1)
}
.switch-solid input:checked~span:after {
	background-color: #fff;
	color: rgba(245, 70, 65, 1)
}

/** 遮罩层 **/
.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: 0 15px;
	height: 100%;
}

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

.search-collapse, .select-table {
	width: 100%;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 18px;
	padding-left: 25px;
	padding-right: 25px;
	border: 0 !important;
}

.search-collapse{
	padding-top: 20px;
	padding-bottom: 5px;
}

.bootstrap-table > div.fixed-table-toolbar,.bootstrap-tree-table > div.treetable-bars{
	border-top: 1px solid #E8ECEF;
	border-left: 1px solid #E8ECEF;
	border-right: 1px solid #E8ECEF;
	height: 60px;
	padding:0 12px;
	background-color: #FCFCFC;
}

.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 {
	font-size: 12px;
	color: #333;
	margin: 10px 15px 5px 0px;
	height: 30px;
}

.select-list li.search-reset-btn {
	float: right;
	margin: auto 0;
	padding-top: 10px;
}

.select-list li.search-reset-btn>a.btn-success {
	margin-right: 2px;
	margin-left: 0;
	margin-right: 8px;
}

.select-list li.search-reset-btn>a.btn-warning {
	margin-right: 0;
}

.select-list li p{
	float: left;
	width: 100px;
	margin: 5px 5px 5px 0px;
	text-align:right;
}

.select-list li input {
	border: 1px solid #ddd;
	/*border-radius: 4px;*/
	background: transparent;
	outline: none;
	height: 26px;
	width: 165px;
	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: 26px;
	width: 165px;
	color: #333;
	padding-top: 2px;
	padding-left: 8px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../xsh/dd.png) 140px center no-repeat;
	background-size: 15px 15px;
	cursor: pointer;
}

.select-list .select2-container--bootstrap .select2-selection--single{
	height: 26px;
	font-size: 12px;
	padding: 4px 24px 6px 6px;
}

/*.select-list li select:before {
	position: absolute;
	content: '\25bc';
	right: 0;
	top: 0;
	width: 30px;
	height: 38px;
	background-color: #f2f2f2;
	z-index: 10;
	vertical-align: middle;
	text-align: center;
	line-height: 38px;
	color: #DDDDDD;
	border: 1px solid #DCDEE2;
	pointer-events: none;
}*/

.select-list li input:focus, .select-list li select:focus{
	border: 1px solid rgba(245, 70, 65, 1);
}
.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: 26px;
	width: 165px;
}

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

.open .dropdown-toggle.btn-default{
	color: #555;
	background-color: #fff;
	border-color: #E8ECEF;
}

.open>.dropdown-toggle.btn-default:hover, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default.focus{
	color: #555;
	background-color: #fff;
	border-color: #E8ECEF;
}

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

.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 .select-time input {
	width: 76px;
}

.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 {
	border: 0px!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: 0px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	font-size: 12px;
	color: #778CA2;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th{
	color: #333;
}

.table-striped .table > tbody > tr:nth-child(even) > td{
	background-color: #F8F8F8;
}

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

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

.fixed-table-container tbody .selected td{
	background-color: #F4F7FF !important;
}

.table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th {
	border-bottom: 1px solid #E8ECEF!important;
	/*border-top: 0px!important;*/
}

.table-striped .table>thead:first-child>tr:first-child>th {
	font-weight: normal;
	font-size: 13px
}

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

.td_a{
	text-decoration: underline;
}


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

.table-bordered td,.table-bordered th {
	border: 1px solid #E8ECEF!important
}

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

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

.bootstrap-table input[type="checkbox"],.bootstrap-tree-table input[type="checkbox"] {
	width: 13px;
	height: 13px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 13px;
	position: relative;
}

.bootstrap-table input[type="checkbox"]::before,.bootstrap-tree-table input[type="checkbox"]::before{
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 background: #E8ECEF;
	 width: 100%;
	 height: 100%;
	 /*border: 1px solid #E8ECEF;*/
 }

.bootstrap-table input[type="checkbox"]:checked::before,.bootstrap-tree-table input[type="checkbox"]:checked::before{
	/*content: "\2714";
	background-color: rgba(245, 70, 65, 1);*/
	background: url("../xsh/checked-b.png") no-repeat;
	background-size: cover;
	/*color: #FFF;*/
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;
	border: 1px solid rgba(245, 70, 65, 1);*/
}

/** 表格冻结列样式 **/
.left-fixed-table-columns, .left-fixed-body-columns {
    position: absolute;
    background-color: #fff;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
}

.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:63px;
    border-left:1px solid #ddd;
    display: none;
    z-index:100;
	width: 0px !important;
}

/** 表格树样式 **/
.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-top:1px solid #e7eaec !important;border-left:0px solid #e7eaec !important;border-bottom:1px solid #E8ECEF!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 td:first-child, .bootstrap-tree-table .treetable-table .treetable-thead tr th:first-child{border-left:1px solid #e7eaec !important}
.bootstrap-tree-table .treetable-tbody tr td:last-child, .bootstrap-tree-table .treetable-table .treetable-thead tr th:last-child{border-right:1px solid #e7eaec !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;
}

/** 表单布局 **/
.form-header {
    font-size:14px;
	color:#333;
	font-weight: bolder;
	/*border-bottom:1px solid #ddd;*/
	margin:8px 10px 10px 10px;
	padding-bottom:5px;
	position: relative;
	padding-left: 13px;
}
.form-header:before{
	content: "";
	background-color: rgba(245, 70, 65, 1);
	width: 3px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -1px;
}
.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 rgba(245, 70, 65, 1),0 0 10px rgba(245, 70, 65, 1),0 0 8px rgba(245, 70, 65, 1),0 0 6px rgba(245, 70, 65, 1),0 0 6px rgba(245, 70, 65, 1);
	box-shadow:0 12px 14px -12px rgba(245, 70, 65, 1) inset,0 -2px 2px -1px rgba(245, 70, 65, 1) inset*/
	background-color: rgba(245, 70, 65, 1) !important;
	color:#FFF !important;
}
.table>tbody>tr.reorder_rows_onDragClass>td {
	color:#FFF !important;
}

/** 表格选中样式 **/
.fixed-table-container .selected {
    background-color: #E8F7FD;
    color: rgba(245, 70, 65, 1);
}

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

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #DFE2EA;
}

::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
}

/*菜单*/
#side-menu .fa{
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 2px;
}

.fa-menu-right-down{
	background: url(../xsh/arrow-down@2x.png) no-repeat;
	background-size: cover;
	float: right!important;
	margin-right: 18px;
	transform: rotate(90deg);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.active>a>.fa.fa-menu-right-down{
	transform: rotate(0);
}

.fa-menu1{
	background: url(../xsh/menu1.png) no-repeat;
	background-size: cover;
	margin-right: 15px;
}

.fa-menu2{
	background: url(../xsh/menu2.png) no-repeat;
	background-size: cover;
	margin-right: 10px;
}

.fa-angle-left-xsh{
	background: url(../xsh/angle-left.png) no-repeat;
	background-size: cover;
}

.fa-angle-right-xsh{
	background: url(../xsh/angle-right.png) no-repeat;
	background-size: cover;
}

.tih-header{
	margin-bottom: 13px;
}

.tih-header i.fa{
	width: 3px;
	height: 16px;
	margin-top: 2px;
	margin-right: 10px;
	float: left;
}

.tih-header span{
	font-size: 14px;
	font-weight: 600;
	float: left;
}

.fa-tih-xsh{
	background: url(../xsh/tih.png) no-repeat;
	background-size: cover;
}

.fa-menu-close{
	background: url(../xsh/close.png) no-repeat;
	background-size: cover;
}

#menu-search{
	/*background: #778CA2 url(../xsh/search-m.png) no-repeat 14px 11px;*/
	background: url(../xsh/search-m.png) no-repeat 14px 11px;
	background-size: 15px;
}
/*操作按钮下拉样式*/
.opt-btn{
	font-size: 12px;
	color: rgba(245, 70, 65, 1);
}

.opt-btn:hover{
	color: rgba(245, 70, 65, 1);
}

.opt-btn i{
	width: 16px;
	height: 16px;
	color: rgba(245, 70, 65, 1);
	line-height: 28px;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-left: 6px;
}

.fa-opt-down{
	background: url(../xsh/arrow-down.png) no-repeat;
	background-size: cover;
}

.opt-ul{
	display: none;
	position: absolute;
	left: 220px;
	top: 82px;
	background-color: #fff;
	z-index: 2020;
	list-style: none;
	padding: 5px 0;
	transform-origin: center top 0;
	border: 1px solid #ebeef5;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.opt-ul li{
	line-height: 36px;
	padding: 0 20px;
	margin: 0;
	font-size: 12px;
	color: #606266;
	cursor: pointer;
	outline: none;
}

.opt-ul li:hover{
	background-color: #e6f4ff;
	color: rgba(245, 70, 65, 1);
}

/*高级查询开始*/
.user_query_config_adv{
	position: absolute;
	right: 5px;
	top: 8px;
}
.user_query_config_adv > a{
	display: block;
	padding: 5px 0;
}
/*高级查询结束*/

/** 插件样式自定义 */
.file-preview-my{
	border: 0px !important;
	padding: 0px !important;
}

.text-vertical {
	margin-left: 20px;
	margin-top: -10px;
	padding: 15px;
	font-size: small;
	letter-spacing: 10px;
	writing-mode: vertical-lr;
	background-color: #fffbe6;
}
.div-border{
	border: 1px solid #f1f1f1;
}
.div-top{
	padding-top: 15px
}

.div-title{
	padding-top: 15px;
	/*font-size: medium;*/
	/*font-weight:normal;*/
}

.title-color{
	color:rgba(245, 70, 65, 1)
}

.file{
	position: relative;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 150px;
	height: 150px;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	left: -1px;
	top: -1px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.file>div{/* max-width: 60px; */}
.file input[type='file']{
	position: absolute;
	/* font-size: 100px;*/
	right: 0;
	top: 0;
	opacity: 0;
	/*display: none;*/
	width: 100px;
	height: 90px;
}
.file:hover {
	color:#48a7e7;
	text-decoration: none;
}

.image-plus{
	width: 50px;
	height: 50px;
	margin: 50px 0 0 50px;
}
.icon-wrap{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,.7);
}
.icon-show{
    position: absolute;
    top: 0;
    right: 25px;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,.7);
}
.fillbg {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

.fillbg-active {
    opacity: 0.5;
    display: block;
}

.small-icon{
	position: absolute;
	width: 10px;
	height: 11px;
	top: 5px;
	left: 5px;
}

.image-pic{
	width:140px;
}

.file-upload{
	display: none;
}

.btn-grey{
	color: grey;
}

.select-selectpicker .bootstrap-select{
	height: 32px !important;
	width: 220px !important;
}
.select-selectpicker .bootstrap-select > .dropdown-toggle{
	height: 100% !important;
	padding-right: 15px !important;
}
.select-selectpicker .bootstrap-select .dropdown-toggle .caret{
	border: 0 !important;
	background: url(../xsh/dd.png) no-repeat;
	background-size: 15px 15px;
	top: 30% !important;
	width: 15px !important;
	height: 15px !important;
	margin-left: -8px !important;
	position: absolute !important;
}

.select-selectpicker .bootstrap-select .dropdown-menu>li>a:hover{
	background-color: rgba(245, 70, 65, 1) !important;
}
.select-selectpicker .open .dropdown-toggle.btn-default{
	border-color: rgba(245, 70, 65, 1) !important;
}
.select-selectpicker .dropdown-toggle.btn-default:focus{
	outline: none !important;
}