﻿html {
    font-size: 16px;
    -ms-overflow-style: auto;
}

body {
    color: #797979;
    background: #f1f2f7;
    -webkit-overflow-scrolling: touch;
}

.bg {
    background-color: #337ab7;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
}

@media (min-width: 992px){
    .dialogPreview .modal-lg {
        max-width: 1000px !important;
    }
}

    #dialogControl .modal-dialog .modal-content .modal-body {
        overflow-x: auto;
    }
    #dialogControl .modal-dialog .modal-content .modal-body .form-inline .row {
        flex-wrap: nowrap;
        width: auto;
        display: -webkit-box;
    }

        #dialogControl .modal-dialog .modal-content .modal-body .form-inline .row .voucher {
            margin-left: 30px !important;
            margin-right: 20px !important;
        }
aside .bg, aside .nav-brand, aside .nav-header, .header .nav, .userinfo .dropdown-item:first-child {
    display: none;
}

.dtdd-group dd {
    min-width:10px;
    min-height:20px;
    margin-left: 76px;
    margin-top: -20px;
}
.modal-body .model_label {
    color: black;
    margin-right: 10px;
}
.dialogNew {
    overflow-y: scroll;
}

    .dialogNew::-webkit-scrollbar { /*滚动条整体样式*/
        width: 12px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }
.modal-open .modal::-webkit-scrollbar {
    width: 13px;
    height: 11px;
}

    .dialogNew::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        background: #e8e8e8;
    }

    .dialogNew::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.0);
    }



    /*------头像-------*/
.avatar-box {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 40px;
    background: #fafafa;
    overflow: hidden;
}

    .avatar-box img {
        width: 100%;
        height: 100%
    }
.avatar-box-text {
    float: left;
    margin-left: 13px;
    margin-top: 10px;
}
.avatar-box i {
    color: #999;
    font-size: 26px;
    line-height: 1.2em;
    margin-left: 9px;
    margin-top: 5px;
}
/*------/头像-------*/
/*------列表图片-------*/
.bootstrap-table-img {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-right: 10px;
}

    .bootstrap-table-img img {
        height: 40px;
        border-radius: 5px;
        margin-right: 10px;
        width: 40px;
        -o-object-fit: cover;
        object-fit: cover;
    }

/*------/列表图片-------*/

/*------列表类型文字-------*/

.table-type-box {
    display: inline-block;
   /* height: 22px;*/
    line-height: 22px;
    margin: 2px 4px 2px 0;
    padding: 0 8px;
    border: 1px solid #e8eaec;
    border-radius: 3px;
    font-size: 12px;
    vertical-align: middle;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
}

.table-title-btn .table-type-box:hover {
    border-color: #0062cc;
    color: #0062cc !important;
}

.table-type-box span {
    white-space: nowrap;
}


.btn-color-1 {
    background-color: #09acf6 !important;
    border-color: #10a8ee !important;
}
.btn-color-2 {
    background-color: #50cd89 !important;
    border-color: #50cd89 !important;
}
.btn-color-3 {
    background-color: #7f56d9 !important;
    border-color: #834bf8 !important;
}
.btn-color-4 {
    background-color: #ffcf26 !important;
    border-color: #ffcd1a !important;
}

.btn-color-5 {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}
.btn-color-6 {
    background-color: #131628 !important;
    border-color: #121526 !important;
}


.table-typetext-1 {
    background: #ffffff;
    border-color: #30ca53;
    color: #2fc752 !important;
}

.table-typetext-2 {
    background: #fff1f0;
    border-color: #ffa39e;
    color: #f5222d !important;
}

.table-typetext-3 {
    background: #e8f8ffd4;
    border-color: #2da5ef;
    color: #1890ff !important;
}

.table-typetext-4 {
    background: #fcfdfa;
    border-color: #4eec0c;
    color: #4eec0c !important;
}

.table-typetext-5 {
    background: #e9f7f652;
    border-color: #14cece;
    color: #08b5b5 !important;
}

.table-typetext-6 {
    background: #efd9f742;
    border-color: #bb18fc;
    color: #bb18fc !important;
}

.table-typetext-7 {
    background: #e1eafbd1;
    border-color: #0c5df2;
    color: #0b31f7 !important;
}

.table-typetext-8 {
    background: #ccd1fb38;
    border-color: #265efa;
    color: #265efa !important;
}

.table-typetext-9 {
    background: #eadaf938;
    border-color: #c73efe;
    color: #c73efe !important;
}

.table-typetext-10 {
    background: #debafe45;
    border-color: #c73efe;
    color: #c73efe !important;
}


.table-typetext-true span {
}

/*------/列表类型文字-------*/



/*------审核模态框-------*/
.swal2-model-box .show {
    display: flex !important;
}

