@import url("../css/bootstrap.css");
@import url("../css/fastadmin.css");
@import url("../css/skins/skin-black-green.css");
@import url("../css/iconfont.css");
@import url("../libs/font-awesome/css/font-awesome.min.css");
@import url("../libs/toastr/toastr.min.css");
@import url("../libs/fastadmin-layer/dist/theme/default/layer.css");
@import url("../libs/bootstrap-table/dist/bootstrap-table.min.css");
@import url("../libs/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css");
@import url("../libs/bootstrap-daterangepicker/daterangepicker.css");
@import url("../libs/nice-validator/dist/jquery.validator.css");
@import url("../libs/bootstrap-select/dist/css/bootstrap-select.min.css");
@import url("../libs/fastadmin-selectpage/selectpage.css");
@import url("../libs/bootstrap-slider/slider.css");

html,
body {
    height: 100%;
}

body {
    background: #f8f8f8;
    font-size: 14px;
}

body.is-dialog {
    background: #fff;
}

.dropdown-menu>li>a {
    font-size: 13px;
    padding: 5px 12px;
}

/*.selection {
    position: absolute;
    border: 1px solid #8B9;
    background-color: #BEC;
}*/
.main-header .navbar {
    position: relative;
}

.main-header .navbar .dropdown-menu {
    font-size: 13px;
}

.main-header .navbar .dropdown-menu>li>a {
    padding: 5px 20px;
}

.bootstrap-dialog .modal-dialog {
    /*width: 70%;*/
    max-width: 885px;
}

/*iOS兼容*/
html.ios-fix,
html.ios-fix body {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

html.ios-fix .wrapper,
html.ios-fix body .wrapper,
html.ios-fix .tab-pane,
html.ios-fix body .tab-pane {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.wrapper {
    height: 100%;
}

.content-wrapper {
    position: relative;
    height: 100%;
}

.control-relative {
    position: relative;
}

.tab-addtabs .tab-pane {
    height: 100%;
    width: 100%;
}

.row-between .col-xs-6+.col-xs-6:before {
    content: "-";
    position: absolute;
    left: -2%;
    top: 6px;
}

@media only screen and (min-width: 481px) {
    .row-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .row-flex>[class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .row-flex.row:after,
    .row-flex.row:before {
        display: flex;
    }
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a.btn-danger {
        color: #f56c6c !important;
        background-color: #fef0f0;
    }

    .main-header .navbar-custom-menu a.btn-primary {
        color: #409eff !important;
        background-color: #ecf5ff;
    }
}

.common-search-table {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
}

/* 固定的底部按钮 */
.fixed-footer {
    position: fixed;
    bottom: 0;
    background-color: #ecf0f1;
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
}

table.table-template {
    overflow: hidden;
}

.sp_container .msg-box {
    position: absolute;
    right: 0;
    top: 0;
}

.sp_container .sp_element_box {
    overflow: unset;
}

.sp_container .sp_element_box>li.input_box {
    position: unset;
}

.sp_container .sp_element_box .msg-box {
    right: -24px;
}

@media (max-width: 767px) {
    .sp_container .sp_element_box .msg-box {
        left: inherit;
    }
}

.toast-top-right-index {
    top: 62px;
    right: 12px;
}

.bootstrap-select .status {
    background: #f0f0f0;
    clear: both;
    color: #999;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: -5px;
    padding: 10px 20px;
}

input {
    outline: medium
}

select.bs-select-hidden,
select.selectpicker {
    display: inherit !important;
    max-height: 31px;
    overflow: hidden;
}

select.bs-select-hidden[multiple],
select.selectpicker[multiple] {
    height: 29px;
    padding: 0;
    background: #f4f4f4;
}

select.bs-select-hidden[multiple] option,
select.selectpicker[multiple] option {
    color: #f4f4f4;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) {

        select.bs-select-hidden[multiple],
        select.selectpicker[multiple] {
            visibility: hidden;
        }
    }
}

input.selectpage {
    color: transparent;
    pointer-events: none;
}

.sp_container input.selectpage {
    color: inherit;
    pointer-events: inherit;
    padding-left: 12px;
    padding-right: 12px;
}

.sp_container .sp_element_box input.selectpage {
    padding-left: 0;
    padding-right: 0;
}

.sp_container .sp_element_box li:first-child input.selectpage {
    padding-left: 9px;
    padding-right: 9px;
}

.img-center {
    margin: 0 auto;
    display: inline;
    float: none;
}

/*
 * RIBBON
 */
#ribbon {
    overflow: hidden;
    padding: 15px 15px 0 15px;
    position: relative;
}

#ribbon a {
    color: #777 !important;
    text-decoration: none !important;
}

