/* 外层容器基本设置  */
.wrap {
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: relative;
    background-color: #f3f3f3;
}

.ribbon {
    background-color: #a00;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    /* shadom */
    -webkit-box-shadow: 0010px#888;
    -moz-box-shadow: 0010px#888;
    box-shadow: 0010px#888;
    /* rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* position */
    left: -50px;
    top: 40px;
}

.ribbona {
    border: 1px solid #faa;
    color: #fff;
    display: block;
    font: bold 81.25%"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 1px0;
    padding: 10px50px;
    text-align: center;
    text-decoration: none;
    /* shadow */
    text-shadow: 005px#444;
}
/*
    common
*/
.link-unstyled, .link-unstyled:visited, .link-unstyled:hover, .link-unstyled:active, .link-unstyled:focus, .link-unstyled:active:hover {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    border-radius: inherit;
    border: inherit;
    outline: inherit;
    box-shadow: inherit;
    padding: inherit;
    vertical-align: inherit;
}
.cursor-pointer{ cursor: pointer;}
.error {
    color: #f00;
}

.hidden {
    display: none;
}

.border-none {
    border: none !important;
}

.border-all {
    border: 1px solid #e0e0e0;
}

.border-left {
    border-left: 1px solid #e0e0e0;
}

.border-right {
    border-right: 1px solid #e0e0e0;
}

