/* ciao */
.section--content {
    position:inherit !important;
}

section.section--content-top-bar {
    position: relative !important;
}

.modal-content .modal-header {
    height: auto !important;
}

.modalFooterCenter {
    display: flow;
    text-align: center;
}


section.service-site-list>div.row:nth-child(even){
    background-color: #ffffff !important;
}
section.service-site-list>div.row:nth-child(odd){
    background-color: #f5f5f5 !important;
}

section.service-site-list>div.row.site-description-block{
    background-color: #ffffff !important;
}

div.modal-single-day {

}

div.modal-single-day>div.row:first-child {
    margin: 0 !important;
}
div.modal-single-day div.row .form-group {
    margin-top: 0 !important;
}

#cal-supplier-scroll{
    overflow-x: auto;
}
#cal-supplier-container {
    min-width: 410px;
}
#cal-supplier-container h2.fc-toolbar-title {
    display: none !important;
}
/* show fc-mobile-title only when < 424 */
#cal-mobile-title {
    display: block ;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
}

@media screen and (min-width: 650px) {
    #cal-mobile-title {
        display: none ;
    }
    #cal-supplier-container h2.fc-toolbar-title {
        display: block !important;
    }
}
