﻿/*nenver*/

.w-20-nenver {
    width: 20px;
}

.w-30-nenver {
    width: 30px;
}

.w-40-nenver{
    width: 40px;
}
.w-50-nenver {
    width: 50px;
}

.min-w-20 {
    min-width: 20px;
}
.min-w-30 {
    min-width: 30px;
}
.min-w-40 {
    min-width: 40px;
}
.min-w-50 {
    min-width: 50px;
}

.min-w-80 {
    min-width: 80px;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-120 {
    min-width: 120px;
}

.min-w-150 {
    min-width: 150px;
}

.min-w-180 {
    min-width: 180px;
}

.min-w-200 {
    min-width: 200px;
}

.min-w-220 {
    min-width: 220px;
}

.min-w-250 {
    min-width: 250px;
}

.min-w-280 {
    min-width: 280px;
}

.min-w-300 {
    min-width: 300px;
}

.min-w-320 {
    min-width: 320px;
}

.min-w-350 {
    min-width: 350px;
}

.min-w-380 {
    min-width: 380px;
}

.min-w-400 {
    min-width: 400px;
}



.max-w-20 {
    max-width: 20px;
}
.max-w-30 {
    max-width: 30px;
}
.max-w-40 {
    max-width: 50px;
}
.max-w-50 {
    max-width: 50px;
}

.max-w-80 {
    max-width: 80px;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-120 {
    max-width: 120px;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-180 {
    max-width: 180px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-220 {
    max-width: 220px;
}

.max-w-250 {
    max-width: 250px;
}

.max-w-280 {
    max-width: 280px;
}

.max-w-300 {
    max-width: 300px;
}

.max-w-320 {
    max-width: 320px;
}

.max-w-350 {
    max-width: 350px;
}

.max-w-380 {
    max-width: 380px;
}

.max-w-400 {
    max-width: 400px;
}


.min-h-400 {
    min-height: 400px;
}
.min-h-350 {
    min-height: 350px;
}
.min-h-300 {
    min-height: 300px;
}
.min-h-250 {
    min-height: 200px;
}
.min-h-200 {
    min-height: 200px;
}
.min-h-150 {
    min-height: 150px;
}
.min-h-100 {
    min-height: 100px;
}

/**水平居中*/
.div-center {
    display: flex;
    justify-content: center;
}
/**水平垂直居中*/
.div-center-center {
    display: flex;
    justify-content: center;
    align-items:center;
}
/**垂直居中*/
.div-vertical-center {
    display: flex;
    align-items: center;
}


.div-left {
    display: flex;
}
.div-left-center {
    display: flex;
    align-items: center;
}
.div-right {
    display: flex;
    justify-content:flex-end;
}
.div-right-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bottom-right-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 9999998;
}

/*所有后代*/
    .bottom-right-fixed * {
        pointer-events: fill;
    }

.bottom-fixed {
    bottom: 0rem;
    position: fixed;
    right: 0;
    width: 100%;
    pointer-events: none;
    text-align: center;
    z-index: 9999998;
}

/*所有后代*/
.bottom-fixed * {
    pointer-events: fill;
}



.card-gray-e:not(.card-outline) > .card-header {
    background-color: #e6e6e6;
}

.card-gray-e:not(.card-outline) > .card-header,
.card-gray-e:not(.card-outline) > .card-header a {
    color: #000000;
}

.card-gray-e:not(.card-outline) > .card-header a.active {
    color: #666666;
}

.card-gray-e.card-outline {
    border-top: 3px solid #343a40;
}

.card-gray-e.card-outline-tabs > .card-header a:hover {
    border-top: 3px solid #dee2e6;
}

.card-gray-e.card-outline-tabs > .card-header a.active {
    border-top: 3px solid #343a40;
}

.bg-gray-dark .btn-tool,
.bg-gradient-gray-dark .btn-tool,
.card-gray-e:not(.card-outline) .btn-tool {
    color: rgba(0, 0, 0, 0.8);
}

.bg-gray-dark .btn-tool:hover,
.bg-gradient-gray-dark .btn-tool:hover,
.card-gray-e:not(.card-outline) .btn-tool:hover {
    color: #333333;
}

.bg-body-gray {
    background-color: #f4f6f9;
}

.btn-app-primary {
    border-radius: 3px;
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #ffffff;
    font-size: 12px;
    height: 60px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}


 .btn-app-primary > .fa,
 .btn-app-primary > .fas,
 .btn-app-primary > .far,
 .btn-app-primary > .fab,
 .btn-app-primary > .glyphicon,
 .btn-app-primary > .ion {
    display: block;
    font-size: 20px;
}

 .btn-app-primary:hover {
    background: #0069d9;
    border-color: #0062cc;
    color: #ffffff;
}

 .btn-app-primary:active,  .btn-app-primary:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

 .btn-app-primary > .badge {
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    right: -10px;
    top: -3px;
}




.btn-circle-md {
    font-size: 12px !important;
    min-height: 60px !important;
    margin: 0 0 8px 8px !important;
    min-width: 60px !important;
    padding: 10px 3px !important;
}
.btn-circle-sm {
    font-size: 12px !important;
    min-height: 40px !important;
    margin: 0 0 6px 6px !important;
    min-width: 40px !important;
    padding: 6px 2px !important;
}


.btn-primary-circle {
    border-radius: 50%;
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #ffffff;
    font-size: 12px;
    min-height: 80px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}


    .btn-primary-circle > .fa,
    .btn-primary-circle > .fas,
    .btn-primary-circle > .far,
    .btn-primary-circle > .fab,
    .btn-primary-circle > .glyphicon,
    .btn-primary-circle > .ion {
        display: block;
        font-size: 20px;
    }

    .btn-primary-circle:hover {
        background: #0069d9;
        border-color: #0062cc;
        color: #ffffff;
    }

    .btn-primary-circle:active, .btn-primary-circle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-primary-circle > .badge {
        font-size: 10px;
        font-weight: 400;
        position: absolute;
        right: -10px;
        top: -3px;
    }



.btn-success-circle {
    border-radius: 50%;
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #ffffff;
    font-size: 12px;
    min-height: 80px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}


    .btn-success-circle > .fa,
    .btn-success-circle > .fas,
    .btn-success-circle > .far,
    .btn-success-circle > .fab,
    .btn-success-circle > .glyphicon,
    .btn-success-circle > .ion {
        display: block;
        font-size: 20px;
    }

    .btn-success-circle:hover {
        background: #218838;
        border-color: #1e7e34;
        color: #ffffff;
    }

    .btn-success-circle:active, .btn-success-circle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-success-circle > .badge {
        font-size: 10px;
        font-weight: 400;
        position: absolute;
        right: -10px;
        top: -3px;
    }






.btn-info-circle {
    border-radius: 50%;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    color: #ffffff;
    font-size: 12px;
    min-height: 80px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}


    .btn-info-circle > .fa,
    .btn-info-circle > .fas,
    .btn-info-circle > .far,
    .btn-info-circle > .fab,
    .btn-info-circle > .glyphicon,
    .btn-info-circle > .ion {
        display: block;
        font-size: 20px;
    }

    .btn-info-circle:hover {
        background: #138496;
        border-color: #117a8b;
        color: #ffffff;
    }

    .btn-info-circle:active, .btn-info-circle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-info-circle > .badge {
        font-size: 10px;
        font-weight: 400;
        position: absolute;
        right: -10px;
        top: -3px;
    }




.btn-warning-circle {
    border-radius: 50%;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #1F2D3D;
    font-size: 12px;
    min-height: 80px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}


    .btn-warning-circle > .fa,
    .btn-warning-circle > .fas,
    .btn-warning-circle > .far,
    .btn-warning-circle > .fab,
    .btn-warning-circle > .glyphicon,
    .btn-warning-circle > .ion {
        display: block;
        font-size: 20px;
    }

    .btn-warning-circle:hover {
        background: #e0a800;
        border-color: #d39e00;
        color: #1F2D3D;
    }

    .btn-warning-circle:active, .btn-warning-circle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-warning-circle > .badge {
        font-size: 10px;
        font-weight: 400;
        position: absolute;
        right: -10px;
        top: -3px;
    }



.btn-danger-circle {
    border-radius: 50%;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #ffffff;
    font-size: 12px;
    min-height: 80px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}


    .btn-danger-circle > .fa,
    .btn-danger-circle > .fas,
    .btn-danger-circle > .far,
    .btn-danger-circle > .fab,
    .btn-danger-circle > .glyphicon,
    .btn-danger-circle > .ion {
        display: block;
        font-size: 20px;
    }

    .btn-danger-circle:hover {
        background: #c82333;
        border-color: #bd2130;
        color: #ffffff;
    }

    .btn-danger-circle:active, .btn-danger-circle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-danger-circle > .badge {
        font-size: 10px;
        font-weight: 400;
        position: absolute;
        right: -10px;
        top: -3px;
    }





.btn-secondary-circle {
    border-radius: 50%;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    color: #ffffff;
    font-size: 12px;
    min-height: 80px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}


    .btn-secondary-circle > .fa,
    .btn-secondary-circle > .fas,
    .btn-secondary-circle > .far,
    .btn-secondary-circle > .fab,
    .btn-secondary-circle > .glyphicon,
    .btn-secondary-circle > .ion {
        display: block;
        font-size: 20px;
    }

    .btn-secondary-circle:hover {
        background: #5a6268;
        border-color: #545b62;
        color: #ffffff;
    }

    .btn-secondary-circle:active, .btn-secondary-circle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-secondary-circle > .badge {
        font-size: 10px;
        font-weight: 400;
        position: absolute;
        right: -10px;
        top: -3px;
    }

          



img{max-width:100%; overflow:hidden;}

.border-radius-flat {
    border-radius: 0px 0px;
}

.cursor-pointer{
    cursor:pointer;
}

.ios_input_fix {
    -webkit-user-select: text !important;
}



.fullscreen-bg-trans {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1039; /*维持1039不能多不能少，因为adminlte中的顶部，底部，侧边菜单是基于1030到1038之间，而模态框为1050，这样既可以遮住其它的，也可以弹出模态框，9999999*/
    margin-top: 0px;
    top: 0px;
    background: rgba(55,65,64,0.9)
}

.fullscreen-bg-white {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1039; /*维持1039不能多不能少，因为adminlte中的顶部，底部，侧边菜单是基于1030到1038之间，而模态框为1050，这样既可以遮住其它的，也可以弹出模态框，9999999*/
    margin-top: 0px;
    top: 0px;
    background: rgba(255,255,255,1)
}

.fullscreen-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fixed-top-left {
    position: fixed;
    top: 10px;
    right: 10px;
}


.max-zindex-n100 {
    z-index: 2147483547;
}
.max-zindex-n5 {
    z-index: 2147483642;
}
.max-zindex-n4 {
    z-index: 2147483643; 
}
.max-zindex-n3 {
    z-index: 2147483644; /*9999997;*/
}

.max-zindex-n2 {
    z-index: 2147483645;/*9999998;*/
}

.max-zindex-n1 {
    z-index: 2147483646;
}

.max-zindex {
    z-index: 2147483647; /*9999999*/
}






.menu-slide-nenver, .menu-slide-nenver-item {
    margin: 0;
    padding: 0px;
}

.menu-slide-nenver,
.menu-slide-nenver-item {
    list-style: none;
}

.menu-slide-nenver {
    height: 3.2rem;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    border-bottom: 0px solid #f5f5f5;
    border-top: 0px solid #f5f5f5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.menu-slide-nenver-center {
    height: 3.2rem;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    border-bottom: 0px solid #f5f5f5;
    border-top: 0px solid #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}


.menu-slide-nenver-item {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left:2px;
    color: #FFFFFF;
}

.menu-slide-nenver-item-select {
    color: #000000;
    background: #EEEEEE;
    padding-top:3px;
    padding-bottom:3px;
}

.menu-slide-nenver-item:not(:first-child) {
    margin-left: 0.5rem;
}

.menu-slide-nenver::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/*仅在pc显示的*/
.pc-only-nenver {
    display: none;
}
@media (min-width: 1024px) {
    .pc-only-nenver {
        display: inline !important;
    }
}

/*仅在pc显示的*/
.pc-only-nenver-block {
    display: none;
}

@media (min-width: 1024px) {
    .pc-only-nenver-block {
        display: block !important;
    }
}
/*在pc端必须隐藏的*/
.pc-hidden-nenver {
    display:inline;
}
@media (min-width: 1024px) {
    .pc-hidden-nenver {
        display: none !important;
    }
}


/*在pc端必须隐藏的*/
.pc-hidden-nenver-block {
    display: block;
}

@media (min-width: 1024px) {
    .pc-hidden-nenver-block {
        display: none !important;
    }
}




.btn_ico_xs {
    width: 24px;
    height: 24px;
    cursor: pointer;
}


.error-border {
    border: 1px solid #ce3e3e;
}
.div-disabled{
    pointer-events:none;
}