/*
    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;
}

.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: 9999 !important;
}

.lg-outer {
    z-index: 9999 !important;
}

.lg-sub-html, .lg-actions .lg-next, .lg-actions .lg-prev {
    z-index: 1780 !important;
}

.lg-toolbar {
    z-index: 1782 !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: #fff;
}

    .bootstrap-table .download:hover {
        cursor: pointer;
    }

.bootstrap-table .preview {
    color: #43a047;
}

    .bootstrap-table .preview:hover {
        cursor: pointer;
    }

.table .open > .dropdown-menu {
    top: auto;
   /*right:0;*/
}

@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: block;
    display: -webkit-box;
    max-width: 100%;
    height: 43px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.block-ellipsis-12 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 37px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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;
}

.ui-tooltip{
    word-break:break-all;
}

thead {
    background: #EAEEF3;
}
@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;
}
/*.modal-body { overflow: auto; }*/

@media (min-width: 768px) {
    .modal-open {
        overflow-y: auto !important;
    }
}

/*
    Menubar dropdown position issue.
*/
@media (max-width: 767px) {
    .navbar-toolbar .open .dropdown-menu {
        left: 0 !important;
    }
}

@media (min-width: 768px) {
    .navbar-toolbar .open .dropdown-submenu .dropdown-menu {
        right: 100% !important;
    }
}

.navbar-default {
    background-color: #AF6B50 !important;
}
.site-menubar {
    background: #DDEBFF !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;
}

/*
    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;
}

/*
    Fixed header actions overflow issue.
*/
@media (max-width: 767px) {
    .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;
    }
}

/*
    Navbar inverse-style issue.
*/
@media (max-width: 767px) {
    .site-navbar.navbar-inverse .navbar-container {
        background: #fff !important;
        border-bottom: 1px solid #e0e0e0;
    }

    .navbar-inverse .navbar-toolbar .nav-link {
        color: #757575 !important;
    }
}

.topbar.layout-boxed .site-menu-item.has-sub.open > .site-menu-sub {
    max-width: 1320px;
    margin: auto;
}

/*
    Fix topbar,topicon menu overflow issue.
*/
@media (min-width: 768px) {
    .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;
    }
}

/*
    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;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.iconbar .site-navbar .navbar-brand, .iconbar .site-navbar .navbar-brand div#AppBrandLogo {
    width: 210px !important;
    padding-left: 10px !important;
    overflow: hidden !important;
}

.navbar-brand-logo {
    margin-top: 0rem !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: 1710 !important;
}

.input-group .datepicker {
    z-index: 1190 !important;
}

.block-ellipsis {
    height: 45px;
}

@media (min-width: 992px) {
    .blocks-lg-8 > .block, .blocks-lg-8 > li {
        width: 12.5%;
    }
}

.tt-menu {
    max-height: 350px;
    overflow-y: auto;
    z-index: 2000 !important;
}

.glyphicon-arrow-left {
    height: auto !important;
    border: solid #0000008f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.glyphicon-arrow-right {
    height: auto !important;
    border: solid #0000008f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
}

.page-header .page-header-actions {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 50px;
    display: inline;
}

.page-header {
    padding-bottom: 10px !important;
}

    .page-header .page-header-actions {
        margin-left: auto !important;
        margin-bottom: 5px;
    }

.choiceusersList .addMember-remove {
    position: absolute;
    top: 7px;
    right: -5px;
    font-size: 10px;
    display: block;
    color: #f44336;
}

.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(0em, -0.2em, 0) rotate(90deg);
    }

    .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left::before {
        width: .9em;
        transform: translate3d(-0.3em, 0.1em, 0) rotate(90deg);
    }

    .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left::after {
        width: 1.1em;
        transform: translate3d(0.3em, -0.5em, 0) rotate(90deg);
    }

li .preview {
    color: #43a047;
}

    li .preview:hover {
        cursor: pointer;
    }

li .download {
    color: #fff;
}

    li .download:hover {
        cursor: pointer;
    }

/*.tooltip-inner {
    background-color: rgba(0, 0, 0, .8)!important;
    text-align: left !important; !*字体左对齐*!
    color: #363636 !important; !*字体颜色*!
    border: 1px solid #dedede; !*添加boder*!
    max-width: 500px;
    !*width:350px;*!
}*/