.border-top {
    border-top: 1px solid #e0e0e0;
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.lh-20 {
    line-height: 20px;
}

.lh-25 {
    line-height: 25px;
}

.lh-30 {
    line-height: 30px;
}

.lh-40 {
    line-height: 40px;
}

.lh-50 {
    line-height: 50px;
}

.lh-60 {
    line-height: 60px;
}

.btn-radio:not(.active) {
    color: #757575;
    background: none;
}

.btn-radio:hover {
    color: #fff;
}

.media {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -ms-flex-align: start;
    align-items: flex-start;
}
/*
    Logo Brand Font
*/
@font-face {
    font-family: "logobrand";
    src: url("/dist/fonts/logobrand.eot"); /* IE9 */
    src: url("/dist/fonts/logobrand.eot") format("embedded-opentype"), 
    url("/dist/fonts/logobrand.woff") format("woff"), 
    url("/dist/fonts/logobrand.ttf") format("truetype"), 
    url("../../fonts/logo-brand/logobrand.svg#uxfonteditor") format("svg"); /* iOS 4.1- */
}

.brand {
    font-family: "logobrand" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.brand-logo:before {
    content: "\21";
}

.brand-a-u:before {
    content: "\22";
}

.brand-i-u:before {
    content: "\23";
}

.brand-l:before {
    content: "\24";
}

.brand-i:before {
    content: "\25";
}

.brand-n:before {
    content: "\26";
}

.brand-k:before {
    content: "\27";
}

.brand-e:before {
    content: "\28";
}

.brand-d:before {
    content: "\29";
}

.brand-a:before {
    content: "\2a";
}

.brand-w:before {
    content: "\2b";
}

.brand-lv:before {
    content: "\2c";
}

.brand-zhi:before {
    content: "\2d";
}

.brand-hui:before {
    content: "\2e";
}

.brand-lv-o:before {
    content: "\2f";
}

.brand-zhi-o:before {
    content: "\30";
}

.brand-hui-o:before {
    content: "\31";
}

.brand-b:before {
    content: "\32";
}

.brand-t:before {
    content: "\33";
}

.brand-z:before {
    content: "\34";
}

.brand-s:before {
    content: "\35";
}

.brand-o:before {
    content: "\36";
}

.brand-f:before {
    content: "\37";
}

.brand-logo:before {
    content: "\38";
}

.site-navbar .navbar-header .navbar-brand-logo {
    height: 36px;
}

#AppBrandLogo {
    z-index: 1700;
    position: relative;
}
/*
    Add xl-size of Modal dialog.
*/
@media (min-width: 1200px) {
    .modal-xl {
        width: 1140px;
        max-width: 1140px;
    }
}

/* Full width modal */
.modal-full {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}

@media (max-width: 768px) {
    .modal-full {
        width: auto;
    }
}

/*
    page header
*/
.page-header .page-title {
    color: #697882;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .page-header .page-title small {
        color: #9eacb4;
        font-size: 13px;
        font-weight: 400;
    }

.page-header .breadcrumb {
    display: inline-block;
    vertical-align: middle;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
}

/* lightgallery js */
.lg-has-iframe {
    background-color: whitesmoke;
}

.lg-backdrop {
    z-index: 10000 !important;
}

.lg-outer {
    z-index: 10001 !important;
}

.lg-sub-html, .lg-actions .lg-next, .lg-actions .lg-prev {
    z-index: 10002 !important;
}

.lg-toolbar {
    z-index: 10003 !important;
}
/*
    col 5th
*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* 
    scroll to top
*/
.scroll-to-top {
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 30px;
    z-index: 10001;
    display: none;
    right: 10px;
    border: 2px solid #687991;
    border-radius: 1000px;
    width: 28px;
    height: 28px;
    padding: 2px 6px 2px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

    .scroll-to-top > i {
        display: inline-block;
        color: #687991;
        font-weight: bold;
    }

    .scroll-to-top:hover {
        cursor: pointer;
    }

    .scroll-to-top:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

@media (min-width: 992px) {
    /* 992px */
    /*.scroll-to-top {
        right: 20px;
    }*/
}

@media (max-width: 991px) {
    /* 991px */
    .scroll-to-top {
    }

        .scroll-to-top > i {
        }
}
/*
    file icon
*/
.file-icon {
    font-family: Arial, Tahoma, sans-serif;
    font-weight: 300;
    display: inline-block;
    width: 24px;
    height: 32px;
    background: #018fef;
    position: relative;
    border-radius: 2px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}

    .file-icon::before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom-left-radius: 2px;
        border-width: 5px;
        border-style: solid;
        border-color: #fff #fff rgba(255,255,255,.35) rgba(255,255,255,.35);
    }

    .file-icon::after {
        display: block;
        content: attr(data-type);
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 10px;
        color: #fff;
        text-transform: lowercase;
        width: 100%;
        padding: 2px;
        white-space: nowrap;
        overflow: hidden;
    }
/* fileicons */
.file-icon-xs {
    width: 12px;
    height: 16px;
    border-radius: 2px;
}

    .file-icon-xs::before {
        border-bottom-left-radius: 1px;
        border-width: 3px;
    }

    .file-icon-xs::after {
        content: "";
        border-bottom: 2px solid rgba(255,255,255,.45);
        width: auto;
        left: 2px;
        right: 2px;
        bottom: 3px;
    }

.file-icon-sm {
    width: 18px;
    height: 24px;
    border-radius: 2px;
}

    .file-icon-sm::before {
        border-bottom-left-radius: 2px;
        border-width: 4px;
    }

    .file-icon-sm::after {
        font-size: 7px;
        padding: 2px;
    }

.file-icon-md {
    width: 36px;
    height: 42px;
    border-radius: 2px;
}

.file-icon-lg::before {
    border-bottom-left-radius: 2px;
    border-width: 6px;
}

.file-icon-lg::after {
    font-size: 12px;
    padding: 2px 3px;
}

.file-icon-lg {
    width: 48px;
    height: 64px;
    border-radius: 3px;
}

    .file-icon-lg::before {
        border-bottom-left-radius: 2px;
        border-width: 8px;
    }

    .file-icon-lg::after {
        font-size: 16px;
        padding: 4px 6px;
    }

.file-icon-xl {
    width: 96px;
    height: 128px;
    border-radius: 4px;
}

    .file-icon-xl::before {
        border-bottom-left-radius: 4px;
        border-width: 16px;
    }

    .file-icon-xl::after {
        font-size: 24px;
        padding: 4px 10px;
    }
/* fileicon.types */
.file-icon[data-type=zip],
.file-icon[data-type=rar] {
    background: #acacac;
}

.file-icon[data-type^=doc] {
    background: #307cf1;
}

.file-icon[data-type^=xls] {
    background: #0f9d58;
}

.file-icon[data-type^=ppt] {
    background: #d24726;
}

.file-icon[data-type=pdf] {
    background: #e13d34;
}

.file-icon[data-type=txt] {
    background: #5eb533;
}

.file-icon[data-type=mp3],
.file-icon[data-type=wma],
.file-icon[data-type=m4a],
.file-icon[data-type=flac] {
    background: #8e44ad;
}

.file-icon[data-type=mp4],
.file-icon[data-type=wmv],
.file-icon[data-type=mov],
.file-icon[data-type=avi],
.file-icon[data-type=mkv] {
    background: #7a3ce7;
}

.file-icon[data-type=bmp],
.file-icon[data-type=jpg],
.file-icon[data-type=jpeg],
.file-icon[data-type=gif],
.file-icon[data-type=png] {
    background: #f4b400;
}

/*
    jstree
*/
.jstree-default .jstree-clicked {
    border: 0;
    background-color: #e1e1e1;
    box-shadow: none;
}

.jstree-default .jstree-hovered {
    border: 0;
    background-color: #eee;
    box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-wholerow .jstree-wholerow-clicked {
    background: none;
    border: 0;
    background-color: #e1e1e1;
    box-shadow: none;
}

.jstree-default .jstree-wholerow-hovered,
.jstree-wholerow .jstree-wholerow-hovered {
    border: 0;
    background-color: #eee;
    box-shadow: none;
}

.jstree-icon.icon-lg {
    margin-top: 1px;
}

.jstree-open > .jstree-anchor > .fa-folder:before {
    margin-left: 2px;
    content: "\f07c";
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent;
    background-repeat: no-repeat;
}

/*
    select2
*/
[class^='select2'] {
    border-radius: 0px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.select2-container--default.select2-container--open .select2-selection {
    border-color: #e0e0e0;
}

.select2-container--default.select2-container--open .select2-selection {
    border-bottom: 1px solid #e0e0e0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #e0e0e0;
}

.select2-container--default .select2-dropdown {
    border: 1px solid #e0e0e0;
    border-top: none;
    z-index: 2000;
}

.select2-container--default .select2-selection {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    height: 2.5rem;
}

.select2-container--default .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.select2-container--default .select2-selection--single {
    padding-left: 0 !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.5rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 30px;
    }

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
    margin-left: 0;
}

/*
    sweet-alert
*/
.sweet-alert .sa-icon.sa-success .sa-placeholder,
.sweet-alert .sa-icon {
    border-radius: 50% !important;
}

.sweet-alert h2 {
    font-size: 20px;
    padding-top: 5px;
}

.sweet-alert p {
    font-size: 14px;
}

.sweet-alert .btn {
    font-size: 14px;
    padding: 8px 14px;
}

    .sweet-alert .btn:focus {
        border-color: transparent;
    }

/*
    table
*/
.table a {
    text-decoration: none;
}

table .dropup, table .dropdown {
    position: inherit;
}

table .open > .dropdown-menu {
    top: inherit;
    left: inherit;
}

.table .table-no-stripped tr {
    background: none !important;
}

.table.table-align-top td {
    vertical-align: top !important;
}

/*
    bootstrap-table v3  兼容bootstrap样式
*/

.bootstrap-table .dropdown-menu > li > a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #757575;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .bootstrap-table .dropdown-menu > li:hover, .bootstrap-table .dropdown-menu > li:focus, .bootstrap-table .dropdown-menu > li > a:hover, .bootstrap-table .dropdown-menu > li > a:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .bootstrap-table .dropdown-menu > li.active, .bootstrap-table .dropdown-menu > li > a:active {
        color: #fff;
        text-decoration: none;
        background-color: #e0e0e0;
    }

    .bootstrap-table .dropdown-menu > li.disabled, .bootstrap-table .dropdown-menu > li > a:disabled {
        color: #6c757d;
        background-color: transparent;
    }

/*
    bootstrap-tagsinput
*/
.bootstrap-tagsinput {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    min-height: 2.501rem;
    padding: 0;
    padding-bottom: 6px;
}

    .bootstrap-tagsinput .label {
        background: #eee;
        border: 1px solid #e0e0e0;
        color: #757575 !important;
        border-radius: 0;
        margin: .3rem 0 0 .218rem !important;
        padding: 0 .429rem;
        font-size: 100%;
        line-height: 1.5;
    }

    .bootstrap-tagsinput .tag [data-role="remove"] {
        margin-left: .2145rem;
    }

        .bootstrap-tagsinput .tag [data-role="remove"]:after {
            font-weight: 500;
            display: inline-block;
            cursor: pointer;
            color: #999;
        }

        .bootstrap-tagsinput .tag [data-role="remove"]:hover:after {
            color: #000;
        }
/*.bootstrap-tagsinput input {
    display: none;
}*/

/*
    loadding class.
*/
.page-spinner-bar {
    position: fixed;
    z-index: 10051;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center;
}

    .page-spinner-bar > div {
        margin: 0 5px;
        width: 18px;
        height: 18px;
        background: #4bccd8;
        border-radius: 100% !important;
        display: inline-block;
        -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
        animation: bounceDelay 1.4s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .page-spinner-bar .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .page-spinner-bar .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@keyframes bounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*
    bootstrap-datepicker
*/
.datepicker {
    z-index: 1200 !important;
}

.slidePanel {
    /*z-index: 1700 !important;*/
}

m-b-0 {
    margin-bottom: 0px !important;
}

font-weight-600 {
    font-weight: 600;
}

.no-detail-view .detail-icon {
    display: none;
}

.page-aside a.list-group-item.active,
.page-aside a.list-group-item.active,
.page-aside a.list-group-item.active:focus,
.page-aside a.list-group-item.active:hover {
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-table .download {
    color: #43a047;
}

    .bootstrap-table .download:hover {
        cursor: pointer;
    }

.bootstrap-table .preview {
    color: #43a047;
}

    .bootstrap-table .preview:hover {
        cursor: pointer;
    }

.table .open > .dropdown-menu {
    top: auto;
}

@keyframes glowing {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

.glowing {
    animation: glowing 2s infinite;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}

    .hr-text:before {
        content: '';
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 .5em;
        line-height: 1.5em;
        color: #818078;
        background-color: #fcfcfa;
    }


/*文本限制默认最大显示两行*/
.block-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-ellipsis-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.navbar-toolbar .has-notification {
    border: 2px solid #f80 !important;
}

.media .media-hover-actions {
    display: none;
}

.media:hover .media-hover-actions, .media:active .media-hover-actions {
    display: inline-block
}

.font-size-36 {
    font-size: 36px !important;
}

.cagvTimeline3 .cagvEventDesc {
    color: #757575 !important;
}

.cContHeaderSectionCenter {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat-content p {
    word-break: break-word;
}

/* slidepanel mouse Drag Handler */
.mouseDragHandler {
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: ew-resize;
    background: rgba(255, 100, 255, 0.1)
}

.leftDragHandler {
    width: 10px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: ew-resize;
    background: rgba(255, 100, 255, 0.1)
}

.topDragHandler {
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: ns-resize;
    background: rgba(255, 100, 255, 0.1)
}

.bottomDragHandler {
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: ns-resize;
    background: rgba(255, 100, 255, 0.1)
}

    .mouseDragHandler:hover,
    .leftDragHandler:hover,
    .topDragHandler:hover,
    .bottomDragHandler:hover {
        background: rgba(255, 100, 255, 0.5);
    }

.form-group .twitter-typeahead {
    float: inherit;
}

.card-guide-text {
    font-size: 24px;
}

@media screen and (min-width: 375px) {
    .card-guide-text {
        /* iPhone6的375px尺寸作为16px基准，414px正好18px大小, 600 20px */
        font-size: calc(100% + 2 * (100vw - 375px) / 39);
        font-size: calc(16px + 2 * (100vw - 375px) / 39);
    }
}

@media screen and (min-width: 414px) {
    .card-guide-text {
        /* 414px-1000px每100像素宽字体增加1px(18px-22px) */
        font-size: calc(112.5% + 4 * (100vw - 414px) / 586);
        font-size: calc(18px + 4 * (100vw - 414px) / 586);
    }
}

@media screen and (min-width: 600px) {
    .card-guide-text {
        /* 600px-1000px每100像素宽字体增加1px(20px-24px) */
        font-size: calc(125% + 4 * (100vw - 600px) / 400);
        font-size: calc(20px + 4 * (100vw - 600px) / 400);
    }
}

@media screen and (min-width: 1000px) {
    .card-guide-text {
        /* 1000px往后是每100像素0.5px增加 */
        font-size: calc(137.5% + 6 * (100vw - 1000px) / 1000);
        font-size: calc(22px + 6 * (100vw - 1000px) / 1000);
    }
}


.app-aside-toggle {
    position: absolute !important;
    width: 259px;
    bottom: 0px !important;
    top: auto !important;
    right: 0px !important;
    /*line-height: 40px;*/
    z-index: 1290;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    border-top: 1px solid #e0e0e0;
}

.page-workflow-aside .workflow-collapse-name {
    display: none;
}

.page-workflow-aside.collapse {
    width: 56px !important;
    /*left: -394px;*/
    display: block;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}

    .page-workflow-aside.collapse .toggle-aside-minpanel {
        position: absolute;
        top: 0;
        display: block;
        padding-top: 10px;
        height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px);
        line-height: 56px;
        cursor: pointer;
        background-color: #f1f4f5;
        color: #424242;
        font-weight: 400;
        writing-mode: vertical-lr;
        writing-mode: tb-lr;
    }

    .page-workflow-aside.collapse .workflow-collapse-name {
        display: inline-block;
        padding-top: 30px;
    }

.page-workflow-aside .toggle-aside-action {
    position: absolute;
    /*line-height: 40px;*/
    bottom: 0px;
    right: 0px;
}

    .page-workflow-aside .toggle-aside-action .toggleAside i:first-child {
        display: inline-block;
    }

    .page-workflow-aside .toggle-aside-action .toggleAside i:last-child {
        display: none;
    }

.page-workflow-aside.collapse .toggle-aside-action .toggleAside i:first-child {
    display: none;
}

.page-workflow-aside.collapse .toggle-aside-action .toggleAside i:last-child {
    display: inline-block;
}

.page-workflow-aside.collapse .list-group {
    display: none;
}

.page-workflow-aside.collapse + .page-main {
    margin-left: 56px;
    transition: 0.5s all ease-in-out;
}

.sticky-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1430;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    margin-top: 30px;
    box-shadow: 0 -12px 10px 0 #ccc;
    /*animation: glowingBorder 2s infinite linear;*/
}

    .sticky-footer .panel-body {
        padding-bottom: 15px;
    }

.mmenu.site-menubar-fold .sticky-footer {
    transition: all 0.2s;
    left: 95px;
}

.mmenu.site-menubar-hover .sticky-footer {
    left: 270px;
}

.leftbar.site-menubar-fold .sticky-footer {
    left: 120px;
}

.leftbar.site-menubar-unfold .sticky-footer {
    left: 290px;
}

.iconbar.site-menubar-hide .sticky-footer {
    left: 0px;
}

.iconbar.site-menubar-unfold .sticky-footer {
    left: 160px;
}

.center.site-menubar-hide .sticky-footer {
    left: 0px;
}

.slidePanel .sticky-footer {
    left: 0px !important;
}


@keyframes glowingBorder {
    0% {
        box-shadow: 0px 0px 10px rgba(255, 152, 0, 0.8);
    }

    50% {
        box-shadow: 0px 0px 20px rgba(255, 152, 0, 0.8);
    }

    100% {
        box-shadow: 0px 0px 10px rgba(255, 152, 0, 0.8);
    }
}

.btn-nav {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 800;
}

.bootstrap-table .radio-custom, .bootstrap-table .checkbox-custom {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media print {
    .panel {
        margin: 0;
    }

    .panel-heading {
        border: none;
    }

        .panel-heading .panel-title {
            font-size: 16px;
            padding: 10px !important;
        }

    .col-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxl-1 {
        float: left;
        width: 50%;
        display: flex;
    }

    .col-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxl-2 {
        float: left;
        width: 50%;
        display: flex;
    }

    .col-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxl-3 {
        float: left;
        width: 50%;
        display: flex;
    }

    .col-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxl-4 {
        float: left;
        width: 50%;
        display: flex;
    }

    .col-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxl-5 {
        float: left;
        width: 50%;
        display: flex;
    }

    .col-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-56.col-xl-6, .col-xxl-6 {
        float: left;
        width: 50%;
        display: flex;
    }

    .col-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxl-7 {
        float: left;
        width: 100%;
        display: flex;
    }

    .col-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxl-8 {
        float: left;
        width: 100%;
        display: flex;
    }

    .col-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxl-9 {
        float: left;
        width: 100%;
        display: flex;
    }

    .col-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxl-10 {
        float: left;
        width: 100%;
        display: flex;
    }

    .col-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxl-11 {
        float: left;
        width: 100%;
        display: flex;
    }

    .col-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-xxl-12 {
        float: left;
        width: 100%;
        display: flex;
    }

    .form-group span:first-child {
        min-width: 60px;
        text-align: right;
    }

    .form-group span:last-child {
        padding-left: 10px;
    }

    .form-group {
        margin-bottom: 10px !important;
    }

    .panel-body {
        padding: 10px !important;
    }

    .table th,
    .table td {
        padding: 3px !important;
        font-size: 14px;
    }

    .d-print-none {
        display: none !important;
    }

    /* table */
    table {
        width: 100%;
    }

        table th {
            font-weight: bold;
        }

        table th,
        table td {
            padding: 0.2cm;
        }

    /* Lists */
    ol {
        counter-reset: item;
    }

        ol li {
            display: block;
        }


    /* image */
    img {
        width: 100%;
        border: none;
    }

    /* links */
    a,
    a:visited {
        text-decoration: underline;
    }

        a:link:after {
        }
}

/*
    Modal dialog in boxed-layout issue.
*/
.modal-open {
    padding-right: 0 !important;
}

.modal {
    padding-right: 0 !important;
}


.navbar-default {
    background-color: #fff !important;
}

.site-menubar.site-menubar-dark {
    background: #212121 !important;
}

/*
    TopIcon style issue.
*/
body.topicon.layout-boxed .site-menubar, body.topicon.layout-boxed .page {
    max-width: 1320px;
}

body.topicon.layout-boxed .site-navbar {
    padding: 0 !important;
}

body.topicon.layout-boxed .site-menubar {
    padding: 0 !important;
}

body.topicon .site-menu {
    left: auto !important;
}

.cursor-pointer {
    cursor: pointer;
}
/*
    Center style issule.
*/
.site-navbar .navbar-container .navbar-brand-center > a {
    padding: 0;
}

body.center.site-navbar-small .site-navbar .navbar-container .navbar-toolbar [data-toggle=menubar] {
    margin-top: 13px !important;
}

body.center.site-navbar-small,
body.mmenu.site-navbar-small,
body.iconbar.site-navbar-small {
    padding-top: 4.286rem;
}

/*
    Fixed animsition box-layout problem.
*/
body.animsition.layout-boxed {
    position: static !important;
}

/*
    Fixed dropdown-menu list-group icon issue.
*/
.dropdown-menu li .icon:first-child, .dropdown-menu li > a .icon:first-child {
    width: 1em;
    margin-right: .5em;
    text-align: center;
}


.topbar.layout-boxed .site-menu-item.has-sub.open > .site-menu-sub {
    max-width: 1320px;
    margin: auto;
}


/*
    slidepanel issue.
*/
.topbar .slidePanel-left,
.topicon .slidePanel-left {
    top: 66px !important;
    z-index: 1500;
    -webkit-box-shadow: 5px 0 20px 0 rgba(66, 66, 66, .2);
    box-shadow: 5px 0 20px 0 rgba(66, 66, 66, .2);
}

.topbar .slidePanel-right,
.topicon .slidePanel-right {
    top: 66px !important;
    z-index: 1700;
}

.site-sidebar.slidePanel.slidePanel-right,
.site-sidebar.slidePanel.slidePanel-left {
    width: 400px;
}

.topbar .site-navbar,
.topicon .site-navbar {
    z-index: 1600;
}

.mmenu.site-navbar-small .site-navbar {
    height: 4.286rem;
    min-height: 4.286rem;
}

.container {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.iconbar .site-navbar .navbar-brand, .iconbar .site-navbar .navbar-brand div#AppBrandLogo {
    min-width: 130px;
    padding-left: 10px !important;
}

.leftbar.site-menubar-fold .site-navbar .navbar-brand, .leftbar.site-menubar-fold .site-navbar .navbar-brand div#AppBrandLogo {
    width: 90px !important;
    padding-left: 10px !important;
    overflow: hidden !important;
}

.navbar-search-overlap {
    margin-left: 200px;
}

.card-text {
    overflow-wrap: break-word;
}

.page-aside.open {
    z-index: 1700;
}

.pearls {
    display: block;
}

.datepicker {
    z-index: 1700 !important;
}

.input-group .datepicker {
    z-index: 1190 !important;
}

.block-ellipsis {
    max-height: 45px;
}


.tt-menu {
    max-height: 350px;
    overflow-y: auto;
}

.glyphicon-arrow-left {
    border: solid #0000008f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.glyphicon-arrow-right {
    border: solid #0000008f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.btn-primary-gradien {
    letter-spacing: 0.08rem;
}

.btn-dark-gradien {
    background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(51%, #1b1f27), to(#3d4557));
    background-image: linear-gradient(to right, #3d4557 0%, #1b1f27 51%, #3d4557 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    .btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        background-position: right center;
        background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(0%), color-stop(#1b1f27), color-stop(100%), to(#fff)) !important;
        background-image: linear-gradient(to right, #3d4557, 0%, #1b1f27, 100%, #fff) !important
    }

.night-fade-gradient {
    /* fallback for old browsers */
    background: #6a11cb;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 0.5), rgba(37, 117, 252, 0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(106, 17, 203, 0.5), rgba(37, 117, 252, 0.5))
}

.deep-blue-gradient {
    background-size: 100% 100%;
    background-position: 0px 0px;
    /* fallback for old browsers */
    background: #e0c3fc;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(224, 195, 252, 0.5), rgba(142, 197, 252, 0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(224, 195, 252, 0.5), rgba(142, 197, 252, 0.5));
    /*background-image: repeating-linear-gradient(90deg, #A100FFFF 0%, #71C4FFFF 100%);*/
}

li .download, li .perview, li.delete, li.plupload-file-delete {
    cursor: pointer
}


.form-material.has-success .bootstrap-tagsinput:not(.empty), .form-material.has-success .select2-selection {
    background-size: 100% 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px)
}

.form-material.has-success .bootstrap-tagsinput:not(.empty), .form-material.has-success .select2-selection {
    background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#e0e0e0, #e0e0e0)
}


.panel {
    margin-bottom: 15px;
}

.panel-body {
    /*padding: 15px 30px ;*/
}

.panel-bordered > .panel-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-header {
    padding: 10px 30px;
}

.panel-title {
    padding: 10px 30px !important;
}

.p-0 {
    padding: 0px 0px 0px 0px !important;
}

.btn-nav {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.table .dropup, table .dropdown icon {
    font-size: 18px;
}

.bootstrap-table .fixed-table-toolbar .columns-left {
    margin-right: 10px !important;
}

.bootstrap-table p {
    margin-bottom: 0 !important;
}

.bootstrap-table .fixed-table-container .table:not(.table-conflict) tr td:not(:has(ul)):not(:has(button)) {
    vertical-align: middle;
    box-sizing: border-box;
    max-width: 300px;
    white-space: nowrap;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .5rem;
    position: relative;
    table-layout: fixed;
}

.bootstrap-table .fixed-table-container .table tr td:has(ul) {
    max-width: 130px;
    padding: 0.5rem;
    white-space: nowrap;
}

.bootstrap-table .fixed-table-container .table tr td:not(:has(ul)):not(:has(button))::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: 100%;
    overflow: visible;
    z-index: -1;
    transform: translateZ(0);
}


td.hovered, .table-fixedwidth td, .table-conflict tr td:nth-child(n+5) {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    z-index: 102;
    min-width: 300px;
}

.table thead th {
    font-weight: 600;
    color: #616161;
    border-bottom-width: 1px;
    background: rgb(236 236 236 / 90%);
    border-bottom: 2px solid #e0e0e0;
    ;
    transition: background .2s ease;
    vertical-align: middle !important;
    max-height: 42px;
}

.site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > span {
    padding: 0 10px
}

html, body {
    overscroll-behavior: none;
}


.p-y-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.p-a-20, .p-20 {
    padding: 20px !important;
}

.panel-heading-search .panel-actions {
    right: auto;
    left: 150px;
}

.form-group > span:nth-child(1) {
    font-weight: 800 !important;
}

.site-menubar-light .site-menu-item.open > a {
    color: #3949ab !important;
}

.site-menubar-light .site-menu-item.active > a {
    color: #3949ab !important;
    background-color: rgba(40, 53, 147, 0.03);
}

/*.panel-bordered:not(.sticky-footer) > .panel-heading > .panel-title {
    position: relative !important;
    color: #3949ab;
    background-image: linear-gradient(to right,#FFFAE8, #ffffff);
    padding: 5px 15px;
    border-radius: 8px;
}

    .panel-bordered:not(.sticky-footer) > .panel-heading > .panel-title:after {
        content: "";
        position: absolute;
        width: 70px;
        height: 2px;*/
/* background: #3949ab;*/
/*top: calc(100% - 2px);
        left: 30px;
    }

.panel-bordered:not(.sticky-footer) > .panel-heading > .panel-innertitle {
    display: block;
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #424242;
}*/


.page-header .page-header-actions {
    margin-left: auto !important;
    margin-bottom: 5px;
}

.page-header .page-header-actions {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 50px;
    display: inline;
}


.site-menu > .site-menu-item > .site-menu-sub > .site-menu-itemOther > a {
    color: #3949ab !important;
    background: left;
    background-image: linear-gradient(to right, #e8eaf6, #fff);
    padding: 5px 15px;
    border-radius: 8px;
}

.site-menu > .site-menu-item > a > .site-menu-icondiv {
    display: flex;
    align-items: center;
}

.site-menu > .site-menu-item > a {
    padding: 1.5rem 10px;
}

    .site-menu > .site-menu-item > a > .site-menu-icondiv i {
        font-size: 15px;
        margin: 0;
        margin-right: 5px;
    }

    .site-menu > .site-menu-item > a > .site-menu-icondiv > .site-menu-title {
        font-size: 16px !important;
        text-shadow: 0 0 #000000c7;
    }


.panel-bordered:not(.sticky-footer):not(.panel-line) > .panel-heading > .panel-title {
    position: relative !important;
    color: #3949ab;
    background-image: linear-gradient(to right, #e3e3e3, #fff);
    padding: 5px 15px;
}

.card {
    margin-bottom: 10px;
}

    .card > .card-header {
        color: #3949ab;
    }

        .card > .card-header .btn-group {
            position: absolute;
            left: 120px;
            top: 6px;
            /*right: 20px;*/
        }

        .card > .card-header h4 {
            margin-top: 0;
            margin-bottom: 0;
            color: #3949ab !important;
        }

.card-header-color {
    color: #3949ab !important;
    background: left;
    /*background-image: linear-gradient(to right, #eff5fd, #fff)*/
    /*border-radius: 8px;*/
}

    .card-header-color h5 {
        color: #3949ab !important;
        font-weight: bold;
    }


.site-menubar-unfold [data-toggle=menubar] .hamburger-arrow-left {
    margin-top: -10px
}

    .site-menubar-unfold [data-toggle=menubar] .hamburger-arrow-left .hamburger-bar {
        width: 1em;
        transform: translate3d(0, -.2em, 0) rotate(90deg)
    }

    .site-menubar-unfold [data-toggle=menubar] .hamburger-arrow-left::before {
        width: .9em;
        transform: translate3d(-.3em, .1em, 0) rotate(90deg);
    }

    .site-menubar-unfold [data-toggle=menubar] .hamburger-arrow-left::after {
        width: 1.1em;
        transform: translate3d(.3em, -.5em, 0) rotate(90deg)
    }


.nav-tabs-line {
    padding-bottom: 0px !important;
}


.card-block {
    padding: 10px 20px;
}

.slidePanel .panel-action {
    color: red !important;
}

/* start 添加下拉框图标样式*/
.select-icon .select-arrow {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 15px;
    position: absolute;
    top: 70%;
    width: 0;
}

.select-icon .down {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

/* end 原生下拉框样式*/
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    color: #000;
    text-align: center;
}

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
        color: #3af !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
        background: #3af !important;
        color: #fff !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td > div {
        padding: 0
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
        background: #3af !important;
        color: #fff !important
    }

.xdsoft_datetimepicker {
    z-index: 19999 !important;
}

.text-center {
    text-align: center;
}

form .required:after {
    content: '*';
    font-size: 20px;
    color: red;
    position: absolute;
    margin-left: 5px;
}

table .required:after {
    content: '*';
    font-size: 20px;
    color: red;
    position: absolute;
    margin-left: 5px;
}

/* start form 表单紧凑 */
form .row .form-group, form .form-group {
    margin-bottom: 2px;
}

form .row label {
    margin-bottom: 0px;
}

/*.modal-content .col-md-3 {*/
/*    float: left;*/
/*    width: 50%;*/
/*}*/

/* end */

/* start 上下布局改为左右布局 */

/*form .row .form-group {
    display: flex;
}

form .row .form-group .statusList {
    display: flex
}

form .row .form-group > div[readonly="readonly"] {
    width: 100%
}

form .row .form-group .form-control {
    padding: 0px !important;

}
.text-help {
    position: absolute;
    right: 10px;
    top: 35px;
    font-size: 12px;
}

.form-group .form-control-label {
    width: 100px !important;
    white-space: nowrap;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    white-space: wrap;
}

.form-group .form-control-label ~ .form-control, .form-group .form-control-label ~ .input-group, .form-group .form-control-label ~ .select2, .form-group .form-control-label + div {
    width: calc(100% - 100px) !important;
}

.form-group .form-control-label + .flex {
    display: flex;
}

form .row .form-group > label.required:after {
    content: '*';
    font-size: 20px;
    color: red;
    position: relative;
    top: 2px;
    left: 2px;
}


form .row .form-group > button {
    width: auto !important;
}

form .row .form-group > .text-help {
    position: absolute;
    top: 5px;
    width: auto !important;
    height: 20px;
    line-height: 20px;
}*/

/* end */


.select2-container--default .select2-results__group {
    padding: 0px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}

.select2-results__option {
    padding: 4px;
}

.select2-results strong {
    font-weight: bold;
    line-height: 18px;
}

    .select2-results strong + ul li {
        padding-left: 25px !important;
    }

.form-group .form-control-label {
    padding: 0;
}

.tag {
    font-size: 85%;
}

.card-block:not(:first-child) {
    border-top: 1px solid #b0bec5;
    padding-top: 10px;
    padding-bottom: 10px
}

.panel-body .card-block {
    padding: 10px 0px;
}

.roundBox {
    margin: 0 auto;
    /* margin-bottom: 10px; */
    width: 50px;
    height: 45px;
    background: #3949ab;
    color: #fff;
    line-height: 35px;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .roundBox .icon {
        font-size: 35px;
    }

.modal-content .cascaderBox {
    position: fixed;
}

.modal-content .tt-menu {
    max-width: 270px;
    margin-left: 20px;
    top: auto !important;
    position: fixed !important;
}

.card-title-box {
    display: flex;
    padding: 5px 20px;
}

    .card-title-box .card-name {
        white-space: nowrap;
        line-height: 35px;
        font-size: 16px;
        position: relative;
        color: #2d3356;
        padding-right: 20px;
    }

        .card-title-box .card-name:after {
            content: '';
            position: absolute;
            border-left: 3px solid #2d3356;
            left: -20px;
            top: 8px;
            height: 20px;
            width: 3px;
            background: #2d3356;
            border-radius: 3px;
        }

    .card-title-box .right, .card-title-box .pull-right {
        position: absolute;
        right: 0;
        margin-right: 20px;
    }

    .card-title-box .card-input {
        width: 45%;
    }

        .card-title-box .card-input .input-search .select2-selection {
            border: 1px solid #ccc !important;
            border-radius: 15px !important;
            padding: 0 10px !important;
        }

        .card-title-box .card-input .input-search .select2-selection__rendered li {
            width: 100%;
        }

            .card-title-box .card-input .input-search .select2-selection__rendered li input {
                width: 95% !important;
            }

.ribbon-clip::before {
    top: 40px;
}

.ribbon-inner {
    top: 10px;
}

.checkbox-inline + .checkbox-inline {
    margin-left: 0px;
}

.checkbox-custom.checkbox-inline {
    margin-right: 15px;
}

.alert {
    margin-bottom: 5px;
}

/*table渲染样式*/
.t-m {
    vertical-align: middle !important;
    text-align: center
}

.t-l {
    vertical-align: middle !important;
    text-align: left
}

/* 页面滚动时始终保持在页面中的至顶位置 */
.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    display: inline-block;
    top: 70px;
}

.list-group-item, .nav-item, .nav-link {
    cursor: pointer;
}

.table-bordered tfoot th, .table-bordered tfoot td {
    border: none;
}

    .table-bordered tfoot th .th-inner:not(:empty), .table-bordered tfoot td .th-inner:not(:empty) {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

@media screen and (max-width: 768px) {
    /*手机端预览样式调整开始*/
    .lg-has-iframe {
        height: 100% !important;
    }

        .lg-has-iframe > div {
            height: 100% !important;
            margin-top: 50px !important;
        }

        .lg-has-iframe > .lg-video > iframe {
            margin-top: 50px !important;
        }

    .lg-video-cont .lg-video iframe.lg-object {
        height: 100% !important;
    }

    /*手机端预览样式调整结束*/
    /*手机端工作台日历控件调整开始*/
    .calendarContInner {
        width: 100% !important;
    }

        .calendarContInner > .cTable {
            width: 100% !important;
        }

        .calendarContInner > .cdvContRow2 {
            width: 100% !important;
        }

        .calendarContInner > .cdvContRow3 {
            width: 100% !important;
        }

    .cContHeader {
        width: 100% !important;
    }

    .cdvTimeSlotTable {
        width: 100% !important;
    }

    #cContHeaderMenuDayView {
        width: 41px !important;
        font-size: 14px !important;
    }

    #cContHeaderMenuWeekView {
        width: 41px !important;
        font-size: 14px !important;
    }

    #cContHeaderMenuDetailedMonthView {
        width: 41px !important;
        font-size: 14px !important;
    }

    #cContHeaderMenuAgendaView {
        width: 78px !important;
        font-size: 14px !important;
    }

    #cContHeaderMenuTaskPlannerView {
        width: 78px !important;
        font-size: 14px !important;
    }

    /*手机端工作台日历控件调整结束*/
    /*利冲检索结果建议全部左对齐调整开始*/
    #CaseCheckResultTable .card-view .card-view-value {
        text-align: left !important;
    }

    #ClientStorageCheckResultTable .card-view .card-view-value {
        text-align: left !important;
    }


    #ClientWhitelistCheckResultTable .card-view .card-view-value {
        text-align: left !important;
    }

    #ClientHoldingOfficeCheckResultTable .card-view .card-view-value {
        text-align: left !important;
    }


    #BiddingTenderCheckResultTable .card-view .card-view-value {
        text-align: left !important;
    }

    /*利冲检索结果建议全部左对齐调整结束*/
}

