/* AG Budget grid */
.ag-header-cell-label .ag-header-cell-text {
    font-weight: bold;
    white-space: normal;
}

.ag-cell-label-container {
    height: 100%;
}

.ag-header-cell-label {
    height: 100%;
    padding: 0 !important;
    flex-direction: row-reverse;
}

.ag-full-width-container .ag-row {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background: #fafafa;
    font-weight: bold;
}

.ag-full-width-container .ag-row:not(.ag-row-first) {
    border-width: 1px 0 1px 0;
}

.ag-row-footer {
    font-weight: bold;
}

[id^='rp_budgetgriddata_'] {
    display: none;
}

.ag-row-noneditable {
    background: #fafafa;
    font-weight: bold;
}

.ag-pinned-row-noneditable {
    border-top: 1px solid #999;
    background: #fafafa;
    font-weight: bold;
    white-space: normal;
}
/* End - AG Budget grid */
