@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/OsoApp/Components/Layout/FlashMessage.razor.rz.scp.css */
.cs-flash-message[b-bfbym970f9] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    right: 2rem;
}

.cs-flash-icon[b-bfbym970f9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.cs-flash-body[b-bfbym970f9] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

.cs-toast-body p[b-bfbym970f9] {
    margin-bottom: 0;
}

.cs-flash-visible[b-bfbym970f9] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-bfbym970f9 1.5s;
}

@keyframes fadein-b-bfbym970f9 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* _content/OsoApp/Components/Layout/FooterLayout.razor.rz.scp.css */


.footer-link[b-b69dwyoe6t], a[b-b69dwyoe6t], .btn-link[b-b69dwyoe6t] {
    color: #b7b7b7;
    margin: 2px;
}
/* _content/OsoApp/Components/Layout/LoginBar.razor.rz.scp.css */
.nav-link[b-6t8ltm6f0p] {
    border: 0px;
    background: white;
    color: #006bb7;
}

    .nav-link:hover[b-6t8ltm6f0p] {
        text-decoration: underline;
        color: #0a58ca;
    }

@media (max-width: 640.98px) {

    button[b-6t8ltm6f0p] {
        margin: 0 auto;
        background: #393939;
    }
    .nav-link[b-6t8ltm6f0p] {
        padding: 15px 0;
        background: #393939;
        color: white;
        text-decoration: underline;
    }

        .nav-link:hover[b-6t8ltm6f0p] {
            text-decoration: none;
            color: white;
        }

    a[b-6t8ltm6f0p] {
        color: white;
    }
}
/* _content/OsoApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-63b854pt4u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-63b854pt4u] {
    flex: 1;
    flex-grow: 1;
}

.sidebar[b-63b854pt4u] {
    background-color: #014f99;
}

.top-row[b-63b854pt4u] {
    background-color: #ffffff;
    border-bottom: 1px solid #cacaca;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: #014f99;
}


    .top-row[b-63b854pt4u]  a, .top-row .btn-link[b-63b854pt4u] {
        white-space: nowrap;
        margin-left: 1.5rem;
        color: #014f99;
        text-decoration: none;
    }

        .top-row[b-63b854pt4u]  a:hover, .top-row .btn-link[b-63b854pt4u] {
            color: #012f5c;
        }

    .top-row a:first-child[b-63b854pt4u] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.collapse[b-63b854pt4u] {
    display: none;
}

.mobile-footer-wrapper[b-63b854pt4u] {
    color: #d7d7d7;
    font-size: 0.75em;
    text-align: center;
    background-color: #262626;
    padding: 10px;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-63b854pt4u] {
        display: none;
    }

    .top-row.auth[b-63b854pt4u] {
        justify-content: space-between;
    }

    .top-row a[b-63b854pt4u], .top-row .btn-link[b-63b854pt4u] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-63b854pt4u] {
        flex-direction: row;
    }

    .sidebar[b-63b854pt4u] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-63b854pt4u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-63b854pt4u], article[b-63b854pt4u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .collapse[b-63b854pt4u] {
        display: flex;
    }

    .mobile-footer-wrapper[b-63b854pt4u] {
        display: none;
    }
}

@media print {
    .sidebar[b-63b854pt4u] {
        display: none;
    }

    .top-row[b-63b854pt4u] {
        display: none;
    }
}
/* _content/OsoApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oz6taya3u5] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(1, 79, 153, 0.5);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281, 79, 153, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(155, 155, 155, 0.1);
}

.navbar-toggler:checked[b-oz6taya3u5] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-oz6taya3u5] {
    height: 3.5rem;
    background-color: #ffffff;
    border-bottom: 1px solid #cacaca;
}

.navbar-brand[b-oz6taya3u5] {
    margin-top: -3px;
    font-size: 26px;
    font-weight: 600;
    color: #014f99;
}

    .navbar-brand:hover[b-oz6taya3u5] {
        color: #262626;
    }

    .navbar-brand img[b-oz6taya3u5] {
        margin-top: -5px;
    }

.bi[b-oz6taya3u5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-oz6taya3u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-oz6taya3u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-oz6taya3u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-oz6taya3u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-oz6taya3u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-oz6taya3u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-oz6taya3u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-oz6taya3u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-oz6taya3u5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oz6taya3u5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oz6taya3u5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oz6taya3u5]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-oz6taya3u5]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-oz6taya3u5]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-oz6taya3u5] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-oz6taya3u5] {
    display: block;
}

.footer-wrapper[b-oz6taya3u5] {
    color: #d7d7d7;
    font-size: 0.75em;
    text-align: center;
    background-color: #262626;
    padding: 10px;
}

.loginbar-mobile[b-oz6taya3u5] {
    background-color: white;
    text-align: center;
    padding: 10px;
}

.loginbar-mobile a[b-oz6taya3u5]{
    color:white;
}


@media (min-width: 641px) {
    .navbar-toggler[b-oz6taya3u5] {
        display: none;
    }

    .nav-scrollable[b-oz6taya3u5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    .loginbar-mobile[b-oz6taya3u5] {
        display:none;
    }

    .nav-content[b-oz6taya3u5] {
        display: flex;
        flex-direction: column;
    }

    .max-flex-grow[b-oz6taya3u5] {
        flex-grow: 1;
    }
}

@media (max-width: 640.98px) {
    .footer-wrapper[b-oz6taya3u5] {
        display: none;
    }
    .loginbar-mobile[b-oz6taya3u5] {
        background-color: #393939;
        padding: 20px 10px 10px 10px;
    }
}
/* _content/OsoApp/Components/Layout/SubMenu/AccountingMenu.razor.rz.scp.css */

