/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';

td.white-text span.ui-cell-data {
    color: black !important;
  
}


.rz-tabview-panel
{
    padding:10px,10px,0px,10px;
}

/* personalizzazione altezza righe delle datagrid*/
.rz-datatable tr td,
.rz-datatable tr th {
    padding: 0px !important;
    color: black !important;
}

/* dimensione e colore font delle datagrid */
.rz-datatable-data td .rz-cell-data {
    color:#0d0c0c;
    font-size: 1rem;
}

/* altezza textbox */
.rz-textbox {
    height:30px;
}

.rz-button-icon-only {
    height: 30px;
}

.rz-tabview-nav {
    height:30px;
}

.rz-inputtext {
    /*font-weight:bold;
     font-size: 13px !important;*/
}