@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/OfficeKitty/Shared/MainLayout.razor.rz.scp.css */
.container[b-h5t29rmmbu] {
    width: 100%;
    max-width: 1900px;
    height: 100vh;
}

.page-container[b-h5t29rmmbu] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.page[b-h5t29rmmbu] {
    height: 100vh;
}

.header[b-h5t29rmmbu] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.footer[b-h5t29rmmbu] {
    flex-basis: 60px;
}

.content[b-h5t29rmmbu] {
/*    position: relative;
*/    display: flex;
    flex-direction: row;
/*    flex-grow: 1;
*/    height: 100%;
}

.sidebar[b-h5t29rmmbu] {
    width: 250px;
    background-color: #374205;
    height: 100%;
    padding: 40px;
}

.main-content[b-h5t29rmmbu] {
    height: 100%;
    overflow: scroll;
    padding: 20px;
}

.header-name[b-h5t29rmmbu] {
    flex-basis: 200px;
}

.header-logo[b-h5t29rmmbu] {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.header-app-name[b-h5t29rmmbu] {
    display: inline-block;
    font-size: 16px;
}

.header-title[b-h5t29rmmbu] {
    font-size: 24px;
    text-align: right;
}
/* _content/OfficeKitty/Shared/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-yg54glxnj9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-yg54glxnj9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yg54glxnj9] {
    font-size: 1.1rem;
}

.oi[b-yg54glxnj9] {
    width: 1.3rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-link[b-yg54glxnj9] {
    text-align: left;
    padding: 0.5rem;
    color: white!important;
}

.nav-item[b-yg54glxnj9] {
}

    .nav-item:first-of-type[b-yg54glxnj9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yg54glxnj9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yg54glxnj9]  a {
        height: 3rem;
        display: inline-flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-yg54glxnj9]  a.active {
            color: #AAC138 !important;
            font-weight: bold;
            border: 1px solid #AAC138;
            border-radius: 5px;
            width: 100%;
            padding-left: 5px;
            margin-left: -5px;
        }

        .nav-item[b-yg54glxnj9]  a:hover {
            background-color: rgba(255,255,255,0.1);
            font-weight: bold;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-yg54glxnj9] {
        display: none;
    }

    .collapse[b-yg54glxnj9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
