﻿@charset "utf-8";
/* CSS Document */
/* ______________________________ */

/* common styles for different form objects */

/* underline with dots */
.underline {
    border-bottom: 1px dotted #6689b4;
    padding-left: 5px;
    white-space:nowrap;
}


/* back forward arrows on sides */
.f_arrow_next_temp {
    position: absolute;
    width: 9px;
    height: 16px;
    right: -32px;
    top: 21px;
    z-index: 20;
    background-image: url(../img/f_arrow_next.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.f_arrow_next_temp:hover {
    background-image: url(../img/f_arrow_next_hover.png);
}

.f_arrow_back_temp {
    position: absolute;
    width: 9px;
    height: 16px;
    left: -33px;
    top: 21px;
    z-index: 20;
    background-image: url(../img/f_arrow_back.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.f_arrow_back_temp:hover {
    background-image: url(../img/f_arrow_back_hover.png);
}

.f_arrow_next_temp2 {
    position: absolute;
    width: 9px;
    height: 16px;
    right: -32px;
    top: 75px;
    z-index: 20;
    background-image: url(../img/f_arrow_next.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.f_arrow_next_temp2:hover {
    background-image: url(../img/f_arrow_next_hover.png);
}

.f_arrow_back_temp2 {
    position: absolute;
    width: 9px;
    height: 16px;
    left: -33px;
    top: 75px;
    z-index: 20;
    background-image: url(../img/f_arrow_back.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.f_arrow_back_temp2:hover {
    background-image: url(../img/f_arrow_back_hover.png);
}

.f_H2 {
    text-align: left;
    font-family: 'PT Sans Narrow', verdana;
    color: #666666;
    font-size: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 18px;
}

/* close icon */
.f_close_icon {
    position: absolute;
    left: 430px;
    top: 12px;
    background-image: url(../img/f_cancel_form_hover.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 66px;
}

.f_close_icon_text {
    text-align: left;
    font-family: 'PT Sans Narrow', verdana;
    color: #666666;
    padding-bottom: 20px;
}

.f_close_icon:hover {
    color: #666666;
    background-image: url(../img/f_cancel_form.png);
}

/* ______________________________ */

/* form step1 1 */

/* form box */
#redi_f_box, #redi_f_box_cancel{
    background-color: #f3f3f3;
    border-radius: 10px;
    margin: 10px auto;
    height: auto;
    box-shadow: 3px 3px 3px 3px rgb(229, 229, 229);
    line-height: 15px;
    position: relative;
    padding-bottom: 20px;
    min-width: 290px;
    max-width: 460px;
}

#redi_f_box img {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 3px;
}

#f_tab_box table {
    border: 0;
}

/* row for form */
.f_step_box {
    margin: 0 auto;
    height: 50px;
    position: relative;
    z-index: 10;
}



/* header active step 1 */
.f_active_step1 {
    background-color: #ffffff;
    height: 65px;
    width: 100%;
    font-family: 'PT Sans Narrow', verdana;
    font-weight: 700;
    color: #6689b4;
    text-align: center;
    padding-bottom: 10px;
    top: -1px;
    border-top: 3px solid #6689b4;
    z-index: 10;
    float: left;
    display: block;
}

/* header, not active step 2 */
.f_non_active_step2 {
    height: 50px;
    width: 100%;
    font-family: 'PT Sans Narrow', verdana;
    color: #666666;
    text-align: center;
}

/* footer */
.f_tab_box {
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 3px 3px 3px 3px rgb(229, 229, 229);
    line-height: 15px;
    position: relative;
    border-top: 3px solid #6689b4;
    text-align: center;
}

/* number of people, title */
.f_subbox_title {
    background-color: #f3f3f3;
    margin: 0 auto;
    border-radius: 7px 7px 0 0;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    text-align: center;
    max-width: 400px;
}

.f_subbox_title table tr td {
    padding-left: 5px;
}

.redi-table-text-cell
{
    padding-top: 8px !important;
}


/* number of people */
.f_subbox_data {
    margin: 0 auto;
    border-radius: 0 0 7px 7px;
    border-color: #cccccc;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    position: relative;
    max-width: 400px;
}

/* default persons */
.f_person_data {
    font-family: 'PT Sans Narrow', verdana;
    padding: 5px 0 5px 0;
    vertical-align: top;
    text-align: center;
    line-height: 35px;
    border-collapse: separate;
    margin: 0;
    max-width: 400px;
}

/* default color of persons */
.f_person_data td {
    background-color: #f3f3f3;
    font-family: 'PT Sans Narrow', verdana;
    padding: 5px 0 5px 0;
    vertical-align: top;
    text-align: center;
    border: 0;
    line-height: 35px;
    font-size: 16px;
}

/* persons on hover */
.f_person_data td:hover {
    background-color: #6689b4 !important;
    color: #FFFFFF;
}

/* selected number of persons */
.f_person_data td.select {
    background-color: #71c18d !important;
    color: #FFFFFF;
}

/* unavailable number of persons */
.f_person_data td.close {
    background-color: #FFFFFF;
    color: #ececec;
}

/* select date box, date */

.f_subbox_data2 {
    margin: 0 auto;
    border-radius: 0 0 7px 7px;
    border-color: #cccccc;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    position: relative;
    max-width: 400px;
}

.f_subbox_data2 table {
    border: none;
}

/* calendar legend font */
.legend {
    font-family: 'PT Sans Narrow', verdana !important;
    font-size: 12px;
    line-height: 5px;
    text-align: left;
}


.validation_error {
    font-family: 'PT Sans Narrow', verdana;
    font-size: 12px;
    line-height: 5px;
    color: #fa9090;
    display: inline-block;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.f_calender_data {
    font-family: 'PT Sans Narrow', verdana !important;
    text-align: center;
    border-collapse: separate;
    border-spacing: 6px;
}

/* color of dates cells default */
.f_calender_data td {
    font-family: 'PT Sans Narrow', verdana !important;
    padding: 5px 0 5px 0;
    vertical-align: top;
    text-align: center;
    border-spacing: 6px;
    font-size: 16px;
}

/* active date on hover */


/* selected date */
.f_calender_data td.select {
    background-color: #71c18d !important;
    color: #FFFFFF;
}

/* days when closed or registered */
.f_calender_data td.close {
    background-color: #FFFFFF;
    color: #a9a9a9;
}

tr#dates_row td {
    padding-bottom: 4px;
    background-color: #420918;
}

/* date default */
.f_time_data {
    font-family: 'PT Sans Narrow', verdana;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
    text-align: center;
    line-height: 28px;
    border-collapse: separate;
    border-spacing: 6px;
    margin: 0;
    width: 100%;
}

.f_subbox_data table {
    border-collapse: separate;
    border-spacing: 6px;
}

/* color of cell of time default */
.f_time_data td {
    background-color: #420918;
    font-family: 'PT Sans Narrow', verdana;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
}

/* cells of time active on hover */
.redi-restaurant-time-button:hover {
    background-color: #6689b4 !important;
    color: #FFFFFF;
}

/* selected time */
.redi-restaurant-time-button.select {
    background-color: #71c18d !important;
    color: #FFFFFF;
}

/* unavailable time */
.redi-restaurant-time-button.close {
    background-color: #FFFFFF;
    color: #ececec;
}


/* entering date and time */
.f_text_time {
    font-family: 'PT Sans Narrow', verdana;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    width: 350px;
    margin: 0 auto;
    padding: 0;
}

/* select time field */
.f_subbox_data3 {
    margin: 0 auto;
    border-radius: 0 0 7px 7px;
    border-color: #cccccc;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    position: relative;
    max-width: 400px;
}

.f_subbox_data3 table {
    border: none;
}

/* select time field */
.f_btn {
    background-color: #420918;
    height: 30px;
    font-family: 'PT Sans Narrow', verdana;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    padding-top: 17px;
    font-weight: 700;
    box-sizing: initial;
    width: 40%;
    float: right;
    line-height: 13px;    
}

.f_btn:hover, .f_btn_step:hover {
    color: #a5e3ff;
}

/* end of step 1 */

/* ______________________________ */

/* styles for opening calendar */

/* calender box */
#f_calender_box {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    height: auto;
    width: 300px;
    box-shadow: 3px 3px 3px 3px rgb(229, 229, 229);
    line-height: 15px;
    position: relative;
	transition: 0.4s;
	animation: fadeVisibility 0.5s;
}
@keyframes fadeVisibility {
  0% {
    opacity: 0;
  }
 


  100% {
    opacity: 1;
    transform: opacity linear;
  }
}
/* closing icon */
.f_close_icon2 {
    position: absolute;
    width: 50px;
    left: 257px;
    top: 6px;
}

/* calendar buttons forward / back */
.f_arrow_back {
    position: absolute;
    width: 9px;
    height: 16px;
    left: 27px;
    top: 53px;
    background: url(../img/f_arrow_back.png) no-repeat bottom;
}

.f_arrow_back:hover {
    background-image: url(../img/f_arrow_back_hover.png);
}

.f_arrow_next {
    position: absolute;
    width: 9px;
    height: 16px;
    left: 263px;
    top: 53px;
    background: url(../img/f_arrow_next.png) no-repeat bottom;
}

.f_arrow_next:hover {
    background-image: url(../img/f_arrow_next_hover.png);
}

/* calendar title */
.f_H3 {
    text-align: left;
    font-family: 'PT Sans Narrow', verdana;
    color: #666666;
    padding-bottom: 0.4em;
    margin-left: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* month title */
.f_calender caption {
    font-family: 'PT Sans Narrow', verdana;
    font-weight: 700;
    color: #6689b4;
    text-align: center;
    padding-bottom: 10px;
}

/* days title */
.f_calender th {
    padding: 15px 12px 15px 12px;
    background-color: #FFFFFF;
    color: #6689b4;
    font-family: 'PT Sans Narrow', verdana;
}

/* weekends in calendar */
.f_calender td.weekendcal {
    font-family: 'PT Sans Narrow', verdana;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #fa9090;
}

/* calendar days default */
.f_calender td {
    background-color: #e5e5e5;
    font-family: 'PT Sans Narrow', verdana;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
    text-align: center;
}

/* days forward/back moth */
.f_calender td.previous, .f_calender td.next {
    background-color: #f3f3f3;
    color: #C6C6C6;
}

/* today date */
.f_calender td.today {
    background-color: #a9a9a9;
    color: #FFFFFF;
}

/* selected date */
.f_calender td.select {
    background-color: #71c18d;
    color: #FFFFFF;
}

/* closed dates */
.f_calender td.close {
    background: #FFFFFF url(../img/f_closed_date.png) no-repeat center;
}

/* closed dates fully reserved */
.f_calender td.full {
    background: #FFFFFF url(../img/f_reserve.png) no-repeat center;
}

/* calendar update */

.ui-datepicker{
	font-family: 'PT Sans Narrow', verdana !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ui-datepicker table tbody tr td{
	padding: 3px !important;
	overflow: hidden !important;
}

.ui-datepicker .ui-datepicker-header{
	font-family: 'PT Sans Narrow', verdana !important;
	background: #F3F3F3 !important;
	border-color: #cccccc !important;
	padding: 0 !important;
	height: 38px !important;
    border-spacing: 0px;

}

.ui-datepicker .ui-datepicker-title
{
    line-height: 2em;
}

.ui-datepicker-calendar  .ui-state-default:hover{
    background: #6689B4 !important;
	color: #fff !important;
	border:none !important;
	outline: none !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
	font-family: 'PT Sans Narrow', verdana !important;
	font-weight: 300 !important;
}

.ui-datepicker .ui-datepicker-calendar{
	font-family: 'PT Sans Narrow', verdana !important;
}

.ui-datepicker .ui-datepicker-calendar table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th
{
    border: none;
}

.ui-datepicker-calendar thead tr th span{
	font-weight: 300 !important;
	color: #222222 !important;
}
.ui-datepicker-calendar tbody tr .ui-state-disabled{
	color: rgb(142, 142, 142) !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: none;
}

.ui-datepicker table tbody tr:hover>td, table tbody tr:hover>th
{
    background-color: inherit;
}

.ui-datepicker table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th
{
    background-color: inherit;
}


/* end of calendar styles */

/* ______________________________ */

/* dropdown style */

/* dropdown div */
.f_select {
    width: 250px;
    margin: 0 auto;
    font-family: 'PT Sans Narrow', verdana;
}

div.selectBox {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
}

/* form choose */
span.selected {
    width: 150px;
    text-indent: 20px;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #ffffff;
    overflow: hidden;
}

/* dropdown with arrow */
span.selectArrow {
    width: 30px;
    border: 1px solid #6689b4;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #6689b4 url(../img/f_arrow_down_white.png) no-repeat center;
}

span.selectArrow:hover {
    background-image: url(../img/f_arrow_down_hover.png);
}

span.selectArrow, span.selected {
    position: relative;
    float: left;
    height: 30px;
    z-index: 1;
}



/* text of dropdown - categories */
span.selectOption_category {
    color: #6689b4;
    display: block;
    width: 80%;
    line-height: 20px;
    padding: 10px;
}

/* text of dropdown - disabled */
span.selectOption_fully {
    color: #cccccc;
    display: block;
    width: 80%;
    line-height: 20px;
    padding: 5px 10%;
}

/* dropdown fields on hover */
span.selectOption:hover {
    color: #ffffff;
    background: #6689b4;
}

/* ______________________________ */

/* form step 2 */
/* title inactive 1 */
.f_non_active_step1 {
    height: 50px;
    width: 50%;
    font-family: 'PT Sans Narrow', verdana;
    color: #666666;
    text-align: center;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.f_active_step2 {
    background-color: #ffffff;
    height: 65px;
    width: 100%;
    font-family: 'PT Sans Narrow', verdana;
    font-weight: 700;
    color: #6689b4;
    text-align: center;
    padding-bottom: 10px;
    top: -1px;
    border-top: 3px solid #6689b4;
    z-index: 10;
    float: left;
    display: block;
}

/* ______________________________ */

/* text fields 2 */
/* ______________________________ */

/* name */

/* div */



/* box */
.f_input_box {
    position: relative;
    width: 100%; /* Ensure it takes up the full width of its container */
}

div.f_input_box label
{
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}



/* end on name field */

/* icon for phone field */
span.selectArrow3 {
    width: 50px;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    background: #f3f3f3 url(../img/f_phone.png) no-repeat center;
}

span.selectArrow3:hover {
    background-image: url(../img/f_phone_hover.png);
}

.redi_icon_phone
{
    background: #f3f3f3 url(../img/f_phone.png) no-repeat center;
}

.redi_icon_phone:hover
{
    background-image: url(../img/f_phone_hover.png);
}

.redi_icon_email
{
    background: #f3f3f3 url(../img/f_mail.png) no-repeat center;
}

.redi_icon_email:hover
{
    background-image: url(../img/f_mail_hover.png);
}

.redi_icon_comments
{
    background: #f3f3f3 url(../img/f_comment.png) no-repeat center;
}

.redi_icon_comments:hover{
    background-image: url(../img/f_comment_hover.png);
}

span.selectArrow3 {
    float: left;
    height: 32px;
    left: 0;
    z-index: 10;
    top:-1px;
}

/* required fields (exampl. e-mail) - red borer over icon */
span.selectArrow4 {
    width: 50px;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    background: #f3f3f3 url(../img/f_mail.png) no-repeat center;
}

span.selectArrow4:hover {
    background-image: url(../img/f_mail_hover.png);
}

span.selectArrow4 {
    position: absolute;
    float: left;
    height: 32px;
    left: 0;
    z-index: 10;
    top:-1px;
}

/* comment field */
textarea {
    resize: none;
}

.textarea_field {
    width: 300px;
    font-family: 'PT Sans Narrow', verdana;
    font-size: 16px;
    padding-left: 55px !important;
    background: #ffffff;
    overflow: hidden;
    float: left;
    height: 149px;
    padding: 0;
    background: none repeat scroll 0 0 #ffffff;
    border-bottom-right-radius: 3px;
    border-image: none;
    border-top-right-radius: 3px;
    color: rgb(142, 142, 142);
    border: 1px solid #bbb;
}

.textarea_field:focus {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .8);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .8);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .8);
}

span.selectArrow5 {
    width: 50px;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    background: #f3f3f3;
    background-image: url(../img/f_comment.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    position: absolute;
    float: left;
    left: 0;
    z-index: 10;
}

span.selectArrow5:hover {
    background-image: url(../img/f_comment_hover.png);
}

/* custom field (exapl. coupon) */
span.selectArrow6 {
    width: 50px;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    background: #f3f3f3;
    background-image: url(../img/f_custom_field.png);
    background-repeat: no-repeat;
    background-position: center;
}

span.selectArrow6:hover {
    background-image: url(../img/f_custom_field_hover.png);
}

span.selectArrow6, span.selected2 {
    position: absolute;
    float: left;
    height: 32px;
    left: 0;
    z-index: 10;
}

/* checkbox field */
div.selectBox7 {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
    color: #888;
}

.selected2 {
    position: relative;
    float: left;
    height: 28px;
    z-index: 10;
    width: 300px;
    text-indent: 20px;
    border: 1px solid #ccc;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #ffffff;
    overflow: hidden;
}

span.selectArrow7 {
    width: 50px;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    background: #f3f3f3;
    background-image: url(../img/f_check.png);
    background-repeat: no-repeat;
    background-position: center;
}

span.selectArrow7:hover {
    background-image: url(../img/f_check_hover.png);
}

span.selectArrow7, span.selected2 {
    position: absolute;
    float: left;
    height: 32px;
    left: 0;
    z-index: 10;
}

/* error box field */
.f_error_box {
    text-align: left;
    margin: 0 auto;
    background-color: #F3F3F3;
    height: 50px;
    width: 410px;
    border: 1px solid #FA9999;
    font-family: 'PT Sans Narrow', verdana;
    font-size: 16px;
}

/* forward/back step 2 */
.f_btn_step {
    background-color: #6689b4;
    height: 30px;
    font-family: 'PT Sans Narrow', verdana;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    padding-top: 17px;
    margin-right: 0;
    font-weight: 700;
    line-height: 13px;
    box-sizing: initial;
}

.f_btn_step2:hover {
    color: #a5e3ff;
}

/* ______________________________ */
/* ______________________________ */

/* form step 3 */

/* box step 3 */
#f_tab_box_step3 {
    background-color: #ffffff;
    margin: 0 auto;
    height: 300px;
    width: 450px;
    box-shadow: 3px 3px 3px 3px rgb(229, 229, 229);
    line-height: 15px;
    position: relative;
    border-top: 3px solid #6689b4;
}

/* blue text 3 (Thank you) */
.f_final_title {
    font-family: 'PT Sans Narrow', verdana;
    font-size: 20px;
    font-weight: 700;
    color: #6689b4;
    text-align: center;
    padding-bottom: 10px;
}

/* text step 3 */
.f_final_text {
    font-family: 'PT Sans Narrow', verdana;
    font-size: 20px;
    font-weight: 100;
    line-height: 25px;
    color: #666666;
    text-align: center;
    padding: 10px;
}

.f_subbox_title table, .f_tab_box .f_person_data {
    border: none;
    margin: 0;
}

.redi-table-icon-cell
{
    width:36px; 
    text-align: center !important;
    padding-top: 6px !important;
}

.f_subbox_title table tr td {
    border: none;
    text-align: left;
}

.f_person_data table tr td, .f_text_time table tr td, .f_subbox_data2 div table tr td {
    border: none;
}

#redi_f_box table {
    border: none;
    margin: 0;
}

#redi_f_box td {
    border: none;
    padding: 0;
    vertical-align: top;
}

.redi-checkbox_field {
    line-height: 32px;
    color: rgb(142, 142, 142);
    font-size: 16px;
    font-family: "PT Sans Narrow", verdana;
    font-size: 16px;
    margin-left: 49px;
}




.redi-restaurant-time-button[disabled="disabled"],
.redi-restaurant-button[disabled="disabled"] {
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important; /* For IE8 and earlier */
}

#step2busy {
    line-height: 100%;
    padding: 5px;
}
#step2busy span{
    margin:1px;
    line-height: 1.3em;
}
#step2busy span img {
    width:20px;height:22px;
    vertical-align: middle;
}

