﻿.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem !important;
    color: #535353 !important;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
}

h1, h2, h3 {
    font-family: "Montserrat", sans-serif !important;
    color: #009dce !important;
    font-weight: 500;
    margin-bottom: 1.3rem !important;
}

h4, h5, h6 {
    font-family: "Montserrat", sans-serif !important;
    color: #009dce !important;
    font-weight: 500;
    margin-bottom: 1.5rem !important;
}

h1 {
    font-size: 2.2rem;
}

.k-grid .k-grid-header .k-table-th {
    position: relative;
    vertical-align: bottom;
    cursor: default;
    background-color: #465366 !important;
    color: #fff;
    font-weight: 500;
}

.k-grid {
    padding: 0px;
}

    .k-grid .k-table-tbody > .k-table-row:not(.k-detail-row):hover, .k-grid .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
        background-color: transparent !important;
    }

    .k-grid .k-table-row.k-table-alt-row {
        background-color: transparent !important;
    }

    .k-grid a:hover {
        color: #465366 !important;
        text-decoration: underline !important;
    }

.k-button-flat-primary {
    color: #009dce;
}

.k-checkbox {
    border-color: #ccc !important;
    margin-right: 10px !important;
    background-color: var(--kendo-color-surface-alt, #ffffff);
}

.btn-border-small {
    background-color: #ffffff !important;
    color: #009dce !important;
    border: solid 1px #009dce !important;
}

    .btn-border-small:hover {
        background-color: #ffffff !important;
        color: #465366 !important;
        border: solid 1px #465366 !important;
    }

b, strong {
    font-weight: 600;
}

.blueText {
    color: #465366;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.logo {
    width: 190px;
    padding: 0px 5px;
}

.logo-2 {
    padding-left: 0px;
    width: 200px !important;
    /* width: 32%; */
    margin-left: -13px;
    padding: 6px;
}

.sub-logo {
    width: 200px;
    padding: 5px;
}

.nav-header {
    background: #fafafa;
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.28);
}
/*.nav-header {
    background: #009DCE;
}*/
.nav-link {
    color: #009dce;
}

.btn-search {
    height: 100%;
    border: solid 1px #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*a#navbarDropdown {
    color: #fff;
}*/
.dropdown-menu {
    top: 100%;
    left: 11px;
    margin-top: var(--bs-dropdown-spacer);
}

.page {
    min-height: calc(100vh - 157px);
    width: 100%;
}

.navbar-toggler {
    padding: 5px;
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: solid 1px;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

#topNav .nav-link {
    padding: 3px !important;
}

#navtabMain .tabMenu {
    padding: 0px !important;
}

.k-toolbar-solid {
    border-color: inherit !important;
    box-shadow: none !important;
    background: #d7f3fc !important;
    border-radius: 6px 6px 0 0;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
    font-size: 18px;
}

.line_btm {
    border-bottom: 3px solid #009DCE;
}

.breadcrumb-wrap {
    background: #FFF;
    padding: 10px 0px 0px 0px;
    margin-bottom: 0px;
}

.k-breadcrumb-link {
    color: #0089b3 !important;
}
/********* Circle css ************/
.btn-circle {
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 0.9rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    background-color: #009DCE;
    color: #fff;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 5px;
}

    .btn-circle i {
        position: relative;
        top: -1px;
    }


.btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
}

.btn-circle-light a {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 0.9rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    background-color: #009DCE !important;
    color: #4c0bb5 !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-circle-light a:hover {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 0.9rem;
        text-align: center;
        padding: 0;
        border-radius: 50%;
        background-color: #7044b7 !important;
        color: #fff !important;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.btn-circle-light i {
    position: relative;
    top: -1px;
}

.btn-circle-light-1 a {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 0.9rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    background-color: #009DCE !important;
    color: #4c0bb5 !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-circle-light-1 a:hover {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 0.9rem;
        text-align: center;
        padding: 0;
        border-radius: 50%;
        background-color: #7044b7 !important;
        color: #fff !important;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.btn-circle-light-1 i {
    position: relative;
    top: -1px;
}

.btn-circle-light-2 a {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 0.9rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    background-color: #00d8ff !important;
    color: #4c0bb5 !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-circle-light-2 a:hover {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 0.9rem;
        text-align: center;
        padding: 0;
        border-radius: 50%;
        background-color: #7044b7 !important;
        color: #fff !important;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.btn-circle-light-2 i {
    position: relative;
    top: -1px;
}

