/* 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{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 55px;
    font-size: 26px;
    background-color: var(--theme-primary, #73b0d6);
    color: #fff;
    padding: 4px 16px;
    border-radius: 6px 6px 0 0;
}

/* Titolo centrato nella prima riga */
.grd-title{
    flex: 1 1 auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Gruppo azioni a destra */
.selector-actions{
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.selct-item{
    padding: 0 16px;
    border-right: solid 1px rgba(255,255,255,0.4);
    cursor: pointer;
}
.selector-actions .selct-item:last-child{
    border-right: none;
}

.cnt-filter{
    flex: 0 0 auto;
}
.cnt-filter .grd-filter{
    width: 200px;
}

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

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

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