/* /Pages/HealthCenters/FilingCabinetHub.razor.rz.scp.css */

.k-splitter[b-8amk8jn5oa]
{
    background-color: #cde1fe !important;
    border: 1px solid silver;
}

.card[b-8amk8jn5oa],
.card-header[b-8amk8jn5oa]
{
    border-radius: 0;
}

.card-header[b-8amk8jn5oa]
{
    background-color: #d9e6f2;
}

.card-body[b-8amk8jn5oa]
{
    background-color: #cde1fe !important;
    display: flex;
    flex-direction: column;
}

.list-box-container[b-8amk8jn5oa]
{
    height: calc(100vh - 465px);
    background-color: #f3f3f3;
    padding: 1.9rem;
}

    .list-box-container > div[b-8amk8jn5oa]
    {
        display: flex;
        padding-bottom: 3rem;
        height: 100%;
    }


    .list-box-container .list-group[b-8amk8jn5oa]
    {
        background-color: #fff;
        border: 1px solid #d9d9d9;
        height: 100%;
        overflow: auto;
    }

        .list-box-container .list-group button.active:hover[b-8amk8jn5oa]
        {
            background-color: #16b4d0!important;
        }

        .list-box-container .list-group button:hover[b-8amk8jn5oa]
        {
            background-color: #bceff8 !important;
        }

.list-box-buttons[b-8amk8jn5oa]
{
    width: 52px;
    /*overflow: hidden;*/
}

    .list-box-buttons > div[b-8amk8jn5oa]
    {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

.list-box-right[b-8amk8jn5oa],
.list-box-left[b-8amk8jn5oa]
{
    min-width: 200px;
    flex: 1;
}
/* /Pages/Users/UserForm.razor.rz.scp.css */
.user-review-field[b-2599krraus]
    {
        display: flex;
        margin-bottom: 5px;
    }

        .user-review-field > div:first-child[b-2599krraus]
        {
            font-weight: 500;
        }

        .user-review-field > div:nth-child(2)[b-2599krraus]
        {
            word-break:break-all;
        }

    .label-width-10[b-2599krraus]
    {
        flex: 0 0 10rem;
    }

    .label-width-13[b-2599krraus]
    {
        flex: 0 0 13.3rem;
    }
/* /Shared/Header.razor.rz.scp.css */

.card-header[b-6fcbtevi05]
{
    padding: 0.5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.nav-header[b-6fcbtevi05]
{
    background-color: #0aa3c2;
    max-width:19rem;
    min-width:11rem;
}

.nav-header .navbar[b-6fcbtevi05]
{
    height: 100%;
    background-color:rgb(0, 0, 0, 0.4);
    flex-wrap:nowrap;
    justify-content:flex-start;
}

.nav-header .navbar-brand[b-6fcbtevi05]
{
    padding-left:0.75rem;
    padding-right:1.75rem;
    margin-right:0;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-header .navbar-brand:hover[b-6fcbtevi05]
{
    background-color: rgb(255,255,255, 0.2);
}

.nav-header .navbar-toggler:hover[b-6fcbtevi05]
{
    background-color: rgb(255,255,255, 0.2);
}


/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zbal8jchne]
{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

main[b-zbal8jchne]
{
    flex: 1;
}

.sidebar[b-zbal8jchne]
{
    background-color: #0aa3c2;
    min-width: 11rem;
}

.sidebar-collapse[b-zbal8jchne]
{
    width: auto !important;
    height: calc(100vh - 77px); /*100% hight of current view minus the header-hight which is 77px */
    min-width: initial !important;
}

@media (min-width: 768px)
{
    .sidebar[b-zbal8jchne]
    {
        width: 11rem;
        height: calc(100vh - 77px); /*100% hight of current view minus the header-hight which is 77px */
        position: sticky;
        top: 0;
    }
}

@media (max-width: 768px)
{
    .sidebar-collapse[b-zbal8jchne]
    {
        display: none;
        height: auto !important;
    }

    .sidebar[b-zbal8jchne]
    {
        width: initial !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */

.oi[b-df6d26yayy]
{
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
}

.nav-item[b-df6d26yayy]
{
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-df6d26yayy]  .nav-link
    {
        padding: 0.5rem 1rem;
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-df6d26yayy]  .nav-link.active
        {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-df6d26yayy]  .nav-link:hover
        {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

        .nav-item[b-df6d26yayy]  .nav-link.active #imgInactive,
        .nav-item[b-df6d26yayy]  .nav-link:hover #imgInactive
        {
            display:none;
        }

        .nav-item[b-df6d26yayy]  .nav-link.active #imgActive,
        .nav-item[b-df6d26yayy]  .nav-link:hover #imgActive
        {
            display:block !important;
        }


.nav-menu-collapse .nav-link-text[b-df6d26yayy]
{
    display: none;
}

.nav-menu-collapse .nav-item[b-df6d26yayy]
{
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px)
{
    .nav-item[b-df6d26yayy]  .nav-link
    {
        justify-content: center;
    }
}
