#wdreservation_wrap {
  /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
  /* firststep */
  /* firststep end */
  /* thirdstep */
  /* thirdstep end */
  /* forms */
  /* forms end */
  /* user notiffication */
  /* user notiffication end */
}
#wdreservation_wrap .ajax-spinner {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#wdreservation_wrap .ajax-spinner:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: inherit;
  border-color: transparent;
  background-image: url(../../admin/images/spinner2.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 25px;
  background-color: rgba(0, 0, 0, 0.4);
}
#wdreservation_wrap .wdreservation_form_header_warp {
  padding-bottom: 15px;
}
#wdreservation_wrap .wdreservation_form_body_warp {
  padding-bottom: 15px;
}
#wdreservation_wrap .wdreservation_step_nav_wrap {
  clear: both;
}
#wdreservation_wrap .wdreservation_step_nav_wrap_1,
#wdreservation_wrap .wdreservation_step_nav_wrap_2,
#wdreservation_wrap .wdreservation_step_nav_wrap_3,
#wdreservation_wrap .wdreservation_step_nav_wrap_4,
#wdreservation_wrap .wdreservation_step_nav_wrap_5,
#wdreservation_wrap .wdreservation_step_nav_wrap_6 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 14px;
}
#wdreservation_wrap .wdreservation_step_nav_wrap_1 {
  width: 100%;
}
#wdreservation_wrap .wdreservation_step_nav_wrap_2 {
  width: 50%;
}
#wdreservation_wrap .wdreservation_step_nav_wrap_3 {
  width: 33.32%;
}
#wdreservation_wrap .wdreservation_step_nav_wrap_4 {
  width: 25%;
}
#wdreservation_wrap .wdreservation_step_nav_wrap_5 {
  width: 20%;
}
#wdreservation_wrap .wdreservation_step_nav_wrap_6 {
  width: 16.66%;
}
#wdreservation_wrap .wdreservation_step_graphic {
  min-height: 10px;
  width: 100%;
  background-color: #ddd;
}
#wdreservation_wrap .current_step .wdreservation_step_graphic {
  background-color: #337ab7;
}
#wdreservation_wrap .previous_step .wdreservation_step_graphic {
  background-color: #5cb85c;
}
#wdreservation_wrap .wdreservation_slots_col {
  float: left;
  width: 25%;
}
#wdreservation_wrap .wdreservation_slots_col button {
  width: 100%;
}
#wdreservation_wrap .wdreservation_slots_col button.btn {
  border-radius: 0;
}
#wdreservation_wrap .wdreservation_slots_col button[data-date-slot-header] {
  background-color: #699bff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
}
#wdreservation_wrap .wdreservation_slots_col button[data-selected='1'] {
  background-color: #5cb85c;
}
#wdreservation_wrap .third-step-table-v2-wrap {
  overflow: inherit;
}
#wdreservation_wrap .table.third-step-table-v2 * {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
#wdreservation_wrap .table.third-step-table-v2 {
  table-layout: fixed;
}
@media all AND (max-width: 912px) {
  #wdreservation_wrap .third-step-table-v2-wrap {
    overflow-x: scroll;
    overflow-y: visible;
  }
  #wdreservation_wrap .table.third-step-table-v2 {
    table-layout: auto;
  }
}
#wdreservation_wrap table.table.third-step-table-v2 > thead > tr > th {
  padding: 0;
  border-left: none;
  background-color: #3e495f;
  color: #fff;
}
#wdreservation_wrap table.table.third-step-table-v2 > thead > tr > th > div {
  margin-left: -1px;
  border-left-width: 2px;
  border-left-style: solid;
  -webkit-border-image: -webkit-linear-gradient(bottom, #ddd 0%, rgba(0, 0, 0, 0) 35%) 1 100%;
  -moz-border-image: -moz-linear-gradient(bottom, #ddd 0%, rgba(0, 0, 0, 0) 35%) 1 100%;
  -o-border-image: -o-linear-gradient(bottom, #ddd 0%, rgba(0, 0, 0, 0) 35%) 1 100%;
  border-image: linear-gradient(to top, #ddd 0%, rgba(0, 0, 0, 0) 35%) 1 100%;
}
#wdreservation_wrap table.table.third-step-table-v2 > thead > tr > th:nth-child(2):not([data-step-index="0"]) > div {
  visibility: hidden;
}
#wdreservation_wrap table.third-step-table-v2 > tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #3e495f;
}
#wdreservation_wrap table.third-step-table-v2 > tbody > tr:last-child > td,
#wdreservation_wrap table.third-step-table-v2 > tbody > tr:last-child > td:first-child {
  background-color: rgba(62, 73, 95, 0.6);
  color: #fff;
}
#wdreservation_wrap table.third-step-table-v2 > tbody > tr > td:first-child {
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  background-color: #3e495f;
  text-align: center;
  border-left: none;
  padding: 0 10px;
}
#wdreservation_wrap table.third-step-table-v2 > tbody > tr > td:first-child,
#wdreservation_wrap table.third-step-table-v2 > thead > tr > th:first-child {
  width: 100px;
  min-width: 100px;
  max-width: 200px;
}
#wdreservation_wrap table.third-step-table-v2 > tbody > tr > td {
  padding: 0;
  border-left: 1px solid #ddd;
  vertical-align: middle;
  overflow: hidden;
}
#wdreservation_wrap table.third-step-table-v2 > tbody > tr > td:last-child {
  border-right: 1px solid #ddd;
}
#wdreservation_wrap table.third-step-table-v2 th > div > span.all-day {
  display: inline-block;
  margin-left: 0;
  width: 100%;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 600;
}
#wdreservation_wrap table.third-step-table-v2 th > div > span {
  display: inline-block;
  transform: translateX(-50%);
  width: auto;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 600;
}
#wdreservation_wrap table.third-step-table-v2 th > div > span.whole-day {
  transform: none;
  width: 100%;
}
#wdreservation_wrap table.third-step-table-v2 td {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
}
#wdreservation_wrap table.third-step-table-v2 td[colspan="2"] {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
#wdreservation_wrap table.third-step-table-v2 td[colspan="3"] {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
#wdreservation_wrap .third-step-slot-price {
  width: 100%;
  display: inline-block;
  font-weight: bold;
}
#wdreservation_wrap .third-step-legend {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 1px solid #ddd;
}
#wdreservation_wrap button.wdreservation_reservation_slot_v2_disabled,
#wdreservation_wrap button.wdreservation_reservation_slot_v2 {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background-color: inherit;
  filter: none;
  transition: 0.3s;
}
#wdreservation_wrap button.wdreservation_reservation_slot_v2[data-selected="1"] {
  border: 1px solid #808080;
  filter: brightness(95%);
}
#wdreservation_wrap button.wdreservation_reservation_slot_v2_disabled:hover,
#wdreservation_wrap button.wdreservation_reservation_slot_v2:hover {
  filter: brightness(90%);
}
#wdreservation_wrap button.wdreservation_reservation_slot_v2 i {
  display: none;
}
#wdreservation_wrap button.wdreservation_reservation_slot_v2:hover i.glyphicon-ok {
  display: inline-block;
}
#wdreservation_wrap button.wdreservation_reservation_slot_v2[data-selected='1'] i.glyphicon-ok {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}
#wdreservation_wrap button.wdreservation_reservation_slot_v2[data-selected='1']:hover i.glyphicon-ok {
  display: none;
}
#wdreservation_wrap button.wdreservation_reservation_slot_v2[data-selected='1']:hover i.glyphicon-remove {
  display: inline-block;
}
#wdreservation_wrap .third-step-state-0,
#wdreservation_wrap .third-step-table-v2 [data-status-code="0"] {
  color: #000;
  background-color: #fff;
}
#wdreservation_wrap .third-step-state-1,
#wdreservation_wrap .third-step-table-v2 [data-status-code="1"] {
  color: #000;
  background-color: #68c49f;
}
#wdreservation_wrap .third-step-state-2,
#wdreservation_wrap .third-step-table-v2 [data-status-code="2"] {
  color: #000;
  background-color: #de6868;
}
#wdreservation_wrap .third-step-state-3,
#wdreservation_wrap .third-step-table-v2 [data-status-code="3"] {
  color: #000;
  background-color: #fcfad1;
}
#wdreservation_wrap .third-step-state-4,
#wdreservation_wrap .third-step-table-v2 [data-status-code="4"] {
  color: #000;
  background-color: #9c27b0;
}
#wdreservation_wrap .third-step-state-5,
#wdreservation_wrap .third-step-table-v2 [data-status-code="5"] {
  color: #000;
  background-color: #aaaa;
}
#wdreservation_wrap .third-step-state-6,
#wdreservation_wrap .third-step-table-v2 [data-status-code="6"] {
  color: #000;
  background-color: #79d1ed;
}
#wdreservation_wrap .order-list-ul > li > span {
  font-weight: bold;
  text-transform: capitalize;
}
#wdreservation_wrap #wdreservation_customer_wrap .form-group,
#wdreservation_wrap #wdreservation_wrap,
#wdreservation_wrap #wdreservation_wrap .form-group {
  position: relative;
}
#wdreservation_wrap #wdreservation_customer_wrap .has-error .help-block,
#wdreservation_wrap #wdreservation_wrap .has-error .help-block {
  display: block;
  position: absolute;
  background-color: #a94442;
  color: #fff !important;
  padding: 5px 10px;
  z-index: 2;
  transition: opacity 0.1s ease-in-out;
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
}
#wdreservation_wrap #wdreservation_customer_wrap .has-error .help-block:before,
#wdreservation_wrap #wdreservation_wrap .has-error .help-block:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: -2px;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #a94442;
  transform: rotate(45deg);
}
#wdreservation_wrap #wdreservation_customer_wrap .has-error .help-block ul,
#wdreservation_wrap #wdreservation_wrap .has-error .help-block ul {
  margin: 0;
}
#wdreservation_wrap #wdreservation_customer_wrap .has-error input:focus + .help-block,
#wdreservation_wrap #wdreservation_customer_wrap .has-error select:focus + .help-block,
#wdreservation_wrap #wdreservation_customer_wrap .has-error:hover .help-block,
#wdreservation_wrap #wdreservation_wrap .has-error input:focus + .help-block,
#wdreservation_wrap #wdreservation_wrap .has-error select:focus + .help-block,
#wdreservation_wrap #wdreservation_wrap .has-error:hover .help-block {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  opacity: 1;
  visibility: visible;
}
#wdreservation_wrap #wdreservation_form_step textarea {
  resize: vertical;
}
#wdreservation_wrap #wdreservation_user_notification.user_notification_active {
  opacity: 1;
  pointer-events: initial;
}
#wdreservation_wrap #wdreservation_user_notification {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2.5% 20%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
}
#wdreservation_wrap .wdreservation_user_notification_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -moz-box-shadow: 10px 20px 100px 0px #CCC;
  -webkit-box-shadow: 10px 20px 100px 0px #CCC;
  box-shadow: 10px 20px 100px 0px #CCC;
}
#wdreservation_wrap .wdreservation_user_notification_wrap_text h4 {
  font-size: 2.5em;
  text-transform: uppercase;
}
