﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #222222;
    background: #f7f7f7;
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
}

main {
    overflow-x: hidden;
}

b, strong {
    font-weight: 600;
}

a,
button,
svg * {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

* {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: auto; /* Firefox */
}

    *::-webkit-scrollbar {
        width: 7px; /* for vertical scrollbars */
        height: 7px; /* for horizontal scrollbars */
        background-color: rgba(0,0,0,0.1);
        border-radius: 0px;
    }

    *::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 6px rgba(114, 114, 114, 0.6);*/
        border-radius: 0px;
        background: rgba(0,0,0,0);
        position: relative;
        bottom: 0px;
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: none;
        background: #d7d7d7;
    }

    *::-webkit-scrollbar-corner {
        background: rgba(0,0,0,0);
    }

@media (min-width: 1400px) {
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.fs0 {
    font-size: 0px;
}

.fs1 {
    font-size: 1px;
}

.fs2 {
    font-size: 2px;
}

.fs3 {
    font-size: 3px;
}

.fs4 {
    font-size: 4px;
}

.fs5 {
    font-size: 5px;
}

.fs6 {
    font-size: 6px;
}

.fs7 {
    font-size: 7px;
}

.fs8 {
    font-size: 8px;
}

.fs9 {
    font-size: 9px;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs26 {
    font-size: 26px;
}

.fs27 {
    font-size: 27px;
}

.fs28 {
    font-size: 28px;
}

.fs29 {
    font-size: 29px;
}

.fs30 {
    font-size: 30px;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.frm_grid {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .frm_grid > .grid {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-top: 0px;
    }

    .frm_grid > .grid1 {
        float: none;
        width: 8.33%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid2 {
        float: left;
        width: 16.66%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid3 {
        float: left;
        width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid4 {
        float: left;
        width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid5 {
        float: left;
        width: 41.66%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid6 {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid7 {
        float: left;
        width: 58.33%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid8 {
        float: left;
        width: 66.66%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid9 {
        float: left;
        width: 75%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid10 {
        float: left;
        width: 83.33%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid11 {
        float: left;
        width: 91.66%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid > .grid12 {
        float: left;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    .frm_grid:after {
        content: "";
        display: block;
        height: 1px;
        clear: both;
        float: none;
        font-size: 0px;
        line-height: 0px;
    }




.pd0 {
    padding: 0px !important;
}

.pd0-T {
    padding-top: 0px !important;
}

.pd0-B {
    padding-bottom: 0px !important;
}

.pd0-L {
    padding-left: 0px !important;
}

.pd0-R {
    padding-right: 0px !important;
}

.pd0-TB {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pd0-LR {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pd1 {
    padding: 1px !important;
}

.pd1-T {
    padding-top: 1px !important;
}

.pd1-B {
    padding-bottom: 1px !important;
}

.pd1-L {
    padding-left: 1px !important;
}

.pd1-R {
    padding-right: 1px !important;
}

.pd1-TB {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.pd1-LR {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.pd2 {
    padding: 2px !important;
}

.pd2-T {
    padding-top: 2px !important;
}

.pd2-B {
    padding-bottom: 2px !important;
}

.pd2-L {
    padding-left: 2px !important;
}

.pd2-R {
    padding-right: 2px !important;
}

.pd2-TB {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.pd2-LR {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.pd3 {
    padding: 3px !important;
}

.pd3-T {
    padding-top: 3px !important;
}

.pd3-B {
    padding-bottom: 3px !important;
}

.pd3-L {
    padding-left: 3px !important;
}

.pd3-R {
    padding-right: 3px !important;
}

.pd3-TB {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.pd3-LR {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd5-T {
    padding-top: 5px !important;
}

.pd5-B {
    padding-bottom: 5px !important;
}

.pd5-L {
    padding-left: 5px !important;
}

.pd5-R {
    padding-right: 5px !important;
}

.pd5-TB {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pd5-LR {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pd7 {
    padding: 7px !important;
}

.pd7-T {
    padding-top: 7px !important;
}

.pd7-B {
    padding-bottom: 7px !important;
}

.pd7-L {
    padding-left: 7px !important;
}

.pd7-R {
    padding-right: 7px !important;
}

.pd7-TB {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.pd7-LR {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd10-T {
    padding-top: 10px !important;
}

.pd10-B {
    padding-bottom: 10px !important;
}

.pd10-L {
    padding-left: 10px !important;
}

.pd10-R {
    padding-right: 10px !important;
}

.pd10-TB {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pd10-LR {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pd13-LR {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd15-T {
    padding-top: 15px !important;
}

.pd15-B {
    padding-bottom: 15px !important;
}

.pd15-L {
    padding-left: 15px !important;
}

.pd15-R {
    padding-right: 15px !important;
}

.pd15-TB {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pd15-LR {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.pd20-T {
    padding-top: 20px !important;
}

.pd20-B {
    padding-bottom: 20px !important;
}

.pd20-L {
    padding-left: 20px !important;
}

.pd20-R {
    padding-right: 20px !important;
}

.pd20-TB {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pd20-LR {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pd25 {
    padding: 25px !important;
}

.pd25-T {
    padding-top: 25px !important;
}

.pd25-B {
    padding-bottom: 25px !important;
}

.pd25-L {
    padding-left: 25px !important;
}

.pd25-R {
    padding-right: 25px !important;
}

.pd25-TB {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pd25-LR {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.pd30 {
    padding: 30px !important;
}

.pd30-T {
    padding-top: 30px !important;
}

.pd30-B {
    padding-bottom: 30px !important;
}

.pd30-L {
    padding-left: 30px !important;
}

.pd30-R {
    padding-right: 30px !important;
}

.pd30-TB {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pd30-LR {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.mrg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.minus-mrg5-LR {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.minus-mrg10-LR {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.minus-mrg15-LR {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.minus-mrg20-LR {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.minus-mrg25-LR {
    margin-left: -25px !important;
    margin-right: -25px !important;
}

.minus-mrg30-LR {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.mrg0 {
    margin: 0px !important;
}

.mrg0-T {
    margin-top: 0px !important;
}

.mrg0-B {
    margin-bottom: 0px !important;
}

.mrg0-L {
    margin-left: 0px !important;
}

.mrg0-R {
    margin-right: 0px !important;
}

.mrg0-TB {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mrg0-LR {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mrg3 {
    margin: 3px !important;
}

.mrg3-T {
    margin-top: 3px !important;
}

.mrg3-B {
    margin-bottom: 3px !important;
}

.mrg3-L {
    margin-left: 3px !important;
}

.mrg3-R {
    margin-right: 3px !important;
}

.mrg3-TB {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.mrg3-LR {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.mrg4 {
    margin: 4px !important;
}

.mrg4-T {
    margin-top: 4px !important;
}

.mrg4-B {
    margin-bottom: 4px !important;
}

.mrg5 {
    margin: 5px !important;
}

.mrg5-T {
    margin-top: 5px !important;
}

.mrg5-B {
    margin-bottom: 5px !important;
}

.mrg5-L {
    margin-left: 5px !important;
}

.mrg5-R {
    margin-right: 5px !important;
}

.mrg5-TB {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mrg5-LR {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mrg10 {
    margin: 10px !important;
}

.mrg10-T {
    margin-top: 10px !important;
}

.mrg10-B {
    margin-bottom: 10px !important;
}

.mrg10-L {
    margin-left: 10px !important;
}

.mrg10-R {
    margin-right: 10px !important;
}

.mrg10-TB {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mrg10-LR {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mrg9 {
    margin: 9px !important;
}

.mrg9-T {
    margin-top: 9px !important;
}

.mrg9-B {
    margin-bottom: 9px !important;
}

.mrg9-L {
    margin-left: 9px !important;
}

.mrg9-R {
    margin-right: 9px !important;
}

.mrg9-TB {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.mrg9-LR {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

.mrg8 {
    margin: 8px !important;
}

.mrg8-T {
    margin-top: 8px !important;
}

.mrg8-B {
    margin-bottom: 8px !important;
}

.mrg8-L {
    margin-left: 8px !important;
}

.mrg8-R {
    margin-right: 8px !important;
}

.mrg8-TB {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.mrg8-LR {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.mrg15 {
    margin: 15px !important;
}

.mrg15-T {
    margin-top: 15px !important;
}

.mrg15-B {
    margin-bottom: 15px !important;
}

.mrg15-L {
    margin-left: 15px !important;
}

.mrg15-R {
    margin-right: 15px !important;
}

.mrg15-TB {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mrg15-LR {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mrg20 {
    margin: 20px !important;
}

.mrg20-T {
    margin-top: 20px !important;
}

.mrg20-B {
    margin-bottom: 20px !important;
}

.mrg20-L {
    margin-left: 20px !important;
}

.mrg20-R {
    margin-right: 20px !important;
}

.mrg20-TB {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mrg20-LR {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mrg25 {
    margin: 25px !important;
}

.mrg25-T {
    margin-top: 25px !important;
}

.mrg25-B {
    margin-bottom: 25px !important;
}

.mrg25-L {
    margin-left: 25px !important;
}

.mrg25-R {
    margin-right: 25px !important;
}

.mrg25-TB {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mrg25-LR {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.mrg30 {
    margin: 30px !important;
}

.mrg30-T {
    margin-top: 30px !important;
}

.mrg30-B {
    margin-bottom: 30px !important;
}

.mrg30-L {
    margin-left: 30px !important;
}

.mrg30-R {
    margin-right: 30px !important;
}

.mrg30-TB {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mrg30-LR {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.minH-1 {
    min-height: 1px !important;
}

.txt-gray {
    color: #adadad;
}

.txt-gray1 {
    color: #767676;
}

.txt-blue {
    color: #0086ff;
}

.txt-green {
    color: #40b84c;
}

.txt-red {
    color: #d93535;
}

.txt-yellow {
    color: #a3a819;
}

.txt-white {
    color: #ffffff;
}

.txt-caps {
    text-transform: uppercase;
}

.txt-small {
    text-transform: lowercase;
}

.txt-ellipsis {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-nowrap {
    white-space: nowrap;
}

.align-C {
    text-align: center;
}

.align-L {
    text-align: left;
}

.align-R {
    text-align: right;
}

.align-J {
    text-align: justify;
}

.br3 {
    border-radius: 3px;
}

.br4 {
    border-radius: 4px;
}

.br5 {
    border-radius: 5px;
}

.br7 {
    border-radius: 7px;
}

.br10 {
    border-radius: 10px;
}

.br15 {
    border-radius: 15px;
}

.br10 {
    border-radius: 10px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.width100 {
    width: 100% !important;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}
/**********************/
#topBar {
    background: #ffffff;
    height: 62px;
    position: relative;
    z-index: 100;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.menubtn {
    font-size: 30px;
    color: #b1b1b1;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 26px;
    height: 18px;
    cursor: pointer;
    border-top: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

    .menubtn::after,
    .menubtn::after {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: 6px;
        width: 100%;
        height: 2px;
        border-top: 2px solid #b1b1b1;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }

    .menubtn:hover,
    .menubtn:hover:after {
        border-color: #0f1b38;
    }

#mainLogo {
    display: block;
    position: absolute;
    left: 75px;
    top: 14px;
    height: 32px;
}

    #mainLogo img {
        display: block;
        height: 32px;
    }

#userName {
    color: #000000;
    text-align: center;
    font-size: 22px;
    padding: 14px 20px;
}

#topbarText {
    position: absolute;
    right: 15px;
    top: 10px;
    white-space: nowrap;
    font-size: 18px;
    color: #000000;
}

    #topbarText * {
        font-size: 130%;
        color: #fe0000;
    }

#menuToggle {
    display: block;
    position: absolute;
    pointer-events: none;
    width: 0px;
    height: 0px;
    opacity: 0;
}

#mainMenu {
    overflow: visible !important;
    position: absolute;
    left: -280px;
    top: 62px;
    width: 280px;
    height: calc(100vh - 62px);
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    z-index: 9999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

#menuToggle:checked + #mainMenu {
    left: 0px;
}

#mainMenu ul.nav {
    display: block !important;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

#mainMenu li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#mainMenu a {
    display: block;
    padding: 10px 20px 12px;
    font-size: 18px;
    color: #ffffff;
    min-height: 50px;
}

    #mainMenu a:hover,
    #mainMenu a.active {
        background: #152354;
    }

#HeaderLabel {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    height: 48px;
}

.last-sync {
    position: relative;
    padding-left: 40px;
    font-size: 13px;
    color: #666f8f;
    height: 35px;
    text-align: right;
}

    .last-sync svg {
        position: relative;
        top: -5px;
        width: 30px;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

        .last-sync svg * {
            fill: #666f8f;
        }

.blade-block-container.infinite {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
}

.winFit {
    height: calc(100vh - 111px);
}

.blade-block-container.page_flip .blade-block {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.box-type1 {
    background: #ffffff;
}

.box-type2 {
    border: 1px solid #0f52a0;
}

.blade-block-title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

    .blade-block-title i,
    .blade-block-title svg {
        font-size: 26px;
        color: #ffffff;
        width: 25px;
        display: inline-block;
        margin: -4px 10px -4px 0px;
    }

        .blade-block-title svg * {
            fill: #ffffff;
        }

.custom-scroll {
    overflow: hidden;
    overflow-y: auto;
}

.table-typ1-wrapper {
    border: 1px solid #0f52a0;
    border-radius: 5px;
}

.table-typ1,
.table-typ2,
.table-typ3 {
    border-collapse: collapse;
    width: 100%;
}

    .table-typ1 td,
    .table-typ2 td {
        vertical-align: top;
    }

    .table-typ1 td {
        color: #ffffff;
    }

.tr-table-typ1:not(:last-child) {
    border-bottom: 10px solid #ffffff;
}

.td-table-typ1:first-child {
    border-radius: 8px 0px 0px 8px;
}

.td-table-typ1:last-child {
    border-radius: 0px 8px 8px 0px;
}

.table-typ3,
.table-typ3 td,
.table-typ3 th {
    border: 1px dashed #999999;
    font-size: 14px;
    padding: 1px 5px;
}

    .table-typ3 td {
        vertical-align: middle;
    }

.v-sep-with-curve {
    font-size: 0px;
    line-height: 0px;
    width: 0px;
    border-left: 1px dashed rgba(255,255,255,0.4);
    position: relative;
}

    .v-sep-with-curve:before {
        content: "";
        display: block;
        font-size: 0px;
        line-height: 0px;
        width: 13px;
        height: 8px;
        background: #080f46;
        position: absolute;
        left: -7px;
        top: -1px;
        border-radius: 0px 0px 6px 6px;
        border: 1px solid #0f52a0;
        border-top: none;
    }

    .v-sep-with-curve:after {
        content: "";
        display: block;
        font-size: 0px;
        line-height: 0px;
        width: 13px;
        height: 8px;
        background: #080f46;
        position: absolute;
        left: -7px;
        bottom: -1px;
        border-radius: 6px 6px 0px 0px;
        border: 1px solid #0f52a0;
        border-bottom: none;
    }

.h-sep-with-curve {
    font-size: 0px;
    line-height: 0px;
    height: 1px;
    position: relative;
}

    .h-sep-with-curve:before {
        content: "";
        display: block;
        font-size: 0px;
        line-height: 0px;
        width: 8px;
        height: 13px;
        background: #152354;
        position: absolute;
        left: -5px;
        top: -5px;
        border-radius: 0px 6px 6px 0px;
    }

    .h-sep-with-curve:after {
        content: "";
        display: block;
        font-size: 0px;
        line-height: 0px;
        width: 8px;
        height: 13px;
        background: #152354;
        position: absolute;
        right: -5px;
        top: -5px;
        border-radius: 6px 0px 0px 6px;
    }

    .h-sep-with-curve.with-line {
        border-bottom: 1px dashed #152354;
    }

.hr-line1 {
    border-bottom: 1px dashed #6f6f6f;
    height: 1px;
}

.hr-line2 {
    border-bottom: 1px solid #464b74;
    height: 1px;
}

.hr-line3 {
    border-bottom: 2px solid #cacacd;
    height: 13px;
    width: 260px;
}

.sep-typ1 {
    height: 6px;
    position: relative;
    background: #152354;
}

    .sep-typ1.crv-top:before {
        content: "";
        display: block;
        background: #080f46;
        width: 100%;
        height: 6px;
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 0px 0px 6px 6px;
    }

    .sep-typ1.crv-bottom:after {
        content: "";
        display: block;
        background: #080f46;
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        border-radius: 6px 6px 0px 0px;
    }

.list-typ1 {
    list-style-type: none;
    margin: 1px 0px;
    padding: 0px;
}

    .list-typ1 > li:not(:last-child) {
        margin-bottom: 15px;
    }

.progress_bar {
    width: calc(100% - 30px);
    height: 4px;
    border-radius: 4px;
    background: #CCCCCC;
    position: relative;
    top: 2px;
}

.progress_bar_wrapper .hd {
    font-size: 13px;
    font-weight: 400;
}

.progress_bar .pers {
    display: block;
    width: auto;
    height: 6px;
    border-radius: 6px;
    background: #1c3369;
    position: relative;
    top: -1px;
    max-width: 100%;
}

    .progress_bar .pers.green {
        background: #008d38;
    }

    .progress_bar .pers.orange {
        background: #ffc813;
    }

    .progress_bar .pers.blue {
        background: #6686d9;
    }

.progress_bar .value {
    position: absolute;
    left: calc(100% + 10px);
    top: -6px;
    font-size: 12px;
    display: block;
}

.common-pager {
    display: flex;
    width: 100%;
}

    .common-pager .pager-item {
        font-size: 11px;
        width: 20%;
        text-align: center;
        position: relative;
        padding: 0px 10px;
    }

        .common-pager .pager-item img {
            display: block;
            margin: 0px auto;
        }

    .common-pager.type1 .pager-item.active:before {
        content: "";
        position: absolute;
        left: 10px;
        top: -10px;
        width: calc(100% - 20px);
        height: 3px;
        background: #ffc813;
    }

#contentArea {
    border: 16px solid #152354;
    background: #152354;
}

.inner_contentarea {
    background: #152354;
}

/* Dashboard CSS */
#bladeBlock1.custom-scroll,
#bladeBlock2.custom-scroll,
#bladeBlock3.custom-scroll {
    height: calc(100vh - 125px);
}

#SchoolListScroller.custom-scroll {
    height: calc(100vh - 181px);
}

#studentDashboardTable.custom-scroll {
    height: calc(100vh - 571px);
}

#dashboardFeeList {
    max-width: 400px;
}

#edisappDashboardInfo {
    background: url('/images/edisapp-info-bg.png') no-repeat left bottom;
    background-size: cover;
}

#edisappDashboardInfoBg {
    min-height: calc(100vh - 620px);
    background: rgba(15,27,56,0.9);
    display: flex;
    width: 100%;
    align-items: center;
}

.jchart {
    pointer-events: none;
}

.common_list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .common_list li {
        position: relative;
        padding: 6px 8px 6px 8px;
        border-bottom: 1px solid #464b74;
        border-left: 5px solid rgba(0,0,0,0);
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }

        .common_list li:hover {
            background: rgba(255,255,255,0.06);
        }

    .common_list.clickable li {
        cursor: pointer;
    }

    .common_list li:first-child {
        border-top: none !important;
    }

    .common_list.clickable li.active {
        cursor: default;
        border-left-color: #0086ff;
        position: relative;
        box-shadow: 0 0 6px rgb(0,0,0,0.2);
        z-index: 99;
    }

    .common_list .photo {
        width: 48px;
        height: 48px;
        float: left;
        border-radius: 48px;
        margin: 0 15px 0 0;
        background: rgba(255,255,255,0.05);
        position: relative;
        z-index: 9;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }

        .common_list .photo img {
            display: block;
            width: 100%;
        }

    .common_list .details {
        overflow: hidden;
        /*font-size: 14px;*/
        position: relative;
        z-index: 1;
        height: 48px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .common_list.list_without_img .details {
        height: 38px;
    }

    .common_list .photo + .details {
        width: calc(100% - 63px);
    }

    .common_list li:after {
        content: "";
        display: block;
        width: 100%;
        font-size: 0px;
        line-height: 0px;
        clear: both;
        float: none;
    }

.min-content-width {
    min-width: 20px;
}

.custom-searchbox {
    position: relative;
    display: block;
}

    .custom-searchbox input {
        font-size: 14px;
        color: #FFFFFF !important;
        display: block;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #464b74 !important;
        height: 39px !important;
        background: rgba(0,0,0,0) !important;
        box-shadow: none !important;
        padding: 5px 10px 5px 45px !important;
        text-indent: 0px !important;
    }

    .custom-searchbox svg {
        position: absolute;
        left: 15px;
        top: 9px;
        width: 20px;
        pointer-events: none;
    }

        .custom-searchbox svg * {
            fill: #595e83;
        }

.toolbar-buttons.slide_toolbar {
    height: 30px !important;
    background: #2c3e7d !important;
    border-radius: 20px !important;
    position: relative;
    overflow: hidden;
}

    .toolbar-buttons.slide_toolbar a {
        float: left !important;
        font-size: 14px !important;
        color: #ffffff !important;
        text-align: center !important;
        padding: 3px 20px !important;
        z-index: 9 !important;
        position: relative !important;
        cursor: pointer !important;
        margin: 0 !important;
        background: none !important;
        min-width: 80px;
        border-radius: 30px !important;
        height: 30px !important;
        line-height: 1.5 !important;
        text-decoration: none !important;
    }

    .toolbar-buttons.slide_toolbar .slidebg {
        content: "";
        display: block;
        width: calc(50% - 2px);
        height: calc(100% - 2px);
        border-radius: 30px;
        
        position: absolute;
        left: 1px;
        top: 1px;
        transition: all 0.3s ease-out 0s;
    }

.btn1 {
    font-size: 14px;
    color: #ffffff !important;
    background: #0086ff !important;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    height: 33px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.btn2 {
    font-size: 13px;
    color: #ffffff !important;
    background: #32408f !important;
    padding: 5px 18px;
    border-radius: 3px;
    display: inline-block;
    height: 29px;
    text-align: center;
    cursor: pointer;
    line-height: 1.6;
    border: none !important;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

    .btn2:hover {
        background: #0086ff !important;
    }


.btn3 {
    font-size: 14px;
    color: rgba(255,255,255,0.6) !important;
    padding: 9px 15px;
    background: rgba(0,0,0,0);
    border: 1px solid rgba(255,255,255,0.5) !important;
    border-radius: 5px;
    display: inline-block;
    height: 42px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

    .btn3:hover {
        color: #ffffff !important;
        border-color: #ffffff !important;
    }

.tbl-type1 {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    border: 1px solid #080f46;
}

    .tbl-type1 th {
        background: #0c155d;
        padding: 10px 15px;
        font-weight: 600;
    }

    .tbl-type1 tr:nth-child(2n+2) td {
        background: rgba(255,255,255,0.025);
    }

    .tbl-type1 td {
        padding: 10px 15px;
        font-weight: 400;
    }

.custom-tbl-wrapper table {
    table-layout: fixed;
}

.custom-tbl-body {
    overflow-y: scroll;
    margin-right: -10px;
    padding-right: 4px;
}

.actiobtn {
    color: #ffffff;
}

    .actiobtn:hover {
        color: #0086ff;
    }



.confirmation_msgbox_wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: 9999;
    backdrop-filter: blur(3px);
    align-items: center;
    background: rgba(0,0,0,0.4);
}

.confirmation_msgbox {
    width: 280px;
    background: #ffffff;
    backdrop-filter: blur(15px);
    padding: 20px 25px 25px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
    margin: 0 auto;
}

    .confirmation_msgbox .confirmationbtn {
        width: calc(50% - 5px);
    }

        .confirmation_msgbox .confirmationbtn.ok {
            margin-right: 10px;
        }
/***********************/
#mainPageLayout {
    height: calc(100vh - 130px);
}

    #mainPageLayout.no_last_sync {
        height: calc(100vh - 94px);
    }

#rightSideLayout {
    height: calc(100vh - 90px);
}

.box1 {
    color: rgba(255,255,255,0.8);
    overflow: auto;
}

.box2 {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.common-message {
    font-size: 14px;
}

    .common-message.thankyou {
        color: #4ccb00;
    }

    .common-message.error {
        color: #f00000;
    }

#toasterArea {
    position: fixed;
    right: 15px;
    top: 117px;
    pointer-events: none;
    z-index: 9999;
}

    #toasterArea .toaster {
        font-size: 14px;
        color: #ffffff;
        line-height: 1.4;
        display: block;
        background: #6686d9;
        padding: 10px 15px;
        border-radius: 4px;
        margin-bottom: 5px;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
        width: 400px;
        max-width: calc(100vw - 8px);
    }

        #toasterArea .toaster.error {
            background: #a60300;
        }

        #toasterArea .toaster.success {
            background: #317b09;
        }

.donut_chart_wrapper {
    position: relative;
    overflow: hidden;
}

.donut_chart {
    position: relative;
    margin: 0px auto;
}

    .donut_chart.half_circle {
        overflow: hidden;
        height: auto !important;
    }

    .donut_chart svg {
        display: block;
        margin: 0px auto;
    }

    .donut_chart .value {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #ffffff;
        z-index: 999;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

    .donut_chart:after {
        display: block;
        content: attr(data-title);
        position: absolute;
        left: 50%;
        top: 50%;
        color: #ffffff;
        z-index: 999;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

.chart_colorbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #000000;
    vertical-align: top;
    position: relative;
    top: 5px;
}

    .chart_colorbox.blue {
        background: #6686d9;
    }

    .chart_colorbox.pink {
        background: #fc5ce2;
    }

    .chart_colorbox.orange {
        background: #ec6666;
    }
/***********************/
@media(max-width:767px) {
    main, .winFit {
        height: auto;
        max-height: none;
    }

    .blade-block-container {
        padding-bottom: 20px;
    }

    .blade-block + .blade-block {
        margin-top: 20px;
    }

    #bladeBlock1.custom-scroll,
    #bladeBlock2.custom-scroll,
    #bladeBlock3.custom-scroll,
    #SchoolListScroller.custom-scroll,
    #studentDashboardTable.custom-scroll {
        height: auto;
    }

    .min-content-width {
        min-width: 1px !important;
        max-width: calc(100vw - 64px) !important;
    }
}

.app-brand-logo img {
    height: auto;
    width: 40px;
}

.app-brand-logo {
    padding: 10px;
    margin-left: 0px;
}

.header {
    background: #fff;
    height: 60px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 44px;
}

.pageheader {
    background: #F8F9FD;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px 10px 12px;
    z-index: 99;
    position: relative;
    height: 60px;
    margin-left: -4px;
}

.menu-inner {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}

.menu-link {
    text-decoration: none;
    color: #fff;
    display: flex;
    font-weight: 500;
    align-items: center;
}

.menu-inner .menu-item {
    display: block;
    padding: 10px;
    max-width: 250px;
    border-bottom: 1px solid #b5b1b13b;
}

    .menu-inner .menu-item:hover {
        background-color: #b5b1b13b;
    }

    .menu-inner .menu-item:active {
        background-color: #55ff00;
    }

    .menu-inner .menu-item .active {
        background-color: #aaff00;
    }

.dashboardmenu-icon {
    margin-right: 0.4rem;
    font-size: 14px;
    color: #ffffff;
}

.logoutadmin {
    color: #000;
    padding: 20px;
}

    .logoutadmin a {
        color: #000;
    }

        .logoutadmin a:hover {
            color: #0b6e99;
        }

.logout-dashboardicon {
    margin-right: 0.4rem;
    font-size: 14px;
}




#header {
    float: left;
    width: 100%;
    background: #ffffff;
    position: relative;
}

.header-nav {
    min-height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #279BE4;
}

.menu-button {
    float: left;
    font-size: 29px;
    color: #fff;
    padding: 12px 19px;
}

.nav ul {
    height: 64px;
    float: right;
}

    .nav ul li {
        float: left;
        position: relative;
        padding: 11px;
    }

.nav > ul > li:first-child {
    border-left: none;
}

.nav ul li a {
    color: #fff;
    padding: 1px;
    float: left;
}

.nav ul li i {
    color: #fff;
}

.nav ul li:hover {
    background: #01A9F0;
    color: #fff;
}

.user-profile {
    float: right;
}

    .user-profile > div {
        float: left;
        padding: 20px 8px;
        position: relative;
    }

    .user-profile i {
        font-size: 1.2em;
        color: #5F6F86;
    }

        .user-profile i:hover {
            color: #397AC5;
        }

.font-icon i:after {
    position: absolute;
    content: "3";
    background: #E74C3C;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 3px 4px 4px 3px;
    text-align: center;
    top: 12px;
    right: 11px;
}

.font-icon {
    padding: 8px 10px;
}

    .font-icon i {
        font-size: 24px;
    }

.nav-mail .font-icon i:after {
    background: #2ECC71;
}

div.user-image {
    padding: 9px 5px;
    margin: 0 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.nav-profile {
    background: #0274BD;
}

.nav-profile-image img {
    width: 39px;
    height: 41px;
    border-radius: 50%;
    float: left;
}

.nav-profile-name {
    float: right;
    margin: 11px 7px 8px 14px;
    color: #fff;
}

    .nav-profile-name i {
        padding: 0 0 0 11px;
    }

.nav-chat i:after {
    display: none;
}

#pageMain {
    background: #fff;
    overflow: hidden;
    height: calc(100vh - 0px);
}

    #pageMain .layout_resizer.hr-sep {
        top: 48px;
        height: calc(100vh - 112px) !important;
        background: #DDDDDD;
    }

#sidebar_section {
    max-width: 200px;
}

#sidebar {
    position: relative;
    z-index: 100;
    height: calc(100vh - 0px);
    overflow-y: auto;
    min-width: 190px;
    padding-top: 2px;
}

#sidebar-nav {
    width: 100%;
    padding: 0;
}

    #sidebar-nav h2 {
        color: #60636B;
        float: left;
        width: 100%;
        font-size: 0.8em;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        padding: 3px 0 2px 20px;
        border-top: 1px solid #4D4C4C;
        box-sizing: border-box;
        margin: 10px 0;
    }

    #sidebar-nav ul {
    }

        #sidebar-nav ul li {
            padding: 0px 5px;
            position: relative;
        }

            #sidebar-nav ul li a {
                display: block;
                color: #5a5858;
                font-size: 14px;
                padding: 9px 13px;
                width: 100%;
                font-weight: 600;
                border-radius: 3px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            #sidebar-nav ul li:hover a,
            #sidebar-nav ul li:hover a i,
            #sidebar-nav li.active a,
            #sidebar-nav li.active a i {
                color: #333;
            }

            #sidebar-nav ul li:hover > a {
                background: #fff;
                color: #333;
                text-decoration: none;
            }

            #sidebar-nav ul li.active > a {
                background: #f7f7f7;
                color: #6F000A;
            }

                #sidebar-nav ul li.active > a i {
                    background: #f7f7f7;
                }

    #sidebar-nav i {
        padding-right: 8px;
        font-size: 1.1em;
        color: #e3e3e3;
        width: 25px;
        text-align: center;
    }

    #sidebar-nav .submenu {
        background: rgba(255,255,255,1);
        padding: 5px 0px;
        /*position: absolute;
	left: 30px;
	left: 0px;
	top:-1px;*/
        width: 100%;
        z-index: 999;
        display: none;
        border: 1px solid #080f46;
        border-radius: 0px 0px 4px 4px;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    }

        #sidebar-nav .submenu li {
            padding-top: 1px;
        }

    #sidebar-nav li:hover > .submenu,
    #sidebar-nav li.active > .submenu {
        display: block;
    }

    #sidebar-nav .submenu a {
        font-size: 12px;
        color: #222222 !important;
        padding: 4px 10px;
        border-radius: 3px;
        border-bottom-color: rgba(0,0,0,0.05);
    }

    #sidebar-nav .submenu li:last-child a {
        border-bottom: none;
    }

    #sidebar-nav .submenu a.active,
    #sidebar-nav .submenu a:hover {
        color: #ffffff !important;
        background: #080f46;
    }

.pagecontainer {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
    width: 100%;
    background: #F8F9FD;
}
.innerpagecontainer {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
    width: 100%;
    padding:5px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.sample-widget {
    max-width: 47%;
}

.widget-box .fa-cog {
    float: right;
    color: #fff;
    margin: 11px 11px 0 0;
    font-size: 20px;
}

.dashboardcolumn {
    display: block;
    padding: 50px 60px;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
}

    .dashboardcolumn:hover {
        border: 1px solid #152354;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }

    .dashboardcolumn svg {
        width: 40px;
    }

.dasboardtitle {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

    .dasboardtitle span {
        color: #8f8a8a;
    }

.basic_infodetails {
    color: #000;
    font-size: 12px;
}

.basic_infotitle {
    color: #000;
    font-size: 18px;
}

.basic_infodetails .date-time {
    float: left;
    font-size: 10px;
    color: #767575;
}

.viewdetails {
    float: right;
    color: #767575;
}

.view svg {
    fill: #0086ff;
    width: 13px;
    height: 13px;
    vertical-align: top;
    position: relative;
    top: 3px;
}

.view.preview svg {
    fill: #0086ff;
    width: 18px;
    height: 18px;
    top: 0px;
}

.edit svg {
    fill: #00652a;
    width: 13px;
    height: 13px;
}

.del svg {
    fill: #650200;
    width: 13px;
    height: 13px;
}

.submit-btnbar2 {
    position: absolute;
    z-index: 999;
    right: 9px;
    top: 20px;
}


.text-box {
    display: block;
    width: 100%;
    padding: 5px 8px;
    height: 30px;
    font-size: 13px;
    text-indent: 0px;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #AAAAAA !important;
    border-radius: 0.25rem;
    outline: none !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .text-box:focus {
        border-color: #0086ff !important;
    }

.blade-block {
    background: #FFFFFF;
    margin: 0px;
    position: relative;
    min-height: 100%;
    box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 2%);
}

textarea.text-box {
    height: 80px;
    max-width: 100%;
    min-width: 100%;
}

.form-group label {
    color: #555555;
    font-size: 13px;
}

select.text-box {
    padding-left: 0px;
}

.upload_file {
    display: block;
    position: relative;
    padding: 0px !important;
}

    .upload_file .button {
        position: absolute;
        left: 4px;
        top: 5px;
        width: 95px;
        text-align: center;
        line-height: 1.45 !important;
    }

    .upload_file .clear_img {
        position: absolute;
        right: 7px;
        top: 8px;
        display: block;
        cursor: pointer;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border: 1px solid #FF3300;
    }

.button {
    background: #eee;
    color: #222;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    padding: 3px 8px;
    height: 24px;
    line-height: 1.3;
    border-radius: 3px;
    text-decoration: none !important;
    vertical-align: top;
    border: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.applynowbutton {
    background: #f5f5f5;
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    padding: 6px 14px;
    height: 30px;
    line-height: 1.3;
    border-radius: 3px;
    text-decoration: none !important;
    vertical-align: top;
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

    .applynowbutton:hover {
        background: #006794;
        color: #fff;
        transition: all 0.15s ease-out 0s;
        -webkit-transition: all 0.15s ease-out 0s;
    }

.search-bar {
    padding: 5px 8px;
    display: inline-block;
    height: 30px;
    font-size: 13px;
    text-indent: 0px;
    border-color: #AAAAAA !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.post-title-block {
    padding-right: 90px;
}

.subsubsub {
    list-style: none;
    margin: 12px 5px 5px;
    padding: 0;
    font-size: 13px;
    float: left;
    color: #666;
}

    .subsubsub li {
        display: inline-block;
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    .subsubsub a.current {
        color: #000;
    }

    .subsubsub a {
        line-height: 2;
        padding: 0.2em;
        text-decoration: none;
    }

.tablenav {
    clear: both;
    height: 30px;
    margin: 0px 0 4px;
    padding-top: 5px;
    vertical-align: middle;
}

    .tablenav .actions {
        padding: 0 8px 0 0;
    }

        .tablenav .actions select {
            float: left;
            margin-right: 6px;
            max-width: 12.5rem;
        }

.filerbydate {
    height: 30px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 400;
}

hr.typ2 {
    border: none;
    border-top: 1px solid #dedfde;
    margin: 0px;
}

.tbl_typ1 {
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    border-collapse: collapse;
}

.post-list-table {
    width: 100%;
    height: 14px;
    table-layout: fixed;
}

.txt-gray1 {
    color: #767676 !important;
}

.post_action a {
    display: inline-block;
    margin: 0 3px;
    font-size: 19px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    line-height: 1;
}

.tbl_typ1 th {
    background: #f0f0f0;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.tbl_typ1 th, .tbl_typ1 td {
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    border-collapse: collapse;
    padding: 7px 8px;
    font-size: 13px;
}

.tbl_typ2 {
    border: 1px solid #ffffff;
    border-collapse: collapse;
    width: 100%;
}

    .tbl_typ2 th, .tbl_typ2 td {
        border: 1px solid #f7f7f7;
        border-collapse: collapse;
        padding: 7px 8px;
        font-size: 13px;
        color: #222222;
    }

    .tbl_typ2 th {
        border: 1px solid #ffffff;
        background: #152354;
        color: #ffffff;
        font-weight: 600;
    }
/* File Uploader css start	
***********************************/
.file_upload_wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    line-height: 1.4;
    background: rgba(0,0,0,0.3);
    display: none;
}

    .file_upload_wrapper.open {
        display: block;
    }

.file_upload_box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    padding: 15px;
    z-index: 99999;
    background: #ffffff;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.file_upload_area {
    position: relative;
    width: 100%;
    height: calc(100vh - 105px);
    padding: calc(50vh - 87px) 20px;
    z-index: 1;
    background: #ffffff;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.file_listing_area {
    position: relative;
    width: 100%;
    height: calc(100vh - 105px);
    padding: 5px 5px 0px 15px;
    z-index: 1;
    background: #ffffff;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.uploadtab_link {
    height: 34px;
    margin: 0px;
    padding: 0 5px;
    position: relative;
    z-index: 9;
    list-style-type: none;
}

    .uploadtab_link:after {
        content: "";
        display: block;
        float: none;
        clear: both;
        font-size: 0px;
        line-height: 0px;
        height: 0px;
    }

    .uploadtab_link li {
        float: left;
        border: 1px solid #cccccc;
        background: #f7f7f7;
        border-bottom: none;
        font-size: 14px;
        color: #333333;
        padding: 7px 15px;
        min-width: 120px;
        text-align: center;
        height: 34px;
        margin: 0 2px 0 0;
        border-radius: 3px 3px 0 0;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .uploadtab_link li.active {
            height: 35px;
            background: #ffffff;
            cursor: default;
            pointer-events: none;
        }

.uploadtab_box:not(.active) {
    display: none !important;
}

.file_upload_box input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0.001;
}

.file_upload_box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    z-index: 99;
}

    .file_upload_box .close:before,
    .file_upload_box .close:after {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: 7px;
        width: 16px;
        height: 2px;
        background: #b12020;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .file_upload_box .close:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .file_upload_box .close:hover:before,
    .file_upload_box .close:hover:after {
        background: #FF0000;
    }

.file_upload_box .bulkupload_label {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 15px;
    color: #999999;
}

    .file_upload_box .bulkupload_label svg {
        display: block;
        width: 50px;
        margin: 0 auto 1px;
    }

        .file_upload_box .bulkupload_label svg * {
            fill: #AAAAAA;
        }

.theme_option_form p.submit {
    text-align: right !important;
}

.file_listing_area iframe {
    margin: 0px;
    padding: 0px;
    border: none !important;
    width: 100% !important;
    height: calc(100% - 75px);
    max-height: calc(100% - 75px);
    overflow-y: auto;
}

#insertFileToField:not(.active) {
    pointer-events: none;
    opacity: 0.5;
}

/*----------------------------------*/
.upload_file {
    display: block;
    position: relative;
    padding: 0px !important;
}

    .upload_file input[type="text"],
    .upload_file input[type="url"] {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 105px !important;
        padding-right: 30px;
        width: 100%;
        height: 32px;
    }

    .upload_file .button {
        position: absolute;
        left: 4px;
        top: 4px;
        width: 95px;
        text-align: center;
        line-height: 1.45 !important;
    }

    .upload_file .admin_imgtip {
        display: block;
        width: 80px;
        height: 60px;
        border: 2px solid #0073aa;
        background: #32373c;
        border-radius: 3px;
        box-shadow: 0 5px 5px rgba(0,0,0,0.5);
        position: absolute;
        left: 0%;
        bottom: 100%;
        transform: translate(-3px,-10px);
        -webkit-transform: translate(-3px,-5px);
        z-index: 9999;
    }

        .upload_file .admin_imgtip:before {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            border-top: 10px solid #0073aa;
            border-left: 10px solid rgba(0,0,0,0);
            border-right: 10px solid rgba(0,0,0,0);
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
        }

        .upload_file .admin_imgtip:after {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            border-top: 7px solid #32373c;
            border-left: 7px solid rgba(0,0,0,0);
            border-right: 7px solid rgba(0,0,0,0);
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
        }

        .upload_file .admin_imgtip img {
            position: absolute;
            left: 50%;
            top: 50%;
            width: auto;
            height: auto;
            max-width: 95%;
            max-height: 95%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
        }

    .upload_file .clear_img {
        position: absolute;
        right: 7px;
        top: 8px;
        display: block;
        cursor: pointer;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border: 1px solid #FF3300;
    }

        .upload_file .clear_img:before,
        .upload_file .clear_img:after {
            content: "";
            display: block;
            width: 10px;
            height: 0px;
            border-top: 1px solid #FF3300;
            position: absolute;
            left: 2px;
            top: 6px;
        }

        .upload_file .clear_img:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

        .upload_file .clear_img:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .upload_file .clear_img:hover,
        .upload_file .clear_img:hover:before,
        .upload_file .clear_img:hover:after {
            border-color: #333333;
        }

/* File Uploader css end	
***********************************/



.post_list_wrapper {
    display: block !important;
    background: none !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    z-index: 9 !important;
}

.post_list_box {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: calc(100vh - 140px) !important;
    padding: 0px !important;
    z-index: 9 !important;
    box-shadow: none !important;
}

.listtab_link {
    height: 34px;
    margin: 0px;
    padding: 0 5px;
    position: relative;
    z-index: 9;
    list-style-type: none;
}

    .listtab_link li {
        float: left;
        border: 1px solid #cccccc;
        background: #f7f7f7;
        border-bottom: none;
        min-width: 120px;
        text-align: center;
        height: 34px;
        margin: 0 2px 0 0;
        border-radius: 3px 3px 0 0;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .listtab_link li.active {
            height: 35px;
            background: #ffffff;
            cursor: default;
            pointer-events: none;
        }

        .listtab_link li a {
            display: block;
            font-size: 14px;
            color: #333333;
            font-weight: 500;
            padding: 7px 15px;
        }

    .listtab_link:after {
        content: "";
        display: block;
        float: none;
        clear: both;
        font-size: 0px;
        line-height: 0px;
        height: 0px;
    }

.post_list_area {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 205px);
    padding: 10px;
    z-index: 1;
    background: #ffffff;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.filter-bar {
    position: relative;
    z-index: 999;
}

.filter_area {
    position: absolute;
    right: 0px;
}

.setting-title {
    color: #444444;
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Home banner css */
.sortable_area .editorbox {
    position: relative;
}

    .sortable_area .editorbox li {
        position: relative;
        background: #F9F9F9;
        border: 1px solid #d7d7d7;
        padding: 8px 15px 8px 25px;
        box-shadow: 0 3px 3px rgba(0,0,0,0.05);
        cursor: ns-resize;
        left: 0px !important;
    }

        .sortable_area .editorbox li:not(:last-child) {
            margin-bottom: 5px;
        }

    .sortable_area .editorbox .drag-icon svg {
        width: 20px;
        position: absolute;
        left: 2px;
        top: 50%;
        transform: translate(0px,-50%);
        -webkit-transform: translate(0px,-50%);
    }

        .sortable_area .editorbox .drag-icon svg * {
            fill: #A0A0A0;
            transition: all 0.3s ease-out 0s;
            -webkit-transition: all 0.3s ease-out 0s;
        }

    .sortable_area .editorbox li:hover .drag-icon svg * {
        fill: #2271b1;
    }
    /*.sortable_area .field {
	cursor: default;
}*/
    .sortable_area .editorbox textarea {
        display: block;
        height: 42px;
        line-height: 1.3;
        position: relative;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }

        .sortable_area .editorbox textarea:focus {
            height: 73px;
            z-index: 999;
        }

.sortable_area .result {
    text-align: left;
}

.custom_contentbox iframe {
    border: 1px solid #d7d7d7;
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 4px;
}

.field_table,
.field_table td {
    border: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .field_table td:first-child {
        padding-left: 0px !important;
    }

    .field_table td:last-child {
        padding-right: 0px !important;
    }

.insert_editor_data {
    display: none;
}

.banner_list_area li.edit {
    padding-left: 15px;
}

    .banner_list_area li:not(.edit) .edit_banner,
    .banner_list_area li.edit .field_table,
    .banner_list_area li.edit .drag-icon {
        display: none;
    }

.addNewBanner.hidden {
    display: none;
}

.display_none {
    display: none;
}
.name-dropdown{
    position:absolute;
    bottom:15px;
    width:100%;
}
.box-Shadow {
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 10px;
    height:Calc(100vh - 93px) !important;
    overflow-y: auto;
}
.box-Shadow-header {
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 10px;
    height: 45px;
    margin-bottom: 20px
}
#chapterDiv.grid12 .box-Shadow {
    height: Calc(100vh - 155px) !important;
}
.k-grid table,
.k-grid table td,
.k-grid table th {
    border: 1px solid #f6f8fa !important;
    border-collapse:collapse;
}
body .k-grid .k-grid-header {
    border-bottom:none !important;
}
body .k-grid .k-grid-header th {
    background: #f6f8fa !important;
    color: #7d808b !important;
}
.name-dropdown {
    background: #F8F9FD !important;
}
.dropdown-menu-display {
    top: auto !important;
    bottom: 100% !important
}
#userDropdown {
    box-shadow: none !important;
    outline: none !important;
}
.dropdown {
    position: absolute;
    bottom: 20px;
    left: 3px;
    right: 0px;
    color: black;
    background: #F8F9FD !important;
    height: 50px;
    padding: 13px;
    text-align: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    bottom: 100%; /* Position the dropdown content above the toggle */
    right: 0; /* Align the dropdown content to the right side of the toggle */
    z-index: 1;
}

    /* Style the links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Show the dropdown button with the user's name and arrow */
.dropdown-toggle {
    padding: 10px;
    background-color: #F8F9FD;
    cursor: pointer;
    /* Add a border if needed */
    border-radius: 4px; /* Slight rounding on the corners */
}

/* Optional: Adding a profile image */
.profile-image {
    vertical-align: middle;
    border-radius: 50%; /* Circle image */
    margin-right: 10px;
}
#usercircle {
    color: #6a6a6a !important;
}
.k-animation-container {
    width: 230px !important;
}
.k-button {
    padding: 5px 10px !important;
}
.k-icon.k-i-filter {
    background: #f6f8fa;
}