.oi[b-qtt2dg017y] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-qtt2dg017y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qtt2dg017y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qtt2dg017y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qtt2dg017y]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-qtt2dg017y]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-qtt2dg017y]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.sidebar-special[b-qtt2dg017y] {
    background-color: #012f5c;
}
/* _content/OsoApp/Components/Layout/SubMenu/AdminMenu.razor.rz.scp.css */

.oi[b-4j5v1o2s9s] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4j5v1o2s9s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4j5v1o2s9s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4j5v1o2s9s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4j5v1o2s9s]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-4j5v1o2s9s]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-4j5v1o2s9s]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.sidebar-special[b-4j5v1o2s9s] {
    background-color: #262626;
}
/* _content/OsoApp/Components/Layout/SubMenu/BuildingMenu.razor.rz.scp.css */

.oi[b-2g1w94e8ac] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2g1w94e8ac] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2g1w94e8ac] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2g1w94e8ac] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2g1w94e8ac]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-2g1w94e8ac]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-2g1w94e8ac]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.sidebar-special[b-2g1w94e8ac] {
    background-color: #012f5c;
}
/* _content/OsoApp/Components/Layout/SubMenu/ContractsMenu.razor.rz.scp.css */

.oi[b-vl1ate73ms] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vl1ate73ms] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vl1ate73ms] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vl1ate73ms] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vl1ate73ms]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-vl1ate73ms]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-vl1ate73ms]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.sidebar-special[b-vl1ate73ms] {
    background-color: #012f5c;
}
/* _content/OsoApp/Components/Layout/SubMenu/ProviderMenu.razor.rz.scp.css */

.oi[b-qxzglfvtk2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-qxzglfvtk2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qxzglfvtk2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qxzglfvtk2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qxzglfvtk2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-qxzglfvtk2]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-qxzglfvtk2]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.sidebar-special[b-qxzglfvtk2] {
    background-color: #012f5c;
}
/* _content/OsoApp/Components/Layout/SubMenu/PublicMenu.razor.rz.scp.css */

.oi[b-dm25btda5d] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dm25btda5d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dm25btda5d] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dm25btda5d] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dm25btda5d]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-dm25btda5d]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-dm25btda5d]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
/* _content/OsoApp/Components/Layout/SubMenu/SettingsMenu.razor.rz.scp.css */

.oi[b-xzbnhwndrq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xzbnhwndrq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xzbnhwndrq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xzbnhwndrq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xzbnhwndrq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-xzbnhwndrq]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-xzbnhwndrq]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.sidebar-special[b-xzbnhwndrq] {
    background-color: #012f5c;
}
/* _content/OsoApp/Components/Pages/Availability.razor.rz.scp.css */
.oi[b-eizufhi2hl] {
    font-size: 1.3em;
    margin: 10px 20px 10px 10px;
}

.oi-heart[b-eizufhi2hl] {
    color: #014f99;
}

.oi-check[b-eizufhi2hl] {
    color: forestgreen;
}

.oi-thumb-up[b-eizufhi2hl] {
    color: #eeee03;
}

.oi-x[b-eizufhi2hl] {
    color: orange;
}

.oi-ban[b-eizufhi2hl] {
    color: red;
}

.oi-question-mark[b-eizufhi2hl] {
    color: #014f99;
}

