@import "_smallform.css";/*迷你表单模式*/
@import "_downloader.css";/*下载器样式*/
:root{
    --colorZT: #0068B7;     /*主题色*/
    --colorMR: #333333;     /*默认字体色*/
    --bili:1;               /*比例*/

    --anok: #0067aa;        /*按钮色*/
    --anokH: #045691;       /*按钮色-悬浮*/

    --Left-top-w: 180;      /*左侧logo宽度*/
    --Left-bottom-w: 180;   /*左侧菜单宽度*/
    --Top-h: 80;            /*头部高度*/

    --wn-success: #41935D;
    --wn-danger: #BF1A1A;
    --wn-warning: #F95C25;
    --wn-gray: #8f92a2;
    --wn-delete: #F95C25;
    --wn-important: #F95C25;
}
@media (max-width: 991px) {
    :root{
        --Top-h: 60;            /*头部高度*/
    }
}
body {
    position: relative;
}

body:after {
    /*transition: all 0s linear 0s;*/
}

body.Ajax-send:after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.load-light{
    opacity: 0;
    visibility:hidden;
    overflow: hidden;
    transition: opacity 0.5s linear 0s;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.load-light .spinner-grow{
    -webkit-animation: 1.15s linear infinite spinner-grow;
    animation: 1.15s linear infinite spinner-grow;
}
.load-light .spinner-grow:nth-child(1){
    -webkit-animation-delay: 0s;
    animation-display: 0s;
}
.load-light .spinner-grow:nth-child(2){
    -webkit-animation-delay: 0.25s;
    animation-display: 0.25s;
}
.load-light .spinner-grow:nth-child(3){
    -webkit-animation-delay: 0.5s;
    animation-display: 0.5s;
}
.Ajax-send .load-light{
    visibility:visible;
    opacity: 1;
}

[data-type="changeFormState"]{
    cursor: pointer;
    top: 0;
    right: 0;
    font-size: 1.5rem;
}
.change-form [disabled] [type="submit"],
.change-form [disabled] .change-hide
{
    display: none;
}

.change-form [disabled] .change-hide-reverse,
.change-form.show .change-hide-reverse{
    visibility: visible;
    display: block;
}
.change-form .change-hide-reverse{
    visibility: hidden;
    display: none;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before{
    border-bottom-color: #9E9E9E !important;
}
.tooltip-inner{
    padding: 0.25rem 0.25rem !important;
    color: #fff !important;
    text-align: center !important;
    background-color: #9E9E9E !important;
    border-radius: 0.25rem !important;
}