.more_persons .selected {
    width: auto;
    border: none;
}

.more_persons .selectOptions {    
    text-align: right;
    top: 32px;
    left: -20px;
    z-index: 10;
    max-height: 300px;   
    overflow-y: auto;
    width: 50px;
}

div.selectOptions {
    position: absolute;
    top: 28px;
    left: 0;    
    border: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
    background: #ffffff;
    padding: 2px;     
    display: none;
    color: black;
}
/* dropdown text on default */
span.selectOption {
    font-family: 'PT Sans Narrow', verdana;
    display: block;
    line-height: 20px;
    padding: 1px;
}

.redi-booking-alert
{
    font-family: 'PT Sans Narrow', verdana;
}

.redi-booking-alert-payment
{
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 12px;
    margin: 6px;
    border-radius: 4px;
    position: relative;
    padding-left: 35px;
    font-family: 'PT Sans Narrow', verdana;
}

.redi-booking-alert-payment:before {
    content: "⚠";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.redi-booking-alert-error {
    color: #fa9090;
    text-align: center;
    font-size: .8em;
}

#step1errors {
    padding: 5px;
}

#step1load img {
    padding: 7px !important;
}

.img-error {
    border: none;
    padding: 0;
    box-shadow: none;
    float: left;
    width:20px; 
    height:22px; 
 }

