﻿.reservationsv2-block {
  margin-bottom: 50px;
}
.reservationsv2-breadcrumb {
  background-color: transparent;
  text-align: center;
}
.reservationsv2-breadcrumb li > a {
  text-decoration: underline;
}
.reservationsv2-breadcrumb .room-crumb::before {
  display: none;
}
.reservationsv2-breadcrumb .title-crumb {
  padding-right: 10px;
}
.reservationsv2-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.reservationsv2-roomContainer,
.reservationsv2-numberOfGuestsContainer {
  overflow: hidden;
  text-align: center;
}
.reservationsv2-roomContainer a,
.reservationsv2-numberOfGuestsContainer a {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  display: inline-block;
  font-size: 18px;
  margin: 0 4% 20px 0;
  padding: 10px;
  text-align: center;
  width: 45%;
}
.reservationsv2-roomContainer a:hover,
.reservationsv2-numberOfGuestsContainer a:hover,
.reservationsv2-roomContainer a:active,
.reservationsv2-numberOfGuestsContainer a:active,
.reservationsv2-roomContainer a:visited,
.reservationsv2-numberOfGuestsContainer a:visited,
.reservationsv2-roomContainer a:focus,
.reservationsv2-numberOfGuestsContainer a:focus,
.reservationsv2-roomContainer a.reservationsv2-selectedNumberOfGuests,
.reservationsv2-numberOfGuestsContainer a.reservationsv2-selectedNumberOfGuests {
  background-color: #eee;
  border-color: #888;
  text-decoration: none;
}
.reservationsv2-availableSittings {
  overflow: hidden;
}
.reservationsv2-availableSittings a {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  display: block;
  font-size: 18px;
  margin: 0 auto 20px;
  padding: 10px;
  text-align: center;
  width: 50%;
}
.reservationsv2-availableSittings a:hover,
.reservationsv2-availableSittings a:active,
.reservationsv2-availableSittings a:visited,
.reservationsv2-availableSittings a:focus,
.reservationsv2-availableSittings a.reservationsv2-selectedSitting {
  background-color: #eee;
  border-color: #888;
  text-decoration: none;
}
.reservationsv2-availableTimesContainer {
  overflow: hidden;
  text-align: center;
}
.reservationsv2-availableTimesContainer a,
.reservationsv2-availableTimesContainer span {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  margin: 0 5% 20px 0;
  padding: 10px 0;
  text-align: center;
  width: 20%;
}
.reservationsv2-availableTimesContainer a:hover,
.reservationsv2-availableTimesContainer a:active,
.reservationsv2-availableTimesContainer a:visited,
.reservationsv2-availableTimesContainer a:focus {
  background-color: #eee;
  text-decoration: none;
}
.reservationsv2-availableTimesContainer span {
  background-color: #ef8b80;
  border: 1px solid #ddd;
  color: #fff;
  cursor: not-allowed;
}
.reservationsv2-backToDate,
.reservationsv2-backToNumberOfGuests,
.reservationsv2-backToRoom {
  clear: both;
  display: block;
  margin: 30px 0;
  outline: none;
  text-align: center;
}
.reservationsv2-timeLoading {
  margin-top: 30px;
}
.reservationsv2-date .dw-cal-day-fg {
  padding: 10px;
}
.reservationsv2-date .dw-cal th {
  line-height: 50px;
}
.reservationsv2-date .la-ball-clip-rotate {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.reservationsv2-date .mbsc-tablepath .dw-cal .dw-sel .dw-i {
  background-color: #fff !important;
  color: #454545;
}
.reservationsv2-date .mbsc-tablepath .dwwr {
  background-color: #fff;
}
.reservationsv2-partiesOverMax {
  margin-top: 30px;
  text-align: center;
}
.reservationsv2-partiesOverMax a {
  text-decoration: underline;
}
.reservationsv2-noTimeAvailable a {
  text-decoration: underline;
}
.reservationsv2-calendarContainer {
  position: relative;
}
.reservationsv2-daysAvailabilityLoadingBackground {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.reservationsv2-availableTimesErrorMessage {
  font-weight: bold;
  text-align: center;
}
.reservationsv2-availableTimesErrorMessage a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .reservationsv2-availableTimesContainer a {
    width: 28%;
  }
}