﻿.dxbl-pager-active-page-btn {
    background-color: #0368B1 !important;
}

.webGrid .dxbs-table {
    --bs-table-bg: initial;
}

.webGrid > * .dxbl-toolbar-item {
    color: #1669b0 !important;
}

.webGrid .dxbs-filter-row {
    background-color: b3b3b3 !important;
}

.webGrid .dxbl-filter-row {
    background-color: #b3b3b3 !important;
}

.webGrid .dxbs-grid-filter-row {
    background-color: #b3b3b3 !important;
}

.webGrid .dxbl-grid-filter-row {
    background-color: #b3b3b3 !important;
}

.webGrid .dxbl-grid-search-box.dxbl-text-edit {
    background-color: #b3b3b3 !important;
}

.webGrid .dxbs-editform {
    background-color: lightyellow;
}

.webGrid .dxbs-grid-edit-form {
    background-color: lightyellow;
}

.webGrid .innerGrid .dxbs-grid-edit-form {
    background-color: lightgoldenrodyellow !important;
}

.webGrid th {
    color: black;
    background-color: lightgray;
}

.webGrid .form-control[readonly] {
    background-color: lightgray;
}

.webGrid .dx-reset-readonly-style {
    background-color: #fff !important;
}

.webGrid .dxbs-grid .dxbs-grid-selected-row > td:not(.dxbs-grid-empty-cell):not(.dxbs-grid-indent-cell) {
    background-color: #fff !important;
}

.webGrid .rowlimit-item-width {
    width: 200px;
}

.dxbl-grid .dxbl-grid-empty-data-area {
    padding: 0.5em !important;
}