.swal2-container-model {
    overflow-y: auto;
    display: none;
    /*display: flex;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
    overflow-x: hidden;
    transition: opacity 0.15s linear;
}

/*------/审核模态框-------*/

/*------图片排版-------*/
.group-item-img {
    float: left;
    min-width: 140px;
    max-width: 500px;
    height:300px;
    margin-left: 10px;
    margin-right: 10px
}
    .group-item-img img {
        max-height: 300px;
        max-width: 100%;
        border-radius: 0.25rem !important;
    }
/*------/图片排版-------*/
@media (min-width: 500px) {
    .table-relation-div {
        overflow-x: scroll;
    }
}
.FixWidth .th-inner{
    width:250px;
}

.tb_th_addwidth_1 .th-inner {
    margin-left:15px;
    margin-right:15px;
}

.tb_th_addwidth_2 .th-inner {
    margin-left: 20px;
    margin-right: 20px;
}
.tb_th_addwidth_3 .th-inner {
    margin-left: 25px;
    margin-right: 25px;
}
.tb_th_addwidth_4 .th-inner {
    margin-left: 30px;
    margin-right: 30px;
}

/*------自定义表格-------*/
.table thead .ParkApplyTr th {
    vertical-align:inherit !important;
    text-align:center;
}
    .table thead .ParkApplyTr th .th-inner {
        padding: 0.3rem !important; 
    }

.table thead .ParkApplyTr border-bottom  {
   border-bottom:#e0e0e0,solid,1px;
}
/*------/自定义表格-------*/

.example90 {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);
}
.example180 {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=2);
}


.section {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: left;
}

.meta {
    margin: 0;
    padding: 50px 50px 0 50px;
}
.left-auto {
    position: relative;
    display: block;
    overflow: hidden;
    _zoom: 1;
}
.bg-wrap {
    margin: 0;
    padding: 0;
    background: #fff;
}
    .meta h2 {
        margin: 0 0 20px;
        padding: 0;
        color: #333;
        font-size: 24px;
        font-weight: 300;
        line-height: 1em;
        text-align: center;
    }
.meta .info {
    margin: 0 0 10px;
}
        .meta .info span {
            margin-right: 10px;
            color: #b0b0b0;
            font-size: 12px;
            line-height: 14px;
        }
.model_info span {
    margin-top: 15px;
    margin-bottom: 10px;
    max-width: 77%;
}
    .model_info span .model_label {
        color: black;
        font-weight: 500;
        margin-right: 10px;
    }
.entry {
    margin-top: 20px;
    padding: 0 50px 15px;
    font-size: 14px;
    line-height: 2em;
    word-wrap: break-word;
}

.comment-show-box {
    /*max-height: 900px;*/
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

    .comment-show-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    .comment-show-box::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }   
    .comment-show-box::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }

.modal-open .modal::-webkit-scrollbar {
    width: 13px;
    height: 4px;
    background: rgba(0,0,0,0);
}


.toolbarRight{
    float:right;
}
    .toolbarRight .btn {
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }
        .toolbarRight .btn:hover {
            z-index: 2;
            color: #0056b3;
            text-decoration: none;
            background-color: #e9ecef;
            border-color: #dee2e6;
        }


.modal .img_toobar {
    position: absolute;
    right: 6%;
    top: 6rem;
    background-color: #f7f7f7c9;
    z-index: 99;
}
    .modal .img_toobar i {
        color: #007bff;
        font-size: 1.2rem;
    }
.comment-show-box:hover .img_toobar {
    display:block;
}

.comment-show-box .img:hover{
   padding:50px;
}

.row-relation {
    width: 100%;
}
.table-relation-div {
    display: -webkit-box;
    width: 100%;
}

.queryInfo {
    color: #a0a0a2;
    margin-left:15px;
}

.table-relation {
    min-width: 1100px;
}
.table-relation .th-inner {
    font-weight: 600;
}

.table-relation .btn-info {
    font-size: 0.75rem;
    padding: 1px 5px;
}
.AreasLevel-2 {
    margin-left: 20px;
}
.AreasLevel-3 {
    margin-left: 50px;
}
.AreasLevel-4 {
    margin-left: 80px;
}
.AreasLevel-5 {
    margin-left: 110px;
}


.header {
    background: #fff;
}

    .header .nav {
        margin-left: 15px;
        flex-wrap: nowrap;
    }

        .header .nav .dropdown {
            margin-right: 6px;
            display: flex;
            align-items: center;
        }

    .header .badge {
        position: absolute;
        right: -12px;
        top: -4px;
        opacity: 0.8;
        z-index: 1;
    }

    .header .navbar {
        padding: 0 0 0 1rem;
    }

        .header .navbar .dropdown-menu {
            padding: 0.25rem 0;
        }

        .header .navbar .dropdown-menu-arrow {
            width: 0;
            height: 0;
            border-width: 0 6px 6px;
            border-style: solid;
            border-color: transparent transparent rgba(0,0,0,.15);
            position: absolute;
            left: 16px;
            margin-top: -10px;
        }

            .header .navbar .dropdown-menu-arrow:after {
                content: " ";
                width: 0;
                height: 0;
                border-width: 0 6px 6px;
                border-style: solid;
                border-color: transparent transparent #fff;
                position: absolute;
                top: 1px;
                left: -6px;
            }

    .header .dropdown-menu {
        padding: 0;
    }

