/* /Common/Layouts/MainLayout.razor.rz.scp.css */
.page[b-yoqps1q28n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yoqps1q28n] {
    flex: 1;
}

.sidebar[b-yoqps1q28n] {
    background-color: white;
    color: var(--alii-grey-text);
}

.content[b-yoqps1q28n] {
    background-color: var(--alii-grey);
}

.top-row[b-yoqps1q28n] {
    background-color: var(--alii-green);
    color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

    .top-row[b-yoqps1q28n]  a, .top-row[b-yoqps1q28n]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yoqps1q28n]  a:hover, .top-row[b-yoqps1q28n]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yoqps1q28n]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yoqps1q28n] {
        display: none;
    }

    .top-row.auth[b-yoqps1q28n] {
        justify-content: space-between;
    }

    .top-row[b-yoqps1q28n]  a, .top-row[b-yoqps1q28n]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yoqps1q28n] {
        flex-direction: row;
    }

    .sidebar[b-yoqps1q28n] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yoqps1q28n] {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .top-row.auth[b-yoqps1q28n]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yoqps1q28n], article[b-yoqps1q28n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Common/Nav/NavMenu.razor.rz.scp.css */
.alii-logo[b-3wqxtomoyh] {
    height: 2.5rem;
}

.navbar-toggler[b-3wqxtomoyh] {
    background-color: var(--alii-green);
}

.top-row[b-3wqxtomoyh] {
    height: 3.5rem;
    background-color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3wqxtomoyh] {
        display: none;
    }

    .collapse[b-3wqxtomoyh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-3wqxtomoyh] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Common/Nav/SideNavigation.razor.rz.scp.css */
.navbar-toggler[b-i252qr38ed] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-i252qr38ed] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i252qr38ed] {
    font-size: 1.1rem;
}

.oi[b-i252qr38ed] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i252qr38ed] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
}

.nav-item:first-of-type[b-i252qr38ed] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-i252qr38ed] {
    padding-bottom: 1rem;
}

.nav-item[b-i252qr38ed]  a {
    color: var(--alii-grey-text);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
}

.nav-item[b-i252qr38ed]  a.active {
    background-color: var(--alii-green-selected);
    color: var(--alii-grey-text);
}

.nav-item[b-i252qr38ed]  a:hover {
    transition: color .3s ease-in-out;
    color: var(--alii-secondary-color);
}

@media (min-width: 641px) {
    .navbar-toggler[b-i252qr38ed] {
        display: none;
    }

    .collapse[b-i252qr38ed] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-i252qr38ed] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Common/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-x67wzrm9ws] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-x67wzrm9ws] {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 999;
    max-width: 35vw;
    transform: translateX(-42%);
    width: max-content;
    white-space: pre-wrap;
    overflow-y: scroll;
    max-height: 35vh;
}

span[b-x67wzrm9ws]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span[b-x67wzrm9ws] {
    visibility: visible;
}
/* /Pages/Guidelines/Layouts/BucketNavigation.razor.rz.scp.css */
.navbar-toggler[b-tj6o18hj1j] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tj6o18hj1j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tj6o18hj1j] {
    font-size: 1.1rem;
}

.oi[b-tj6o18hj1j] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tj6o18hj1j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
}

.nav-item:first-of-type[b-tj6o18hj1j] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-tj6o18hj1j] {
    padding-bottom: 1rem;
}

.nav-item[b-tj6o18hj1j]  a {
    color: var(--alii-grey-text);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
}

.nav-item[b-tj6o18hj1j]  a.active {
    background-color: var(--alii-green-selected);
    color: var(--alii-grey-text);
}

.nav-item[b-tj6o18hj1j]  a:hover {
    transition: color .3s ease-in-out;
    color: var(--alii-secondary-color);
}

@media (min-width: 641px) {
    .navbar-toggler[b-tj6o18hj1j] {
        display: none;
    }

    .collapse[b-tj6o18hj1j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-tj6o18hj1j] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        position: fixed;
    }
}
/* /Pages/Guidelines/Layouts/GuidelineLayout.razor.rz.scp.css */
.page[b-qopxygfqm3] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-qopxygfqm3] {
    flex: 1;
}

.content[b-qopxygfqm3] {
    background-color: var(--alii-grey);
}

.top-row[b-qopxygfqm3] {
    background-color: var(--alii-green);
    color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    display: flex;
    font-weight: 600;
    flex-direction: row;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 3.5rem;

}

.top-row[b-qopxygfqm3]  a, .top-row[b-qopxygfqm3]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-qopxygfqm3]  a:hover, .top-row[b-qopxygfqm3]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-qopxygfqm3]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qopxygfqm3] {
        display: none;
    }

    .top-row.auth[b-qopxygfqm3] {
        justify-content: space-between;
    }

    .top-row[b-qopxygfqm3]  a, .top-row[b-qopxygfqm3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qopxygfqm3] {
        flex-direction: row;
    }
    
    .top-row[b-qopxygfqm3] {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .top-row.auth[b-qopxygfqm3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qopxygfqm3], article[b-qopxygfqm3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Guidelines/Layouts/GuidelineSideNavigation.razor.rz.scp.css */
.navbar-toggler[b-ysq1beub18] {
    background-color: rgba(255, 255, 255, 0.1);
}

.alii-logo[b-ysq1beub18] {
    height: 2.5rem;
}

.top-row[b-ysq1beub18] {
    height: 3.5rem;
    background-color: white;
}

.navbar-brand[b-ysq1beub18] {
    font-size: 1.1rem;
}

.nav-item[b-ysq1beub18]  a {
    color: var(--alii-grey-text);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
}
/* /Pages/Guidelines/Layouts/RelevanceLayout.razor.rz.scp.css */
.page[b-of0e4ppp86] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-of0e4ppp86] {
    flex: 1;
}

.content[b-of0e4ppp86] {
    background-color: var(--alii-grey);
}

.top-row[b-of0e4ppp86] {
    background-color: var(--alii-green);
    color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between!important;
    display: flex;
    font-weight: 600;
    flex-direction: row;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.top-row[b-of0e4ppp86]  a, .top-row[b-of0e4ppp86]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-of0e4ppp86]  a:hover, .top-row[b-of0e4ppp86]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-of0e4ppp86]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-of0e4ppp86] {
        display: none;
    }

    .top-row.auth[b-of0e4ppp86] {
        justify-content: space-between;
    }

    .top-row[b-of0e4ppp86]  a, .top-row[b-of0e4ppp86]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-of0e4ppp86] {
        flex-direction: row;
    }

    .top-row[b-of0e4ppp86] {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .top-row.auth[b-of0e4ppp86]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-of0e4ppp86], article[b-of0e4ppp86] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