#large_groups_message {
    padding: 5px;
    line-height: 1.3em;
}

.date img {
    padding: 0;
    display: inline;
}

#redi_f_box {
    color: rgb(142, 142, 142);
    cursor: default;
}

#redi_f_box img {
    padding: 0;
}

.f_subbox_title img {
    display: inline;
}

#next[disabled="disabled"] {
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important; /* For IE8 and earlier */
}

/* currect check icon */
.f_check_field {
    background-image: url("../img/f_check_field.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    left: 409px;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    width: 20px;
}

.f_check {
    background-image: url(../img/f_check_field.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 9px;
    height: 16px;
    top: 3px;
    z-index: 20;
    display: none;
    margin-left: 10px;
}

/* next step icon */
.f_arrow_next_step {
    position: relative;
    width: 9px;
    height: 16px;
    top: 3px;
    z-index: 20;
    display: inline-block;
    background-image: url(../img/f_arrow_next.png);
    margin-left: 10px;
}

/* Display text in step2 */
.f_text_selection_step2 {
    background-color: #f3f3f3;
    padding-top: 10px;
    max-width: 400px;
    margin: 0 auto;
    min-width: 290px;
}

.f_text_selection_step2 th, .f_text_selection_step2 td {
    font-family: 'PT Sans Narrow', verdana;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.f_text_selection_step2 table {
    text-align: left;
    margin-left: 35px;
}

/* error in input field */
.f_error_field {
    margin: 0 auto;
    height: 28px;
    width: 20px;
    position: absolute;
    background-image: url(../img/f_error.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    z-index: 30;
    right: 0;
}

#cancel-booking {
    left: -22px;
    top: -32px;
}

#redi-booking-div input[type="text"], #redi-booking-div textarea, #redi_f_box_cancel input[type="text"], #redi_f_box_cancel textarea, #redi-booking-div select
{
    box-shadow: none !important;
    color: #888 !important;
    border: 1px solid #bbb;
    left: 0;
    width: 100%;
    z-index: 0;
    font-size: 18px;
}

#ui-datepicker-div {
    z-index: 2147483647 !important;
}

#cancel-errors-div {
    margin: 5px 50px;
}

#cancel-errors {
    text-align: left;
    margin: 2px 25px;
}

