@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/ExReport.razor.rz.scp.css */
.report-results-container[b-ved5ubdj6g] {
    max-height: 60vh;
}


thead tr th[b-ved5ubdj6g] {
    top: 0;
    position: sticky;
    z-index: 20;
}
/* /Pages/ExReport2.razor.rz.scp.css */
.report-results-container[b-ufbxnc2gav] {
    max-height: 60vh;
}


thead tr th[b-ufbxnc2gav] {
    top: 0;
    position: sticky;
    z-index: 20;
}
/* /Pages/JobPayReport.razor.rz.scp.css */
.report-results-container[b-of52qms5uk] {
    max-height: 60h;
}


thead tr th[b-of52qms5uk] {
    top: 0;
    position: sticky;
    z-index: 20;
}
/* /Pages/ManageQuickHours.razor.rz.scp.css */
.item-abbreviation[b-xzsoa3rpoy], .item-hours[b-xzsoa3rpoy], .undelete-button[b-xzsoa3rpoy] {
    display: none;
}

.flagged-delete[b-xzsoa3rpoy], .flagged-delete td[b-xzsoa3rpoy] {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}

/* you need DEEP if you want to affect elements in components*/
    .flagged-delete[b-xzsoa3rpoy]  input,
    .flagged-delete[b-xzsoa3rpoy]  textarea,
    .flagged-delete[b-xzsoa3rpoy]  button,
    .flagged-delete .delete-button[b-xzsoa3rpoy],
    .flagged-delete .custom-switch[b-xzsoa3rpoy] {
        display: none !important;
    }

    .flagged-delete .item-abbreviation[b-xzsoa3rpoy] {
        display: inline;
        text-decoration: line-through;
    }

    .flagged-delete .item-hours[b-xzsoa3rpoy] {
        display: inline;
        text-decoration: line-through;
    }

    .flagged-delete .undelete-button[b-xzsoa3rpoy] {
        display: inline;
    }
/* /Pages/ManageQuickTimeEntryNotes.razor.rz.scp.css */
.item-abbreviation[b-1ksuzyl0jp], .item-note[b-1ksuzyl0jp], .undelete-button[b-1ksuzyl0jp] {
    display: none;
}

.flagged-delete[b-1ksuzyl0jp], .flagged-delete td[b-1ksuzyl0jp] {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}

/* you need DEEP if you want to affect elements in components*/
    .flagged-delete[b-1ksuzyl0jp]  input,
    .flagged-delete[b-1ksuzyl0jp]  textarea,
    .flagged-delete[b-1ksuzyl0jp]  button,
    .flagged-delete .delete-button[b-1ksuzyl0jp],
    .flagged-delete .custom-switch[b-1ksuzyl0jp] {
        display: none !important;
    }

    .flagged-delete .item-abbreviation[b-1ksuzyl0jp] {
        display: inline;
        text-decoration: line-through;
    }

    .flagged-delete .item-note[b-1ksuzyl0jp] {
        display: inline;
        text-decoration: line-through;
    }

    .flagged-delete .undelete-button[b-1ksuzyl0jp] {
        display: inline;
    }
/* /Pages/ManageTimeEntryServiceItems.razor.rz.scp.css */
.item-code[b-849pi1b8s4], .item-name[b-849pi1b8s4], .undelete-button[b-849pi1b8s4] {
    display: none;
}

.flagged-delete[b-849pi1b8s4], .flagged-delete td[b-849pi1b8s4] {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}

/* you need DEEP if you want to affect elements in components*/
    .flagged-delete[b-849pi1b8s4]  input,
    .flagged-delete[b-849pi1b8s4]  textarea,
    .flagged-delete[b-849pi1b8s4]  button,
    .flagged-delete .delete-button[b-849pi1b8s4],
    .flagged-delete .custom-switch[b-849pi1b8s4] {
        display: none !important;
    }

    .flagged-delete .item-code[b-849pi1b8s4] {
        display: inline;
        text-decoration: line-through;
    }

    .flagged-delete .item-name[b-849pi1b8s4] {
        display: inline;
        text-decoration: line-through;
    }

    .flagged-delete .undelete-button[b-849pi1b8s4] {
        display: inline;
    }