.container-fluid-inner {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*min-height: 60em;*/
    min-height: calc(100% - 65px);
}


.btn-circle-disabled a {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 0.9rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    background-color: #68e0f6 !important;
    color: #876cb3 !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-circle-disabled a:hover {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 0.9rem;
        text-align: center;
        padding: 0;
        border-radius: 50%;
        background-color: #68e0f6 !important;
        color: #876cb3 !important;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }


.btn-circle-disabled i {
    position: relative;
    top: -1px;
}


/*************** Tab Css *****************/
.myDisplay {
    display: flex;
    list-style-type: none;
    margin-left: -30px;
}
.myDisplay-1 {
    display: flex;
    list-style-type: none;
}
.tabMenu {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
    background: #008fbf;
    padding: 8px !important;
    margin-right: 5px;
    line-height: 31px;
    list-style-type: none;
}

    .tabMenu a {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff !important;
        background: #008fbf;
        padding: 8px !important;
        margin-right: 5px;
        line-height: 31px;
        list-style-type: none;
    }

        .tabMenu a:hover {
            font-size: 16px;
            font-weight: 500;
            color: #ffffff !important;
            padding: 8px !important;
            margin-right: 5px;
            line-height: 31px;
            list-style-type: none;
        }

.tabMenuActive {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
    background: #04a9dc;
    padding: 8px !important;
    margin-right: 5px;
    line-height: 23px;
    list-style-type: none;
}

    .tabMenuActive a {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff !important;
        background: #04a9dc;
        padding: 8px !important;
        margin-right: 5px;
        line-height: 23px;
        list-style-type: none;
    }

        .tabMenuActive a:hover {
            font-size: 16px;
            font-weight: 500;
            color: #ffffff !important;
            background: #04a9dc;
            padding: 8px !important;
            margin-right: 5px;
            line-height: 31px;
            list-style-type: none;
        }

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}


/******************* Circle css end **********************/

.breadcrumb {
    margin-bottom: 0px;
    border: 0px solid #e8e8e8;
    padding: .3rem 0rem !important;
    margin-bottom: .4rem !important;
}

    .breadcrumb > li {
        color: #6c757d;
        padding-right: .4rem;
    }

        .breadcrumb > li + li:before {
            color: #6c757d;
            content: "/\00a0";
        }

        .breadcrumb > li + li:before {
            color: #6c757d;
            content: "/ ";
        }

        .breadcrumb > li + li:before {
            color: #6c757d;
            content: "/\00a0";
        }


/*  Login bg */
.page-header {
    height: calc(100vh - 120px);
    background-position: center center;
    background-size: cover;
    padding: 10px 0px 10px 0px;
    border: 0;
    display: flex;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.20);
    border-radius: 0px !important;
}

.index-page .page-header {
    /*height: calc(100% - 10px);*/
    overflow: hidden;
    margin-top: 23px;
    min-height: calc(100% - 10px);
}

.header-filter {
    position: relative;
}

.login-mT {
    margin-top: 6.5rem;
}

.login-box {
    width: 550px;
    padding: 20px;
    /*float: right;*/
    background-color: #fff;
    /*margin-bottom: 50px;
    margin-right: 4%;*/
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
}

.shadowAll {
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.20);
    border-radius: 0px;
    width: 100%;
}
/*.login-bg {
    background-image: url(../images/login-new.png);
    width: 100%;
}*/

