/*** CUSTOM STYLE ***/
/********************/

/*** Couleur de fond de la page ***/
body {
    background-color: #eee;
}

/*** Couleur de fond du header ***/
#book-appointment-wizard #header {
    background: #086899;
    border-bottom: 4px solid #000;
}

/*** Logo ***/
#book-appointment-wizard #company-name img {
	height: 50px;
}

/*** Couleur des étapes du tunnel ***/
#book-appointment-wizard .active-step {
    border: 3px solid #000;
}

#book-appointment-wizard .active-step strong {
    color: #000;
}

#book-appointment-wizard .book-step {
    border: 3px solid #000;
}

/*** Couleurs des boutons ***/
.btn-primary {
    background-color: #086899;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #000;
}

/*** Couleurs du calendrier ***/

/* bordure du calendrier */
body .ui-widget.ui-widget-content {
    border: 1px solid #086899;
}

/* entête du calendrier */
body .ui-datepicker .ui-widget-header {
    background: #086899;
}
body .ui-datepicker th {
    background: #086899;
}

/* jour actif */
html body .ui-datepicker td a.ui-state-active {
    background: #086899 !important;
}
body .ui-datepicker td a.ui-state-highlight {
    background: #086899 !important;
}

/* liste des créneaux */
#book-appointment-wizard #available-hours .selected-hour {
    color: #086899;
}

/*** Divers ***/

/* Texte de confirmation */
.text-primary {
    color: #086899;
}