/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fgpj1s84tl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-fgpj1s84tl] {
    flex: 1;
}

.sidebar[b-fgpj1s84tl] {
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background: #2f4767;
    background-image: none !important;
}

.top-row[b-fgpj1s84tl] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;

    /*background-color: #1c384d !important;*/
    font-family: sans-serif;
}

/*.top-row {
    position: sticky;
    top: 0;
    z-index: 1;
}*/
.top-row[b-fgpj1s84tl]  a, .top-row .btn-link[b-fgpj1s84tl] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

.top-row a:first-child[b-fgpj1s84tl] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*@media only screen and (max-width: 1169px)*/ 
/*@media (max-width: 640.98px) */
@media (max-width: 1169px) {
    .top-row:not(.auth)[b-fgpj1s84tl] {
        /*display: none;*/
        position: absolute !important;
    }

    .company-logo a[b-fgpj1s84tl] {
        display: none !important;
    }

    .Top-Search .Top-Serach-TextBox[b-fgpj1s84tl] {
        display: none;
    }

    .uses-notification-box[b-fgpj1s84tl] {
        display: none !important;
    }



    .top-row.auth[b-fgpj1s84tl] {
        justify-content: space-between;
    }

    /*.top-row a, .top-row .btn-link {
        margin-left: 0;
    }*/
    .top-row[b-fgpj1s84tl]  a, .top-row[b-fgpj1s84tl]  .btn-link {
        margin-left: 0;
    }

    .sidebar[b-fgpj1s84tl] {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}

/*@media (min-width: 641px)*/ 
@media (min-width: 1170px) {
    .page[b-fgpj1s84tl] {
        flex-direction: row;
    }

    .sidebar[b-fgpj1s84tl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 80px;
    }

    .top-row[b-fgpj1s84tl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        /*.main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/

        .top-row.auth[b-fgpj1s84tl]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-fgpj1s84tl], article[b-fgpj1s84tl] {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fc4lfyjent] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fc4lfyjent] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    /*display: none;*/
}
    

.navbar-brand[b-fc4lfyjent] {
    font-size: 1.1rem;
}

.oi[b-fc4lfyjent] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fc4lfyjent] {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-fc4lfyjent] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fc4lfyjent] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fc4lfyjent]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
       /* line-height: 3rem;*/
    }

.nav-item[b-fc4lfyjent]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-fc4lfyjent]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
.nav-item .fa[b-fc4lfyjent] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
    .nav-expand-arrow[b-fc4lfyjent] {
        padding: 6px;
        font-size: 20px;
    }

.logo-mobile[b-fc4lfyjent] {
    width: 150px;
}

@media (min-width: 1170px) {
    .navbar-toggler[b-fc4lfyjent] {
        display: none;
    }
    .top-row[b-fc4lfyjent]
    {
        display:none;
    }
   /* .top-row.informachine-page-topnav {
            position: fixed;
            width: 100%;
            left: 0;
    }*/
    .collapse[b-fc4lfyjent] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