.tooltip {
    opacity: 0.8 !important;
}

.site-menu > .site-menu-item > a {
    padding: 1.5rem 10px;
}

    .site-menu > .site-menu-item > a > .site-menu-icondiv {
        display: flex;
        align-items: center;
    }

        .site-menu > .site-menu-item > a > .site-menu-icondiv i {
            font-size: 15px;
            margin: 0;
            margin-right: 5px
        }

.site-menu > .site-menu-item > .site-menu-sub > .site-menu-itemOther > a {
    color: #ffffff !important;
    background: left;
    background-image: linear-gradient(to right, #af6b50, #EFD6C4);
    padding: 5px 15px;
    border-radius: 8px;
}
.site-menubar-body {
    background: #EAEEF3 !important;
}

.site-menu > .site-menu-item > a:hover {
    color: #ffffff;
    transition: all 0.3s;
    background: #af6b50;
}
 
/*.site-menu > .site-menu-item > a {
    padding: 0 10px;
}

    .site-menu > .site-menu-item > a > .site-menu-icondiv {
        display: flex;
        align-items: center;
    }

        .site-menu > .site-menu-item > a > .site-menu-icondiv widget-shortcutsi {
            font-size: 15px;
            margin: 0;
            margin-right: 5px
        }

.site-menu > .site-menu-item > .site-menu-sub > .site-menu-itemOther > a {
    color: white !important;
    background: left;
    background-image: linear-gradient(to right, #af6b50, #fff);
    padding: 5px 15px;
    border-radius: 8px;
}
.site-menu > .site-menu-item.active > a > .site-menu-icondiv {
    color: white;
    background: #af6b50;
}*/
/* 滚动不加文字 */
/*.site-menu > .site-menu-item.active > a {
    background: linear-gradient(#42BDF4, #1F88E5) !important;
}*/
/* .site-menu>.site-menu-item.active>a i {
    color: #ffffff;
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
} */
/*.site-menu > .site-menu-item.active > a > .site-menu-icondiv {
        color: #ffffff;
        background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
    }

    .site-menu > .site-menu-item.active > a span {
        color: #ffffff
    }

.site-menu .site-menu-sub .site-menu-item.has-sub.open > a {
    background: #7FC3FF !important;
    color: #FFFFFF !important;
}

.site-menu .site-menu-sub {
    padding: 0
}

    .site-menu .site-menu-sub .site-menu-item a {
        color: #ffffff !important;
    }

    .site-menu .site-menu-sub .site-menu-item {
        background: #7daaf2 !important;
        border-bottom: 1px solid #DDDDDD !important;
    }

        .site-menu .site-menu-sub .site-menu-item:last-child {
            border: none !important;
        }

        .site-menu .site-menu-sub .site-menu-item.has-sub.open .site-menu-item {
            background: #ffffff !important;
        }

            .site-menu .site-menu-sub .site-menu-item.has-sub.open .site-menu-item a {
                color: #888888 !important;
                background: #e9f2ff;
            }

                .site-menu .site-menu-sub .site-menu-item.has-sub.open .site-menu-item a span {
                    padding-left: 43px !important;
                }

        .site-menu .site-menu-sub .site-menu-item.hover > a,
        .site-menu .site-menu-sub .site-menu-item:hover > a {
            color: inherit !important;
        }


        .site-menu .site-menu-sub .site-menu-item.hover > a,
        .site-menu .site-menu-sub .site-menu-item:hover > a {
            background: #D1EAFF !important;
            color: #2196f3 !important;
        }

.nav-tabs .nav-item a.active {
    background: #2196f3 !important;
    color: #ffffff !important;
}

.btn-outline-secondary:hover {
    background: #2196f3 !important;
    color: #ffffff !important;
    border: 1px solid #2196f3 !important;
}

.site-menu > .site-menu-item.hover > a,
.site-menu > .site-menu-item > a i {
    transition: all 0.5s
}

.site-menu > .site-menu-item.active > a > p {
    color: #ffffff;
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%) !important;
}



.site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a {
    position: relative;
    right: 0;
    bottom: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 80px;
    line-height: 80px;
    -webkit-perspective: 230px;
    perspective: 230px;
    padding: 0
}

    .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > span {
        background: rgb(0, 172, 238);
        background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
        display: block;
        position: absolute;
        width: 100%;
        height: 120px;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
        border-radius: 5px;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        color: #ffffff;
    }*/
/* .site-menubar>.site-menubar-body>.site-menu>.site-menu-item>a>i {
    background: #cbdfff;
    display: block;
    position: absolute;
    width: 100%;
    height: 120px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
} */
/*.site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > .site-menu-icondiv {*/
/* background: #cbdfff; */
/*display: block;
        position: absolute;
        width: 100%;
        height: 120px;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
        border-radius: 5px;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }*/
/* 新增 */
/*.site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > .site-menu-icondiv > i {
            line-height: 50px;
            font-size: 30px;
        }*/
/* 新增 */
/*.site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > .site-menu-icondiv > div {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            line-height: 24px;
            font-size: 13px !important;
            text-shadow: 0 0 black;
        }


    .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > span {
        box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 50% 50% -20px;
        -moz-transform-origin: 50% 50% -20px;
        transform-origin: 50% 50% -20px;
    }*/
/* .site-menubar>.site-menubar-body>.site-menu>.site-menu-item>a>i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
} */
/*.site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > .site-menu-icondiv {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: 50% 50% -20px;
        -moz-transform-origin: 50% 50% -20px;
        transform-origin: 50% 50% -20px;
        height: 120px;
    }

    .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a:hover > span {
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }*/
/* .site-menubar>.site-menubar-body>.site-menu>.site-menu-item>a:hover>i {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    background: none
} */
/*.site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a:hover > .site-menu-icondiv {
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
        color: transparent;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        background: none
    }*/
/* 滚动不加文字结束 */
/*#panel_1 .col-md-12.col-sm-12 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.col-md-12.col-sm-12 > .btn.m-y-5.waves-effect.waves-classic.case-category {*/
/* width: 204px;
    height: 80px;*/
/*height: 50px;
    color: #fff;
    margin-right: 10px
}

    .col-md-12.col-sm-12 > .btn.m-y-5.waves-effect.waves-classic.case-category:nth-child(1) {
        background: #e53632;
    }

    .col-md-12.col-sm-12 > .btn.m-y-5.waves-effect.waves-classic.case-category:nth-child(2) {
        background: #fb8d01;
    }

    .col-md-12.col-sm-12 > .btn.m-y-5.waves-effect.waves-classic.case-category:nth-child(3) {
        background: #fdd932;
    }

    .col-md-12.col-sm-12 > .btn.m-y-5.waves-effect.waves-classic.case-category:nth-child(4) {
        background: #41a145;
    }

    .col-md-12.col-sm-12 > .btn.m-y-5.waves-effect.waves-classic.case-category:nth-child(5) {
        background: #3547ac;
    }

    .col-md-12.col-sm-12 > .btn.m-y-5.waves-effect.waves-classic.case-category:nth-child(6) {
        background: #8f1eab;
    }



.nav-tabs-line .nav-link.active, .nav-tabs-line .nav-link.active:focus, .nav-tabs-line .nav-link.active:hover, .nav-tabs-line .nav-item.open .nav-link, .nav-tabs-line .nav-item.open .nav-link:focus, .nav-tabs-line .nav-item.open .nav-link:hover {
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%) !important;
    color: #fff;
    font-weight: bold;
}

    .nav-tabs-line .nav-link.active, .nav-tabs-line .nav-link.active:focus, .nav-tabs-line .nav-link.active:hover, .nav-tabs-line .nav-item.open .nav-link, .nav-tabs-line .nav-item.open .nav-link:focus, .nav-tabs-line .nav-item.open .nav-link:hover {
        border-bottom: 2px solid #2096F3;
    }*/
/* 3 */
/*.btn-3 {
    padding: 0 !important;
    border: none;
}

    .btn-3 span.site-menu-title {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 35px;
    }

    .btn-3:before,
    .btn-3:after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: rgba(126,50,29,1);
        transition: all 0.3s ease;
    }

    .btn-3:before {
        height: 0%;
        width: 2px;
    }

    .btn-3:after {
        width: 0%;
        height: 2px;
    }

    .btn-3:hover {
        background: transparent;
        box-shadow: none;
    }

        .btn-3:hover:before {
            height: 100%;
        }

        .btn-3:hover:after {
            width: 100%;
        }

    .btn-3 span:hover {
        color: rgba(126,50,29,1);
    }

    .btn-3 span.site-menu-title:before,
    .btn-3 span.site-menu-title:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: rgba(126,50,29,1);
        transition: all 0.3s ease;
    }

    .btn-3 span.site-menu-title:before {
        width: 2px;
        height: 0%;
    }

    .btn-3 span.site-menu-title:after {
        width: 0%;
        height: 2px;
    }

    .btn-3 span.site-menu-title:hover:before {
        height: 100%;
    }

    .btn-3 span.site-menu-title:hover:after {
        width: 100%;
    }


.site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
    position: absolute;
    top: 0
}

.site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
    position: absolute;
    top: 0
}

.site-menu .site-menu-item {
    border-bottom: 1px solid #dddddd
}*/
/* 2 */
/*.btn:before {
    height: 0%;
    width: 2px;
}

.btn:hover {
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.btn.active {
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}*/

.nav-tabs .nav-item a.active {
    background: #2196f3 !important;
    color: #ffffff !important;
}
#widget-shortcuts .card-block a {
    color: #fff;
    background: #6b7ddf
}


