@import '_content/Plans24RazorControls/Plans24RazorControls.xwfn76l5xm.bundle.scp.css';

/* _content/Plans24Web/Shared/AdminMenu.razor.rz.scp.css */
.navbar-toggler[b-06x7bhrr69] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-06x7bhrr69] {
    font-size: 1.1rem;
}

.oi[b-06x7bhrr69] {
    width: 1.5rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-06x7bhrr69] {

    padding-right: 1em;
    /*font-size: 0.9rem;*/
}

    /*    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }
*/
    .nav-item[b-06x7bhrr69]  a {
        color: #d7d7d7;
    }

        .nav-item[b-06x7bhrr69]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-06x7bhrr69]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

/* override bootstrap default */
@media (min-width: 768px ) {
    .navbar-toggler[b-06x7bhrr69] { 
        display:inline-block !important;
    }

    .navbar-nav[b-06x7bhrr69] {
        flex-direction: column !important;
        width:100%;
    }

    .collapse[b-06x7bhrr69] {
        /* Never collapse the sidebar for wide screens */
        display: none !important;
    }

}

    @media (min-width: 992px ) {
        .navbar-brand[b-06x7bhrr69] {
            display:none;
        }

        .navbar-nav[b-06x7bhrr69] {
            flex-direction: column !important;
        }

        .navbar-toggler[b-06x7bhrr69] {
            display: none !important;
        }
      

        .collapse[b-06x7bhrr69] {
            /* Never collapse the sidebar for wide screens */
            display: flex !important;
        }

        /*.nav-scrollable {*/
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }*/
    }
/* _content/Plans24Web/Shared/MainLayout.razor.rz.scp.css */
/* _content/Plans24Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-78txcduv5c] {
    background-color: rgba(255, 255, 255, 0.1);
}


.navbar-brand[b-78txcduv5c] {
    font-size: 1.1rem;
}

.oi[b-78txcduv5c] {
    width: 1.5rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-78txcduv5c] {
    padding-right:1em;
    /*font-size: 0.9rem;*/
}

/*    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }
*/
    .nav-item[b-78txcduv5c]  a {
        color: #d7d7d7;
    }

.nav-item[b-78txcduv5c]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-78txcduv5c]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 768px) {
    .navbar-toggler[b-78txcduv5c] {
        display: none;
    }

    .collapse[b-78txcduv5c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    /*.nav-scrollable {*/
    /* Allow sidebar to scroll for tall menus */
    /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }*/
}