.redi-restaurant-time-button {
    padding: 2px !important;
    font-size: 18px !important;
    cursor: pointer;
}

#step2 {
    min-width: 290px;
}

#redi-booking-buttons table tr td, #redi-booking-cancel-buttons table tr td {
    margin: 0;
    padding: 0;
}

#redi-booking-buttons table, #redi-booking-cancel-buttons table {
    width: 100%;
    text-align: center;
}

#buttons_first_step {
    height: 40px;
    max-width: 400px;
    margin: 0 auto;
}

#redi-booking-buttons, #redi-booking-cancel-buttons {
    height: 40px;
    max-width: 400px;
    margin: 0 auto;
}

#step2errors {
    margin: 15px;
}

#redi-booking-div .f_text_selection_step2 table tr, #redi-booking-div .f_text_selection_step2 table td{
    padding: 0.1em 1em;
}
.text_field.form_validation_error, #redi-booking-div select.form_validation_error {
    border-color: #fa9090;
    border-radius:3px;
}


.persons, .message_for_large_group{
    max-width: 33px;
}

.more_date_select, .more_persons
{
    width: 40px;
}

/* Please wait woocommerce fix */
.woocommerce .blockUI.blockOverlay {
position: relative!important;
display: none!important;
}

#redi-booking-div input::placeholder, #redi-booking-div textarea::placeholder {
    color: lightgrey;
}

