﻿#page-blocks-container .reservations-block {
  overflow: visible;
}
.reservations-block {
  overflow: hidden;
  padding-bottom: 15px;
  /* Do not add padding top here as it adds padding to the top of the 'New Reservation' modal in admin reservations */
}
.reservations-block h2 {
  margin-bottom: 20px;
  text-align: center;
}
.reservations-block .reservation-time {
  margin-right: 30px;
  width: 150px;
}
.reservations-block .reservation-number {
  width: 120px;
}
.reservations-block form > div {
  padding: 0;
}
.reservations-block .input-group {
  margin-bottom: 12px;
}
.reservations-block .input-group input {
  border-radius: 0;
  border-right: 0;
  width: 100%;
}
.reservations-block .input-group .input-group-addon {
  background-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #dfdfdf;
  border-right: 0;
  border-radius: 0;
  padding: 6px 3px 6px 12px;
}
.reservations-block .input-group .input-group-addon .fa {
  font-size: 17px;
}
.reservations-block .value {
  border-bottom: 1px solid #dfdfdf;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #dfdfdf;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 6px;
}
.reservations-block .fa-calendar {
  cursor: pointer;
}
.reservations-block .fa-chevron-down {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.reservations-block .button-container .input-group-addon {
  background-color: inherit;
}
.reservations-block .button-container .fa-chevron-down {
  position: static;
}
.reservations-block .styled-select select {
  padding: 12px 6px;
}
.reservations-block a.main-btn {
  padding: 11px 6px;
}
.reservations-block .guests-container .value {
  border-right: 1px solid #dfdfdf;
}
.reservations-block.col-xs-12 .guests-container .value {
  border-right: none;
}
.reservations-block.col-md-6 .date-container .value,
.reservations-block.col-md-6 .guests-container .value,
.reservations-block.col-sm-6 .date-container .value,
.reservations-block.col-sm-6 .guests-container .value,
.reservations-block.col-sm-4 .date-container .value,
.reservations-block.col-sm-4 .guests-container .value,
.reservations-block.col-xs-6 .date-container .value,
.reservations-block.col-xs-4 .date-container .value,
.reservations-block.col-xs-3 .date-container .value,
.reservations-block.col-xs-3 .time-container .value {
  border-right: 1px solid #dfdfdf;
}
@media (max-width: 991px) {
  .reservations-block .time-container .value {
    border-right: none;
  }
  .reservations-block.col-xs-3 .time-container .value,
  .reservations-block.col-xs-4 .time-container .value {
    border-right: 1px solid #dfdfdf;
  }
  .reservations-block.col-xs-12 .guests-container .value,
  .reservations-block.col-xs-9 .date-container .value,
  .reservations-block.col-xs-8 .date-container .value {
    border-right: 1px solid #dfdfdf;
  }
}
@media (max-width: 767px) {
  .reservations-block .time-container .value {
    border-right: 1px solid #dfdfdf;
  }
  .reservations-block.col-xs-12 .time-container .value {
    border-right: none;
  }
  .reservations-block.col-xs-12 .guests-container .value,
  .reservations-block.col-xs-12 .date-container .value,
  .reservations-block.col-xs-12 .guests-container .value,
  .reservations-block.col-xs-9 .date-container .value,
  .reservations-block.col-xs-8 .date-container .value {
    border-right: 1px solid #dfdfdf;
  }
  .reservations-block .available-times {
    clear: both;
    float: none;
  }
  .reservations-block .reservations-block .styled-select select {
    padding: 10px 6px;
  }
}
#reservations {
  margin-bottom: 30px;
}
#reservations h4 {
  margin-bottom: 0;
  margin-top: 5px;
}
#reservations h4.modal-title {
  margin-top: 0;
}
#reservations h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
#reservations form {
  margin: 0;
}
#reservations label.checkbox-label {
  display: inline;
}
#reservations .reservation-title b {
  color: #8d8d8d;
}
#reservations .styled-select select {
  padding: 4px 5px;
}
#reservations a.cancellation-terms {
  text-decoration: underline;
}
#reservations a.cancellation-terms:hover {
  text-decoration: none;
}
#reservations .modal-header .close {
  margin: 0;
  padding: 2px 5px;
}
#reservations .prepay-warning {
  margin-bottom: 10px;
}
#reservations .prepay-description {
  background-color: #eee;
  border: 1px solid #e0e0e0;
  box-shadow: 1px 2px 2px 1px #ececec;
  margin-bottom: 20px;
  padding: 15px;
}
#reservations .prepay-description h5 {
  margin: 5px 0 10px;
}
#reservations .prepay-products-container {
  overflow: hidden;
}
#reservations .prepay-product {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 1px 2px 2px 1px #ececec;
  margin-bottom: 10px;
  padding: 15px;
}
#reservations .prepay-product p {
  margin: 0;
}
#reservations .prepay-product .tp-style {
  margin-top: 5px;
}
#reservations .selected-prepay-products {
  font-size: 15px;
}
#selected-reservation {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -moz-box-shadow: 1px 2px 2px 1px #ececec;
  -webkit-box-shadow: 1px 2px 2px 1px #ececec;
  box-shadow: 1px 2px 2px 1px #ececec;
  margin-bottom: 10px;
  padding: 15px 15px 0;
}
#selected-reservation h4 {
  margin-top: 5px;
}
#selected-reservation .section {
  padding-bottom: 15px;
}
.select-btn-group {
  position: relative;
}
.select-btn-group a.main-btn {
  padding: 11px 20px;
  text-align: left;
}
.select-btn-group select {
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.select-btn-group .select-picker {
  border-left: 1px solid #fff;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.select-btn-group .select-picker .fa {
  color: #fff;
  padding: 15px 13px;
}
.available-times {
  background-color: #eee;
  float: left;
  margin-top: -12px;
  overflow: hidden;
  padding: 15px 10px 5px 10px !important;
  width: 100%;
}
.available-times .available-times-container {
  clear: both;
}
.available-times .available-time {
  background-color: #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin: 0 10px 10px 0;
}
.available-times .available-time > div {
  border: 2px solid #ddd;
  padding: 8px;
}
.available-times .available-time .isAvailable,
.available-times .available-time .different-day {
  background-color: #2980b9;
  border-color: #2980b9;
  color: #fff;
  cursor: pointer;
}
.available-times .available-time .isAvailable:hover,
.available-times .available-time .different-day:hover {
  background-color: #3498db;
  border-color: #3498db;
}
.available-times .available-time .different-day {
  background-color: #fff;
  border-color: #ddd;
  color: #000;
  cursor: pointer;
}
.available-times .available-time .different-day:hover {
  background-color: #efefef;
  border-color: #ddd;
}
.available-times .available-times-header {
  margin-bottom: 10px;
}
.available-times .error-message {
  margin-bottom: 10px;
  padding: 15px;
}
.available-times .loading {
  margin: 40px 0;
  text-align: center;
}
.available-times .loading img {
  display: inline-block;
}
.addToStandbyList-container {
  border-top: 1px solid #ccc;
  clear: both;
  padding-top: 10px;
}
.addToStandbyList-form {
  margin-top: 10px;
}
.addToStandbyList-form .fa-chevron-down {
  right: 10px;
  top: 10px;
}
.addToStandbyList-button {
  float: right;
  margin-bottom: 15px;
}
a.complete-reservation {
  margin: 15px 0 40px;
}
div.expiry-date-select .styled-select {
  border-right: 1px solid #ccc;
  clear: none;
  float: left;
  width: 50%;
}
div.expiry-date-select .styled-select select {
  padding: 7px 5px;
}
div.expiry-date-select .styled-select .fa {
  right: 6px;
}
div.expiry-date-select .value {
  border-left: 0;
  border-right: 0;
  font-size: 13px;
  padding: 7px 6px;
}
div.expiry-date-select .styled-select:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.payment-title {
  margin: 10px 0;
}
div.readonly-date {
  font-size: 18px;
  font-weight: bold;
  margin-top: 7px;
}
.confirm-btns .btn {
  margin-bottom: 15px;
}
.promotion-optin-container {
  overflow: visible;
}
.phone-number-container .styled-select {
  float: left;
  width: 40%;
}
.phone-number-container .styled-select select {
  padding: 7px 5px;
}
.phone-number-container .styled-select .value {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  font-size: 13px;
  height: 34px;
  overflow: hidden;
  padding: 7px 25px 7px 7px;
  white-space: nowrap;
}
.phone-number-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  float: left;
  width: 100%;
}
#reservations .phone-number-container input,
.addToStandbyList-container .phone-number-container input {
  width: 60%;
}
.special-request {
  clear: both;
  margin-bottom: 30px;
}
.reservations-requiredField {
  color: #E74C3C;
  font-size: 13px;
  font-weight: bold;
}