/* _content/NK.BusinessPortal.BlazorApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lu09r8lx0b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lu09r8lx0b] {
    flex: 1;
}

.top-row[b-lu09r8lx0b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lu09r8lx0b]  a, .top-row[b-lu09r8lx0b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-lu09r8lx0b]  a:hover, .top-row[b-lu09r8lx0b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-lu09r8lx0b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.content[b-lu09r8lx0b] {
    --padding-x-content: 1.5rem;
    padding-left: var(--padding-x-content);
    padding-right: var(--padding-x-content);
}

@media (max-width: 640.98px) {
    .top-row[b-lu09r8lx0b] {
        justify-content: space-between;
    }

    .top-row[b-lu09r8lx0b]  a, .top-row[b-lu09r8lx0b]  .btn-link {
        margin-left: 0;
    }

    .content[b-lu09r8lx0b] {
        --padding-x-content: .75rem;
    }
}

@media (min-width: 641px) {
    .page[b-lu09r8lx0b] {
        flex-direction: row;
    }

    .sidebar[b-lu09r8lx0b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lu09r8lx0b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lu09r8lx0b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lu09r8lx0b], article[b-lu09r8lx0b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-lu09r8lx0b] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-lu09r8lx0b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/NK.BusinessPortal.BlazorApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-a0oopelg20] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 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(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-a0oopelg20] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-a0oopelg20] {
    height: 3.5rem;
    background-color: var(--theme-top);
}

    .top-row.dailyreport[b-a0oopelg20] {
        background-color: var(--theme-dailyreport-top);
    }

.navbar-brand[b-a0oopelg20] {
    font-size: 1.1rem;
}

.bi[b-a0oopelg20] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-arrow-bar-left-nav-menu[b-a0oopelg20] {
    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-a0oopelg20] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-a0oopelg20] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a0oopelg20] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a0oopelg20]  .nav-link {
        color: var(--background);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-a0oopelg20]  a.active {
    background-color: rgba(255,255,255,0.24);
}

.nav-item[b-a0oopelg20]  .nav-link:hover {
    background-color: rgba(255,255,255,0.36);
}

.nav-scrollable[b-a0oopelg20] {
    display: none;
    background-color: var(--theme);
}

    .nav-scrollable.dailyreport[b-a0oopelg20] {
        background-color: var(--theme-dailyreport);
    }

.navbar-toggler:checked ~ .nav-scrollable[b-a0oopelg20] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-a0oopelg20] {
        display: none;
    }

    .nav-scrollable[b-a0oopelg20] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Pages/DailyReport/Home.razor.rz.scp.css */