#redi-booking-div .redi-checkbox{
    display: inline-block;
    margin-left: 49px;
}
#redi-booking-div .redi-checkbox label{
    margin: 0;
}

#redi-booking-div .redi-checkbox label:after{
    content: '';
    display: table;
    clear: both;
}

#redi-booking-div .redi-checkbox .cr {
    position: relative;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    border: 1px solid #ccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 32px;
    display: block;
    width: 37px;
    background-color: #f3f3f3;
}

#redi-booking-div .redi-checkbox .cr .cr-icon {
    position: absolute;
    font-size: 1.2em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

#redi-booking-div .redi-checkbox label input[type="checkbox"]{
    display: none;
}

#redi-booking-div .redi-checkbox label input[type="checkbox"] + .cr > .cr-icon{
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

#redi-booking-div .redi-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

#redi-booking-div .redi-checkbox label input[type="checkbox"]:disabled + .cr{
    opacity: .5;
}

#redi-booking-div .redi-checkbox_field label{
    position: relative;
}

.text_field 
{
	height: 32px !important;
} 

.required 
{
	top: 0px !important
}

@-moz-document url-prefix() 
{ 
	#redi-booking-div .redi-checkbox .cr 
	{
		top: unset !important;
	}
}

.redi-cancel-box
{
    margin: 10px auto;
    min-width: 290px;
    max-width: 460px;
	display: none !important;
}

