:root {
    --rz-text-font-family: Verdana, Arial, Helvetica, sans-serif !important;
    --rz-grid-column-resizer-helper-background-color: #455f77 !important;
    --rz-sidebar-toggle-margin-inline-end: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-width: 100vw;
    min-height: 100vh;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    /*
    text-align: center;
    background-image: url(../img/fondo.jpg);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    */
}

.rz-header {
    --rz-sidebar-toggle-hover-background-color: #546579;
    background: linear-gradient(#869EB4 1%, #6B849D 40%, #597791 60%, #738DA2 99%);
}

.rz-column-title{
    justify-content: center;
}

.rz-grid-table thead > tr:first-of-type > th {
    --rz-grid-header-color: white !important;
    --rz-grid-header-font-weight: bold;
    background: linear-gradient(#869EB4 1%, #6B849D 40%, #597791 60%, #738DA2 99%);
}

.rz-grid-table.rz-grid-gridlines-both > thead > tr:first-of-type > th:not(:last-child) {
    border-inline-end-color: #455f77 !important;
}
.rz-grid-table.rz-grid-gridlines-both > thead > tr:first-of-type > th {
    border-bottom-color: #455f77 !important;
}

.rz-grid-table thead > tr:nth-of-type(2) > th {
    background: #dae2e8;
}
.rz-grid-table.rz-grid-gridlines-both > thead > tr:nth-of-type(2) > th {
    border-bottom: 1px solid #a2b3c7 !important;
}

.rz-grid-table .rz-data-row:nth-of-type(2n) {
    background-color: #dae2e8;
}

.rz-w-stretch{
    flex-grow: 100;
}