/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-i64gid6n40] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i64gid6n40] {
    flex: 1;
    background-color: #ffffff;
}

.navbar[b-i64gid6n40] {
    background-color: #058AA8 !important;
}

.top-row[b-i64gid6n40] {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E3F2FD;
    justify-content: flex-end;
    height: 5.0rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i64gid6n40]  a, .top-row[b-i64gid6n40]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-i64gid6n40]  a:hover, .top-row[b-i64gid6n40]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-i64gid6n40]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-i64gid6n40] {
        display: none;
    }

    .top-row.auth[b-i64gid6n40] {
        justify-content: space-between;
    }

    .top-row[b-i64gid6n40]  a, .top-row[b-i64gid6n40]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i64gid6n40] {
        flex-direction: row;
    }

    .sidebar-gd[b-i64gid6n40],
    .sidebar-gm[b-i64gid6n40],
    .sidebar[b-i64gid6n40] {
        font-weight: normal !important;
        background-color: #058AA8 !important;
        border-radius: 5px;
        width: 190px;
        height: 100vh;
        position: sticky;
        box-shadow: 3px 3px 5px #c9c9c9;
    }

    .sidebar-gd[b-i64gid6n40] {
        background-color: #62AAB3 !important;
    }

    .sidebar-gm[b-i64gid6n40] {
        background-color: #A4373A !important;
    }

    .top-row[b-i64gid6n40] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-i64gid6n40]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-i64gid6n40], article[b-i64gid6n40] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

.icon-mcm-blue[b-i64gid6n40] {
    color: #04748d !important;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-79ic567pta] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #04748d;
    border: none !important;
}

.navbar-toggler:focus[b-79ic567pta],
.navbar-toggler:active[b-79ic567pta],
.navbar-toggler-icon:focus[b-79ic567pta] {
    outline: none;
    box-shadow: none;
}

.logo[b-79ic567pta]{
    margin: 4px 0 auto 3px;
    height: 3.5rem;
}

.top-row[b-79ic567pta] {
    vertical-align: middle;
    height: 5.0rem;
    background-color: #ffffff;
    color: #058AA8;
    border-bottom: 1px solid white;
}

.navbar-brand[b-79ic567pta] {
    font-size: 1.2rem;
}

.ico[b-79ic567pta] {
    width: 2rem;
    font-size: 1.2rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-79ic567pta] {
    font-size: 1.0rem;
    font-weight: 400;
    padding: 0.3rem 0 0.3rem 0;
    color: white;
    border-bottom: dotted #aeddff 1px;
}

.nav-item span[b-79ic567pta]
{
    padding-left : 5px;
}

.subnav-item[b-79ic567pta] {
    cursor:pointer;
    padding-left: 10px;
    color:white;
}

    .nav-item:first-of-type[b-79ic567pta] {
        padding-top: 0.3rem;
    }

    .nav-item:last-of-type[b-79ic567pta] {
        padding-bottom: 0.3rem;
    }

    .nav-item[b-79ic567pta]  a {
        color: #ffffff;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-79ic567pta]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-79ic567pta]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-79ic567pta] {
        display: none;
    }

    .collapse[b-79ic567pta] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.showSubMenu[b-79ic567pta] {
    display: block;
    visibility: visible;
    background-color: #059DBE !important;
    height: fit-content;
    border-top: solid 1px #AEDDFF;
    border-bottom: solid 1px #AEDDFF;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}

.hideSubMenu[b-79ic567pta],
.hideSubMenu .nav-item[b-79ic567pta],
.hideSubMenu nav-item-divider[b-79ic567pta]{
    visibility: hidden;
    height: 0;
}

.nav-item-divider[b-79ic567pta] {
    border-top: dashed 1px #ffffff;
    margin: 0px 5px 0px 5px;
}

.nohref[b-79ic567pta]{
    cursor:pointer;
}

.px-3[b-79ic567pta] {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-9dm418uvqr] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-9dm418uvqr 2s ease-out;
}

@keyframes fadein-b-9dm418uvqr {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