.login-bg {
    background-image: url("../images/main-bg.svg"), radial-gradient(circle at 0% 98.16864013671875%, #5C95EC 0%, 6.5%, rgba(92, 149, 236, 0) 13%), radial-gradient(circle at 41.93359375% 84.31050618489583%, #2866C1 0%, 32%, rgba(40, 102, 193, 0) 64%), radial-gradient(circle at 20.555013020833332% 72.14192708333333%, #2866C1 0%, 38.5%, rgba(40, 102, 193, 0) 77%), radial-gradient(circle at 92.76072184244791% 88.55051676432292%, #5C95EC 0%, 17.5%, rgba(92, 149, 236, 0) 35%), radial-gradient(circle at 95.93638102213542% 12.731526692708334%, #608BDA 0%, 31%, rgba(96, 139, 218, 0) 62%), radial-gradient(circle at 4.783833821614583% 10.126139322916666%, #4C89E8 0%, 35.5%, rgba(76, 137, 232, 0) 71%), radial-gradient(circle at 88.75651041666667% 42.639973958333336%, #274881 0%, 37.791%, rgba(39, 72, 129, 0) 51%), radial-gradient(circle at 48.9013671875% 49.521484375%, #FFFFFF 0%, 100%, rgba(255, 255, 255, 0) 100%);
    /*background: radial-gradient(circle at 0% 98.16864013671875%, #5C95EC 0%, 6.5%, rgba(92, 149, 236, 0) 13%), radial-gradient(circle at 41.93359375% 84.31050618489583%, #2866C1 0%, 32%, rgba(40, 102, 193, 0) 64%), radial-gradient(circle at 20.555013020833332% 72.14192708333333%, #2866C1 0%, 38.5%, rgba(40, 102, 193, 0) 77%), radial-gradient(circle at 92.76072184244791% 88.55051676432292%, #5C95EC 0%, 17.5%, rgba(92, 149, 236, 0) 35%), radial-gradient(circle at 95.93638102213542% 12.731526692708334%, #608BDA 0%, 31%, rgba(96, 139, 218, 0) 62%), radial-gradient(circle at 4.783833821614583% 10.126139322916666%, #4C89E8 0%, 35.5%, rgba(76, 137, 232, 0) 71%), radial-gradient(circle at 88.75651041666667% 42.639973958333336%, #274881 0%, 37.791%, rgba(39, 72, 129, 0) 51%), radial-gradient(circle at 48.9013671875% 49.521484375%, #FFFFFF 0%, 100%, rgba(255, 255, 255, 0) 100%);*/
    --bg-overlay-color: transparent;
    --inherit-transition: var(--transition, none);
}
/*  Login bg end */

label {
    font-weight: 500 !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}

.btn-blue {
    color: #fff !important;
    background-color: #009ccd !important;
    width: 100%;
    font-size: 1rem;
    border: 0px !important;
}

    .btn-blue:hover {
        background-color: #0074c2 !important;
        background: #0074c2;
        width: 100%;
        border: 0px;
    }

.btn-blue-1 {
    color: #fff !important;
    background-color: #009ccd !important;
    border: 1px solid #009ccd !important;
    padding: 6px 15px;
}

    .btn-blue-1:hover {
        background-color: #0074c2 !important;
        background: #0074c2;
        border: 0px;
    }

.btn-blue-border {
    color: #009ccd !important;
    background-color: #FFF !important;
    border: 1px solid #009ccd !important;
    padding: 5px 15px;
}

    .btn-blue-border:hover {
        background-color: #FFF !important;
        border: 1px solid #0074c2;
    }

.footer-bg {
    font-size: 11px;
    border-top: solid 2px #009DCE;
    background-color: #cfecf5;
    color: #535353;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
}

#advancedSearchLink {
    cursor: pointer;
    background-color: #009dce;
    padding: 6px 15px;
    color: #fff !important;
    border-radius: 7px;
    position: absolute;
}

    #advancedSearchLink:hover {
        cursor: pointer;
        background-color: #13b5e9;
        padding: 6px 15px;
        color: #fff;
        border-radius: 7px;
        position: absolute;
    }

.rightsideShadow {
    -webkit-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.25);
    box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.25);
    background-color: #fff;
}

.light-blue-box {
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    padding: 2px;
    min-height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
}

.shadowAll {
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.20);
    border-radius: 0px;
    width: 100%;
}

.font-weight-bold {
    font-weight: 500 !important;
}

/********************************************************* wizahard ********************************************************************/

.sw-theme-arrows {
    border-radius: 0px;
    border: 0px solid #ddd !important;
}

.swMain ul.anchor {
    margin-top: 0px !important;
}

    .swMain ul.anchor, .swMain ul.anchor li {
        border: 0px;
    }

        .swMain ul.anchor li a {
            border-radius: 0px !important;
            border: 0px !important;
        }

            .swMain ul.anchor li a .stepDesc {
                font-family: Roboto !important;
                font-weight: normal !important;
            }

        .swMain ul.anchor li {
            position: relative;
            display: block;
            margin: 0;
            padding: 0;
            padding-top: 3px;
            padding-bottom: 3px;
            border: 0px solid #E0E0E0;
            float: left;
            clear: both;
        }

        .swMain ul.anchor li {
            padding-top: 0px !important;
        }