#ribbon .breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    vertical-align: top;
}

#ribbon .breadcrumb>.active,
#ribbon .breadcrumb li {
    color: #aaa;
}

#ribbon .shortcut a {
    margin-left: 10px;
}

.is-dialog #main {
    background: #fff;
}

.is-dialog .layer-footer {
    display: none;
}

form.form-horizontal .control-label {
    font-weight: normal;
    color: #222;
}

.user-panel>.image img {
    width: 45px;
    height: 45px;
}

/*panel扩展描述样式*/
.panel-intro {
    margin-bottom: 0;
    border: none;
}

.panel-intro>.panel-heading {
    padding: 5px 10px 5px;
    background: #fff;
    border-color: #e8edf0;
    position: relative;
}

.panel-body {
    background-color: #fff;
    padding: 5px 10px 15px;
}

.panel-intro>.panel-heading .panel-lead {
    margin-bottom: 15px;
}

.panel-intro>.panel-heading .panel-lead em {
    display: block;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 5px;
}

.panel-intro>.panel-heading .panel-title {
    height: 25px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-intro>.panel-heading .panel-control {
    height: 42px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.panel-intro>.panel-heading .panel-control .fa {
    font-size: 14px;
}

.panel-intro>.panel-heading .nav-tabs {
    border-bottom: 0;
    margin-bottom: 0;
}

.panel-intro>.panel-heading .nav-tabs>li>a {
    margin-right: 4px;
    color: #95a5a6;
    background-color: #fff;
    border: 0;
}

.panel-intro>.panel-heading .nav-tabs>li>a:hover,
.panel-intro>.panel-heading .nav-tabs>li>a:focus {
    color: #7b8a8b;
}

.panel-intro>.panel-heading .nav-tabs>li.active {
    /* border-bottom: 1px solid rgb(0, 161, 214); */
}

.panel-intro>.panel-heading .nav-tabs>li.active>a,
.panel-intro>.panel-heading .nav-tabs>li.active>a:hover,
.panel-intro>.panel-heading .nav-tabs>li.active>a:focus {
    color: #0044cc !important;
    background-color: #ffffff;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: bold;
}

@media (max-width: 768px) {
    .panel-intro>.panel-heading .nav-tabs {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: -1px;
    }

    .panel-intro>.panel-heading .nav-tabs>li {
        display: inline-block;
        float: none;
    }
}

/*单表格*/
.panel-tabs .panel-heading {
    padding: 12px 15px 12px 15px;
}

.panel-tabs .panel-heading .panel-lead {
    margin-bottom: 0px;
}

/*选项卡*/
.panel-nav .panel-heading {
    padding: 0px;
    padding-bottom: 0;
    background: #f1f4f6;
    border-color: #f1f4f6;
}

.panel-nav .nav-tabs>li>a {
    padding: 12px 15px;
    background-color: #e8edf0;
    border: 1px solid #f1f4f6;
}

.panel-nav .nav-tabs>li>a:hover,
.panel-nav .nav-tabs>li>a:focus {
    border: 1px solid #e8edf0;
    background-color: #e8edf0;
}

.panel-nav .nav-tabs>li.active>a,
.panel-nav .nav-tabs>li.active>a:hover,
.panel-nav .nav-tabs>li.active>a:focus {
    border-color: #f1f4f6;
    border-bottom-color: transparent;
}

/*顶栏addtabs*/
.nav-addtabs {
    height: 100%;
    border: none;
}

.nav-addtabs.disable-top-badge>li>a>.pull-right-container {
    display: none;
}

.nav-addtabs>li {
    margin: 0;
}

.nav-addtabs>li>a {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 0;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    color: #95a5a6;
}

.nav-addtabs>li>a:hover,
.nav-addtabs>li>a:focus {
    border: none;
    color: #2c3e50;
    border-right: 1px solid rgba(0, 0, 0, 0.02);
}

.nav-addtabs>li.active>a {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 0;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.02);
    background: #f1f4f6;
    color: #2c3e50;
    overflow: hidden;
}

.nav-addtabs>li.active>a:hover,
.nav-addtabs>li.active>a:focus {
    border: none;
    color: #2c3e50;
    background: #f1f4f6;
    border-right: 1px solid rgba(0, 0, 0, 0.02);
}

.nav-addtabs>li .close-tab {
    font-size: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    z-index: 100;
    cursor: pointer;
    color: #eee; 
}

.nav-addtabs>li .close-tab:before {
    content: "\e626";
    font-family: iconfont;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}

.nav-addtabs .open>a:hover,
.nav-addtabs .open>a:focus {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-addtabs ul li {
    position: relative;
}

.nav-addtabs li:hover>.close-tab {
    display: block;
}

#firstnav {
    height: 45px;
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 4px rgba(0, 21, 41, 0.08);
    position: relative;
}

#firstnav .sidebar-toggle {
    position: absolute;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0;
}

