﻿.rz-grid-table thead th > div:not(.rz-cell-filter) {
    background-color: navy !important;
    justify-content: center !important;
    font-weight: bold !important;
    padding: 10px !important;
}

.rz-grid-table thead th .rz-column-title-content {
    color: white !important;
}

.rz-grid-table .rz-data-row:hover {
    background-color: #dae1e2 !important; /*color registro al pasar el cursor*/
    cursor: pointer !important; /*muestra el puntero al pasar*/
}
