/* _content/AWPPlugInUI/Pages/AsphaltAdjustments/AsphaltAdjustments.razor.rz.scp.css */
.fieldset.border-pm[b-2zj3ds9vmh] {
    border: 1px;
}

.legend.border-pm[b-2zj3ds9vmh] {
    font-weight: bold;
    text-align: left;
    width: inherit;
}
.required-field[b-2zj3ds9vmh]:after {
    content: "*";
    color: red;
}
.btn-addnewasphalt[b-2zj3ds9vmh] {
    margin-left: 15px;
}

/* _content/AWPPlugInUI/Pages/AsphaltAdjustments/AsphaltEligibleItemModal.razor.rz.scp.css */
.confirm-modal-content[b-4khiohpg04] {
    width: 800px;
}
/* _content/AWPPlugInUI/Pages/AsphaltAdmin/AdminNewPayItemModal.razor.rz.scp.css */
.confirm-modal-content[b-xnc1dxnzwq] {
   width: 950px;
   height:300px !important ;
   overflow-y:auto;
   overflow-x :hidden;
}
/* _content/AWPPlugInUI/Pages/AsphaltAdmin/AdminUnitTypeModal.razor.rz.scp.css */
.confirm-modal-content[b-jkgewp456h] {
    width: 800px;
}
/* _content/AWPPlugInUI/Pages/FuelAdjustments/FuelAdjustments.razor.rz.scp.css */
.rowtype-new[b-eroubwa21j] {
    background-color: #d9ffee;
}
.rowtype-modified[b-eroubwa21j] {
    background-color: #e3ffff;
}

tr.error[b-eroubwa21j] {
    background-color:#fad9d9;
    color: red;
}

.FuelItemCalc td[b-eroubwa21j] {
    vertical-align: middle;
    text-align: center;
}
/*FuelCalculationsComponent*/
/* _content/AWPPlugInUI/Pages/FuelAdjustments/FuelCalculationsComponent.razor.rz.scp.css */
.rowtype-new[b-zgpfcq234g] {
    background-color: #d9ffee;
}
.rowtype-modified[b-zgpfcq234g] {
    background-color: #e3ffff;
}

tr.error[b-zgpfcq234g] {
    background-color:#fad9d9;
    color: red;
}

.FuelItemCalc td[b-zgpfcq234g] {
    vertical-align: middle;
    text-align: center;
}
/* _content/AWPPlugInUI/Pages/MaintenanceCharges/ChargeDetails.razor.rz.scp.css */
.required-field[b-atx75ey0ec]:after {
    content: "*";
    color: red;
}

.success-msg-color[b-atx75ey0ec] {
    color: forestgreen;
}
.failure-msg-color[b-atx75ey0ec] {
    color: red;
}
/* _content/AWPPlugInUI/Pages/MaintenanceCharges/ConfirmModal.razor.rz.scp.css */
.confirm-modal-content[b-s69og55smj] {
    width: 350px;
}
/* _content/AWPPlugInUI/Pages/MaintenanceCharges/MaintenanceCharges.razor.rz.scp.css */
.fieldset.border-pm[b-oa2e7ec4yh] {
    border:1px;
}

.legend.border-pm[b-oa2e7ec4yh] {
font-weight :bold;
text-align:left;
width: inherit;

}
/* _content/AWPPlugInUI/Pages/Validation/CodeSheetValidation.razor.rz.scp.css */
body[b-5u8ge3686s] {
}

.headerLabel[b-5u8ge3686s] {
    font-weight: bold;
    text-align: right;
}

.tableFooter[b-5u8ge3686s] {
    font-weight: bold;
}

.table-no-border > tr > td[b-5u8ge3686s] {
    border: none;
}

.table-no-top-border > tr:first-child > td[b-5u8ge3686s] {
    border: none;
}
/* _content/AWPPlugInUI/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/AWPPlugInUI/Shared/MainLayout2.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
