#redi-restaurant-startDate .ui-state-active 
{
	background: #f37021;
    border-radius:4px;
}

input, select{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom: 2px;
}

label, input {
    display: block;
}

input, textarea, h2 {
    margin-bottom: 20px;
}

h2 {

    display: inline-block;

}

#time_0 {

    display: block !important;

}

@media screen and (min-width: 551px) {

    .rowLeft,
    .rowRight {

        display: inline;

        width: 49%;

    }

}

@media screen and (max-width: 550px) {

    .rowLeft,
    .rowRight {

        display: block;

        width: 100%;

    }

    .rowRight {

        padding-bottom: 40px;

    }

    .rowRight .cancel-reservation {

        float: left;

        margin-top: 0px;

    }

}

/* ------- */

.redi-reservation-select {
    -moz-box-sizing: border-box;
    background-clip: padding-box;
    border: 1px solid #B7AEA6;
    border-radius: 0.236em;
    box-shadow: 0 0 0.236em 0 #E5E1DE;
    color: #6C6158;
    line-height: 1.618em;
    outline: medium none;
    padding: 0.4em;
    transition: all 0.2s ease-in-out 0s;
    margin-bottom: 10px;
}

.redi-reservation-alert {

    background-color: #FCF8E3;

    border: 1px solid #FBEED5;

    border-radius: 4px 4px 4px 4px;

    margin-bottom: 20px;

    padding: 8px 35px 8px 14px;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

}

strong {

    font-weight: bold;

}

.redi-reservation-alert-error {

    background-color: #F2DEDE;

    border-color: #EED3D7;

    color: #B94A48;

}

.redi-reservation-error h4 {

    color: #B94A48;

}

.redi-reservation-alert-info {

    background-color: #D9EDF7;

    border-color: #BCE8F1;

    color: #3A87AD;

}

.redi-reservation-alert-success {

    background-color: #DFF0D8;

    border-color: #D6E9C6;

    color: #468847;

}

.redi_required {

    color: #DD0000;

}

.ui-datepicker {
    z-index: 9999 !important;
    padding: 0 !important;
}

.ui-timepicker-div > dl > dt {

    font-weight: bold;

}

.ui-timepicker-div > dl > dd {

    margin: 0 0 20px;

}

#persons, #redi-restaurant-startDate, #redi-restaurant-startTime {

    width: 175px;

    margin-bottom: 20px;

}

#redi-restaurant-startHour, #redi-restaurant-startMinute {

    width: 83px;

}

.redi-restaurant-button-wrapper {

    margin-top: 12px;

    margin-bottom: 24px;

}

.redi-restaurant-button {

    font-weight: normal;

    margin-bottom: 15px !important;

}

.redi-restaurant-time-button {

    float: left;

    margin-left: 5px;

    width: 21%;

    /* min-width: 100px; */

    margin-top: 5px;

    padding-left: 2% !important;

    padding-right: 2% !important;

}

.redi-restaurant-time-button, .redi-restaurant-button {
    border-radius: 4px;
    background: #ed5b12 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
    cursor: pointer;

    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    display: inline;
    font-size: 1em;
    opacity: 0.7;
}

.redi-restaurant-time-button:hover, .redi-restaurant-button:hover {

    border: 1px solid #999999;

    background: #dadada;

    color: #212121;

}

.redi-restaurant-time-button[disabled="disabled"],
.redi-restaurant-button[disabled="disabled"],
input.disabled, button.disabled {

    opacity: 0.4 !important;

    filter: alpha(opacity=40) !important; /* For IE8 and earlier */

}

.redi-restaurant-time-button[select="select"], .redi-restaurant-button[select="select"] {

    font-weight: bold !important;

    /*background-color: #DFF0D8 !important;*/
    opacity: 0.9;
}

#step1button, #redi-restaurant-step3 {

}

.cancel-reservation {

    float: right;

}

.ui-tooltip {

    padding: 10px 20px;

    border-radius: 5px;

    width: 250px;

}

.ui-tooltip-content {

    border: none;

}

.redi-restaurant-time-button.normal {

    width: 15%;

}

.UserComments {
    width: 100%;
    max-width: 30em;
}

.buttons-wrapper {

    margin-bottom: 15px;

}

.redi-restaurant-cancelReason {

    width: 413px;

}

input#redi-restaurant-startDate.redi-invalid {
    border-color: #B94A48;
}

#ui-datepicker-div {
    border: 0 !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.ui-datepicker table {
    margin: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #000 !important;
    border: 0 !important;
}

.ui-widget-header {
    background: #f37021 none repeat scroll 0 0 !important;
    border: medium none !important;
}

#redi-restaurant-step3 {
    background: #f37021 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
    cursor: pointer;
    border-radius: 4px;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    font-size: 1em;
}

.ui-widget-content {
    color: #555 !important;
    margin-bottom: 10px !important;
}

.branchebutton {
    background-color: #f37021;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.bdrSubmit {
    font-family: "Open Sans Condensed", sans-serif;
    width: 100%;
}

.brancheImage {
    display: none;
    margin: 15px 0;
    width: 250px;
}

.btn {
    border-radius: 0;
}

.brancheBlock {
    text-align: center;
}

.branchebutton:hover {
    background-color: #462b18;
    color: #fff;
    text-decoration: none;
}

.branchebutton.active {
    background-color: #17a558;
    text-decoration: none;
}

.mobile-logo {
    text-align: center;
}

.pricelist {
    padding-bottom: 30px;
}

.loader {
    height: 16px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 70px;
    width: 16px;
}

@media (min-width: 992px) {
    .form-control {
        width: 60%;
    }

    .container h1 {
        color: #f37021;
        font-family: "Open Sans Condensed", sans-serif;
        text-align: left;
        text-transform: uppercase;
    }

    #finishedRow {
        width: 60%;
    }

    .bdrSubmit {
        width: auto;
    }

    .brancheImage {
        display: block;
    }
}

@media (max-width: 768px) {
    .cb-slideshow {
        display: none;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        display: none;
    }

    .footer {
        margin-top: 0;
        text-align: center;
    }

    .footer span {
        display: block;
        text-align: center;
    }

    .ui-datepicker {
        width: 100% !important;
    }

    .pricelist h3 {
        text-align: center;
    }

    .loader {
        top: 80px;
    }
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    border-radius: 0;
    font-family: "Open Sans Condensed", sans-serif;
    opacity: 1 !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    border-radius: 0;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: #f8f5f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
}

table.ui-datepicker-calendar thead {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 6px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    background: #f37021 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: normal;
    opacity: 0.7;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    background: #f37021 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
}

#redi-reservation {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1em;
}
.redi-reservation h1, .redi-reservation h2 {
    color: #462b18;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
#redi-restaurant-startDate  .ui-datepicker-inline .ui-datepicker-calendar tr td,
#redi-restaurant-startDate  .ui-datepicker-inline .ui-datepicker-calendar tr th{
    padding: 7px;
}

#total_number_of_guests{
    font-size: 20px;
    border-color: #f37021;
}

#step3 div label{
    display: contents;
}