/* _content/InspireV2/Shared/EmptyLayout.razor.rz.scp.css */
.page[b-yn20spb1wt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-yn20spb1wt] {
    flex: 1;
}

.sidebar[b-yn20spb1wt] {
    background-image: linear-gradient(180deg, rgb(14,42, 115) 0%, #3a0647 70%);
}

.top-row[b-yn20spb1wt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yn20spb1wt]  a, .top-row .btn-link[b-yn20spb1wt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yn20spb1wt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yn20spb1wt] {
        display: none;
    }

    .top-row.auth[b-yn20spb1wt] {
        justify-content: space-between;
    }

    .top-row a[b-yn20spb1wt], .top-row .btn-link[b-yn20spb1wt] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yn20spb1wt] {
        flex-direction: row;
    }

    .sidebar[b-yn20spb1wt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yn20spb1wt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-yn20spb1wt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/InspireV2/Shared/MainLayout.razor.rz.scp.css */
.page[b-alicha036h] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width:400px;
}

.main[b-alicha036h] {
    flex: 1;
}

.sidebar[b-alicha036h] {
    background-image: linear-gradient(180deg, rgb(14,42, 115) 0%, #3a0647 70%);
}

.top-row[b-alicha036h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-alicha036h]  a, .top-row .btn-link[b-alicha036h] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-alicha036h] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1920px) {
    .top-row:not(.auth)[b-alicha036h] {
        display: none;
    }

    .top-row.auth[b-alicha036h] {
        justify-content: space-between;
    }

    .top-row a[b-alicha036h], .top-row .btn-link[b-alicha036h] {
        margin-left: 0;
    }
}

@media (min-width: 500px) {
    .page[b-alicha036h] {
        flex-direction: row;
    }

    .sidebar[b-alicha036h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-alicha036h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-alicha036h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/InspireV2/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ytkqygc0jx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ytkqygc0jx] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: rgb(14 ,42, 115);
}

.navbar-brand[b-ytkqygc0jx] {
    font-size: 1.1rem;
}

.oi[b-ytkqygc0jx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ytkqygc0jx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ytkqygc0jx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ytkqygc0jx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ytkqygc0jx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ytkqygc0jx]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ytkqygc0jx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 640px) {
    .navbar-toggler[b-ytkqygc0jx] {
        display: none;
    }

    .collapse[b-ytkqygc0jx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/InspireV2/Shared/PrintLayout.razor.rz.scp.css */

@page {
    margin: 0
}

body[b-grjq2sjh1g] {
    margin: 0
}

.sheet[b-grjq2sjh1g] {
    margin: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    page-break-after: always;
}

/** Paper sizes **/
body.A3 .sheet[b-grjq2sjh1g] {
    width: 297mm;
    height: 419mm
}

body.A3.landscape .sheet[b-grjq2sjh1g] {
    width: 420mm;
    height: 296mm
}

body.A4 .sheet[b-grjq2sjh1g] {
    width: 210mm;
    height: 296mm;
    max-width:2500px;
}

body.A4.landscape .sheet[b-grjq2sjh1g] {
    width: 297mm;
    height: 209mm
}

body.A5 .sheet[b-grjq2sjh1g] {
    width: 148mm;
    height: 209mm
}

body.A5.landscape .sheet[b-grjq2sjh1g] {
    width: 210mm;
    height: 147mm
}

body.letter .sheet[b-grjq2sjh1g] {
    width: 216mm;
    height: 279mm
}

body.letter.landscape .sheet[b-grjq2sjh1g] {
    width: 280mm;
    height: 215mm
}

body.legal .sheet[b-grjq2sjh1g] {
    width: 216mm;
    height: 356mm
}

body.legal.landscape .sheet[b-grjq2sjh1g] {
    width: 357mm;
    height: 215mm
}

/** Padding area **/
.sheet.padding-10mm[b-grjq2sjh1g] {
    padding: 10mm
}

.sheet.padding-15mm[b-grjq2sjh1g] {
    padding: 15mm
}

.sheet.padding-20mm[b-grjq2sjh1g] {
    padding: 20mm
}

.sheet.padding-25mm[b-grjq2sjh1g] {
    padding: 25mm
}

/** For screen preview **/
@media screen {
    body[b-grjq2sjh1g] {
        background: #e0e0e0
    }

    .sheet[b-grjq2sjh1g] {
        background: white;
        box-shadow: 0.5mm 2mm rgba(0,0,0,.3);
        margin: 5mm auto;
    }
    .vl[b-grjq2sjh1g] {
        border-left: 5px solid black;
        height: 250px;
        margin: 65px;
    }
}

/** Fix for Chrome issue #273306 **/
@media print {
    body.A3.landscape[b-grjq2sjh1g] {
        width: 420mm
    }

    body.A3[b-grjq2sjh1g], body.A4.landscape[b-grjq2sjh1g] {
        width: 297mm
    }

    body.A4[b-grjq2sjh1g], body.A5.landscape[b-grjq2sjh1g] {
        width: 210mm
    }

    body.A5[b-grjq2sjh1g] {
        width: 148mm
    }

    body.letter[b-grjq2sjh1g], body.legal[b-grjq2sjh1g] {
        width: 216mm
    }

    body.letter.landscape[b-grjq2sjh1g] {
        width: 280mm
    }

    body.legal.landscape[b-grjq2sjh1g] {
        width: 357mm
    }

    .vl[b-grjq2sjh1g] {
        border-left: 5px solid black;
        height: 250px;
        margin: 65px;
    }
}