.nav-item[b-9dkwywk0pj] {
    background-color: var(--theme-dailyreport);
    border: none;
    border-radius: 4px;
}

    .nav-item[b-9dkwywk0pj]  .nav-link {
        color: var(--background);
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

        .nav-item[b-9dkwywk0pj]  .nav-link:hover {
            background-color: rgba(255,255,255,0.24);
        }
/* _content/NK.BusinessPortal.BlazorApp/Components/Pages/DailyReport/Job/JobList.razor.rz.scp.css */
tbody tr:hover[b-iazudgsx2b]  .btn-cell {
    opacity: 1;
}

tbody td[b-iazudgsx2b] {
    padding-top: .2rem;
    padding-bottom: .2rem;
    vertical-align: middle;
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Pages/DailyReport/Report/ReportList.razor.rz.scp.css */
tbody tr:hover[b-w1tv1nl6cs]  .btn-cell {
    opacity: 1;
}

tbody td[b-w1tv1nl6cs] {
    padding-top: .2rem;
    padding-bottom: .2rem;
    vertical-align: middle;
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Pages/Home.razor.rz.scp.css */
.nav-item[b-55rfxnvhwc] {
    border: none;
    border-radius: 4px;
}

    .nav-item.dailyreport[b-55rfxnvhwc] {
        background-color: var(--theme-dailyreport);
    }

    .nav-item[b-55rfxnvhwc]  .btn {
        color: var(--background);
    }

        .nav-item[b-55rfxnvhwc]  .btn:hover {
            background-color: rgba(255,255,255,0.24);
        }
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/BusyIndicator.razor.rz.scp.css */
.busy-indicator[b-t11fucauaf] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 100px;
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/DropdownSearch.razor.rz.scp.css */
.search-form[b-yg5rljjr67] {
    padding: 1rem;
    width: 400px;
    max-width: 100%;
}

.btn-light[b-yg5rljjr67] {
    background-color: var(--light);
    border-color: var(--light);
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/InlineSearch.razor.rz.scp.css */
.dropdown-toggle[b-tlgideqnos] {
    opacity: 0;
}

.dropdown-menu[b-tlgideqnos] {
    padding: 1rem;
    padding-top: 0;
    width: 400px;
    max-width: 100%;
    height: 400px;
}

    .dropdown-menu[b-tlgideqnos]  .search-count {
        display: none;
    }

.list-body[b-tlgideqnos] {
    width: auto;
    height: calc(400px - var(--height-pager));
}

table.table[b-tlgideqnos] {
    table-layout: fixed;
}

tbody tr[b-tlgideqnos] {
    cursor: pointer;
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/Modal.razor.rz.scp.css */
.modal-header[b-714iod19ak] {
    background-color: var(--light);
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/MultiSelectInlineSearch.razor.rz.scp.css */
.list-body[b-3z4a30vn2w] {
    width: auto;
    height: 200px;
    padding-top: .5rem;
    padding-bottom: 0;
}

.w-btn[b-3z4a30vn2w] {
    width: 110px;
}

table.table[b-3z4a30vn2w] {
    table-layout: fixed;
}

thead[b-3z4a30vn2w] {
    background-color: var(--bs-white);
}

    thead th[b-3z4a30vn2w] {
        padding-top: 0;
    }

tbody tr:hover[b-3z4a30vn2w]  .btn-cell {
    opacity: 1;
}

tbody td[b-3z4a30vn2w] {
    padding-top: .2rem;
    padding-bottom: .2rem;
    vertical-align: middle;
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/NavMenuLink.razor.rz.scp.css */
.bi[b-1ps40oy7gm] {
    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-1ps40oy7gm] {
    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-people-fill-nav-menu[b-1ps40oy7gm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-building-fill-nav-menu[b-1ps40oy7gm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-building-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h3v-3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V16h3a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H3Zm1 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5ZM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM7.5 5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM4.5 8h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-tools-nav-menu[b-1ps40oy7gm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-tools' viewBox='0 0 16 16'%3E%3Cpath d='M1 0 0 1l2.2 3.081a1 1 0 0 0 .815.419h.07a1 1 0 0 1 .708.293l2.675 2.675-2.617 2.654A3.003 3.003 0 0 0 0 13a3 3 0 1 0 5.878-.851l2.654-2.617.968.968-.305.914a1 1 0 0 0 .242 1.023l3.27 3.27a.997.997 0 0 0 1.414 0l1.586-1.586a.997.997 0 0 0 0-1.414l-3.27-3.27a1 1 0 0 0-1.023-.242L10.5 9.5l-.96-.96 2.68-2.643A3.005 3.005 0 0 0 16 3c0-.269-.035-.53-.102-.777l-2.14 2.141L12 4l-.364-1.757L13.777.102a3 3 0 0 0-3.675 3.68L7.462 6.46 4.793 3.793a1 1 0 0 1-.293-.707v-.071a1 1 0 0 0-.419-.814L1 0Zm9.646 10.646a.5.5 0 0 1 .708 0l2.914 2.915a.5.5 0 0 1-.707.707l-2.915-2.914a.5.5 0 0 1 0-.708ZM3 11l.471.242.529.026.287.445.445.287.026.529L5 13l-.242.471-.026.529-.445.287-.287.445-.529.026L3 15l-.471-.242L2 14.732l-.287-.445L1.268 14l-.026-.529L1 13l.242-.471.026-.529.445-.287.287-.445.529-.026L3 11Z'/%3E%3C/svg%3E");
}

.bi-calendar-check-fill-nav-menu[b-1ps40oy7gm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-check-fill' viewBox='0 0 16 16'%3E%3Cpath d='M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-5.146-5.146-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708z'/%3E%3C/svg%3E");
}

.bi-cloud-download-fill-nav-menu[b-1ps40oy7gm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cloud-download-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.5a.5.5 0 0 1 1 0V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.354 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V11h-1v3.293l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-1ps40oy7gm] {
    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-1ps40oy7gm] {
    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");
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/Pager.razor.rz.scp.css */
.pager[b-eskj552shz] {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1 / 1 / 2 / 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .pager a[b-eskj552shz] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 2px;
        margin-right: 2px;
        width: 30px;
        height: 30px;
        border: 1px solid #6c757d;
        background-color: #fff;
        color: #6c757d;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .pager a.active[b-eskj552shz], .pager a:hover[b-eskj552shz] {
            text-decoration: none;
            background-color: #6c757d;
            color: #fff;
        }

.pager-area[b-eskj552shz] {
    display: -ms-grid;
    display: grid;
    width: 100%;
    padding-top: 1rem;
}

    .pager-area .search-count[b-eskj552shz] {
        justify-self: flex-start;
        -ms-flex-item-align: center;
        align-self: center;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: 1 / 1 / 2 / 2;
        color: #969696;
        padding-left: 20px;
    }

.pager-dot[b-eskj552shz] {
    color: #6c757d;
    margin-left: 11px;
    margin-right: 11px;
}

.pager-num.active[b-eskj552shz] {
    pointer-events: none;
}

.unclickable[b-eskj552shz] {
    pointer-events: none;
    opacity: 0.5;
}

@media screen and (max-width: 767.98px) {
    .pager-area[b-eskj552shz] {
        display: block;
    }

        .pager-area .search-count[b-eskj552shz] {
            padding-left: var(--padding-x-header);
            padding-bottom: .5rem;
        }
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/RequiredIndicator.razor.rz.scp.css */
i.bi-circle-fill[b-7qmalfbpt1] {
    color: var(--primary);
    font-size: x-small;
    position: absolute;
    top: 3px;
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/SortHeader.razor.rz.scp.css */
th[b-7ys6xjx5ls] {
    cursor: pointer;
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/SystemLink.razor.rz.scp.css */
button[b-38ann0j3g3] {
    box-shadow: none !important;
}

i[b-38ann0j3g3] {
    position: absolute;
    right: 0;
}
/* _content/NK.BusinessPortal.BlazorApp/Components/Shared/Toast.razor.rz.scp.css */
.toast[b-mp8tkiuo03] {
    min-width: 18vw;
}

.toast-info[b-mp8tkiuo03] {
    color: var(--primary);
}

.toast-success[b-mp8tkiuo03] {
    color: var(--valid);
}

.toast-error[b-mp8tkiuo03] {
    color: var(--invalid);
}