/*.modal-body { overflow: auto; }*/

@media (min-width: 768px) {
    .modal-open {
        overflow-y: auto !important;
    }

    .navbar-toolbar .open .dropdown-submenu .dropdown-menu {
        right: 100% !important;
    }

    /*Start Fix topbar,topicon menu overflow issue.*/
    .site-menu-section-wrap > .site-menu-item > a {
        margin-top: 10px;
    }

    .topbar .site-menu-section-wrap,
    .topicon .site-menu-section-wrap {
        width: calc(100% - 40px);
    }

    .topbar .site-menu-section,
    .topicon .site-menu-section {
        float: left;
    }

    /*End*/
}


@media (max-width: 768px) {
    .navbar-toolbar .open .dropdown-menu {
        left: 0 !important;
    }

    /* Start Fixed header actions overflow issue.*/
    .page-header-actions {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        padding-top: 15px;
        margin: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    /* End*/
    /* Start  Navbar inverse-style issue.*/
    .site-navbar.navbar-inverse .navbar-container {
        background: #fff !important;
        border-bottom: 1px solid #e0e0e0;
    }

    .navbar-inverse .navbar-toolbar .nav-link {
        color: #757575 !important;
    }

    /* End*/
    .site-menu > .site-menu-item > .site-menu-sub {
        min-width: 100px !important;
    }

    .toptool {
        display: none
    }

    #app-sitefooter {
        display: none
    }

    .bootstrap-table .fixed-table-container .table tr td:has(ul) {
        white-space: normal !important
    }

    .site-menu > .site-menu-item > .site-menu-sub > .site-menu-itemOther > ul li {
        min-width: 100% !important
    }

    #panel_1 .tag {
        white-space: revert;
    }

    #panel_2 .input-search.input-group-sm {
        display: block !important;
        padding: 0 30px 30px;
        width: 100% !important;
    }

    #panel_2 .panel-actions.panel-actions-keep {
        padding: 0 30px;
        position: unset;
    }

    #panel_2 .panel .panel-actions.panel-actions-keep {
        position: unset;
    }

    .page-main .site-action.m-r-30.m-b-30 {
        right: 10% !important;
    }

    #panel_4 .tag.tag-danger {
        white-space: revert;
    }

    .slidePanel-right {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .blocks-lg-8 > .block, .blocks-lg-8 > li {
        width: 10%;
    }
}

