/* _content/DLMS/Shared/LayoutGroup.razor.rz.scp.css */
.page[b-3vql7m3ioq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3vql7m3ioq] {
    flex: 1;
}

.sidebar[b-3vql7m3ioq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3vql7m3ioq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3vql7m3ioq]  a, .top-row .btn-link[b-3vql7m3ioq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3vql7m3ioq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3vql7m3ioq] {
        display: none;

    }

    .top-row.auth[b-3vql7m3ioq] {
        justify-content: space-between;
    }

    .top-row a[b-3vql7m3ioq], .top-row .btn-link[b-3vql7m3ioq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3vql7m3ioq] {
        flex-direction: row;
    }

    .sidebar[b-3vql7m3ioq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3vql7m3ioq] {
        position: sticky;
        top: 0;
        z-index: 1;
        display:block;
    }

    .top-row[b-3vql7m3ioq], article[b-3vql7m3ioq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
@media (max-width: 641px) {
    .hidetop[b-3vql7m3ioq]
    {
        display:none;
    }
}




@media (min-width: 641px) {
    .top-row[b-pe7wh89k6v][b-3vql7m3ioq], article[b-pe7wh89k6v][b-3vql7m3ioq] {
        padding-left: .1rem !important;
        padding-right: .3rem !important;
    }
}
.content[b-3vql7m3ioq] {
    padding-top: .2rem;
}


.sidebar[b-3vql7m3ioq][b-3vql7m3ioq] {
    background-image: linear-gradient(#ffffff 0%, rgb(255 255 255) 100%);
    border-right: 1px solid #e0e1e2;
}

.top-row[b-3vql7m3ioq][b-3vql7m3ioq] {
    background-color: #2e8bc0;
}

@media (min-width: 641px) {
    .top-row[b-3vql7m3ioq][b-3vql7m3ioq], article[b-3vql7m3ioq][b-3vql7m3ioq] {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
}
/* _content/DLMS/Shared/MainLayout.razor.rz.scp.css */
.page[b-zesjh271at] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zesjh271at] {
    flex: 1;
}

.sidebar[b-zesjh271at] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a474d 70%);
}

.top-row[b-zesjh271at] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zesjh271at]  a, .top-row .btn-link[b-zesjh271at] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zesjh271at] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zesjh271at] {
        display: none;
    }

    .top-row.auth[b-zesjh271at] {
        justify-content: space-between;
    }

    .top-row a[b-zesjh271at], .top-row .btn-link[b-zesjh271at] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zesjh271at] {
        flex-direction: row;
    }

    .sidebar[b-zesjh271at] {
        width: 250px;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zesjh271at] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/*    .top-row, article {
        padding-left: .1rem !important;
        padding-right: .5rem !important;
    }*/
}


/*
    .page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

*/



/* _content/DLMS/Shared/MainLayoutUser.razor.rz.scp.css */
.page[b-wsl2yw11c5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wsl2yw11c5] {
    flex: 1;
}

