/* _content/RBE.Application.Manager/Shared/LoginDisplay.razor.rz.scp.css */
.navbar-toggler[b-86ptwj8ssi] {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 641px) {
    .navbar-toggler[b-86ptwj8ssi] {
        display: none;
    }

    .collapse[b-86ptwj8ssi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/RBE.Application.Manager/Shared/MainLayout.razor.rz.scp.css */

.navbar-toggler[b-e6qgegbf5n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.page[b-e6qgegbf5n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-e6qgegbf5n] {
    flex: 1;
    /*width: calc(100% - 5px);*/
}

.sidebar[b-e6qgegbf5n] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-color: white;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky[b-e6qgegbf5n] {
    position: -webkit-sticky;
    position: sticky;
    top: 3.5rem; /* Height of navbar */
    height: calc(100vh - 3.5rem);
    /*padding-top: .2rem;*/
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


.top-row[b-e6qgegbf5n] {
    /*background-color: #272B30;*/
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row .top-end[b-e6qgegbf5n] {
        justify-content: flex-end;
    }

    .sticky-top[b-e6qgegbf5n]  a, .top-row .btn-link[b-e6qgegbf5n] {
        white-space: nowrap;
        height: 3.5rem;
        margin-left: 1.5rem;
        color: white;
    }

.sticky-top a:first-child[b-e6qgegbf5n] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e6qgegbf5n] {
        display: none;
    }

    .top-row.auth[b-e6qgegbf5n] {
        justify-content: space-between;
    }

    .top-row a[b-e6qgegbf5n], .top-row .btn-link[b-e6qgegbf5n] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-e6qgegbf5n] {
        display: none;
    }

    .page[b-e6qgegbf5n] {
        flex-direction: row;
    }

    .sidebar[b-e6qgegbf5n] {
        width: 250px;
        /*height: 100vh;*/
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-e6qgegbf5n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-e6qgegbf5n] {
        /* padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

.body[b-e6qgegbf5n] {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    width: 800px;
}

.footer[b-e6qgegbf5n] {
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    /*width: 100%;*/
    /* Set the fixed height of the footer here */
    height: 60px;
    /*line-height: 60px; *//* Vertically center the text there */
}
/* _content/RBE.Application.Manager/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g4cf5hnax3] {
    background-color: rgba(255, 255, 255, 0.1);
}
/*
.top-row {
    height: 3.5rem;
    background-color: #272B30;
}*/

.navbar-brand[b-g4cf5hnax3] {
    font-size: 1.1rem;
}

.oi[b-g4cf5hnax3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.material-icons[b-g4cf5hnax3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-g4cf5hnax3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}


    .nav-item[b-g4cf5hnax3]  a {
        color: #d7d7d7;
        
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-g4cf5hnax3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-g4cf5hnax3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g4cf5hnax3] {
        display: none;
    }

    .collapse[b-g4cf5hnax3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