.redi-radiobutton-label, .redi-radiobutton
{
    display: inline;
    float:left;
    vertical-align: middle;
    height: 32px;
    margin: 0px !important;
}

.redi-radiobutton-label
{
    padding-left: 5px;
    vertical-align: middle;
}

.redi-radio-span
{
    height: 100% !important;
}

#f_check_step1_cancel, #step2cancel, #f_check_step1, #f_check_step2, #f_arrow2, #large_groups_message, #step1load, #step2errors, #step2load, #time_selection_box, #date_selection_box, #step2, #incorrect_name, #incorrect_phone, #incorrect_email, #step3, #cancel-load, #redi_f_box_cancel, #cancel-errors-div, .custom_field_required, .redi-hidden
{
    display: none;
}

#cancel-load
{
    margin:15px;
}

#reservation-id
{
    white-space: nowrap; 
    font-weight: bold; 
    color: green;
}

#tab1cancel
{
    float:left; 
    width:50%;
}

#cancel-incorrect-id, #cancel-incorrect-email, #cancel-incorrect-reason
{
    width: 210px; 
    margin: 0 0 15px 120px; 
    text-align: left; 
    display:none;
}

.space-between-buttons
{
    width:10%;
}

.clear-both
{
    clear:both;
}

.f_step_box_left_column
{
    float:left; 
    width:50%;
}