/*侧滑页面中固定表头不显示*/
.scrollable-container .sticky-header-container.fixed-table-container {
    display: none !important;
}

.fix-sticky {
    z-index: 1000;
}


/*  导航栏 start */

@media (min-width: 768px) {
    #site-navbar-collapse {
        display: block;
    }
}

.navbar-container.container-fluid {
    height: 100%;
}

@media (max-width: 992px) {
    .navbar-container.container-fluid {
        height: auto;
    }
}


.navbar-container.container-fluid #site-navbar-collapse {
    height: 100% !important
}

.nav.navbar-toolbar {
    margin-top: 0px;
    display: flex;
    height: 100%;
}

.navbar-toolbar .nav-item {
    height: 100%;
}

.site-navbar-small .site-navbar .navbar-toolbar > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 6px 6px 0px 0px;
    padding-block: 0;
    padding: 0px 8px;
}

.navbar-inverse #site-navbar-collapse .navbar-toolbar:first-child .nav-link:hover,
.navbar-inverse #site-navbar-collapse .navbar-toolbar:first-child .nav-link:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
}

.navbar-inverse #site-navbar-collapse .navbar-toolbar:last-child .nav-link:hover,
.navbar-inverse #site-navbar-collapse .navbar-toolbar:last-child .nav-link:focus {
    color: #3949ab;
    background-color: #e8eaf6;
}