#firstnav .sidebar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.05);

}

#firstnav .nav-addtabs {
    position: absolute;
    left: 45px;
    z-index: 98;
}

#firstnav .navbar-custom-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: transparent;
}

/*次栏菜单栏*/
#secondnav {
    display: none; 
    position: absolute;
    top: 49px;
    left: 2px;
    background: #f8f8f8;
    width: 100%;
    /* box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); */
    padding: 4px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index:1;
}

#secondnav .nav-addtabs {
    height: 100%;
    border: none;
}

#secondnav .nav-addtabs.disable-top-badge>li>a>.pull-right-container {
    display: none;
}

#secondnav .nav-addtabs>li {
    /* border: 1px solid #eee; */
    border-radius: 3px;
    padding: 7px 20px; 
    margin: 2px 5px 2px 0;
    background: #fff;
}

#secondnav .nav-addtabs>li>a {
    display: block;
    color: #000 !important;
    height: 100%;
    padding: 0;
    line-height: 28px;
    font-size: 13px;
    vertical-align: middle;
    opacity: 1;
    overflow: hidden;
    background: none;
    border: none;
}

#secondnav .nav-addtabs>li.active {
    border-color: #eeeeee;
    background-color: #efefef;
}

#secondnav .nav-addtabs>li .close-tab {
    font-size: 10px;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-right:5px; 
    margin-top: -9px;
    z-index: 100;
    cursor: pointer;
    color: #333;
}
#secondnav .nav-addtabs>li .close-tab:hover{
    background-color:#3476c9;
    border-radius: 50%;
    color:#fff !important;
}
#secondnav .nav-addtabs>li .close-tab:before {
    content: "\e626";
    font-family: iconfont;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}

#secondnav .nav-addtabs>li:hover,
#secondnav .nav-addtabs>li:focus {
    border-color: #bdbebd;
}

#secondnav .nav-addtabs ul li {
    position: relative;
}

#secondnav .nav-addtabs li:hover>.close-tab {
    display: block;
    border-color: #222e32;
    color: #222e32;
}

.multiplenav .content-wrapper,
.multiplenav .right-side,
.multiplenav .main-sidebar {
    padding-top: 45px;
}

.multiplenav #firstnav .nav-addtabs {
    padding-right: 450px;
}

@media (max-width: 767px) {

    .multipletab.multiplenav .content-wrapper,
    .multipletab.multiplenav .right-side {
        padding-top: 94px;
    }
}

.multipletab #secondnav {
    display: block;
}

.multipletab.multiplenav .content-wrapper,
.multipletab.multiplenav .right-side {
    padding-top: 100px;
}

.multipletab.multiplenav #firstnav .nav-tabs {
    overflow: hidden;
}

.main-sidebar .sidebar-form {
    overflow: visible;
}

.main-sidebar .sidebar-form .menuresult {
    z-index: 999;
    position: absolute;
    top: 34px;
    left: -1px;
    width: 100%;
    max-height: 250px;
    overflow: auto;
    margin: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main-sidebar .sidebar-form .menuresult a {
    display: block;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    color: #222d32;
}

.main-sidebar .sidebar-form .menuresult a:hover {
    background: #eee;
}

.main-sidebar .sidebar-form .menuresult a:first-child {
    border-top: 1px solid #eee;
}

.input-group .sp_result_area {
    width: 100%;
}

.sidebar-menu.show-submenu .treeview-menu {
    display: block;
}

.sidebar-menu>li .badge {
    margin-top: 0;
}

.sidebar-menu .treeview-menu>li>a {
    font-size: 14px;
}

.sidebar-menu .treeview-menu>li>a:hover {
    background-color: #e4ecff;
    transition: background-color 0.6s ease
}
.sidebar-collapse .user-panel>.image img {
    width: 25px;
    height: 25px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        top: 42px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
        top: 7px !important;
        height: 17px;
    }
}

.fieldlist dd {
    display: block;
    margin: 5px 0;
}

.fieldlist dd input {
    display: inline-block;
    width: 300px;
}

.fieldlist dd input:first-child {
    width: 110px;
}

.fieldlist dd ins {
    width: 110px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

/* 弹窗中的表单 */
.form-layer {
    height: 100%;
    min-height: 150px;
    min-width: 300px;
}

.form-layer .form-body {
    width: 100%;
    overflow: auto;
    top: 0;
    position: absolute;
    z-index: 10;
    bottom: 50px;
    padding: 15px;
}

.form-layer .form-footer {
    height: 50px;
    line-height: 50px;
    background-color: #ecf0f1;
    width: 100%;
    position: absolute;
    z-index: 200;
    bottom: 0;
    margin: 0;
}

.form-layer .form-footer .form-group {
    margin-left: 0;
    margin-right: 0;
}

#treeview .jstree-container-ul .jstree-node {
    display: block;
    clear: both;
}

