
.grd-cmd{
    margin-bottom: 6px;
    margin-left: 4px; 
}

.grd-data-cnt {
    display:none;
}
.grd-header {
    height: 40px;
    background-color: var(--theme-primary, #73b0d6);
    color: #fff;
    text-transform: uppercase;
}

/* Testata generica di tutte le tabelle/griglie (anche submoduli) =>
   sfondo coerente col tema + testo bianco. Usa la variabile di tema
   con fallback per restare agnostico tra i progetti. */
.table thead th,
.table thead td {
    background-color: var(--theme-primary, #73b0d6);
    color: #fff;
    text-transform: uppercase;
}

/* Barra di ricerca nella prima riga (toolbar) delle viste a griglia:
   riempie la colonna sinistra senza collassare sul contenuto. */
.header-page .input-group {
    width: 100%;
    max-width: 360px;
    margin: 0;
}

/* Griglie a div (Bootstrap row/col) dei submoduli: la testata è la
   riga .header-grid dentro .grid-container. Stesso stile delle tabelle. */
.grid-container .row.header-grid {
    background-color: var(--theme-primary, #73b0d6);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
}
.grd-row {
    /*border-bottom: solid 1px gray;*/
    /*min-height: 40px;*/
    /*border-left: solid 1px gray;*/
    /*display: inline-block;*/ /*Consent di adattarsi alla dimensione delle celle*/
    width: 100%;
}
.grd-cell {
    /*float: left;*/
    /*border-right: solid 1px;*/
    /*height: 100%;*/
    /*min-height: 40px;*/
    overflow: hidden; /*taglia eccedenze i testo  */
}

.frm-fields{
    line-height: 1em;
    font-style: italic;
}

.datat-data{
    background-color: gainsboro;
    border-radius: 8px;
}

.tab-frm.disable{
    display: none;
}


.frm-fields.typ-1100.data-type-data{
    background-color: gainsboro;
    border-radius: 5px;
    padding-left: 6px;
}

.frame-command{
    width: 100%;
    background-color: cornflowerblue;
    height: 40px;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
}
.frame-save{
    font-size: 32px;
    float:right
}
