/* Colonne non visibili */

.grd-col-info-data{
    display: none;
}

/* Contenitore del Record Form */
.rec-form-cnt{
    position: relative;
}

.cnt-grid-gen{
    /* border:solid 1px #bfbdbd ; */
    /* border-radius: 6px; */
}

.tab-content{
    border-left: solid 1px gainsboro;
    border-right: solid 1px gainsboro;
    background-color: rgb(252, 252, 252);

}
.nav-link.active{
    background-color: rgb(252, 252, 252) !important;
    border-bottom: solid 3px #73b0d6 !important;
}
.cnt-form-title{
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.cnt-form-record{
    /* margin-left: 4px; */
    margin-top: 4px;
}

.selector-form{
    height: 55px;
    font-size: 26px;
    background-color: #73b0d6;
    color: black;
    padding-top: 4px;
    /* border-radius: 6px; */
}

.selct-item{
    float: left;
    padding-right: 20px;
    padding-left: 10px;
    border-right: solid 1px;
    padding-left: 20px;
}


.cnt-filter{
    margin-left: 160px;
    float: left;
}

.grd-row.selected{
    background-color: orange !important;
}

.save-cnt{
    background-color: #73b0d6;
    height: 90px;
}

.record-form-save{
    float: right;
    margin-right: 12px;
}