#treeview .jstree-leaf:not(:first-child) {
    float: left;
    background: none;
    margin-left: 0;
    min-width: 80px;
    clear: none;
}

#treeview .jstree-leaf {
    float: left;
    margin-left: 0;
    padding-left: 24px;
    min-width: 80px;
    clear: none;
    color: #777;
}

#treeview .jstree-leaf>.jstree-icon,
#treeview .jstree-leaf .jstree-themeicon {
    display: none;
}

#treeview .jstree-last {
    background-image: url("../img/32px.png");
    background-position: -292px -4px;
    background-repeat: repeat-y;
}

#treeview .jstree-children:before,
#treeview .jstree-children:after {
    content: " ";
    display: table;
}

#treeview .jstree-children:after {
    clear: both;
}

#treeview .jstree-themeicon {
    display: none;
}

/*去除bootstrap-table的边框*/
.fixed-table-container {
    border: none !important;
}

.fixed-table-container tbody .selected td {
    background-color: rgba(216, 224, 230, 0.5);
}

.fixed-table-container .bs-checkbox {
    min-width: 36px;
}

/*修复nice-validator新版下的一处BUG*/
.nice-validator input,
.nice-validator select,
.nice-validator textarea,
.nice-validator [contenteditable] {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*修复nice-validator和summernote的编辑框冲突*/
.nice-validator .note-editor .note-editing-area .note-editable {
    display: inherit;
}

/*预览区域*/
.plupload-preview,
.faupload-preview {
    padding: 0 10px;
    margin-bottom: 0;
}

.plupload-preview li,
.faupload-preview li {
    margin-top: 15px;
}

.plupload-preview .thumbnail,
.faupload-preview .thumbnail {
    margin-bottom: 10px;
}

.plupload-preview a,
.faupload-preview a {
    display: block;
}

.plupload-preview a:first-child,
.faupload-preview a:first-child {
    height: 101px;
}

.plupload-preview a img,
.faupload-preview a img {
    height: 80px;
    object-fit: cover;
}

.pjax-loader-bar .progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background: #77b6ff;
    box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.dropdown-menu.text-left a,
.dropdown-menu.text-left li {
    text-align: left !important;
}

.bootstrap-table .fixed-table-loading {
    padding: 10px 0;
}

.bootstrap-table .fixed-table-toolbar .dropdown-menu {
    overflow: auto;
}

.bootstrap-table .fa-toggle-on.fa-2x {
    font-size: 1.5em;
}

.bootstrap-table .form-commonsearch .form-group {
    margin-left: 0;
    margin-right: 0;
    white-space: nowrap;
    margin-bottom: 5px;
}

.toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .columns,
.fixed-table-toolbar .search {
    line-height: inherit;
}

.fixed-table-toolbar .toolbar {
    margin-top: 0;
    margin-bottom: 0;
}

.bootstrap-table table tbody tr:first-child td .bs-checkbox {
    vertical-align: middle;
}

.bootstrap-table td.bs-checkbox {
    vertical-align: middle;
}

table.table-nowrap tbody>tr>td,
table.table-nowrap thead>tr>th {
    white-space: nowrap;
}

.fixed-table-container thead th .sortable {
    padding-right: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    overflow: auto;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 6px 6px 6px;
    -moz-background-clip: padding;
    border-radius: 0 6px 6px 6px;
    background-clip: padding-box;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu .pull-left {
    float: left;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 6px 0 6px 6px;
    -moz-background-clip: padding;
    border-radius: 6px 0 6px 6px;
    background-clip: padding-box;
}

/*重写toast的几个背景色*/
.toast-primary {
    background-color: #165dff !important;
}

.toast-success {
    background-color: #165dff !important;
}

.toast-error {
    background-color: #e74c3c !important;
}

.toast-info {
    background-color: #5dade2 !important;
}

.toast-warning {
    background-color: #f1c40f !important;
}

.toast-inverse {
    background-color: #34495e !important;
}

.toast-default {
    background-color: #bdc3c7 !important;
}

#toast-container>div,
#toast-container>div:hover {
    -webkit-box-shadow: 0 0 3px #eee;
    -moz-box-shadow: 0 0 3px #eee;
    box-shadow: 0 0 3px #eee;
}

.layui-layer-fast {
    /*自定义底部灰色操作区*/
}

.layui-layer-fast .layui-layer-title {
    background: #fff !important;
    color: #000 !important;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
}

.layui-layer-fast .layui-layer-title~.layui-layer-setwin {
    top: 0px;
    height: 40px;
}

.layui-layer-fast .layui-layer-title~.layui-layer-setwin>a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.layui-layer-fast.layui-layer-border {
    border: none !important;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
}

.layui-layer-fast.layui-layer-iframe {
    overflow: visible;
}

.layui-layer-fast .layui-layer-moves {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.layui-layer-fast .layui-layer-btn {
    text-align: center !important;
    padding: 10px !important;
    background: #ecf0f1;
    overflow: hidden;
}

.layui-layer-fast .layui-layer-btn a {
    background-color: #95a5a6;
    border-color: #95a5a6;
    color: #fff !important;
    height: 31px;
    margin-top: 0;
    border: 1px solid transparent;
}

.layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
    background-color: #165dff;
    border-color: #165dff;
}

.layui-layer-fast .layui-layer-footer {
    padding: 8px 20px;
    background-color: #f9f9f9;
    height: auto;
    text-align: inherit !important;
}

.layui-layer-fast .layui-layer-confirm {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    bottom: 0;
    border: none;
    background: transparent;
}

.layui-layer-fast .layui-layer-tab .layui-layer-title span.layui-this {
    height: 46px;
}

.layui-layer-fast .layui-layer-setwin>a {
    background: none !important;
}

.layui-layer-fast .layui-layer-setwin>a cite {
    display: none;
}

.layui-layer-fast .layui-layer-setwin>a:after {
    content: "\e625";
    font-family: iconfont;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 18px;
    color: #000;
    margin: 0;
    z-index: 1;
}

.layui-layer-fast .layui-layer-setwin>a:hover {
    text-decoration: none !important;
    background: none !important;
}

.layui-layer-fast .layui-layer-setwin>a:focus {
    text-decoration: none !important;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-min {
    display: none;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-min:after {
    content: "\e625";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-max {
    display: none;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-max:after {
    content: "\e623";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin {
    display: none;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin:after {
    content: "\e624";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-close1:after {
    content: "\e626";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-close2,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
    background: url('../libs/fastadmin-layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
    top: -30px;
    right: -30px;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-close2:after,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover:after {
    display: none;
}

.layui-layer-content {
    clear: both;
}

.layui-layer-fast-msg {
    min-width: 100px;
}

.layui-layer-fast-tab .layui-layer-title .layui-this {
    color: #333;
}

.layui-layer-fast-tab .layui-layer-content .layui-layer-tabmain {
    margin: 0;
    padding: 0;
}

.input-group>.msg-box.n-right {
    position: absolute;
}

@media (min-width: 564px) {
    body.is-dialog .daterangepicker {
        min-width: 130px;
    }

    body.is-dialog .daterangepicker .ranges ul {
        width: 130px;
    }
}

/*手机版样式*/
@media (max-width: 480px) {
    #firstnav .navbar-custom-menu ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #firstnav .navbar-nav>.user-menu .user-image {
        margin-top: -3px;
    }

    .fixed-table-toolbar>.bs-bars {
        float: float !important;
    }

    .fixed-table-toolbar .toolbar a.btn-refresh,
    .fixed-table-toolbar .toolbar a.btn-del,
    .fixed-table-toolbar .toolbar a.btn-add,
    .fixed-table-toolbar .toolbar a.btn-edit,
    .fixed-table-toolbar .toolbar a.btn-import,
    .fixed-table-toolbar .toolbar a.btn-more,
    .fixed-table-toolbar .toolbar a.btn-recyclebin,
    .fixed-table-toolbar .toolbar .btn-mini-xs {
        font-size: 0;
    }

    .fixed-table-toolbar .toolbar a.btn-refresh .fa,
    .fixed-table-toolbar .toolbar a.btn-del .fa,
    .fixed-table-toolbar .toolbar a.btn-add .fa,
    .fixed-table-toolbar .toolbar a.btn-edit .fa,
    .fixed-table-toolbar .toolbar a.btn-import .fa,
    .fixed-table-toolbar .toolbar a.btn-more .fa,
    .fixed-table-toolbar .toolbar a.btn-recyclebin .fa,
    .fixed-table-toolbar .toolbar .btn-mini-xs .fa {
        font-size: initial;
    }

    .fixed-table-toolbar .search {
        max-width: 110px;
        float: right !important;
    }

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 50px;
    }

    .main-sidebar,
    .left-side {
        padding-top: 144px;
    }
}

/*平板样式*/
@media (max-width: 767px) {
    .wrapper .main-header .logo {
        border-bottom: 0 solid transparent;
        position: absolute;
        top: 0;
        z-index: 1200;
        width: auto;
        left: 50%;
        margin-left: -65px;
    }

    .sidebar .mobilenav a.btn-app {
        color: #444;
        width: calc(100% - 20px);
        height: auto;
        padding: 10px 0 !important;
        font-size: 13px;
        border: none;
        background: #fff;
    }

    .sidebar .mobilenav a.btn-app i.fa {
        font-size: 24px;
        display: inline-block;
    }

    .sidebar .mobilenav a.btn-app span {
        margin-top: 5px;
        display: block;
    }

    .sidebar .mobilenav a.btn-app.active {
        color: #222d32;
    }

    .wrapper .main-header .navbar .dropdown-menu li>a {
        color: #333 !important;
    }

    .wrapper .main-header .navbar .dropdown-menu li>a:hover {
        background: #eee;
    }

    .wrapper .main-header .navbar .dropdown-menu li.active>a {
        color: #fff !important;
    }

    .wrapper .main-header .navbar .dropdown-menu li.active>a:hover {
        background: #222d32;
    }

    .main-sidebar,
    .left-side {
        padding-top: 50px;
    }

    .multipletab.multiplenav .main-sidebar {
        padding-top: 105px;
    }

    .n-bootstrap .n-right {
        margin-top: 0;
        top: -20px;
        position: absolute;
        left: 0;
        text-align: right;
        width: 100%;
    }

    .n-bootstrap .n-right .msg-wrap {
        position: relative;
    }

    .n-bootstrap .col-xs-12>.n-right .msg-wrap {
        margin-right: 15px;
    }
}

/*修复radio和checkbox样式对齐*/
.radio>label,
.checkbox>label {
    margin-right: 10px;
}

.radio>label>input,
.checkbox>label>input {
    margin: 2px 0 0;
}

.wipecache li a {
    color: #444444 !important;
}

/*修正开关关闭下的颜色值*/
.btn-switcher.disabled {
    opacity: .6;
    cursor: not-allowed;
}

.btn-switcher .text-gray {
    color: #d2d6de !important;
}

.jumpto input {
    height: 31px;
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

.fixed-columns,
.fixed-columns-right {
    position: absolute;
    top: 0;
    height: 100%;
    min-height: 41px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
}

.fixed-columns .fixed-table-body,
.fixed-columns-right .fixed-table-body {
    min-height: 41px;
    overflow-x: hidden !important;
}

.fixed-columns {
    left: 0;
}

.fixed-columns-right {
    right: 0;
    box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
}

.fix-sticky {
    position: fixed;
    z-index: 100;
}

.fix-sticky thead {
    background: #fff;
}

.fix-sticky thead th,
.fix-sticky thead th:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.sidebar-menu li.treeview-open>a>.fa-angle-left,
.sidebar-menu li.treeview-open>a>.pull-right-container>.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*# sourceMappingURL=backend.css.map */
.div-inline {
    display: inline;
}

.panel-heading .nav>li>a {
    padding: 5px 3px 3px !important;
    color: #555 !important;
}

.panel-heading .nav>li {
    margin-right: 20px;
}

.panel-heading .nav-tabs>li>a {
    border-radius: 6px 6px 0 0 !important;
}

.bootstrap-table .table thead>tr>th {

    background-color: #f5f6f7;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed)>tbody>tr>td,
.bootstrap-table .table:not(.table-condensed)>tbody>tr>th,
.bootstrap-table .table:not(.table-condensed)>tfoot>tr>td,
.bootstrap-table .table:not(.table-condensed)>tfoot>tr>th,
.bootstrap-table .table:not(.table-condensed)>thead>tr>td {
    padding: 11px 5px;
    vertical-align: middle;
}

.fixed-table-container tbody td .th-inner,
.fixed-table-container thead th .th-inner {
    padding: 12px 6px;
    line-height: unset;
}

.skin-green-light .main-header .navbar {
    background-color: rgb(0, 161, 214, 0.6) !important;
}

.skin-green-light .main-header .logo {
    background-color: rgb(0, 161, 214, 0.6) !important
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: unset !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
    /* background-color: #f9f9f9; */
}

.table-hover>tbody>tr:hover {
    background-color: #f9f9f9 !important;
    transition: background-color 0.5s ease
}

.btn {
    border-radius: 5px;
}


.btn-success {
    background-color: #165dff;
}

.btn-success:hover {
    background-color: #2759cd;
    border: 1px solid #165dff;
}

.btn-success:focus {
    background-color: #2759cd;
    border: 1px solid #165dff;
}

.text-success {
    color: #165dff
}

.skin-green-light .main-header {
    background-color: #03a9f4 !important;
}

.skin-green-light .main-header li.user-header {
    background-color: #d2d2d2 !important;
}

.fa-orange {
    color: #f39100;
    margin-right: 5px;
}

.fa-orange:before {
    font-size: 16px;
}

.fa-head-title {
    color: #333;
}

.small-box {
    border-radius: 5px;
    margin-top: 10px;
}

.report-col {
    margin: 100px 0 100px 0;
}

.report-col .panel-intro {
    width: 45%;
    display: inline-block;
    margin: 20px 2% 20px 2%;
}

.echarts_per {
    width: 80%;
    display: block;
    height: 400px;
    margin: 0 auto
}

@media (max-width: 500px) {

    .report-col {
        margin: 30px 0 30px 0;
    }

    .report-col .panel-intro {
        width: 100%;
        display: inline-block;
        margin: 20px 2% 20px 2%;
    }
}

.btn-primary {
    background-color: #2c3e50;
}

.btn-primary:hover {
    background-color: #5b6b7b;
    border: 1px solid #5b6b7b;
}

.bitian {
    color: red;
    margin-right: 5px;
}

img.tree_img_pre {
    margin-top: -4px;
}

label.label-star:before {
    content: '*';
    color: red;
    padding-right: 5px;
}

.align-center {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.btn-warning {
    background-color: #cd7070
}

.btn-warning:hover {
    background-color: #e37c7c
}

/*th[data-field="operate"]{
    width:10%;
}
th[data-field="creator"]{
    width:7%;
}
th[data-field="createtime"]{
    width:10%;
} 
th[data-field="status"]{
    width:5%;
} 
th[data-field="weigh"]{
    width:5%;
} */
th[data-field="id"] {
    width: 3%;
}

.half_form {
    width: 49%;
    display: inline-block;
}

.colself-sm-3 {
    width: 150px;
}

@media (max-width: 800px) {
    .half_form {
        width: 100% !important;
        display: inline-block;
    }

    .colself-sm-3 {
        width: auto !important;
    }

}


.lineBorder {
    height: 1px;
    margin: 5px 5% 10px;
    background-color: #ebebeb;
}

span.msg-box {
    position: absolute !important;
    left: -4px !important;
    bottom: -3px !important;
}

.textarea span.msg-box {
    position: absolute !important;
    left: unset !important;
    right: 0 !important;
    top: 0 !important;
}

.n-error .n-icon {
    display: None;
}

.clearDiv {
    font-size: 12px;
    color: #318ab3;
    cursor: pointer;
}

button {
    outline: medium !important;
}

.displayNone,
.displayShouNone {
    display: None
}

.btn-upload {
    height: 80px;
    width: 80px;
    background-color: #e9e9e9;
    border-radius: 10px;
}

.btn-upload i {
    font-size: 50px;
    color: #fff;
    font-weight: normal;
    font-weight: inherit;
}

.shenhe_1 {
    color: #d73d71;
}

.shenhe_2 {
    color: #03a9f4;
}

.shenhe_8 {
    color: #333;
}

.shenhe_10 {
    color: #ccc;
}

.bigImg {
    width: 150px;
    margin: 5px;
    height: 90px;
}

.bigImg img {
    height: 80px;
    max-width: 100%;
}

.accountType_1 {
    color: #0069bd;
}

.accountType_2 {
    color: #a92b22;
}

.accountType_3 {
    color: #540bd7;
}

.accountType_4 {
    /*color:blue;*/
}

.accountType_5 {
    color: green;
}

#shelter thead th {
    padding: 0;
    background-color: #efefef;
}

#shelter thead>tr>th {
    vertical-align: middle;
}

.table-striped>tbody td.fujicolor {
    background-color: #dfebf1 !important;
    font-weight: bold;
}

.table-striped>tbody tr.fujicolor {
    background-color: #dfebf1 !important;
}

.table-striped>tbody td.yijicolor {
    background-color: #e9d2d2 !important;
    font-weight: bold;
}

.warning_money_tips {
    color: #c3c308;
    font-weight: bold;
}

span.headSpanTitle {
    display: inline-block !important;
}

.countTable {
    background-color: #f3f3f3;
}

.countTable th {
    padding: 5px 6px;
}

.red-color {
    color: #f92121;
}

.table-striped>tbody>tr.clickBack {
    background-color: #a3c2db !important;
}

.table-striped>tbody>tr.clickBack a {
    color: #000;
}


.table-striped>tbody>tr.clickBack td.fujicolor {
    background-color: #73cbf3 !important;
}

.table-striped>tbody>tr.clickBack td.fujicolor a {
    color: #000;
}

.divLine {
    margin-bottom: 17px !important;
}

.huiseStyle,
.huiseStyle:hover,
.huiseStyle:active {
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
}

.dateStyle {
    background: url(../img/time.png) no-repeat;
    background-position: right 3px top 5px;
    background-size: 15px;
}


.width-40per {
    width: 45% !important;
    display: inline-block;
}

.line-25 {
    line-height: 25px;
}

.clearDiv {
    font-size: 12px;
    color: #318ab3;
    cursor: pointer;
}

button {
    outline: medium !important;
}

.tips {
    line-height: 25px;
    padding-left: 5px;
    color: #555;
}

.line-div {
    width: 90%;
    margin-left: 5%;
    height: 1px;
    background-color: #a7d2ec;
    margin-bottom: 17px;
}

.changeStatus {
    background-color: #c5d1ff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
}

.changeStatus font {
    color: #165dff !important;
    font-size: 12px;
}


.house_status1,
.house_status2,
.house_status3,
.house_status4,
.house_status5,
.house_status10,
.house_status11,
.house_status12,
.house_status13,
.house_status50 {
    background-color: #BEDAFF;
    padding: 3px 5px;
    color: #4E5969;
    border-radius: 3px;
}



@media (max-width: 800px) {

    .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px !important;
    }

    .colself-sm-3 {
        width: 100% !important;
    }

    .form-horizontal .half_form {
        margin-left: 0 !important;
    }

}

.btn-export,
.btn-export:hover,
.btn-export:visited,
.btn-export:active,
.btn-export:focus {
    background-color: #5ca1d0;
    color: #fff;
}

.at_div {
    border: 1px solid #ccb0e1;
    border-radius: 2px;
    padding: 0;
}

.at_div table {
    border-radius: 3px;
}

.at_div th {
    background-color: #efefef;
}

.sidebar-menu>li>.treeview-menu {
    background-color: #fff !important;
}

.treeview-menu>li>a {
    color: #484848 !important;
    width: calc(100% - 8px);
}

.sidebar-menu .treeview-menu>li.active span ,.sidebar-menu .treeview-menu>li.active i{
    color: #2759cd;
    font-weight: bold;
}

.skin-purple-light .treeview-menu>li.active>a {
    font-weight: normal !important;
    background-color: #fff;
    border-radius: 3px;
}

.intro {
    display: inline-block;
    color: #9d9d9d;
    margin-top: 4px;
}

.btn-up {
    border: 1px solid #ccc;
    padding: 40px 60px;
    border-radius: 3px;
    color: #ccc;
    background-color: #fff;
}

.btn-up i {
    font-size: 18px;
}

.pic_div {
    float: left;
}

.pic_btn {
    float: left;
}

.textarea_cont {
    height: 100px !important;
}

.input-100 {
    width: 99% !important;
}

.faupload-preview li {
    width: auto;
    margin-top: 0;
    max-width: 150px;
}

.faupload-preview li {
    position: relative;

}

.faupload-preview li a.btn-trash,
.faupload-preview li a.btn-trash:hover,
.faupload-preview li a.btn-trash:focus {
    position: absolute;
    bottom: 15px;
    background-color: rgba(0, 0, 0, .7);
    margin-left: 5px;
    width: calc(100% - 20px);
    border: 1px solid rgba(0, 0, 0, .7);
    padding: 1px 0;
    font-size: 15px;
    border-radius: 0;
}

.fieldlist th {
    background-color: #e9e9e9 !important;
    padding: 5px !important;
    font-size: 13px !important;
    font-weight: normal;
    color: #000;
}

.eye_temp {
    float: right;
}

.img_operate {
    margin: 0 10px;
}

.faupload {
    border: 1px dashed #ccc;
}

.relatspan {
    position: relative;
    display: block;
    width: 100%;
}

.eye_style {
    position: absolute;
    right: 0;
    font-size: 15px;
    color: #165dff;
    cursor: pointer;
}

.jumpto .btn {
    padding: 6px 10px;
}

.tab_a {
    background-color: #f5f6f7;
    padding: 7px 7px;
    border-radius: 5px;
    margin-left: 10px;
}

.tab_a b {
    /* font-weight: normal; */
    color: #4a4a4a;
    font-size: 12px;
}

.tab_a span {
    color: #662df5;
    font-weight: bold;
}

.mar-20 {
    margin-top: 20px;
}


.note-editable {
    height: 500px !important;
}

.faupload-preview {
    float: left;
    padding: 0 10px 0 0;
}

.faupload-preview li {
    width: 140px;
    height: 110px;
    overflow: hidden;
}

.plupload-preview a img,
.faupload-preview a img {
    width: 140px;
}

.plupload-preview a:first-child,
.faupload-preview a:first-child {
    height: 100px;
}

.layui-layer-shade{
    top:3px !important;
}
 