

/* /Components/DailyFieldReports/Details/BidItems/_BidItem.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.bid-item[b-467dlb86vg] {
  width: 190px;
  min-width: 190px;
  border-left: 1px solid #000;
  padding: 10px 5px;
  background: #96c4f4;
}
.bid-item:last-child[b-467dlb86vg] {
  border-right: 1px solid #000;
}
/* /Components/DailyFieldReports/Details/BidItems/_PanelBidItems.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.panel_bid-items .info-labels[b-hr535xgoz2] {
  width: 190px;
  min-width: 190px;
  padding: 10px 5px;
}
.panel_bid-items .info-labels .spacer[b-hr535xgoz2] {
  height: 1.5rem;
}
.panel_bid-items .summary-container[b-hr535xgoz2] {
  width: 150px;
  min-width: 150px;
}
.panel_bid-items .bid-items-container[b-hr535xgoz2] {
  overflow-x: scroll;
  width: 100%;
}
/* /Components/DailyFieldReports/Details/DfrCalculator.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.dfr-calc[b-mu5zboo4v2] {
  border: 1px solid #ccc;
  min-width: 530px;
}
.dfr-calc .calc-btn[b-mu5zboo4v2] {
  border: 1px solid #aaa;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dfr-calc .calc-btn.highlighted[b-mu5zboo4v2] {
  background-color: #fff2d0;
  border: 1px solid #000;
  color: #000;
}
.dfr-calc .ta-manipulation[b-mu5zboo4v2], .dfr-calc .calc-btn[b-mu5zboo4v2] {
  touch-action: manipulation;
}
.dfr-calc .calc-input[b-mu5zboo4v2] {
  width: 200px;
  border: 1px solid #000;
  padding: 0 10px;
  height: 38px;
}
.dfr-calc .calc-input.disabled[b-mu5zboo4v2] {
  background-color: rgba(0, 0, 0, 0.1176470588);
}
.dfr-calc .calc-input.disabled p[b-mu5zboo4v2] {
  opacity: 80%;
}
.dfr-calc .del-btn[b-mu5zboo4v2] {
  width: 35px;
  height: 35px;
}
.dfr-calc .num-btn[b-mu5zboo4v2] {
  font-size: 20px;
  width: 35px;
  height: 35px;
  color: #999;
}
/* /Components/DailyFieldReports/Details/DFRDetails.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.action-container[b-gle3oj39ta] {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: #fff;
  padding: 12px 24px 12px;
  margin-left: -24px;
  margin-right: -24px;
}
.action-container .action-col[b-gle3oj39ta],
.action-container .delete-btn-wrap[b-gle3oj39ta],
.action-container .submit-close-wrap[b-gle3oj39ta] {
  display: flex;
}
.action-container .action-col[b-gle3oj39ta] {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.action-container .action-col .submit-close-wrap[b-gle3oj39ta] {
  align-items: flex-end;
  gap: 5px;
}
.action-container .action-col .delete-btn-wrap[b-gle3oj39ta],
.action-container .action-col .submit-close-wrap[b-gle3oj39ta] {
  justify-content: flex-end;
}
.action-container .hidden-info[b-gle3oj39ta] {
  display: none;
  margin-left: 12px;
}

.scroll-sync[b-gle3oj39ta] {
  width: 100%;
  margin-inline-end: 8px;
  overflow-x: scroll;
}

.dfr-job-info[b-gle3oj39ta] {
  background-color: #ddd;
  padding: 5px 24px;
  border: 1px solid #000;
  border-bottom: 0;
}
.dfr-job-info .two-col[b-gle3oj39ta] {
  display: grid;
  grid-template-columns: 150px 1fr;
}

.bid-items-container[b-gle3oj39ta] {
  position: sticky;
  top: 160px;
  z-index: 99;
  background-color: #efefef;
  border: 1px solid #000;
}

@media (max-width: 1023px) {
  .action-container[b-gle3oj39ta] {
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    justify-content: space-between;
  }
  .action-container .hidden-info[b-gle3oj39ta] {
    margin-left: 0;
    margin-top: 5px;
  }
  .action-container .add[b-gle3oj39ta], .action-container .submit-close-wrap[b-gle3oj39ta] {
    flex-direction: column;
  }
  .action-container .action-col .delete-btn-wrap[b-gle3oj39ta] {
    justify-content: center;
  }
}
/*.mud-expansion-panels {

    .dfr-expansion-panels {
        overflow-x: auto;

        .mud-expand-panel {

            .mud-expand-panel-header {

                .mud-expand-panel-text {
                    flex: 0 0 auto;

                    .two-col {
                        display: grid;
                        grid-template-columns: 150px 1fr;
                    }
                }
            }
        }
    }
}*/
/* /Components/DailyFieldReports/Details/FakeInput.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.fake-input[b-jksrxy72vw] {
  border: 1px solid #000;
  background-color: #fff;
  height: 2rem;
  min-width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  touch-action: manipulation;
  /*    &.bg-warning {
          color: #212121;
          background-color: var(--mud-palette-error);
      }*/
}
.fake-input.selected[b-jksrxy72vw] {
  background-color: #f4ecc2;
  border: 2px solid #000;
}
.fake-input.disabled[b-jksrxy72vw] {
  background-color: #e1e1e1;
}
.fake-input.disabled p[b-jksrxy72vw] {
  opacity: 90%;
}
.fake-input .input-value[b-jksrxy72vw] {
  font-size: 16px;
}
/* /Components/DailyFieldReports/Details/ManagementReporting/_ManagementReportingBidItem.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.management-reporting-bid-item[b-d92446rky6] {
  width: 190px;
  min-width: 190px;
  border-left: 1px solid #000;
}
.management-reporting-bid-item:last-child[b-d92446rky6] {
  border-right: 1px solid #000;
}
.management-reporting-bid-item .mr-item-row[b-d92446rky6] {
  height: 40px;
  padding: 5px;
  width: 100%;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.management-reporting-bid-item .mr-item-row:first-child[b-d92446rky6] {
  border-top: 1px solid #000;
}
/* /Components/DailyFieldReports/Details/ManagementReporting/_PanelManagementReporting.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.panel_management-reporting[b-x39071jogq] {
  padding: 10px 0;
}
.panel_management-reporting .info-labels[b-x39071jogq] {
  width: 190px;
  min-width: 190px;
}
.panel_management-reporting .info-labels .info-label[b-x39071jogq] {
  vertical-align: middle;
}
.panel_management-reporting .summary-container[b-x39071jogq] {
  width: 150px;
  min-width: 150px;
}
.panel_management-reporting .mr-items-container[b-x39071jogq] {
  overflow-x: scroll;
  width: 100%;
}
/* /Components/DailyFieldReports/Details/ProductionDetails/_PanelProductionDetails.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.panel_production-details .scroll-sync[b-3fmu96zcew] {
  overflow-x: scroll;
  width: 100%;
}
.panel_production-details .info-labels[b-3fmu96zcew] {
  background-color: #ddd;
}
.panel_production-details .info-labels .label-wrap[b-3fmu96zcew] {
  border-bottom: 1px solid #000;
  width: 198px;
}
.panel_production-details .info-labels .label-wrap:last-child[b-3fmu96zcew] {
  border-bottom: none;
}
/* /Components/DailyFieldReports/Details/ProductionDetails/_ProductionDetailsBidItem.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.pd-col[b-2zqzfsgft0] {
  min-width: 190px;
  width: 190px;
  border-left: 1px solid #000;
  background-color: #ddd;
}
.pd-col .header[b-2zqzfsgft0], .pd-col .dfr-hours[b-2zqzfsgft0] {
  border-bottom: 1px solid #000;
}
.pd-col:last-child[b-2zqzfsgft0] {
  border-right: 1px solid #000;
}
.pd-col .bid-unit-label[b-2zqzfsgft0] {
  color: #424242;
}
/* /Components/DailyFieldReports/Details/TimecardReporting/_DFRTimecardSummary.razor.rz.scp.css */
span.time-warning[b-pv6b0vwp4v] {
  font-weight: 600;
  color: var(--mud-palette-error);
}
/* /Components/DailyFieldReports/Details/TimecardReporting/_EmployeeTimecardRow.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.timecard-reporting-row[b-ezbhgh203u] {
  padding: 10px 0;
  background-color: #ddd;
}
.timecard-reporting-row .info-labels[b-ezbhgh203u] {
  min-width: 190px;
  width: 190px;
}
.timecard-reporting-row .info-labels .info-label[b-ezbhgh203u] {
  height: 2rem;
}
.timecard-reporting-row .summary-container[b-ezbhgh203u] {
  min-width: 150px;
  width: 150px;
  /*        margin-left: $dfr-item-width;
  justify-content: center;*/
}
.timecard-reporting-row .summary-container .hours-summary[b-ezbhgh203u] {
  background-color: #96c4f4;
  border: 1px solid #000;
  /*align-items: center;*/
}
.timecard-reporting-row .timecard-items-container[b-ezbhgh203u] {
  overflow-x: scroll;
  width: 100%;
}
/* /Components/DailyFieldReports/Details/TimecardReporting/_PanelTimecardReporting.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.panel_timecard-reporting .shift-info .time-legend[b-z4qu6z4v1b] {
  color: #888;
  min-width: 150px;
  background-color: #fff;
  text-align: center;
}
.panel_timecard-reporting .timecard-summary-view[b-z4qu6z4v1b] {
  background-color: #ddd;
  padding: 40px 0;
}
.panel_timecard-reporting .info-labels[b-z4qu6z4v1b], .panel_timecard-reporting .bid-item-total-column[b-z4qu6z4v1b] {
  min-width: 190px;
  width: 190px;
}
.panel_timecard-reporting .daily-totals-wrap[b-z4qu6z4v1b] {
  padding: 5px 0;
  position: relative;
}
.panel_timecard-reporting .daily-totals-wrap .daily-totals-row[b-z4qu6z4v1b] {
  overflow-x: scroll;
  width: 100%;
}
.panel_timecard-reporting .daily-totals-wrap .daily-totals-row .bid-item-total-column[b-z4qu6z4v1b] {
  padding-right: 8px;
}
.panel_timecard-reporting .daily-totals-wrap .all-total-column .total-hours[b-z4qu6z4v1b] {
  background-color: #ffff50;
  padding: 5px 5px;
  border: 1px solid #000;
  font-weight: 600;
}
/* /Components/DailyFieldReports/Details/TimecardReporting/_TimecardReportingBidItem.razor.rz.scp.css */
/*Colors*/
/*Dimensions*/
.timecard-reporting-bid-item[b-2egchi8qye] {
  min-width: 190px;
  width: 190px;
  border: 1px solid #000;
  border-left: none;
}
.timecard-reporting-bid-item:first-child[b-2egchi8qye] {
  border-left: 1px solid #000;
}
.timecard-reporting-bid-item .timecard-item-header[b-2egchi8qye] {
  background-color: #fff;
}
.timecard-reporting-bid-item .timecard-item-header .time-warning[b-2egchi8qye] {
  color: var(--mud-palette-error);
}
.timecard-reporting-bid-item .timecard-item-body[b-2egchi8qye] {
  background-color: #fff2d0;
  min-height: 48px;
  height: 100%;
}
/* /Components/Shared/ApplicationLoading.razor.rz.scp.css */
.body[b-dc0vrzn5o9] {
    padding: 0;
    margin: 0
}