.swMain {
    margin-top: 10px;
    border: 1px solid #e2e2e2 !important;
    height: 100%;
}

    .swMain div.actionBar {
        background-color: #FFF !important;
        border: 0px;
        padding-left: 205px;
        overflow: hidden;
        padding-right: 9px;
        min-height: 70px;
        margin-bottom: 30px;
    }

    .swMain .buttonCancel {
        background-color: #FFF !important;
        float: right;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        color: #007dc5 !important;
        padding-top: 8px;
        padding-right: 15px;
        padding-bottom: 8px;
        text-align: right;
        border: 0px;
        width: auto;
    }

        .swMain .buttonCancel:hover {
            background-color: #FFF !important;
            font-weight: normal;
            font-size: 16px;
            color: #004369 !important;
            text-decoration: underline;
            border: 0px;
        }

    .swMain .buttonPrevious {
        background-color: #FFFFFF;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        color: #007dc5;
        float: left;
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 7px;
        box-shadow: 0 1px 4px 0 rgba(0, 125, 197, .14), 0 1px 4px 0 rgba(0, 125, 197, .12), 0 1px 4px -1px rgba(0, 125, 197, .2);
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 125, 197, .14), 0 1px 4px 0 rgba(0, 125, 197, .12), 0 1px 4px -1px rgba(0, 125, 197, .2);
        -moz-box-shadow: 0 1px 4px 0 rgba(0, 125, 197, .14), 0 1px 4px 0 rgba(0, 125, 197, .12), 0 1px 4px -1px rgba(0, 125, 197, .2);
        border: 1px solid #007dc5;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        margin-right: 10px;
    }

        .swMain .buttonPrevious:hover {
            background-color: #FFFFFF;
            font-weight: normal;
            font-size: 16px;
            color: #005387;
            box-shadow: 0 2px 6px 0 rgba(0, 125, 197, .24), 0 2px 6px 0 rgba(0, 125, 197, .22),0 2px 6px -1px rgba(0, 125, 197, .4);
            -webkit-box-shadow: 0 2px 6px 0 rgba(0, 125, 197, .24), 0 2px 6px 0 rgba(0, 125, 197, .22),0 2px 6px -1px rgba(0, 125, 197, .4);
            -moz-box-shadow: 0 2px 6px 0 rgba(0, 125, 197, .24), 0 2px 6px 0 rgba(0, 125, 197, .22),0 2px 6px -1px rgba(0, 125, 197, .4);
            border: 1px solid #005387;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }

    .swMain .buttonNext {
        background-color: #FFFFFF;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        color: #007dc5;
        float: left;
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 7px;
        box-shadow: 0 1px 4px 0 rgba(0, 125, 197, .14), 0 1px 4px 0 rgba(0, 125, 197, .12), 0 1px 4px -1px rgba(0, 125, 197, .2);
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 125, 197, .14), 0 1px 4px 0 rgba(0, 125, 197, .12), 0 1px 4px -1px rgba(0, 125, 197, .2);
        -moz-box-shadow: 0 1px 4px 0 rgba(0, 125, 197, .14), 0 1px 4px 0 rgba(0, 125, 197, .12), 0 1px 4px -1px rgba(0, 125, 197, .2);
        border: 1px solid #007dc5;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        margin-right: 10px;
    }

        .swMain .buttonNext:hover {
            background-color: #FFFFFF;
            font-weight: normal;
            font-size: 16px;
            color: #005387;
            box-shadow: 0 2px 6px 0 rgba(0, 125, 197, .24), 0 2px 6px 0 rgba(0, 125, 197, .22),0 2px 6px -1px rgba(0, 125, 197, .4);
            -webkit-box-shadow: 0 2px 6px 0 rgba(0, 125, 197, .24), 0 2px 6px 0 rgba(0, 125, 197, .22),0 2px 6px -1px rgba(0, 125, 197, .4);
            -moz-box-shadow: 0 2px 6px 0 rgba(0, 125, 197, .24), 0 2px 6px 0 rgba(0, 125, 197, .22),0 2px 6px -1px rgba(0, 125, 197, .4);
            border: 1px solid #005387;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }


    .swMain .buttonSave {
        float: left;
        background-color: #007dc5;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        color: #FFF;
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 8px;
        box-shadow: 0 1px 4px 0 rgba(0, 125, 197, .14), 0 1px 4px 0 rgba(0, 125, 197, .12), 0 1px 4px -1px rgba(0, 125, 197, .2);
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 125, 197, .14), 0 1px 4px 0 rgba(0, 125, 197, .12), 0 1px 4px -1px rgba(0, 125, 197, .2);
        -moz-box-shadow: 0 1px 4px 0 rgba(0, 125, 197, .14), 0 1px 4px 0 rgba(0, 125, 197, .12), 0 1px 4px -1px rgba(0, 125, 197, .2);
        border: 0px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        margin-right: 10px;
    }

        .swMain .buttonSave:hover {
            background-color: #005387;
            font-weight: normal;
            font-size: 16px;
            color: #f7f7f7;
            box-shadow: 0 2px 6px 0 rgba(0, 125, 197, .24), 0 2px 6px 0 rgba(0, 125, 197, .22),0 2px 6px -1px rgba(0, 125, 197, .4);
            -webkit-box-shadow: 0 2px 6px 0 rgba(0, 125, 197, .24), 0 2px 6px 0 rgba(0, 125, 197, .22),0 2px 6px -1px rgba(0, 125, 197, .4);
            -moz-box-shadow: 0 2px 6px 0 rgba(0, 125, 197, .24), 0 2px 6px 0 rgba(0, 125, 197, .22),0 2px 6px -1px rgba(0, 125, 197, .4);
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }

    .swMain .buttonFinish {
        float: left;
        background-color: #5ca038;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        color: #FFF;
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 8px;
        box-shadow: 0 1px 4px 0 rgba(179, 216, 160, .14), 0 1px 4px 0 rgba(179, 216, 160, .12), 0 1px 4px -1px rgba(179, 216, 160, .2);
        -webkit-box-shadow: 0 1px 4px 0 rgba(179, 216, 160, .14), 0 1px 4px 0 rgba(179, 216, 160, .12), 0 1px 4px -1px rgba(179, 216, 160, .2);
        -moz-box-shadow: 0 1px 4px 0 rgba(179, 216, 160, .14), 0 1px 4px 0 rgba(179, 216, 160, .12), 0 1px 4px -1px rgba(179, 216, 160, .2);
        border: 0px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        margin-right: 10px;
    }

        .swMain .buttonFinish:hover {
            background-color: #4c842e;
            font-weight: normal;
            font-size: 16px;
            color: #f7f7f7;
            box-shadow: 0 1px 4px 0 rgba(92, 160, 53, .14), 0 1px 4px 0 rgba(92, 160, 53, .12), 0 1px 4px -1px rgba(92, 160, 53, .2);
            -webkit-box-shadow: 0 1px 4px 0 rgba(92, 160, 53, .14), 0 1px 4px 0 rgba(92, 160, 53, .12), 0 1px 4px -1px rgba(92, 160, 53, .2);
            -moz-box-shadow: 0 1px 4px 0 rgba(92, 160, 53, .14), 0 1px 4px 0 rgba(92, 160, 53, .12), 0 1px 4px -1px rgba(92, 160, 53, .2);
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }


    .swMain .msgBox {
    }


    .swMain ul.anchor {
        position: relative;
        height: 100%;
        /*background-color: #f1f1f1 !important;
                -webkit-box-shadow: 1px 0px 3px 0px rgba(0,0,0,0.48);
                -moz-box-shadow: 1px 0px 3px 0px rgba(0,0,0,0.48);
                box-shadow: 1px 0px 3px 0px rgba(0,0,0,0.48);*/
        display: block;
        float: left;
        list-style: none;
        padding: 0px;
        margin: 5px 5px 0 5px !important;
        border: 0px solid #CCCCCC;
    }

        .swMain ul.anchor li a {
            height: auto;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

            .swMain ul.anchor li a .stepDesc {
                font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
                font-size: 16px;
                font-weight: 500;
                color: #ffffff;
            }

            .swMain ul.anchor li a .stepDesc {
                padding: 0px;
                font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
            }


            .swMain ul.anchor li a.selected:hover, .swMain ul.anchor li a.done, .swMain ul.anchor li a.done:hover, .swMain ul.anchor li a.disabled:hover, .swMain ul.anchor li a.disabled {
                color: #FFFFFF;
                background: #005387;
            }

.swMainActiveBtn {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background: #04a9dc;
    padding: 8px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}





.swMain ul.anchor li a.disabled {
    border: 0px;
    background-color: #005596 !important;
    padding: 8px;
    color: #ffffff;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


/*#sidebar {
    height: 100%;
    position: fixed;
    background: #f5f6f7;
    border-right: solid 1px #eee;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 999;
}

    #sidebar ul li {
        position: relative;
    }*/


.swMain .stepContainer {
    min-height: 490px;
    height: 100% !important;
    overflow: hidden;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-left: 1px solid #e2e2e2 !important;
}

    .swMain .stepContainer div.content {
        height: 100% !important;
        min-height: 420px;
        overflow: hidden;
        z-index: auto !important;
    }

    .swMain .stepContainer div.content {
        background-color: #FFFFFF !important;
        border: 0px !important;
        margin: 10px;
        width: 98%;
    }

    .swMain .stepContainer div.content {
        position: relative !important;
        display: block;
        overflow: hidden !important;
    }

.swMain ul.anchor li a .stepDesc {
    width: 100% !important;
}

.swMain ul.anchor li a {
    width: 190px;
    z-index: auto !important;
}

.wizard-menu-footer_bg {
    background-color: #f1f1f1;
    border: solid 1px #e2e2e2;
}


a {
    color: #009dce !important;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #465366 !important;
        font-style: normal;
        text-decoration: underline !important;
        cursor: pointer;
    }

/*************Left menu start*****************/
.mT-inner {
    margin-top: .8em;
    margin-left: 210px;
    margin-bottom: 2.5em;
}

.navbar-nav {
    display: list-item;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.light-bg {
    background-color: #d7f3fc;
}

.nav-link {
    font-weight: bold !important;
    color: black !important;
    font-size: .9rem;
    cursor: pointer;
}

.navbar li.active {
    border-bottom: 3px solid #b5121b;
    margin-bottom: 0px;
    background-color: #f6f4f4;
}

.border-bottom-blue-menu {
    border-bottom: solid 3px #08a9c7;
}

.navbar li.active {
    border-bottom: 3px solid #009dce;
    margin-bottom: 0px;
    background-color: #96e5ff;
}

ul.myuser > li > a:hover {
    color: #141414 !important;
    text-decoration: none;
}

.dropdown-menu {
    /*margin: .125rem -48px 0px !important;*/
    padding: 4px !important;
    min-width: 9rem !important;
}

.removefocusvisible {
    outline: 0;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: relative !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    /* left: 145px !important; */
    margin-top: 0.125rem;
}

@media (min-width: 992px) {
    .mt-50 {
        /* height: 46px; */
        left: 30px;
        margin-top: 4.5rem !important;
        z-index: 9999;
        width: 180px;
        padding: 7px;
        border-radius: 5px;
    }
}

.fixed-top {
    position: absolute !important;
}

.fixed-top {
    margin: 0px;
}


/***********Acordin************/
.panel-heading {
    padding: 0;
    border: 0;
    background-color: #f8f8f8;
    margin-top: 13px;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none !important;
}

/*************** Media Css ****************/
@media (max-width:768px) {
    .logo {
        width: 250px;
        padding: 11px 5px;
    }

    .login-box {
        width: 355px;
        padding: 20px;
        float: right;
        background-color: #fff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65);
        margin-right: -15px;
    }
}

.tabMenuActive {
    font-weight: bold !important;
    border-bottom: 2px solid #ffffff !important;
}

.no-grid-header .k-grid-header {
    display: none !important;
}

.k-list-container {
    height: auto !important;
    max-height: unset !important;
    overflow-y: auto !important;
}

/*css added for telerik dropdown and telerik contol */
.k-input-inner {
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}
/*to set default height of telerik grid */
.telerik-blazor.k-grid.k-grid-md {
    /*max-height: 400px;*/
    min-height: 200px;
}
/*css added for telerik dropdown  */
.k-animation-container-shown {
    overflow: auto !important;
}

.greyBoxlive {
    background-color: #fafafa;
    padding: 10px;
    margin-bottom: 8px;
    vertical-align: baseline;
    border-bottom: 3px solid #c8c8c8;
}

h5, .h5 {
    font-size: 1.1rem;
}

.login-box {
    width: 100%;
    max-width: 500px;
    margin: auto;
}


/*for removing blazor overlay*/
/*.blazor-error-ui {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -999 !important;
}
.connection-lost {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -999 !important;
}*/
.blazor-error-ui,
.connection-lost,
#components-reconnect-modal {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    z-index: -1 !important;
}

body.blazor-reconnect {
    filter: none !important;
    backdrop-filter: none !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}

body::after {
    content: none !important;
}

html, body {
    filter: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
}