.f_step_box_right_column
{
    float:right;
    width:50%;
}

.redi-table-full-width
{
    width:100%; 
    text-align:center;
}

.redi-icon
{
    width:22px;
    height:22px;
}

.redi-table-summary td
{
    color: rgba(102,137,180,1);
}

.redi-table-summary td:nth-child(2)
{
    font-weight: bold;
    width: 80%;
}

.redi-textarea-input
{
    height: 150px !important;
}

.textarea_field_1
{
    width: 348px !important;
    height: 146px !important;
    font-family: 'PT Sans Narrow', verdana;
}

.redi-radiobutton-padding
{
    padding-left: 55px;
}

.redi_booking_form_input
{
    padding-top: 15px;
    max-width: 400px;
    margin: 0 auto;
    min-width: 290px;
}

.ui-datepicker.ui-datepicker-inline {
    width: 100% !important;
    font-family: 'PT Sans Narrow', verdana;
  }

.ui-state-default
{
  height: 35px;
  font-family: 'PT Sans Narrow', verdana;
}

.ui-widget-content
{
    border: 0px;
}

.ui-datepicker-calendar .ui-state-active
{
    background: #71c18d;
    color: #FFFFFF;
}

.f_subbox_data2.calendar_on_click
{
    height: 85px;
}

