﻿/*Razor grid*/

.rz-grid-table thead tr th div {
/*    padding-top: 2px !important;*/
 /*   padding-bottom: 2px !important;*/
    background-color: #1691BE !important;
    color: white !important;
/*    height: 20px !important;
    line-height: 20px !important;*/
}

.rz-grid-table thead th .rz-column-title {
    color: white !important;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    color: black !important;
}
.rz-grid-table-fixed tbody tr {
   
/*    height: 20px !important;
    line-height: 20px !important;*/
}


    .rz-grid-table-fixed tbody tr td {
        color: white !important;
/*        padding-top: 0;
        padding-bottom: 0;
        height: 20px;
        line-height: 20px;*/
    }
.rz-pager-page {
    color: white !important;
}
.rz-pager-page.rz-state-active {
    background-color: #1691BE !important;
}

.rz-grid-table-fixed tbody tr td {
    color: black !important;
}


/*Loadder*/
.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    display: grid;
    z-index: 2;
}
        /** Color of text when ho
        /* Spinner */
        .spinner {
            border: 6px solid #f3f3f3; /* Fondo */
            border-top: 6px solid #3498db; /* Color del spinner */
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin 1s linear infinite;
        }