.sidebar[b-wsl2yw11c5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wsl2yw11c5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wsl2yw11c5]  a, .top-row .btn-link[b-wsl2yw11c5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wsl2yw11c5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wsl2yw11c5] {
        display: none;

    }

    .top-row.auth[b-wsl2yw11c5] {
        justify-content: space-between;
    }

    .top-row a[b-wsl2yw11c5], .top-row .btn-link[b-wsl2yw11c5] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wsl2yw11c5] {
        flex-direction: row;
    }

    .sidebar[b-wsl2yw11c5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wsl2yw11c5] {
        position: sticky;
        top: 0;
        z-index: 1;
        display:block;
    }

    .top-row[b-wsl2yw11c5], article[b-wsl2yw11c5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
@media (max-width: 641px) {
    .hidetop[b-wsl2yw11c5]
    {
        display:none;
    }
}




@media (min-width: 641px) {
    .top-row[b-pe7wh89k6v][b-wsl2yw11c5], article[b-pe7wh89k6v][b-wsl2yw11c5] {
        padding-left: .1rem !important;
        padding-right: .3rem !important;
    }
}
.content[b-wsl2yw11c5] {
    padding-top: .2rem;
}


.sidebar[b-wsl2yw11c5][b-wsl2yw11c5] {
    background-image: linear-gradient(#ffffff 0%, rgb(255 255 255) 100%);
    border-right: 1px solid #e0e1e2;
}

.top-row[b-wsl2yw11c5][b-wsl2yw11c5] {
    background-color: #2e8bc0;
}

@media (min-width: 641px) {
    .top-row[b-wsl2yw11c5][b-wsl2yw11c5], article[b-wsl2yw11c5][b-wsl2yw11c5] {
        padding-left: .5rem !important;
        padding-right:.5rem !important;
    }
}
/* _content/DLMS/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ax69wzgj9t] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ax69wzgj9t] {
    height: 3.5rem;
    background-color: #e3e3e3;
}

.navbar-brand[b-ax69wzgj9t] {
    font-size: 1.1rem;
}

.oi[b-ax69wzgj9t] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ax69wzgj9t] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ax69wzgj9t] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ax69wzgj9t] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ax69wzgj9t]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-ax69wzgj9t]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-ax69wzgj9t]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.toggle_hide[b-ax69wzgj9t] {
    display: none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ax69wzgj9t] {
        display: none;
    }

    .collapse[b-ax69wzgj9t] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .toggle_hide[b-ax69wzgj9t] {
        display: block;
    }
}





/*
.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;[b-ax69wzgj9t]
    }
}
*/[b-ax69wzgj9t]
/* _content/DLMS/Shared/NavMenu1.razor.rz.scp.css */
.navbar-toggler[b-halq24gih0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-halq24gih0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-halq24gih0] {
    font-size: 1.1rem;
}

.oi[b-halq24gih0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-halq24gih0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-halq24gih0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-halq24gih0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-halq24gih0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

/*.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}*/

        .nav-item[b-halq24gih0]  a:hover {
            background-color: #2e8bc0;
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-halq24gih0] {
        display: none;
    }

    #sitename[b-halq24gih0] {
        display: none;
    }

    .collapse[b-halq24gih0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    .showhidelogout[b-halq24gih0] {
        display: none;
    }
}

@media (max-width: 641px) {
    #logonep[b-halq24gih0] {
        display: none;
    }

    #sitename[b-halq24gih0] {
        display: block;
    }

}



.nav-item[b-suetnx3ch6] a[b-halq24gih0] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 2.9rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-suetnx3ch6][b-halq24gih0] {
    font-size: 0.9rem;
    padding-bottom: 0rem;
}

.navbar-toggler[b-suetnx3ch6][b-halq24gih0] {
    background-color: #000;
}

.nav-item[b-halq24gih0][b-halq24gih0] {
    font-size: 0.9rem;
    padding-bottom: 0rem;
}
.top-row[b-halq24gih0][b-halq24gih0] {
    height: 3.5rem;
    background-color: white;
}
.navbar-toggler[b-halq24gih0] {
    background-color: #212529;
}

/* _content/DLMS/Shared/NavMenuGroup.razor.rz.scp.css */
.navbar-toggler[b-vfm02i64yu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vfm02i64yu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vfm02i64yu] {
    font-size: 1.1rem;
}

.oi[b-vfm02i64yu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vfm02i64yu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vfm02i64yu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vfm02i64yu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vfm02i64yu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

/*.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}*/

        .nav-item[b-vfm02i64yu]  a:hover {
            background-color: #2e8bc0;
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-vfm02i64yu] {
        display: none;
    }

    #sitename[b-vfm02i64yu] {
        display: none;
    }

    .collapse[b-vfm02i64yu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    .showhidelogout[b-vfm02i64yu] {
        display: none;
    }
}

@media (max-width: 641px) {
    #logonep[b-vfm02i64yu] {
        display: none;
    }

    #sitename[b-vfm02i64yu] {
        display: block;
    }

}



.nav-item[b-suetnx3ch6] a[b-vfm02i64yu] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 2.9rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-suetnx3ch6][b-vfm02i64yu] {
    font-size: 0.9rem;
    padding-bottom: 0rem;
}

.navbar-toggler[b-suetnx3ch6][b-vfm02i64yu] {
    background-color: #000;
}

.nav-item[b-halq24gih0][b-vfm02i64yu] {
    font-size: 0.9rem;
    padding-bottom: 0rem;
}
.top-row[b-halq24gih0][b-vfm02i64yu] {
    height: 3.5rem;
    background-color: white;
}
.navbar-toggler[b-vfm02i64yu] {
    background-color: #212529;
}

