@media (max-width: 1368px) {
    .liquid-asset-cnt{
        font-size: 14px;
    }
}

/* Stile specifico per monitor 4K (esempio: larghezza minima 3840px) */
@media (min-width: 3840px) {
}
.filters-cont{
    background-color: rgb(241, 241, 241);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    margin-bottom: 10px;

}
.back-ground-title{
    background-image: linear-gradient(to right , #8cc0df , rgb(232, 248, 255));
    color: white;
    border-radius: 4px;
}
.gen-title{
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0px ;
    padding-bottom: 6px;
    padding-top: 4px;
}

.r-1{
    background-color: rgb(240, 240  ,240);
}
.r-2{
    background-color: rgb(250, 250  ,250);
}
.mastrini:hover{
    background-color: rgb(255, 205, 111) !important;
}
.mastrini-data{
    margin-bottom: 15px;
    padding: 12px;
    border-left: dotted 2px gray;
    border-bottom: dotted 2px gray;
    border-right: dotted 2px gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.totali{
    background-color: rgb(197, 215, 255, .45);
    border-radius: 4px;
    margin-top: 10px;
    border: solid 2px gray;

    margin-bottom: 20px;
    font-weight: bold;
    min-height: 40px;
    padding-top: 4px;
}

.totali-soc{
    border-radius: 4px;
    margin-top: 10px;
    border: solid 1px gray;

    margin-bottom: 20px;
    font-weight: bold;
    min-height: 40px;
    padding-top: 4px;
}
.col.secondary{
    font-weight: normal;
}
.box-companies{
    
   background-image: linear-gradient(to top , #8cc1dfa9  , rgb(228, 237, 255)); 
    box-shadow: 2px 2px 4px 2px rgb(202, 202, 202);
    border-radius: 6px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -14px;
    margin-right: -14px;
    padding-right: 14px;

    padding-left:14px ;
    padding-bottom: 10px;
}

.graph-unit{
    border-left: dotted 2px gray;
    border-bottom: dotted 2px gray;
    border-right: dotted 2px gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bars-call{
    margin-left: -6px;
    padding: 4px;
}
.bars-call:hover{
    background-color: rgb(177, 177, 177) ;
    opacity: 0.9;
}
.bars-call-comp{
    margin-left: -6px;
    padding: 4px;
}
.bars-call-comp:hover{
    background-color: rgb(177, 177, 177) ;
    opacity: 0.9;
}
.bar-element:hover{
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}
.bar-active{
    filter: drop-shadow( 3px 6px 2px rgba(1, 0, 0, .7));
}

.float-mastrino-cnt{
    position: absolute;
    background-color: rgb(182, 182, 182);
    opacity: 0.90;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px rgb(177, 177, 177);

}
.row.azi-title{
    /* background-color: lightgray; */
    /* background-image: linear-gradient(to right , rgb(200, 200, 200) , rgb(253, 253, 253)); */
    background-image: linear-gradient(to right , rgb(146, 173, 195) , rgb(253, 253, 253));
    
}
.azi-rotate{
    font-weight: 600;
    color: white;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 6px;
    margin-left: -2px;
}
.finanziamento{
    /* font-size: 12px;
    color: rgb(102, 102, 102); */
    padding-right: 0px;
    padding-bottom: 8px;
}
.disponibile{
  font-weight: bold;
}
.number.liqa.negative{
    font-weight: bold;
    background-color: #fafafaeb;
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 10px;
}
.header-date{
    border-left: solid 1px;
    border-top: solid 1px ;
    font-size: 14px;
}
.head-col{
    padding-right: 0px;
}
.header-date.last{
    border-right: solid 1px ;
}
.header-saldi{
    border-left: solid 1px;

}
.header-saldi.last{
    border-right: solid 1px ;
}
.header-saldi.first-comp{
    padding-top:10px
}
.col.first-comp{
    padding-top:10px
}
.cl-cnt-saldi{
    background-color: rgb(177, 237, 255, .6);
    padding-top: 4px;
    padding-bottom: 6px;

}
.cl-cnt-saldi.first{
    background-color: rgb(177, 237, 255, .6);
    padding-top: 4px;
    padding-bottom: 6px;

}
.cl-cnt-disponibile{
    background-color: rgb(220, 247, 255, .6);
    padding-top: 4px;
    padding-bottom: 6px;

}
.cl-cnt-disponibile.first{
    background-color: rgb(187, 255, 187,.6);
    padding-top: 4px;
    padding-bottom: 6px;

}
.col.d-evidence{
   border:dotted 1px lightgray;
   border-radius: 5px;
}
.grid-head-bal{
    border-bottom: dotted 1px rgb(28 28 28);
    
    font-style: italic;
    background-color: rgba(246, 246, 246, 0.95);

 }
 .datepicker{
    z-index: 9000 !important;;
 }
 .number.hd{
    white-space: nowrap;
    text-overflow: ellipsis; 
    overflow: hidden;
    max-width: 260px;
    font-size: 11px;

 }
