/* ######        complete BOOTSTRAP        ###### */
/**************************************************/
.form-group.required .control-label:after, .form-group .control-label.required:after { 
   content:"*";
   color:red;
}

/* ######   correct BOOTSTRAP-DATEPICKER   ###### */
/**************************************************/
.input-daterange {
    padding: 0;
}
.input-daterange-icon .input-group-addon {
    border-width: 1px 0 1px 1px;
    /*padding: 8px 12px;*/
}
.input-daterange-icon>div {
    display: block;
}

/* ######        RESERVATION FORM          ###### */
/**************************************************/
.price {
    font-size: 1.4em;
}
.reservation-demand-subhead {
    padding-top: 7px;
    padding-bottom: 4px;
}
.reservation-daterange .form-group {
    margin-bottom: 0;
}

.rooms-table-input {
    width: auto;
}

.required-col:after {
    content: "*";
    color: red;
}

/* ######          PERSONNAL               ###### */
/**************************************************/
.no-margin-bottom {
    margin-bottom: 0;
}