/*  导航栏 end */

.form-material textarea.form-control {
    padding-bottom: 0;
}

/*弹框下第一个Card-block上边距置为0*/
.modal-body form .card-block:first-child {
    padding-top: 0px;
    ;
}

    .modal-body form .card-block:first-child .card-title-box {
        padding-top: 0px;
        ;
    }
/*自定义通知样式*/
.custom-notify {
    position: absolute !important;
    top: 26rem;
    left: 40%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 300px;
}

    .custom-notify .toast {
        margin: 0 !important;
    }


.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .ellipsis:hover {
        -webkit-line-clamp: unset;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
        max-height: none;
    }

.modal-dialog .card-block .form-group span {
    word-wrap: break-word;
}

/* 侧滑页面遮罩层样式 end */
.slide-panel-overlay {
    position: fixed;
    z-index: 1300;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
}

.slidePanel-header {
    position: sticky !important;
    top: 0;
    z-index: 1600;
}

/*底部按钮悬浮*/
.footer-action {
    width: 100%;
    bottom: 0;
    text-align: center;
    right: 0;
    background-color: #f3f4f5; /* 原始背景色 */
    background-image: linear-gradient(to bottom, #f3f4f5, #FFF); /* 渐变背景色 */
    padding: 10px 0;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease; /* 平滑过渡背景色变化 */
}

    .footer-action button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 4px;
    }

    .footer-action .icon {
        margin-top: 1px;
    }

