div#ui-datepicker-div {

    background-color: #fff;

}
.noleggi-loader{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000000000000000;
}
.noleggi-loader p {
    color: #fff;
    font-size: 50px;
    margin-top: 200px;
    text-align: center;
}

.fc-title-wrap{
    cursor:pointer;
}

.fc-timelineTenDay-view .fc-time-area table > tbody > tr:nth-of-type(2) > th,
.fc-resourceTimelineWeek-view .fc-time-area table > tbody > tr:nth-of-type(2) > th,
.fc-resourceTimelineDay-view .fc-time-area table > tbody > tr > th
{

    display:none;

}

#calendar table {
    table-layout: fixed;
}

td.fc-widget-content.fc-major {
    border-right: 1px solid #7b7b7b !important;
}

/* tr[data-resource-id]:nth-of-type(odd) td{
    background-color: #fff !important;
}
tr[data-resource-id]:nth-of-type(even) td{
    background-color: #fbfbfb !important;
} */