/* Styles definition here */

/* Définir le calendrier responsive / largeur 100 % */
#fbuilder .ui-datepicker-inline { max-width:none !important; }

/* marge haut et bas du calendrier */
.ui-datepicker-inline.ui-datepicker .slotsCalendar.slotsCalendarfieldname1_1 { padding: 40px 0px 20px 0px !important; }


/* change the calendar header row color */
#fbuilder .ui-datepicker-header { background:#CC9F95; color:#806863; text-shadow:none; padding:10px 0px;}

/* taille mois et année dans bandeau */
.ui-datepicker-title {
    text-align: center;
    font-size: 16px;
}



/* remove the calendar borders */
#fbuilder .ui-datepicker table, #fbuilder .ui-datepicker thead, #fbuilder .ui-datepicker tr, #fbuilder .ui-datepicker th, #fbuilder .ui-datepicker td {border: 0px;}
#fbuilder .ui-datepicker{box-shadow:none}

/* change the styles of the available slots - les créneaux horaires disponibles */
#fbuilder .slots{background:#fff;box-shadow:none}
#fbuilder .slots div{border:0px}
#fbuilder .slots div a{background:#806863;color:#fff;}