.userinfo img {
    height: 29px;
    width: 29px;
    border-radius: 2px;
}

.userinfo .dropdown-toggle {
    display: block;
    padding: 6px 6px;
    border-radius: 4px;
    transition: all .25s linear;
}

.userinfo .dropdown-toggle, .header .nav .dropdown > a {
    border: 1px solid #eee;
}

    .userinfo .dropdown-toggle:after {
        vertical-align: middle;
    }

    .userinfo .dropdown-toggle:hover, .userinfo.show .dropdown-toggle, .nav [data-toggle="dropdown"]:hover {
        color: #333;
        border: solid 1px #337ab7;
    }

.userinfo .dropdown-item {
    display: flex;
    width: 270px;
    padding: 0;
    justify-content: space-around;
    background-color: #fff;
}

    .userinfo .dropdown-item a {
        text-align: center;
        color: #777;
        padding: 15px 10px;
        flex: 1 1 33.333%;
    }

        .userinfo .dropdown-item a:hover {
            color: #333;
        }

        .userinfo .dropdown-item a i {
            font-size: 1.025rem;
            display: block;
            margin-bottom: 4px;
        }

    .userinfo .dropdown-item:first-child {
        border-radius: 4px 4px 0 0;
    }

        .userinfo .dropdown-item:first-child a:hover {
            color: #333;
        }

    .userinfo .dropdown-item:last-child {
        border-radius: 0 0 4px 4px;
    }

        .userinfo .dropdown-item:last-child a {
            color: #ca3a39;
            border-radius: 0 0 0.15rem 0.15rem;
            background: #a9d96c;
            background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
        }

            .userinfo .dropdown-item:last-child a:hover {
                color: #d40c0b;
            }

.userinfo .username {
    max-width: 90px;
    vertical-align: middle;
}

.userinfo .badge {
    left: 224px;
    right: auto;
    top: 6px;
}

.header .nav .dropdown > a {
    border-radius: 4px;
    padding: 6px 12px;
    transition: all .25s linear;
}

.header .nav .dropdown .dropdown-blazor {
    padding: 2px 4px;
}

.header .nav .dropdown-blazor img {
    width: 28px;
    margin-top: 1px;
}

.nav .dropdown-menu {
    width: 235px;
    border: none;
    margin-left: -98px;
    margin-top: 12px;
}

.nav .dropdown-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    position: absolute;
    left: 108px;
    top: -9px;
}

.nav .dropdown-header {
    color: #fff;
    padding: 0.5rem 0.625rem;
    border-radius: 4px 4px 0 0;
}

