/* /Pages/Assessment/HHS405dOrganizationModelContent.razor.rz.scp.css */
table.org-size-table[b-cjj1qo6wrk] {
    font-size: 12px;
    border: solid black 2px;
    width: 100%;
}

    table.org-size-table tr.org-size-common-row[b-cjj1qo6wrk] {
        height: 100px;
    }

    table.org-size-table tr.org-size-provider-row[b-cjj1qo6wrk] {
        height: 75px !important;
    }

    table.org-size-table thead tr[b-cjj1qo6wrk] {
        border: solid black 2px;
    }

    table.org-size-table thead td[b-cjj1qo6wrk] {
        font-weight: 700;
        font-size: 16px;
    }

    table.org-size-table td[b-cjj1qo6wrk] {
        padding: 4px 8px 4px 8px;
        font-weight: 500;
    }

        table.org-size-table td.label[b-cjj1qo6wrk] {
            background-color: #F7F7F7;
            vertical-align: middle;
            font-weight: 700;
        }

        table.org-size-table td.org-sm[b-cjj1qo6wrk] {
            background-color: rgb(217, 240, 196);
            width: 33.33%;
        }


        table.org-size-table td.org-md[b-cjj1qo6wrk] {
            background-color: rgb(238, 224, 195);
            width: 33.33%;
        }

        table.org-size-table td.org-lg[b-cjj1qo6wrk] {
            background-color: rgb(236, 210, 193);
            width: 33.33%;
        }

div.table-scroll-container[b-cjj1qo6wrk] {
    overflow-x: scroll;
}

table.org-size-table.table-content[b-cjj1qo6wrk] {
    width: 1000px;
    margin-right: 550px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-49o6lxaacq] {
    height: 100%;
    position: relative;
}

.sidebar[b-49o6lxaacq] {
    color: #ffffff;
    background-color: #DDD;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

    .sidebar[b-49o6lxaacq]  .mdc-sub-menu-icon {
        top: 15%;
    }

.top-row[b-49o6lxaacq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

    .top-row[b-49o6lxaacq]  a, .top-row .btn-link[b-49o6lxaacq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

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

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

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

.main > div[b-49o6lxaacq] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ngefletd2s] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ngefletd2s] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ngefletd2s] {
    font-size: 1.1rem;
}

.oi[b-ngefletd2s] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ngefletd2s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ngefletd2s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ngefletd2s] {
        padding-bottom: 1rem;
    }

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

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

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

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

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