.booking-form-modal {
    display: none;
    position: fixed;
    width: 353px;
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    padding: 35px;
    font-size: 10px;
    background: #fff;
    top: 10%;
    left: 43%;
    margin-top: -330px;
    margin-left: -165px;
    opacity: 0;
    z-index: 5;
}
.booking-form-modal li { list-style-type: none; }
.booking-form-modal h5 { margin: 20px 0px 10px 0px; color: #f44336; font-weight: 100; padding: 0px; }


.booking-form-modal .booking-form-alerttext {
    position: relative;
    display: block;
    color: rgba(0, 0, 0, 0.28);
    font-size: 10px; margin-left: 40px;
    padding:5px;
    padding-bottom:10px;
    margin-top: 6px;
}
.booking-form-modal .booking-form-alerticon { position: absolute; display: block; width: 45px; height: 45px; background-image: url(../../../../images/alert.png); background-repeat: no-repeat; background-position: 10px 10px; }
.booking-form-modal .booking-form-checkbox { position: relative; display: block; height:23px; margin-left:14px; margin-top: 10px; }
.booking-form-modal .booking-form-close { float: right; }

.booking-form-modal .booking-form-submit {
    color:#000;
    background-color: #efefef;
    width: 136px;
    height: 38px;
    padding: 4px;
    margin-left: calc(100% - 120px);
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    font: 12px sans-serif;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}

.booking-form-modal .booking-form-submit:hover {
    background-color: #f8f7f7;
}

.booking-form-modal input[type="checkbox"] {
    display: inline-block;
    width: 25px;
    float: left;
}

.checkbox_label {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 15px;
}


input.coolinput.datepicker{
    display: inline !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
}

.datepicker_place span.date_input_1, .datepicker_place span.date_input_2, .datepicker_place span.date_input_3{
    display: table-cell;
}

.datepicker_place span.date_input_1, .datepicker_place span.date_input_3{
    display: table-cell;
    width: 45%;
}

.datepicker_place span.date_input_2 {
    text-align: center;
}


#booking-form-overlay { z-index: 4; position: fixed; background-color: #000; opacity: 0.8; width: 100%; height: 100%; top: 0; left: 0; cursor: pointer; display: none; }
.booking-form-modal  button.Zebra_DatePicker_Icon_Inside_Right  {
    margin: 0 !important;
    top: -7px !important;
    right: -9px !important;
}

#booking-form-index h5{
    margin-top: -5px !important;
    margin-bottom: 15px;
    font-size: 26px;
}

.car_order_error_message {
    list-style: circle;
    margin-left: 15px;
    margin-bottom: 7px;
    color: #7b0000;
}
.car_order_error_message:before {
    content: "!";
    margin-right: 5px;
}


.booking-form-modal input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button { -moz-transition: background-color .25s ease-in-out; -webkit-transition: background-color .25s ease-in-out; -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out; -webkit-appearance: none; position: relative; display: inline-block; background: #0090c5; color: #fff; text-decoration: none;
    text-transform: uppercase; border-radius: 6px; font-weight: 600; outline: 0; border: 0; cursor: pointer; font-size: 1.35em; padding: 0.6em 1.5em; }

.booking-form-modal input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before { position: relative; margin-right: 0.5em; top: 0.05em; }

.booking-form-modal input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover { background: #10a0d5; }

.booking-form-modal input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active { background: #20b0e5; }

.booking-form-modal input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt { background: #f1f1f1; background: rgba(0, 0, 0, 0.05); color: #444; }

.booking-form-modal input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover { background: #e8e8e8; background: rgba(0, 0, 0, 0.085); }

.booking-form-modal input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active { background: #e4e4e4; background: rgba(0, 0, 0, 0.15); }

.booking-form-modal input[type="button"].big,
input[type="submit"].big,
input[type="reset"].big,
button.big,
.button.big { font-size: 1.90em; padding: 0.8em 0.9em; }

/* Forms */
.booking-form-modal .coolinput:-moz-placeholder       {color: #b4b4b4 !important; font-size: 1em;}
.booking-form-modal .coolinput:-ms-input-placeholder  {color: #b4b4b4 !important; font-size: 1em;}
.booking-form-modal .coolinput::-webkit-input-placeholder            {color: #b4b4b4 !important; font-size: 1em;}
.booking-form-modal .coolinput::-moz-placeholder                     {color: #b4b4b4 !important; font-size: 1em;}
.booking-form-modal .coolinput::-webkit-input-placeholder            {opacity: 1; transition: opacity 0.3s ease !important;}
.booking-form-modal .coolinput::-moz-placeholder                     {opacity: 1; transition: opacity 0.3s ease !important;}
.booking-form-modal .coolinput:-moz-placeholder                      {opacity: 1; transition: opacity 0.3s ease !important;}
.booking-form-modal .coolinput:-ms-input-placeholder                 {opacity: 1; transition: opacity 0.3s ease !important;}
.booking-form-modal .coolinput:focus::-webkit-input-placeholder      {opacity: 0; transition: opacity 0.3s ease !important;}
.booking-form-modal .coolinput:focus::-moz-placeholder               {opacity: 0; transition: opacity 0.3s ease !important;}
.booking-form-modal .coolinput:focus:-moz-placeholder                {opacity: 0; transition: opacity 0.3s ease !important;}
.booking-form-modal .coolinput:focus:-ms-input-placeholder           {opacity: 0; transition: opacity 0.3s ease !important;}

.booking-form-modal form input[type="text"],
.booking-form-modal input[type="email"],
.booking-form-modal input[type="date"],
.booking-form-modal input[type="password"],
.booking-form-modal select,
.booking-form-modal textarea {
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
    display: block;
    border-radius: 0;
    border: solid 1px #929292;
    margin-bottom: 0.7em;
    width: 100%;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

.mf-ok-text {
    margin: 10px 20px;
    color: #00830a;
}

.booking-form-modal form select:required:invalid { color: #b4b4b4; }
.booking-form-modal form select option {
    color: black;
}

.booking-form-modal form input[type="text"],
.booking-form-modal input[type="email"],
.booking-form-modal input[type="date"],
.booking-form-modal input[type="password"] {
    padding: 1em;
}

.booking-form-modal select {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 1em;
    padding: 0 1em;
    border: solid 1px #929292;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form-modal select:after {
    content:"▼";
    padding: 12px 8px;
    position: absolute; right: 10px; top: 0;
    z-index: 9;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

option.coolinput {
    color: #545454;
    background-color: #FFFFFF;
}

.booking-form-modal form input.coolinput.capcha[type="text"] {
    display: inline-block;
    float: right;
    width: 140px;
    height: 40px;
}

.booking-form-modal form select { }
.booking-form-modal form textarea { min-height: 6em; padding: 1em; }
.booking-form-modal form .formerize-placeholder { color: #555 !important; }
.booking-form-modal form ::-webkit-input-placeholder { color: #555 !important; }
.booking-form-modal form :-moz-placeholder { color: #555 !important; }
.booking-form-modal form ::-moz-placeholder { color: #555 !important; }
.booking-form-modal form :-ms-input-placeholder { color: #555 !important; }
.booking-form-modal form ::-moz-focus-inner { border: 0; }

.button-close { font-family: 'Arial Black'; font-size: 24px; font-weight: bold; color:#bdbdbd; cursor: pointer; }
.button-close:hover { color:#444444; }

.booking-form-modal .select-arrow { position: absolute; margin-left: 340px; margin-top: -33px; border: 7px solid transparent; border-top: 7px solid #bdbdbd; }