.nav .dropdown-footer {
    padding: 0.375rem 0;
    background-color: #f1f2f7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav .dropdown-item {
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 12px;
    font-size: 0.75rem;
}

    .nav .dropdown-item:nth-of-type(odd), .cache-item:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .nav .dropdown-item.active, .nav .dropdown-item:active {
        color: #212529;
    }

    .nav .dropdown-item > :nth-child(2) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        flex: 1 1 auto;
        padding: 0 6px;
    }

    .nav .dropdown-item .small {
        font-weight: bold;
    }

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-group-text, .popover-header {
    font-size: 0.875rem;
}

    .form-control:focus {
        border-color: #66afe9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

.container-fluid {
    padding-top: 15px;
}

.sidebar-open aside {
    transform: translate(0);
}

.sidebar-open footer, .sidebar-open .container-fluid {
    display: none;
}

.navIteSuojin {
    margin: 0px 20px;
}
.sidebar {
    background: inherit;
}

    .sidebar .nav-item {
        margin: 2px 10px;
        flex: 1 1 auto;
    }

    .sidebar .nav-sidebar {
        margin: 6px 0;
    }

    .sidebar .nav-link {
        color: #aeb2b7;
        padding: 0.5rem 0.625rem;
        transition: background .3s linear, color .3s linear;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

        .sidebar .nav-link i:first-child {
            width: 22px;
        }

    .sidebar .sub {
        margin-top: 2px;
    }

        .sidebar .sub .nav-item {
            margin-right: 0;
        }

    .sidebar .nav-link .fa-angle-left {
        transition: all .3s linear;
        transform-origin: center;
    }

    .sidebar .nav-link:not(.collapsed) .fa-angle-left {
        transform: rotate(-90deg);
    }

    .sidebar .nav-sidebar > .nav-item > .nav-link:hover,
    .sidebar .nav-sidebar > .nav-item > .nav-link[aria-expanded="true"],
    .sidebar .show .nav-item .nav-link:hover:before,
    .sidebar .nav-sidebar .nav-item:not(.parent) .nav-link.active:before,
    .sidebar .nav-sidebar .nav-link.active {
        background-color: rgba(255,255,255,.1);
    }

    .sidebar .nav-sidebar .show .nav-link, .sidebar .nav-sidebar .collapsing .nav-link {
        background-color: transparent;
    }

    .sidebar .sub .nav-item .nav-link:before {
        background-color: transparent;
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        border-radius: 4px;
        height: 37px;
        transition: all .3s linear;
    }

    .sidebar .sub .nav-item .nav-link i, .sidebar .sub .nav-item .nav-link span {
        z-index: 2;
        position: relative;
    }

.sidebar-toggle-box, .nav-brand span {
    font-size: 1.25rem;
}

.sidebar-toggle-box {
    display: block;
    color: #777;
    flex: 1 1 auto;
    padding: 0.625rem 0;
    white-space: nowrap;
    transition: color .3s linear;
}

    .sidebar-toggle-box:hover {
        color: #333;
    }

    .sidebar-toggle-box span {
        display: none;
    }

aside {
    transition: transform .3s ease-in-out;
    transform: translate(-100%);
    position: absolute;
    top: 89px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #2a3542;
}

.breadcrumb {
    border-top: solid 1px #ddd;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 10px;
    margin-bottom: 0;
}

    .breadcrumb i {
        padding-right: 6px;
    }

.main-header {
    display: none;
}

footer {
    background: #5b6e84;
    color: #fff;
    padding: 10px 4px;
    height: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    display: flex;
}

    footer div {
        flex: 1 1 auto;
        text-align: center;
    }

.go-top {
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

    .go-top:hover {
        background-color: white;
    }

    .go-top i {
        color: #2A3542;
    }

.btn-fill {
    width: 100%;
}

.input-group .btn:focus, .btn-group .btn:focus, .page-link:focus {
    box-shadow: none;
}

.input-group .btn:not(.btn-secondary):not(.btn-primary):not(.btn-warning):not(.btn-info):not(.btn-danger) {
    background-color: #e9ecef;
    border-color: #ced4da;
}

.nav-link {
    transition: color .25s linear;
}

.close {
    transition: all .25s linear;
}

    .close:focus {
        outline: none;
    }


.modal-header .close {
   font-size:29px;
}
.dropdown-select + .dropdown-menu a:hover, .dropdown-select + .dropdown-menu .dropdown-item:hover {
    background: #007AC0;
    color: #fff;
}

.dropdown-menu {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
}

    .dropdown-menu a, .dropdown-select + .dropdown-menu .dropdown-item {
        transition: all .25s linear;
        padding: 6px 20px;
        display: block;
        cursor: default;
    }

.dropdown-select + .dropdown-menu .dropdown-item {
    color: #007bff;
}

.dropdown-divider {
    margin: 0.125rem 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-item i + span {
    margin-left: 6px;
}

.tooltip-inner {
    max-width: 768px;
}

.is-invalid .tooltip-inner {
    background-color: #dc3545;
}

.is-invalid .arrow:before {
    border-top-color: #dc3545;
    border-bottom-color: #dc3545;
}

input.is-invalid {
    background-repeat: no-repeat;
    background-image: url('../images/error.png');
    background-position: right 8px center;
}

input.is-valid {
    background-repeat: no-repeat;
    background-image: url('../images/success.png');
    background-position: right 8px center;
}

input.pending {
    background-repeat: no-repeat;
    background-image: url(../images/loading-sm.gif);
    background-position: right 8px center;
}

.form-inline .form-group {
    margin-bottom: 25px;
}

    .form-inline .form-group .control-label {
        margin-right: 10px;
        width: 90px;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        overflow: hidden;
        justify-content: flex-start;
    }
    .form-inline .form-group .span {
       text-align:right;
    }

.form-inline .form-row, .form-inline .row {
    flex: 1 1 100%;
}
.form-inline .form-group .btn_ueditorfile {
    width:3.5rem;
    min-width:20px;
    height:auto;
    text-align:center;
}
    .form-inline .form-group .btn_ueditorfile button {
        margin-top: 10px;
        height: 45px;
        width: 2rem;
        padding: 8px;
    }
.form-inline .form-group .btn_veiwfile {
    width: auto;
    margin-left:20px;
    height: auto;
    text-align: center;
}
    .form-inline .form-group .btn_veiwfile button {
        margin-top: 6px;
        height: 29px;
        width: 2rem;
        padding-left: 8px;
        padding-top: 3px;
        margin-left: 8px;
    }


@media (max-width: 600px) {
    .form-inline .form-group .btn_ueditorfile {
        width: 5.5rem;
        margin-bottom: 5px;
    }
}

.modal-header {
    background-color: #f5f5f5;
    padding: 10px 15px;
}

.modal-title {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-body-fixed {
    max-height: calc(54vh);
    overflow-y: auto;
}

.nobar .fixed-table-toolbar {
    display: none;
}

.card {
    margin-bottom: 15px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.075), 0 2px 4px 0 rgba(255,255,255,0);
    border-top: solid 3px rgba(108, 117, 125, 0.6);
    transition: all linear .3s;
}

    .card:hover {
        box-shadow: 0 0 8px 0 rgba(0,0,0,.15), 0 2px 4px 0 rgba(255,255,255,0);
        border-top-color: #6c757d;
    }

    .card .card, .card .card:hover {
        box-shadow: none;
    }

.card-header {
    padding: 0.5rem 1rem;
}

.card .card-header a:not([data-toggle="popover"]) {
    color: #797979;
}

.card .card-header a[data-toggle="collapse"] {
    display: block;
}

    .card .card-header a[data-toggle="collapse"] i {
        transition: all .25s linear;
    }

    .card .card-header a[data-toggle="collapse"].collapsed i {
        transform: rotate(-90deg);
    }

.card .card-header a.fa {
    transition: color .3s linear;
}

    .card .card-header a.fa:hover {
        color: #333;
    }

.card .card-header i + span {
    margin-left: 6px;
}

.no-card-header .card-header {
    display: none;
}

.btn i + span, .badge i + span {
    margin-left: 4px;
}

.form-check-label {
    cursor: pointer;
}

.form-check-input + span, .form-check-input + label {
    max-width: 98px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.bootstrap-table .table thead > tr > th {
    border-top: none;
}

.table-condensed > thead > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > tbody > tr > td {
    padding: 2px 0;
}

.fixed-table-loading {
    padding: 8px;
}

.bootstrap-table {
    margin-bottom: 15px;
}

    .bootstrap-table .fixed-table-body .table td > a {
        display: block;
    }

    .bootstrap-table .fixed-table-toolbar .columns-right .btn-group .dropdown-menu {
        padding-top: 8px;
    }

    .bootstrap-table .fixed-table-container .card-view .value {
        word-break: break-all;
    }

        .bootstrap-table .fixed-table-container .card-view .value > a, .bootstrap-table .fixed-table-container .card-view .value > div:not(.btn-group) {
            min-width: 60px;
            display: inline-block;
        }

    .bootstrap-table .card-view:not(:last-child) {
        margin-bottom: 6px;
    }

    .bootstrap-table .export .dropdown-menu a {
        min-width: 110px;
    }

    .bootstrap-table .export .dropdown-menu {
        padding-bottom: 8px;
    }

        .bootstrap-table .export .dropdown-menu li:hover {
            background-color: #f8f9fa;
        }

    .bootstrap-table td > .btn:not(:first-child) {
        margin-left: 5px;
    }

    .bootstrap-table .badge .fa {
        margin-right: 4px;
    }

    .bootstrap-table .fa-info {
        width: 9px;
    }

    .bootstrap-table .fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
        line-height: normal;
    }

    .bootstrap-table .bs-bars .toolbar {
        display: none;
    }

        .bootstrap-table .bs-bars .toolbar .btn i + span {
            display: none;
        }

    .bootstrap-table .bs-bars .gear .dropdown-menu {
        padding: 0;
    }

        .bootstrap-table .bs-bars .gear .dropdown-menu a {
            padding: 8px 12px;
            display: table-cell;
            color: #504d4d;
        }

            .bootstrap-table .bs-bars .gear .dropdown-menu a:not(:first-child) {
                border-left: solid 1px #aeb2b7;
            }

            .bootstrap-table .bs-bars .gear .dropdown-menu a:hover {
                color: #235e90;
            }

    .bootstrap-table td {
        word-break: break-all;
    }

    .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
        font-size: 0.875rem;
    }

    .bootstrap-table td, .bootstrap-table .fixed-table-container .table thead th .th-inner {
        padding: 0.5rem;
    }

        .bootstrap-table .fixed-table-container .table thead th .th-inner.sortable {
            padding-right: 30px;
        }

    .bootstrap-table .table tbody tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05);
    }

    .bootstrap-table .fixed-table-container .fixed-table-body .table .bs-checkbox label {
        margin-bottom: 0;
    }

        .bootstrap-table .fixed-table-container .fixed-table-body .table .bs-checkbox label input[type='checkbox'] {
            cursor: pointer;
        }

    .bootstrap-table .fixed-table-container .fixed-table-body .table td .btn:not(.btn-lg) {
        font-size: 0.75rem;
        padding: 1px 5px;
    }

    .bootstrap-table .fixed-table-container .table tbody tr.selected td {
        background-color: rgba(0, 0, 0, 0.03);
    }

    .bootstrap-table .fixed-table-container .table.table-sm tbody td {
        padding: 0.3rem;
    }

    /* fix bootstrap bottom margin */
    .bootstrap-table .fixed-table-pagination > .pagination-detail, .bootstrap-table .fixed-table-pagination > .pagination {
        margin-bottom: -5px;
    }

    .bootstrap-table .fixed-table-toolbar .dropdown-menu label.dropdown-item {
        margin: 0;
        padding: 6px 20px;
    }

    .bootstrap-table .fixed-table-toolbar .columns button i + span, .bootstrap-table .fixed-table-toolbar .search button i + span {
        display: none;
    }

.fixed-table-toolbar .dropdown-menu {
    min-width: unset;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom: 0;
}

.popover {
    max-width: 320px;
    padding: 0;
}

.popover-body .bootstrap-table {
    margin: 0.25rem 0;
}

.popover-content {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.file-drop-zone.clickable:hover {
    border: 1px dashed #999;
}

[data-toggle="LgbValidate"] input[type="text"], [data-toggle="LgbValidate"] input[type="password"] {
    padding-right: 30px;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 53, 69,.6);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69,.6);
}