#SocialPanel .counter {
    color: #fff;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #6b7ddf;
    margin-right: 6px;
}

    #SocialPanel .counter a {
        color: #fff !important
    }

    #SocialPanel .counter span {
        font-size: 14px;
        color: #fff !important
    }

#SocialPanel .font-size-14.m-t-5.primary-500 {
    white-space: initial;
}

.btn.btn-default.waves-effect.waves-classic:hover span {
    display: inline-block
}

#SearchForm .search-actions {
    background: #dbe9ff;
    height: 55px;
}

    #SearchForm .search-actions li a {
        color: #3949ab;
        font-size: 20px
    }

.btn-icon.btn-xs, .btn-group-xs > .btn-icon.btn, .btn.icon.btn-xs, .btn-group-xs > .btn.icon {
    font-size: 18px
}


.btn-group {
    box-shadow: none
}

.btn-outline-primary {
    cursor: pointer;
}

a.btn-outline-primary:hover {
    color: white !important;
}

.table .dropup, table .dropdown icon {
    font-size: 18px;
}

.page-header .btn-group button, .page-header .btn-group a {
    border-radius: 1000px !important;
    margin-right: 10px;
}


.form-material.has-success .select2-selection, .form-material.has-success .bootstrap-tagsinput:not(.empty) {
    background-size: 100% 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
}

