/* ------------------------------------------------------------------------------------------------------------------ */
/* Hide Top Menu bar  for Submenu items,  if we do not use the left navigation  menu */
.wpbc_top_tabs_sub_menu {
  display: none;
}
/* Loader Spinner and Text for Main Container (including calendar) */
.wpbc_calendar_loading {
    width:95%;
    text-align: center;
    margin:2em 0;
    font-size: 1.2em;
    font-weight: 600;
}
.wpbc_calendar_loading .wpbc_icn_autorenew::before{
    font-size: 1.2em;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/*  ==  Page Sections Structure  ==     */
/* ------------------------------------------------------------------------------------------------------------------ */
.wpbc_ajx_page__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px 0 0;
}
  .wpbc_ajx_page__container .wpbc_ajx_page__section_left {
    flex: 0 1 200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 30px 10px 0;
  }
  .wpbc_ajx_page__container .wpbc_ajx_page__section_main {
    flex: 1 1 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px;
  }
  .wpbc_ajx_page__container .wpbc_ajx_page__section_right {
    flex: 0 0 280px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 10px 30px;
  }
  .wpbc_ajx_page__container .wpbc_ajx_page__section_footer{
    flex: 1 1 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px 0;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/*  ==  Ordering and Size on Mobile  ==     */
/* ------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 960px) {
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_left {
        flex: 1 1 100%;
        margin: 20px 0;
        order: 3
    }
}
@media (max-width: 782px) {
    .wpbc_ajx_page__container .wpbc_ajx_page__section {
        flex: 1 1 100%;
        margin: 0 0 20px 0;
    }
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_right {
        order: 1
    }
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_main {
        order: 2
    }
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_left {
        order: 3
    }
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_footer{
        order: 99;
    }
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* == Main Section Div == */
/* ------------------------------------------------------------------------------------------------------------------ */
.wpbc__container_place__footer_buttons,
.wpbc_page_main_section.wpbc_container_booking_form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  flex: 0 1 85%;

  margin: 0 auto;
  margin-top:-15px;

  font-size: 15px;
  line-height: 175%;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* == Footer Section Div == */
/* ------------------------------------------------------------------------------------------------------------------ */
.wpbc__container_place__footer_buttons{
    margin-top:10px;
}
.wpbc__container_place__footer_buttons .wpbc__form__div {
    width:100%;
}
/* Fix buttons position text*/
.wpbc_setup_wizard_page__section_footer .wpbc_container.wpbc_container_booking_form .wpbc_button_light,
.wpbc_setup_wizard_page__section_footer .wpbc_container .wpbc_button_light{
    padding: 0 1em;
    line-height: 2.21;
    align-items: first baseline;
}
/* Small  links at  the bottom  of the wizard */
.wpbc_exit_link_small {
    width:100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
.wpbc_exit_link_small a {
  font-size:14px;
  color:#888;
  text-decoration:underline;
}
.wpbc_exit_link_small a:active,
.wpbc_exit_link_small a:hover {
  color:#555;
  text-decoration:underline;
}
.wpbc_exit_link_small a.wpbc_button_danger {
  color: #c18e8e;
}
.wpbc_exit_link_small a.wpbc_button_danger:active,
.wpbc_exit_link_small a.wpbc_button_danger:hover {
  color:#e65d59;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Timeline Steps: */
/* ------------------------------------------------------------------------------------------------------------------ */
.wpbc__container_place__steps_for_timeline,
.wpbc_page_top__header_tabs .wpdvlp-top-tabs .nav-tab.wpbc__container_place__steps_for_timeline {
    flex: 1 1 400px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0 auto 35px;
    padding: 0;
    border: 0;
}
.wpbc_page_top__header_tabs .wpdvlp-top-tabs .nav-tab.wpbc__container_place__steps_for_timeline{
    display: none;
}
    /**   // This Code for showing  'Timeline Steps' in the TOP menu bar   **

         .wpbc__container_place__steps_for_timeline{
            display: none;
         }
        .wpbc_page_top__header_tabs .wpdvlp-top-tabs .nav-tab.wpbc__container_place__steps_for_timeline{
            display: flex;
            margin: 0 30px auto;
        }

        @media screen and (max-width: 600px) {
            .wpbc_page_top__header_tabs .wpdvlp-top-tabs .nav-tab.wpbc__container_place__steps_for_timeline {
                display: none;
            }
            .wpbc_setup_wizard_page_container .wpbc__container_place__steps_for_timeline {
                display: flex;
            }
        }
    */


.wpbc_steps_for_timeline_container{
    max-width: Min(400px,100%);
    margin: 3px 0 0;
    width: 100%;
    --wpbc_steps_for_timeline_step_color: #d6d6d6;
    --wpbc_steps_for_timeline_active_color: #64aa45;
    --wpbc_steps_for_timeline_failed_color: #e76a39;
}
.wpbc_steps_for_timeline {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step_line {
    background: var(--wpbc_steps_for_timeline_step_color);
    height: 2px;
    margin: 0 7px;
    width: 100%;
}

.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step_line.wpbc_steps_for_timeline_line_active {
  background:var(--wpbc_steps_for_timeline_active_color);
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step {
  border:none;
  background-color: var(--wpbc_steps_for_timeline_step_color);
  border-radius:50%;
  flex-shrink:0;
  height:16px;
  width:16px
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step .icon {
  display:none;
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_active,
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_completed {
  background-color:var(--wpbc_steps_for_timeline_active_color);
  position:relative
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_failed {
  background-color:var(--wpbc_steps_for_timeline_active_color);
  position:relative
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_completed .icon-success,
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_failed .icon-failed {
  color:#fff;
  display:block;
  position:absolute;
  left:3px;
  top:3px
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_failed .icon-failed {
  left:4px;
  top:2px
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Sections Content: */
/* ------------------------------------------------------------------------------------------------------------------ */

.wpbc_swp_section h1.wpbc_swp_section_header {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0px;
    width: 100%;
}

.wpbc_swp_section p.wpbc_swp_section_header_description {
    font-size: 12px;
    margin-top: 0;
}

.wpbc_swp_section__welcome h1.wpbc_swp_section_header {
    text-align: center;
    margin: 0 auto 10px;
}
div.wpbc_container.wpbc_form .wpbc_swp_section label {
    margin: 15px 0 8px;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* TODO: delete this */

.wpbc_widgets {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.wpbc_widgets .wpbc_widget {
  margin: 0 0 20px;
  width: 100%;
  flex: 1 1 100%;
}
.wpbc_widget .wpbc_widget_header {
  width: 100%;
  height: 44px;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: 600;
  text-shadow: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.wpbc_widget .wpbc_widget_header .wpbc_widget_header_text {
  flex: 1 1 auto;
  padding: 0 15px;
}
.wpbc_widget .wpbc_widget_header .wpbc_widget_header_settings_link {
  flex: 0 0 auto;
  margin-left: auto;
  border-left: 1px solid #ccc;
  padding: 5px 10px;
  color: #0e70b7;
}