.arrow-primary {
    border-color: transparent transparent #007bff;
}

.arrow-success {
    border-color: transparent transparent #28a745;
}

.arrow-info {
    border-color: transparent transparent #17a2b8;
}

.arrow-warning {
    border-color: transparent transparent #ffc107;
}

.arrow-danger {
    border-color: transparent transparent #dc3545;
}

.show .shadow-primary, .shadow-primary:hover {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 123, 255, 0.5);
    border-color: #007bff !important;
}

.show .shadow-success, .shadow-success:hover {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69, 0.5);
    border-color: #28a745 !important;
}

.show .shadow-info, .shadow-info:hover {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(23, 162, 184, 0.5);
    border-color: #17a2b8 !important;
}

.show .shadow-warning, .shadow-warning:hover {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 193, 7, 0.5);
    border-color: #ffc107 !important;
}

.show .shadow-danger, .shadow-danger:hover {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 53, 69, 0.5);
    border: 1px solid #dc3545 !important;
}

.show .shadow-default, .shadow-default:hover {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    border: 1px solid #337ab7;
}

.mCSB_scrollTools {
    width: 10px;
}

.control-label > a {
    margin-left: 6px;
    color: #5bc0de;
}

.date > input {
    cursor: pointer;
}

.datetimepicker {
    padding: 4px;
}

    .datetimepicker table tr td span {
        white-space: nowrap;
    }