.form-material.has-success .select2-selection, .form-material.has-success .bootstrap-tagsinput:not(.empty) {
    background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#e0e0e0, #e0e0e0);
}

.text-center {
    text-align: center;
}

.p-l-6 {
    padding-left: 6px !important;
}

.p-y-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.m-y-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.form-control-feedback {
    color: #f44336;
}

.select2-choices {
    border-radius: 0 3px 3px 0 !important;
    max-height: 26px;
    overflow-y: auto !important;
}

.jstree-default .jstree-search {
    font-style: normal;
}


.red-line {
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0) !important;
}

.bootstrap-table .fixed-table-toolbar .columns-left {
    margin-right: 10px !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: 0.5rem;
    position: relative;
    table-layout: fixed;
}

.bootstrap-table .fixed-table-container .table tr td:has(ul) {
    max-width: 300px;
    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);
}


/*.bootstrap-table .fixed-table-container .table td:not(:has(ul)):hover {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    z-index: 1;
}*/
td.hovered {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    z-index: 102;
/*    min-width: 250px;*/
}


.site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > span {
    padding: 0 10px
}

html, body {
    overscroll-behavior: none;
}


.panel-title {
    padding: 15px 30px !important;
}

.panel-title-icon {
    padding: 15px 0px !important;
    font-family: Microsoft Yahei;
    word-break: break-all;
    font-weight: bold;
    font-size: 1.1rem !important;
    height: 100%;
}



