.calendario-table {
    border-collapse: collapse;
    width: 100%;
    /*table-layout: fixed;*/
    border-left: none;
    border-bottom: none;
}
.calendario-table th, .calendario-table td {
    border: 1px solid #fff;
    padding: 0px 12px;
    width: 40px;
    height: 57px;
    text-align: left;
    background: #f2f2f2;
}
.calendario-table th:last-child, .calendario-table td:last-child {
    border-bottom: none;
}
.calendario-table th.sticky-col, .calendario-table td.sticky-col {
    /*position: sticky;
    left: 0;*/
    background: #d8dfe5;
    color: #243d57 !important;
    /*z-index: 2;*/
    font-weight: 500;
    border-left: none;
    line-height: 16px;
}
.calendario-table th.sticky-col {
    z-index: 3;
    width:130px;
    
    text-align: left;
    background: #243d57;
    color: #8acde4 !important;
    border-left: none;
}
.calendario-table th {
    background: #d8dfe5;
    color: #243d57 !important;
    position: sticky;
    top: 0;
    z-index: 1;
    border-left: 1px solid #fff;
    font-weight: 500;
}
.calendario-scroll {
    overflow-x: auto;
    max-width: 100vw;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE e Edge */
}
.calendario-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.td-affitto {
    background: #dff5b6 !important;
    color: #243d56;
}