.fileFixWidth{
   /* display:block !important;*/
}
.fileFixWidth .btn {
  margin-top:20px;
  margin-bottom:20px;
}

.form-inline .form-group-dropdown {
    display: flex;
    flex-wrap: nowrap;
}

    .form-inline .form-group-dropdown .control-label {
        padding: 6px 0;
        margin: 0 10px 0 0;
    }

    .form-inline .form-group-dropdown .dropdown, .form-inline .form-group-dropdown .dropup {
        display: inline-block;
    }

.swal2-popup .swal2-title {
    margin-bottom: 16px;
    font-size: 1.5rem;
}

.swal2-popup .swal2-styled {
    padding: 0.4em 1em;
}

.alert-info {
    border-left: solid 4px #53d0e4;
}

.alert-danger {
    border-left: solid 4px #f78792;
}

#btn_excelStop{
    margin-left:20px;
    margin-top:-6px;
    font-size:10px;
}

label[for] {
    cursor: pointer;
}

.form-inline .form-group .toggle {
    display: block;
}

.badge-md {
    font-size: 0.75rem;
    padding: 4px 6px;
}

.toggle .btn-default, .toggle.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #ccc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .toggle .btn-default.active {
        background-image: none;
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

        .toggle .btn-default.active:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

.toggle.btn .toggle-handle {
    display: inline-block;
    margin-left: 0;
}

.custom-control-label {
    color: #333;
    font-weight: bold;
}

    .custom-control-label:before, .custom-control-label::after {
        top: 3px;
    }

.file-preview .file-preview-thumbnails {
    display: flex;
}

.file-drop-zone .file-preview-thumbnails {
    cursor: pointer;
}

.krajee-default.file-preview-frame {
    cursor: default;
}





.redbefore::before {
    border-top-color:red !important;
}
.greenbefore::before {
    border-top-color: green !important;
}

.tooltip .tooltip-red {
    background-color: red !important;
}