/* /Pages/PayPeriod.razor.rz.scp.css */
.date-block[b-vy867mvlgh]
{
    min-width:200px;
}
/* /Pages/PayPeriodJobSummary.razor.rz.scp.css */
.job-block[b-thb3ixzgen] {
    min-width: 250px;
}
/* /Pages/ProjectTransactionReport.razor.rz.scp.css */
.report-results-container[b-oroc6231nh] {
    max-height: 75vh;
}


thead tr th[b-oroc6231nh] {
    top: 0;
    position: sticky;
    z-index: 20;
}
/* /Pages/Timesheet.razor.rz.scp.css */
.entry-results-container[b-wwwg9pifjb]{
    max-height:65vh;
    min-height:300px;/* this min is so that even if ther is only one row, there's enough height to show the entire action dropdown menu*/
}
.over-hours[b-wwwg9pifjb] {
    color: var(--bs-danger) !important;
}
.adjusted[b-wwwg9pifjb], .manual-entry[b-wwwg9pifjb] {
    color: var(--bs-white) !important; /*specify color so that if it has "over hours" we don't get red on red*/
    background-color: var(--bs-warning) !important;
}


/* this needs to be AFTER manual because this red cell should take precedence over the orange "manual" */
.requires-followup[b-wwwg9pifjb] {
    color: var(--bs-white) !important; /*specify color so that if it has "over hours" we don't get red on red*/
    background-color: var(--bs-danger) !important;
}


tr.approved td[b-wwwg9pifjb] {
    background-color: var(--bs-success);
    color: var(--bs-white);
    border: 0px!important;/* if th whole row is approved, take the green border off of the indivicual cells*/
}
td.approved[b-wwwg9pifjb] {
    border-color: var(--bs-success);
    border: 2px solid var(--bs-success);
}
.duplicate-employee .employee-cell[b-wwwg9pifjb] {
    background-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.MondayComManualHours .job-cell[b-wwwg9pifjb]{
    color: var(--bs-primary)!important;
}

.employee-cell[b-wwwg9pifjb] {
    white-space: nowrap;
    left: 0;
    position: sticky;
}

.employee-header[b-wwwg9pifjb] {
    left: 0;
    z-index: 21; /*you need to one up the thead th z index so that when they slide horizontally, this fella is on top*/
}

.header-row-1 th[b-wwwg9pifjb] {
    top: 0;
    position: sticky;
    z-index: 20;
    white-space: nowrap; /* we can't let these wrap because they will change the height, which will make the header-row-2 freeze "top" incorrect */
}

.header-row-2 th[b-wwwg9pifjb] {
    top: 37px; /*this measurement is a bit hokey, but it's the height of header-row-1, and this is needed to freeze the second header row below the first */
    position: sticky;
    z-index: 20;
    white-space: nowrap; /* nowrap so that the little sort buttons don't go to a new line */
}

th.alternate-day[b-wwwg9pifjb] {
    background-color: var(--bs-dark) !important;
}

td.alternate-day[b-wwwg9pifjb] {
    background-color: var(--bs-light); /* do not mark as important, because special cell colors (like is manual entry) should overide the alternating day*/
}
/* /Shared/ComponentLoader.razor.rz.scp.css */

.greyOut[b-c0jt2ohjwr] {
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.spinner[b-c0jt2ohjwr] {
    border: 16px solid silver;
    border-top: 16px solid var(--bs-primary);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-c0jt2ohjwr 700ms linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
}

@keyframes spin-b-c0jt2ohjwr {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
/* /Shared/PageLoader.razor.rz.scp.css */

.greyOut[b-do3r9je5kj] {
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.spinner[b-do3r9je5kj] {
    border: 16px solid silver;
    border-top: 16px solid var(--bs-primary);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-do3r9je5kj 700ms linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
}

@keyframes spin-b-do3r9je5kj {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