/*手机端顶部快捷操作*/
@media (max-width: 768px) {
    #site-navbar-collapse .navbar {
        box-shadow: none;
    }

    #site-navbar-collapse .site-navbar.navbar-inverse .navbar-container {
        border: none;
    }

    #site-navbar-collapse {
        padding: 0;
        border: none;
    }

        #site-navbar-collapse .mobile-show-nav > .subscription-warning,
        #site-navbar-collapse .mobile-show-nav > li:last-child {
            display: none;
        }

        #site-navbar-collapse .mobile-show-nav {
            display: grid !important;
            grid-template-columns: repeat(4, 1fr);
            position: relative;
            float: unset !important;
        }

            #site-navbar-collapse .mobile-show-nav::before {
                content: ' ';
                position: absolute;
                bottom: 0;
                inset-inline: 0;
                border-bottom: 1px solid #fff;
                z-index: 1;
            }

            #site-navbar-collapse .mobile-show-nav .nav-item {
                height: 60px;
                padding-inline: 20px;
                border-right: 1px solid #E8E8E8;
                border-bottom: 1px solid #E8E8E8;
            }

                #site-navbar-collapse .mobile-show-nav .nav-item .nav-link {
                    padding: 0 !important;
                    justify-content: center;
                    color: #333 !important;
                    font-weight: 500;
                }

                    #site-navbar-collapse .mobile-show-nav .nav-item .nav-link:focus {
                        color: #333 !important;
                        background-color: #fff !important;
                    }
}

@media (max-width: 1300px) {
    .nav.navbar-toolbar {
        height: auto !important;
    }
}

.lg-has-iframe > .lg-video > iframe {
    margin-top: 50px !important;
}

.lg-video-cont .lg-video iframe.lg-object {
    height: 80% !important;
}
/*案件变更样式*/
.caseChange {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .caseChange li {
        padding: 5px;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        color: #333;
        overflow-wrap: break-word;
        white-space: pre-wrap;
    }

        .caseChange li:last-child {
            border-bottom: none;
        }
/*收款分配页汇总样式*/

.card-actions {
    font-size: large;
    padding-right: 12px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 0;
    margin-top:0;
}

@media (max-width: 768px) {
    .card-actions {
        position: relative;
        text-align: left;
        padding-left: 20px;
        padding-bottom: 10px;
    }
}
.radio-custom input[type="radio"] {
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 1!important;
}

/*悬浮滚动条，苹果电脑浏览器不显示，作兼容处理*/
.defscroll {
    background: #f1f1f1;
    border-radius: 10px;
    scrollbar-height: thin; /* Firefox */
}
.defscroll::-webkit-scrollbar {
    height: 10px;
    width:8px;
}
.defscroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}