.tooltip .tooltip-green {
    background-color: green !important;
}


.dialogNew {
    overflow-y: scroll;
}

    .dialogNew::-webkit-scrollbar { /*滚动条整体样式*/
        width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
        background: rgba(243, 248, 245, 0.00);
    }

.dialogHeigh .modal-dialog {
    max-height: 90%;
    padding-bottom: 40px;
}

    .dialogHeigh .modal-dialog .modal-content {
        max-height: 100%;
        position: absolute;
    }

        .dialogHeigh .modal-dialog .modal-content .modal-body {
            max-height: 90%;
            min-height: 330px;
            overflow-y: auto;
            margin-bottom: 10px;
        }

.dialogHeigh .swal2-container-model {
    max-height: 100%;
    overflow-y: hidden !important;
}

    .dialogHeigh .swal2-container-model .swal2-popup {
        max-height: 100%;
    }

        .dialogHeigh .swal2-container-model .swal2-popup .swal2-content {
            max-height: 93%;
            overflow-y: auto;
        }

.modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottomPage .modal-dialog .modal-content .modal-body .bootstrap-table .fixed-table-pagination {
    /*  position: absolute;
    bottom: 0px;*/
}




.dialogPreview .modal-dialog .modal-content .modal-body .form-inline, .dialogPreview .modal-dialog .modal-content .modal-body .form-inline .row, .dialogPreview .modal-dialog .modal-content .modal-body .form-inline .row .section .left-auto, .dialogPreview .modal-dialog .modal-content .modal-body .form-inline .row .section .left-auto .bg-wrap {
    height: 100%;
}

    .dialogPreview .modal-dialog .modal-content .modal-body .form-inline .row .section .left-auto .bg-wrap .entry {
        height: 100%;
    }

    .dialogPreview .modal-dialog .modal-content .modal-body .form-inline .row {
        flex-wrap: nowrap;
    }

.dialogPreview .modal-dialog .modal-content .modal-body {
    overflow-y: inherit;
}

.iframedialog .modal-dialog .modal-content .modal-body .form-inline {
    height: 100%;
}

    .iframedialog .modal-dialog .modal-content .modal-body .form-inline .row {
        height: 100%;
    }

    .iframedialog .modal-dialog .modal-content .modal-body .form-inline div iframe {
        height: 100%;
        width: 100%;
        border: 0px;
    }

xm-select > .xm-body {
    box-shadow: 0 2px 4px rgb(0 0 0 / 35%);
}
.overflow_hidden {
    overflow: hidden !important;
}


.overflow {
    overflow-y: auto;
}

    .overflow::-webkit-scrollbar { /*滚动条整体样式*/
        width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .overflow::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }

    .overflow::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }


.overflow1 {
    overflow-y: auto;
}


    .overflow1::-webkit-scrollbar { /*滚动条整体样式*/
        width: 1.5px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .overflow1::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        background: rgba(0,0,0,0.12);
    }



    .overflow1::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.0);
    }


.overflow2 {
    overflow-y: auto !important;
}


    .overflow2::-webkit-scrollbar { /*滚动条整体样式*/
        width: 12px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .overflow2::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 0px;
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }



    .overflow2::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.0);
    }



.overflow3 {
    overflow-y: auto;
}

    .overflow3::-webkit-scrollbar { /*滚动条整体样式*/
        width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .overflow3::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        background: rgba(0,0,0,0.1);
    }

    .overflow3::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset005pxrgba(0,0,0,0);
        border-radius: 0;
        background: rgba(0,0,0,0);
    }



.overflow4 {
    overflow-y: auto !important;
}


    .overflow4::-webkit-scrollbar { /*滚动条整体样式*/
        width: 15px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .overflow4::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 20px;
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        background:rgb(131 131 131 / 32%)
    }



    .overflow4::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        border-radius: 10px;
        background: rgb(0 0 0 / 6%);
    }


.BootHome {
    display: inline-table;
    font-size: 17px;
    margin-left: 31px;
}

    .BootHome i {
        margin-left: 25px;
        margin-right: 3px;
        font-size: 17px;
    }

    .BootHome span {
        font-size: 17px;
        color: white;
    }

    .BootHome p {
        font-size: 17px;
        margin: 0px;
        display: -webkit-inline-box;
    }

.nav-link-bar {
    border: 1px solid #dee2e6;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0.5rem 1rem;
    background-color: #fff;
}

    .nav-link-bar:hover {
        background-color: #4f9ecc;
        border-bottom-color: #4f9ecc;
    }

.table-hover tbody tr:hover {
    color: #1f2428;
    background-color: rgb(57 122 203 / 18%) !important;
}

