/* _content/EHS/Components/Commons/CheckUserStatusView.razor.rz.scp.css */
/* _content/EHS/Shared/MainLayout.razor.rz.scp.css */
.page[b-19yx8mc276] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-19yx8mc276] {
    flex: 1;
}

.sidebar[b-19yx8mc276] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #4F8EBE;
}

.top-row[b-19yx8mc276] {
    background-color: #4F8EBE;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.bottom-row[b-19yx8mc276] {
    background-color: #4d4d4d;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2rem;
    display: flex;
    align-items: center;
}

.body-full[b-19yx8mc276]{
    height:100vh;
}

    .top-row[b-19yx8mc276]  a, .top-row .btn-link[b-19yx8mc276] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-19yx8mc276] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640px) {
    .top-row:not(.auth)[b-19yx8mc276] {
        display: none;
    }

    .top-row.auth[b-19yx8mc276] {
        justify-content: space-between;
    }

    .top-row a[b-19yx8mc276], .top-row .btn-link[b-19yx8mc276] {
        margin-left: 0;
    }
}



.top-row-start[b-19yx8mc276] {
    background-color: #4d4d4d;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}




@media (min-width: 640.1px) {
    .page[b-19yx8mc276] {
        flex-direction: row;
    }

    .sidebar[b-19yx8mc276] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-19yx8mc276] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .bottom-row[b-19yx8mc276] {
        position: sticky;
        bottom: 0;
        z-index: 99;
    }

    .main > div[b-19yx8mc276] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/EHS/Shared/NavDynamicMenu.razor.rz.scp.css */
.navbar-toggler[b-3qew4h9iw6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3qew4h9iw6] {
    height: 3.5rem;
    background-color: #3F58A8;
    /*background-color: rgba(0,0,0,0.4);*/
}

.navbar-brand[b-3qew4h9iw6] {
    font-size: 1.1rem;
}

.oi[b-3qew4h9iw6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3qew4h9iw6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3qew4h9iw6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3qew4h9iw6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3qew4h9iw6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-3qew4h9iw6]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-3qew4h9iw6]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.menu-extend[b-3qew4h9iw6] {
    height: 100px;
}

.nav-item[b-3qew4h9iw6] {
    cursor: pointer;
    height: 45px;
    padding-top: 8px !important;
}

    .nav-item:first-of-type[b-3qew4h9iw6] {
        height: 50px;
        padding-top: 12px !important;
    }

.clicked[b-3qew4h9iw6] {
    background-color: #53A7D0;
    border-right: solid 8px white;
}

    /*.clicked span {
        color: #212529 !important;
    }*/

@media (min-width: 640px) {
    .navbar-toggler[b-3qew4h9iw6] {
        display: none;
    }
    .collapse[b-3qew4h9iw6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/EHS/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o3gudezwz5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-o3gudezwz5] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
}


.navbar-brand[b-o3gudezwz5] {
    font-size: 1.2rem;
}

.oi[b-o3gudezwz5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-o3gudezwz5] {
    font-size: 0.9rem;
    cursor: pointer;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-o3gudezwz5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o3gudezwz5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o3gudezwz5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-o3gudezwz5]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-o3gudezwz5]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 640.1px) {

    .navbar-toggler[b-o3gudezwz5] {
        display: none;
    }

    .collapse[b-o3gudezwz5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
