

.Style7 {
    color: #FF0000
}

.menu_deroulant {
    color: #0033FF;
    background-color: #CEF3FF;
}

.Style3 {
    color: #339900;
    font-weight: bold;
}

#horaire_disponible h4 {
    font-size: 20px !important;
    font-weight: 100;
    font-style: normal;
    border: 1px solid #ddd;
    padding: 5px 5px 5px 5px;
    background-color: white;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.ui-datepicker-header {
    height: 35px;
}

#horaire_disponible {
    margin-left: auto;
    margin-right: auto;
    width: 60em;
    background-color: #E1EAEF;
    padding-bottom: 4px;
    padding-top: 4px;
}

.ui-icon .ui-icon-circle-triangle-w {
    filter: invert(100%) !important;
}

.ui-state-default {
    background-image: none !important;
    text-align: center !important;
    line-height: 40px !important;
    height: 40px !important;
    margin: 2px 2px 2px 2px;
    font-size: 15px;
    font-style: bold;
}

.ui-state-active {
    background: #313131 !important;
    color: #e0e0e0 !important;
    filter: invert(0);
}

.ui-datepicker-unselectable, .ui-datepicker-week-end {
    opacity: 0.5;
    pointer-events: none;
}

.ui-datepicker-header, .ui-widget-header, .ui-helper-clearfix, .ui-corner-all {
    background-color: white !important;
    background-image: none !important;
}

.ui-datepicker-inline {
    background-size: cover;
    width: 98.5%;
    height: inherit;
    position: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

#timeList {
    border: 1px solid #ddd;
    background-color: white;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.col-md-2 {
    border: 1px solid black;
    width: 8em;
    height: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.col-md-2:hover {
    background-color: #A9A9A9;
}

.caption {
    text-align: center;
    line-height: 2em;
    cursor: grab;
}

#titre_timeList {
    text-align: left;
}

.ui-datepicker-month {
    width: 100px !important;
    font-style: bold !important;
}
