/* _content/MandantenportalServer/Areas/Client/Pages/Client/Uploader.razor.rz.scp.css */
button.mp-downloadbutton[b-w3dogvtaq0] {
    background-color: #336c33;
}

.img_re[b-w3dogvtaq0] {
    float: right;
    margin-left: 1rem;
    border: 0.03rem solid rgba(0, 0, 0, 0.3);
    box-shadow: 0.1rem 0.1rem 0.4rem 0.2rem rgba(0, 0, 0, 0.1);
}

.img_li[b-w3dogvtaq0] {
    float: left;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    margin-right: 1rem;
    border: 0.03rem solid rgba(0, 0, 0, 0.3);
    box-shadow: 0.1rem 0.1rem 0.4rem 0.2rem rgba(0, 0, 0, 0.1);
}

.img_10[b-w3dogvtaq0] {
    width: 10em;
}

.img_20[b-w3dogvtaq0] {
    width: 20em;
}

.img_30[b-w3dogvtaq0] {
    width: 30em;
}

.img_40[b-w3dogvtaq0] {
    width: 40em;
}

/* _content/MandantenportalServer/Areas/Client/Pages/Shared/MainLayout.razor.rz.scp.css */
div.panel-footer[b-u6aokpgxf9]{
    background-color: rgba(85, 85, 85, 0.3);
}

div.navmenubox[b-u6aokpgxf9]{
    overflow-x: auto;
    overflow-y: auto;
}

div.navoverlay-hidden[b-u6aokpgxf9] {
    visibility: hidden;
    opacity: 0.0;
    background-color: black;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    position: absolute;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}


div.navoverlay[b-u6aokpgxf9] {
    visibility: visible;
    opacity: 0.5;
    background-color: black;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    position: absolute;
    transition: visibility 0s, opacity 0.75s linear;
}

div.navoverlay-centertext[b-u6aokpgxf9]
{
    font-size: 500%;
    width: auto;
    height: auto;
    color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* _content/MandantenportalServer/Areas/Client/Pages/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-um71ecm215] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-um71ecm215] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-um71ecm215] {
    font-size: 1.1rem;
}

.oi[b-um71ecm215] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-um71ecm215] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-um71ecm215] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-um71ecm215] {
    padding-bottom: 1rem;
}

.nav-item[b-um71ecm215]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-um71ecm215]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-um71ecm215]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}


@media (min-width: 641px) {
    .navbar-toggler[b-um71ecm215] {
        display: none;
    }

    .collapse[b-um71ecm215] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
 
/* _content/MandantenportalServer/Pages/Shared/SimpleLayout.razor.rz.scp.css */
/*.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;*!*/
/*    }*/
/*}*/