.f_subbox_data2.calendar .ui-datepicker
{
    padding: 0;
}

.ui-datepicker td a, .ui-datepicker td span
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev
{
    height: 92%;
}

/* Form input styles */

.f_select2 label{
	display: inline;
	font-size: 18px;
	font-family: "PT Sans Narrow", verdana;
	text-transform: none;
	font-weight: normal;
	color: #888 !important;
}



.f_select2, .f_select2_text_area {
    width: 100%;
    margin: 0 auto;
    font-family: 'PT Sans Narrow', verdana;
    text-align: left;
    max-width: 400px;
    min-width: 290px;
    margin: 0 auto;
    height: 30px;
}

.f_select2_text_area
{
    height: 150px;
}

.f_select2_area-size
{
    height: 149px;
}

.f_input_box_1 {
    display: flex;           /* Align items in a row */
    height: 32px;            /* Set the height of the container */
}

.selectArrow2_1 {
    width: 50px;             /* Set the width of the span */
    height: 100%;            /* Make the span fill the height of the container */
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
}

.redi_icon_user
{
    background: #f3f3f3 url(../img/f_name.png) no-repeat center;    
}

.redi_icon_user:hover{
    background-image: url(../img/f_name_hover.png);
}

.redi_icon_pencil
{
    background: #f3f3f3 url(../img/f_custom_field.png) no-repeat center;
}

.redi_icon_pencil:hover
{
    background-image: url(../img/f_custom_field_hover.png);
}

.text_field_1 {
    flex: 1;                 /* Make the input take the remaining space */
    height: 100%;            /* Make the input fill the height of the container */
    border: 1px solid #ccc;  /* Optional: Add a border for visibility */
    box-sizing: border-box;  /* Ensure padding and border are included in the element's total width and height */
    height: 34px;
    font-family: "PT Sans Narrow", verdana;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 5px;
}

.text_field {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffffff;
    border-bottom-right-radius: 3px;
    border-image: none;
    border-top-right-radius: 3px;
    border: 1px solid #ccc;
    border-left: medium none -moz-use-text-color;
    color: rgb(142, 142, 142);
    float: left;
    font-family: "PT Sans Narrow", verdana;
    font-size: 16px;
    height: 31px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px; /* Add padding for better visual spacing */
    width: 100%; /* Full width of its parent */
    position: relative; /* Change to relative to stay within the .f_input_box */
}

/* highlight active text field */
.text_field:focus {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .8);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .8);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .8);
}

.required {
    border-top: 2px solid #fa9999 !important;
    top:-1px;
}

/* title to enter time */
.f_text_box {
    font-family: 'PT Sans Narrow', verdana;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    width: 350px;
    margin: 0 auto;
    padding: 0;
}


/* icon for name */
span.selectArrow2 {
    width: 50px;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    background: #f3f3f3 url(../img/f_name.png) no-repeat center;
}

/* icon name on hover */


span.selectArrow2 {
    float: left;
    height: 32px;
    left: 0;
    z-index: 10;
    top:-1px;
}

#redi-booking-div select
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffffff;
    border-bottom-right-radius: 3px;
    border-image: none;
    border-top-right-radius: 3px;
    border: 1px solid #ccc;
    border-left: medium none -moz-use-text-color;
    color: rgb(142, 142, 142);
    float: left;
    font-family: "PT Sans Narrow", verdana;
    font-size: 16px;
    height: 32px;
    overflow: hidden;
    padding-left: 55px !important;
    width: 69%;
}

#redi-booking-div select:focus {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .8);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .8);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .8);
}

div#redi_booking_form div#redi_f_book div.redi-cancel-box {
	display: none !important;
}