html[b-dc0vrzn5o9] {
    padding: 0;
    margin: 0
}

.loader[b-dc0vrzn5o9] {
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, .3);
    height: 100vh;
    width: 100%;
    align-items: center;
    z-index: 5000;
    position:fixed;
    right: 0;
    top: 0
}

.lds-facebook[b-dc0vrzn5o9] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div[b-dc0vrzn5o9] {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: black;
    animation: lds-facebook-b-dc0vrzn5o9 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1)[b-dc0vrzn5o9] {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2)[b-dc0vrzn5o9] {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3)[b-dc0vrzn5o9] {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook-b-dc0vrzn5o9 {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
/* /Components/TimeCards/AddEdit.razor.rz.scp.css */
.timecard-warning[b-xch73vq199] {
  color: var(--mud-palette-error);
  font-weight: 600;
}
/* /Layouts/LoginLayout.razor.rz.scp.css */
[b-993f7hlip8] * {
    margin: 0;
    box-sizing: border-box !important;
}

[b-993f7hlip8] section {
    position: relative;
    width: 100%;
    padding-top: 2rem;
    display: flex !important;
}

section .contentBx[b-993f7hlip8] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

section .contentBx .formBx[b-993f7hlip8] {
    width: 450px;
}

[b-993f7hlip8] section .contentBx .formBx .login-logo {
    display: block;
    margin: 0 auto;
    max-height: 270px;
    width: auto;
}

[b-993f7hlip8] section .contentBx .formBx input {
    height: 100%
}

@media (max-width: 768px) {

/*    ::deep section .imgBx {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/


    [b-993f7hlip8] section .contentBx {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    [b-993f7hlip8] section .contentBx .formBx {
        width: 80%;
        max-width: 450px;
    }
}

/* /Layouts/NotFoundLayout.razor.rz.scp.css */
body[b-ni5ji7ypez] {
}
body[b-ni5ji7ypez] {
}

[b-ni5ji7ypez] * {
    margin: 0;
    box-sizing: border-box !important;
}

[b-ni5ji7ypez] section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex !important;
}

    [b-ni5ji7ypez] section .imgBx {
        position: relative;
        width: 50%;
        height: 100%;
    }

        [b-ni5ji7ypez] section .imgBx:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*   background: linear-gradient(225deg,#e91e63,#03a9f4) !important;*/
            /*  background: linear-gradient(225deg,#5365b2,#2a5bb7) !important;*/
            /*       background: linear-gradient(225deg,#2e5984,#1e3f66) !important;*/
            z-index: 1;
            mix-blend-mode: screen;
        }

        [b-ni5ji7ypez] section .imgBx img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

section .contentBx[b-ni5ji7ypez] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

    section .contentBx .formBx[b-ni5ji7ypez] {
        width: 50%
    }

[b-ni5ji7ypez] section .contentBx .formBx input {
    height: 100%
}

@media (max-width: 768px) {

    [b-ni5ji7ypez] section .imgBx {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    [b-ni5ji7ypez] section .contentBx {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        [b-ni5ji7ypez] section .contentBx .formBx {
            width: 97%;
            padding: 30px;
            background: #fff;
            background: rgba(255 255 255 / 0.9);
            margin: 20px;
            border: 1px solid white;
            border-radius: 10px;
        }
}

/* /Pages/Administration/ManageUsers.razor.rz.scp.css */
/* For screens smaller than 768px (mobile devices) */
@media (max-width: 768px) {
    /* Set all buttons to block elements */
    .custombutton[b-o6s8h8zrzh] {
        display: block !important;
        width: 100% !important;
    }
}

/* For screens larger than 768px */
@media (min-width: 768px) {
    /* Set the first four buttons to display inline-block */
    .custombutton:nth-child(-n+4)[b-o6s8h8zrzh] {
        display: inline-block !important;
        width: 25% !important;
    }

    /* Set the last button to display as a block element */
    .custombutton:nth-child(5)[b-o6s8h8zrzh] {
        display: block !important;
        width: 100% !important;
    }
}
/* /Pages/Reports/Crusher.razor.rz.scp.css */
[b-vztvrevnb0] .pits-and-quarries-report-table thead th {
    background-color: var(--mud-palette-primary) !important;
    color: #fff;
    text-align: center;
}

    [b-vztvrevnb0] .pits-and-quarries-report-table thead th:first-child {
        border-left: 1px solid #000;
    }

[b-vztvrevnb0] .pits-and-quarries-report-table thead th {
    border-right: 1px solid #000;
    border-radius: 0 !important;
}

[b-vztvrevnb0] .pits-and-quarries-report-table thead tr:first-child th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

[b-vztvrevnb0] .pits-and-quarries-report-table thead {
    position: sticky;
    top: 0;
    z-index: 3;
}

[b-vztvrevnb0] .pits-and-quarries-report-table thead th:first-child,
[b-vztvrevnb0] .pits-and-quarries-report-table tbody tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
}

[b-vztvrevnb0] .pits-and-quarries-report-table tbody tr td:not(:first-child) {
    z-index: 1;
}

[b-vztvrevnb0] .pits-and-quarries-report-table thead tr:nth-child(2) th {
    border-bottom: 1px solid #000;
}
/* /Pages/Reports/PitsAndQuarries.razor.rz.scp.css */
[b-8vhcqcmatb] .pits-and-quarries-report-table thead th,
[b-8vhcqcmatb] .pits-and-quarries-report-table tfoot th{
    background-color: var(--mud-palette-primary) !important;
    color: #fff;
    text-align: center;
}

[b-8vhcqcmatb] .pits-and-quarries-report-table thead th:first-child, 
[b-8vhcqcmatb] .pits-and-quarries-report-table tfoot th:first-child {
    border-left: 1px solid #000;
}

[b-8vhcqcmatb] .pits-and-quarries-report-table thead th,
[b-8vhcqcmatb] .pits-and-quarries-report-table tfoot th {
    border-right: 1px solid #000;
    border-radius: 0 !important;
}

[b-8vhcqcmatb] .pits-and-quarries-report-table thead tr:first-child th,
[b-8vhcqcmatb] .pits-and-quarries-report-table tfoot tr:first-child th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

[b-8vhcqcmatb] .pits-and-quarries-report-table thead {
    position: sticky;
    top: 0;
    z-index: 3;
}

[b-8vhcqcmatb] .pits-and-quarries-report-table thead th:first-child,
[b-8vhcqcmatb] .pits-and-quarries-report-table tbody tr td:first-child, 
[b-8vhcqcmatb] .pits-and-quarries-report-table tfoot tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
}

[b-8vhcqcmatb] .pits-and-quarries-report-table tbody tr td:not(:first-child) {
    z-index: 1;
}

[b-8vhcqcmatb] .pits-and-quarries-report-table thead tr:nth-child(2) th {
    border-bottom: 1px solid #000;
}