#toolbardiv .toolbtn {
    /*width: 40px;*/
    height: 40px;
    color: white;
    font-size: 26px;
    margin-right: 45px;
    /*border: solid 1px white;*/
    /*border-radius: 50%;*/
}

    #toolbardiv .toolbtn :hover {
        font-size: 30px;
        color: #b3d4f7;
    }



.radio-large {
    height: 20px;
    width: 20px;
    display: none;
}

    .radio-large + span {
        vertical-align: middle;
        width: 24px;
        height: 24px;
        border: 1px gray solid;
        border-radius: 12px;
        display: inline-block;
        background-color: white;
        margin-top: 14px;
    }


    .radio-large:checked + span {
        border: 1px green solid;
        background-color: green;
    }

    .radio-large + span + span {
        display: none;
        position: absolute;
        right: 5px;
        font-family: fangsong;
    }

    .radio-large:checked + span + span {
        display: block !important;
    }

    .radio-large:checked + span::before {
        color: #ffffff;
        padding-left: 3px;
        font-weight: bold;
        content: "√";
        font-size: 24px;
        line-height: 24px;
    }


.BootHome .sidebar-toggle-box {
    display: none;
}

.MouseHide {
    display: none;
}

    .MouseHide:hover {
        display: block;
    }

.NoTop {
    top: 0px !important;
}

.MaxHieght {
    height: 100% !important;
}

.ViewLable {
    margin-left: 20px;
    color: blue;
}

.bootstrap-table .fixed-table-container .table input[type=checkbox] {
    margin-top: 6px;
    width: 17px;
    height: 17px;
}

.bootstrap-table td .table_newUnit_bq {
    /* width: 100%; */
    /* height: 100%; */
    background-color: rgb(252 167 58 / 10%);
    border: 1px solid red;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: rgb(238, 43, 43);
    margin-left: 5px;
    cursor: pointer;
    white-space: nowrap;
}

.bootstrap-table td .table_AreaName_bq {
    border: 1px solid #0ab10f80;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    color: rgb(5 164 34 / 64%);
    margin-left: 5px;
    cursor: pointer;
    white-space: nowrap;
}

.bootstrap-table td .table_AreaBorder_bq {
    border: 1px solid #2299fa80;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    color: rgb(21 149 239 / 64%);
    margin-left: 5px;
    cursor: pointer;
    white-space: nowrap;
}

.bootstrap-table td .table_newUnit {
    color: rgb(238, 43, 43);
    color: #fd0303;
}
.bootstrap-table .fixed-table-container {
    height:auto !important;
}

.richradio {
    margin-right: 25px !important;
}

.color1 {
    color: #218838;
}

.color2 {
    color: #0069d9;
}

.color3 {
    color: #138496;
}

.color4 {
    color: #c82333;
}

.bgcolor1 {
    background-color: #218838;
    border: #218838;
}

.bgcolor2 {
    background-color: #0069d9;
    border: #0069d9;
}

.bgcolor3 {
    background-color: #138496;
    border: #138496;
}

.bgcolor4 {
    background-color: #c82333;
    border: #c82333;
}

.bgcolor5 {
    background-color: #234ac8;
    border: #234ac8;
}


tr .FixedWidth {
    white-space: nowrap;
}

tr .FixedWidth40 .th-inner {
    min-width: 40px !important;
}

tr .FixedWidth60 .th-inner {
    min-width: 60px !important;
}

tr .FixedWidth80 .th-inner {
    min-width: 80px !important;
}

tr .FixedWidth100,tr .FixedWidth100 .th-inner {
    min-width: 100px !important;
}

tr .FixedWidth150,tr .FixedWidth150 .th-inner {
    min-width: 150px !important;
}

tr .FixedWidth200,tr .FixedWidth200 .th-inner {
    min-width: 200px !important;
}

tr .FixedWidth250,tr .FixedWidth250 .th-inner {
    min-width: 250px !important;
}

tr .FixedWidth300, tr .FixedWidth300 .th-inner {
    min-width: 320px !important;
}

tr .FixedWidth350, tr .FixedWidth350 .th-inner {
    min-width: 350px !important;
}

tr .FixedWidth400, tr .FixedWidth400 .th-inner {
    min-width: 400px !important;
}



    tr .FWidth100 .th-inner, tr .FWidth100 {
        max-width: 100px !important;
    }

        tr .FWidth150 .th-inner, tr .FWidth150 {
            max-width: 150px !important;
        }
tr .FWidth180 .th-inner, tr .FWidth180 {
    max-width: 180px !important;
}

tr .FWidth200 .th-inner, tr .FWidth200 {
    max-width: 200px !important;
}

    tr .FWidth250 .th-inner, tr .FWidth250 {
        max-width: 250px !important;
    }
tr .FWidth300 .th-inner, tr .FWidth300 {
    max-width: 300px !important;
}

    tr .FWidth350 .th-inner, tr .FWidth350 {
        max-width: 350px !important;
    }