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

.grd-data-cnt {
    display:none;
}
.grd-header {
    /*border-top: solid 1px gray;
    border-bottom: solid 1px gray;*/
    /*border-left: solid 1px gray;*/
    height: 40px;
    background-color: lightgray;
}
.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
}
