﻿:root {
    --rz-grid-header-background-color: #d4d8e4!important;
}

    .rz-data-grid {
    }

        .rz-data-grid .rz-text-body1 {
            font-size: 16px;
        }
.rz-grid-table thead th .rz-column-title-content{
    font-weight:500;
    font-size:14px;
    color:#333;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {

    white-space: normal;
}
.grid_Headerless .rz-grid-table thead {
    display: none!important;
}

.grid_Borderless .rz-grid-table tr td {
    border: none !important;
    background-color:#f4f5f9!important;
   
}
/*quando l'informazione nella grid senza header deve essere grande*/
.grid_Headerless .evidence {
    font-weight: 700 !important;    
    line-height:18px;
}

.grid_Headerless small {
   text-transform:uppercase;
   font-size:10px;
   letter-spacing:0.5px;
}


.rz-data-grid .rz-cell-filter-label .rz-textbox {
    height: 30px !important;
    margin: 10px 0 !important;
}