p[b-eizufhi2hl] {
    font-size: 1.3em;
    margin: 10px 0 0 0;
}

.availability-wrapper[b-eizufhi2hl] {
    display: flex;
    flex-direction: row;
    margin: 50px auto;
    max-width: 600px;
}

.availability-form[b-eizufhi2hl] {
    margin: 0px auto;
    min-width: 300px;
    min-height: 150px;
    padding: 20px 20px 20px 20px;
    float: left;
}

button[b-eizufhi2hl]{
    width:100%;
}

.availability-result[b-eizufhi2hl] {
    margin: 0px auto;
    width: 300px;
    min-height: 150px;
    padding: 20px;
    float: left;
    color: #262626;
    text-align: center;
}

@media (max-width: 890.98px) {
    .oi-arrow-thick-left[b-eizufhi2hl]:before {
        content: '\e012';
    }
    .availability-wrapper[b-eizufhi2hl] {
        flex-direction: column;
    }
}

@media (min-width: 891px) {
    .oi-arrow-thick-left[b-eizufhi2hl]:before {
        content: '\e010';
    }
}
/* _content/OsoApp/Components/Pages/Documents.razor.rz.scp.css */
.file-wrapper[b-70sec247vy] {
    margin: 20px;
}

    .file-wrapper a[b-70sec247vy] {
        color: #014f99;
        font-size: 1.2em;
    }

    .file-wrapper div[b-70sec247vy] {
        font-size: 1em;
        font-weight: lighter;
    }
/* _content/OsoApp/Components/Pages/index.razor.rz.scp.css */
h3[b-euyuhw5xh8] {
    text-align: center;
}
/* _content/OsoApp/Components/Pages/Logged/Accounting/AccountingShowAll.razor.rz.scp.css */
.td-detailed[b-2wpsdmxplk] {
    text-align: right;
    font-size: 0.8em;
}

.tight[b-2wpsdmxplk] {
    width: 100px;
}

.print-logo[b-2wpsdmxplk] {
    display: none;
}

    .print-logo img[b-2wpsdmxplk] {
        margin-block: -6px;
    }

@media print {
    @page {
        size: auto;
        margin: 0mm;
    }

    table th[b-2wpsdmxplk] {
        color: black;
    }

    h3[b-2wpsdmxplk] {
        display: none;
    }

    h4[b-2wpsdmxplk] {
        margin-top: 20px;
    }

    .top-filter[b-2wpsdmxplk] {
        display: none;
    }

    .print-logo[b-2wpsdmxplk] {
        display: block;
        margin-top:15px;
        font-size: 26px;
        font-weight: 600;
        page-break-before: always;
    }

    article[b-2wpsdmxplk]{
        padding:0px;
    }
}
/* _content/OsoApp/Components/Pages/Logged/Building/JettingCheck.razor.rz.scp.css */
.tr-danger td[b-wbgd8wt1k5] {
    background-color: #f79d9d;
}

.tr-warning td[b-wbgd8wt1k5] {
    background-color: #ffd587;
}
/* _content/OsoApp/Components/Pages/Logged/Contracts/Provider/ProviderAddUpdate.razor.rz.scp.css */
table[b-pqebans2ws] {
    width: 83.33333333%;
}

    table tr:nth-child(odd)[b-pqebans2ws] {
        background-color: #f5f5f5;
    }

th[b-pqebans2ws] {
    background-color: white;
    border-bottom: 1px solid #ced4da;
    color: #2f2f2f;
}

td[b-pqebans2ws] {
    border-top: 1px solid #ced4da;
    border-bottom: none;
}
/* _content/OsoApp/Components/Pages/Logged/Provider/ProviderAccountingShowAll.razor.rz.scp.css */
.td-detailed[b-ay3oogff3n] {
    text-align: right;
    font-size: 0.8em;
}

.tight[b-ay3oogff3n] {
    width: 100px;
}

@media print {
    @page {
        size: auto;
        margin: 0mm;
    }

    h4[b-ay3oogff3n] {
        page-break-before: always;
        margin-top: 20px;
    }
}
/* _content/OsoApp/Components/Pages/Logged/Provider/ProviderPropertyShowAll.razor.rz.scp.css */
.description[b-d78x8kc47u] {
    font-size: 0.9em;
    color: white;
    border-color: #012f5c;
    background-color: #012f5c;
}

.description-parrent td[b-d78x8kc47u] {
    color: #012f5c;
    border-color: #012f5c;
}