.panel {
    margin-bottom: 1.143rem;
}


.fix-action-column {
    /*min-width:200px;*/
}

.fixed-table-column {
    background-color: #ddd;
    color: #333;
}

.postion-action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table thead th {
    font-weight: 600;
    color: #616161;
    border-bottom-width: 1px;
    background: none;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
    vertical-align: middle !important;
    max-height: 42px;
}

.div-with-dashed-line {
    background-image: linear-gradient(to right, transparent 50%, #000 50%);
    background-size: 8px 1px;
    background-position: 0 50%;
    background-repeat: repeat-x;
}

.panel-heading-search {
    /* background-color: #E8E8E8 !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5) !important;*/
}

.panel-bordered:not(.sticky-footer):not(.panel-line) > .panel-heading > .panel-title {
    position: relative !important;
    color: white;
    background-image: linear-gradient(to right, #af6b50, #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: #a77b36;*/
    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;
}

.dashed-line {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px inset;
    border-bottom: 1px dashed rgb(238, 238, 238);
}

/*.bootstrap-table .fixed-table-container .table thead th .th-inner {
    margin-left: -6px;
}*/


.form-control-border {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    padding: 0.429rem 0.929rem;
    color: #757575;
    border: 1px solid #e0e0e0;
    border-radius: 0.215rem;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/*渐变色*/
.card-header-color {
    color: white;
    background: left;
    background-image: linear-gradient(to right, #af6b50, #EFD6C4);
    padding: 5px 15px;
}

/*.nav-tabs .nav-link {
    color: white;
}*/
.nav-tabs .nav-item a.active {
    background: linear-gradient(180deg, #af6b50 0%, #964C34 100%) !important;
}

@media (max-width: 768px) {
    .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;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input[type="number"] {
        -moz-appearance: textfield
    }

    .btSelectAll {
        display: inline-block;
        position: static;
        opacity: 1;
        margin: 10px;
        margin-left: 27px;
    }

    #AppBrandLogo img {
        display: none
    }

    .customerCreate .panel-body.p-t-10 {
        padding: 0
    }

    .edit-icon {
        font-size: 10px;
        padding: 2px !important;
        box-sizing: border-box;
        line-height: 10px;
    }

        .edit-icon a.md-plus {
            width: 15px !important;
            height: 15px !important;
            font-size: 12px !important;
            right: 2px !important;
            bottom: 2px !important;
        }
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .container li {
        flex-basis: 18%; /* 100 / 6 = 16.666% */
        text-align: left;
    }
/* .container li a{
        padding:0.75rem 0
    }*/

/*.table thead tr {
    background-image: linear-gradient(to right,#FFFAE8, #ffffff);
}*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

.has-danger .form-control-label {
    font-weight: bold
}

.has-danger .form-control-feedback {
    font-size: 16px;
    font-weight: bold;
}

.datetimepicker.dropdown-menu {
    min-width: 200px;
}


@media (max-width: 967.98px) {
    .site-navbar-small .site-navbar .navbar-toolbar > li > a {
        padding: 18px 2px;
        font-size: 12px
    }
}


.slidePanel-content a.slidePanel-close {
    color: #9e9e9e;
}

    .slidePanel-content a.slidePanel-close:hover {
        color: #9e9e9e;
    }

.lg-outer .lg-inner {
    margin-top: 47px;
}

@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;
        margin-top: 0px;
    }

    .lg-outer .lg-inner {
        margin-top: 0;
    }

    #app-financial-tabs > li {
        width: 100%;
    }

    #app-financial-tabs > li >a{
        width: 100%;
    }
}


.card-header:first-child h5 {
color:#ffffff;
}
#app-notifications .tab-footer a {
display:inline-block;
}


/*案件变更样式*/
.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;
    }


/*自定义通知样式*/
.custom-notify {
    position: absolute !important;
    top: 26rem;
    left: 40%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 300px;
}

    .custom-notify .toast {
        margin: 0 !important;
    }


.form-control-label.required:not(:has(.text-danger))::after,
th.required:not(:has(.text-danger))::after {
    content: "*";
    padding-left: 5px;
    color: #f96868;
}

.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;
            }