﻿
:root {
    --rz-grid-header-color: white;
    --rz-grid-header-background-color: #005a87;
/*    --rz-dialog-title-background-color: #005a87;
    --rz-dialog-title-color: white;
    --rz-dialog-close-color: white;
    --rz-dialog-close-hover-color: white;*/
}
 .rz-button-md {
        text-transform: none !important;
    }
 .rz-button:focus{
     color:white !important;
 }
.rz-sortable-column .rzi-sort {
    color: unset !important;
}