﻿.availability {
  display: block;
  font-size: 0.9em;
  z-index: 10;
  font-weight: bold;
  right: 0;
  color: #72ac3b;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .availability {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 1024px) {
  .availability {
    font-size: 1.25em;
  }
}
.available-lightning {
  padding-right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/res/img/sn.sprite.png?sv=20181121) 0px -583px transparent no-repeat;
}
.booking-summary {
  padding: 20px 10px;
  margin-bottom: 10px;
  background-color: #f0f8ff;
}
.booking-summary.loading #loader {
  display: block;
  position: absolute;
  top: 15em;
  left: 50%;
  z-index: 100;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .booking-summary.loading #loader {
    position: fixed;
  }
}
@media only screen and (max-width: 479px) {
  .booking-summary.loading #loader {
    position: fixed;
  }
}
.booking-summary.loading::after {
  content: '';
  background: #ffffff;
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  z-index: 10;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .booking-summary.loading::after {
    position: fixed;
  }
}
@media only screen and (max-width: 479px) {
  .booking-summary.loading::after {
    position: fixed;
  }
}
.booking-summary #loader {
  display: none;
}
.booking-summary .summary-container {
  display: block;
  /*
        @media screen and (max-width: @bp-l) {
            display: none;
        }
        */
}
.booking-summary .availability {
  margin-top: 10px;
}
.booking-summary .available-rooms {
  margin-top: 15px;
  font-size: 15px;
  border-top: solid 1px #e1e1e1;
  padding-top: 10px;
}
.booking-summary .available-rooms .available-room {
  margin-bottom: 10px;
}
.booking-summary .available-rooms .available-room .cheapest-room-text {
  float: left;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
}
.booking-summary .available-rooms .available-room .cheapest-room-price {
  float: right;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}
.booking-summary .available-rooms .available-room .other-room-text {
  float: left;
}
.booking-summary .available-rooms .available-room .other-room-price {
  float: right;
  font-size: 16px;
  text-align: right;
}
.booking-summary .available-rooms .available-room .other-room-price:before {
  font-size: 12px;
  content: 'from ';
}
.booking-summary .available-rooms .available-room:after {
  clear: both;
  content: '';
  display: table;
}
.booking-summary .available-rooms .disclaimer {
  font-style: italic;
  font-size: 13px;
}
.booking-summary .totp {
  display: none;
}
.booking-summary .booking-line {
  padding-top: 10px;
  border-bottom: solid 1px #d7d8da;
  padding-bottom: 10px;
}
.booking-summary .booking-line-text {
  float: left;
}
.booking-summary .flexiquote-prompt {
  display: block;
  border-radius: 3px;
  line-height: 1.6em;
}
@media only screen and (min-width: 767px) {
  .booking-summary .flexiquote-prompt {
    display: block;
  }
}
.full-screen-book {
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*overflow-y: scroll;*/
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  width: 100%;
}
.full-screen-book .booking-summary {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
}
.full-screen-book .sticky-bookingsummary {
  position: absolute;
  top: 10px;
  max-width: 250px;
}
.full-screen-book .scrolling-room-list {
  margin-right: auto;
  margin-left: auto;
  overflow-y: scroll;
  max-height: calc(100vh - 210px);
  padding: 15px 15px 0 15px;
}
.full-screen-book .full-screen-book-container {
  background-color: #ffffff;
  border-radius: 0;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .full-screen-book .full-screen-book-container {
    margin: 10px auto 0 auto;
    border-radius: 3px;
  }
}
.full-screen-book .full-screen-book-container .paxselector-container {
  width: 50%;
}
.full-screen-book .full-screen-book-container .dates-title {
  font-size: 16px;
  font-weight: bold;
  color: #585858;
}
.full-screen-book .full-screen-book-container .footer {
  border-top: 1px solid #e1e1e1;
  background: #f2f2f2;
  padding-top: 10px;
}
.full-screen-book .title {
  border-bottom: solid 1px #e1e1e1;
  border-radius: 3px;
  position: sticky;
  top: 0px;
  background: white;
  z-index: 70;
  padding: 0 15px;
}
.full-screen-book .title h2 {
  float: left;
  margin-bottom: 0;
  margin-top: 17px;
}
.onpagebook .bookmulti {
  display: block;
}
.onpagebook i.ico-close {
  display: none;
}
.onpagebook .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: lightblue;
  z-index: 70;
}
.full-screen-raq-container .scrolling-room-list {
  margin-right: auto;
  margin-left: auto;
  overflow-y: scroll;
  border-bottom: solid 1px #e1e1e1;
  max-height: calc(100vh - 43px);
  padding: 20px 15px 20px 15px;
}
@media only screen and (min-width: 1024px) {
  .full-screen-raq-container .scrolling-room-list {
    padding: 20px 15px 0 15px;
    max-height: calc(100vh - 20px);
  }
}
.loader-container {
  position: fixed;
  content: '';
  background: #ffffff;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  z-index: 25;
}
.loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #43abef;
  border-right-color: #43abef;
  border-bottom-color: #43abef;
  -webkit-animation: spin 1s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .loader {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .loader {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
.loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #24597d;
  border-right-color: #24597d;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
.footer-room-selected {
  max-height: calc(100vh - 240px) !important;
}
@media only screen and (min-width: 480px) {
  .date-box {
    width: 100%;
  }
}
.date-box-container {
  float: left;
  width: 48% !important;
}
.date-box-container:first-child {
  margin-right: 10px;
}
@media only screen and (min-width: 480px) {
  .date-box-container {
    width: 47% !important;
  }
}
.date-box-container input {
  width: 100%;
}
.global-avail-filter {
  padding: 5px;
  background-color: white;
}
.global-avail-filter .dates-container {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .global-avail-filter .dates-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .global-avail-filter .dates-container {
    width: 35%;
    float: left;
    padding: 0;
  }
}
.global-avail-filter .global-pax-selectors {
  margin: auto;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .global-avail-filter .global-pax-selectors {
    margin-left: 30px;
    width: 60%;
    float: left;
    padding: 0px;
  }
}
.global-avail-filter .global-pax-selectors .global-pax-display {
  width: 250px;
  position: absolute;
  background: white;
  padding: 10px;
  margin-top: 38px;
  z-index: 5;
}
.global-avail-filter .global-pax-selectors .global-pax-display button {
  border-radius: 100%;
  border: 1px solid #3b9bef;
  width: 30px;
  height: 30px;
  font-size: large;
}
.global-avail-filter .global-pax-selectors .global-pax-display .global-filter-room {
  padding: 10px;
  border-bottom: 1px solid grey;
}
.global-avail-filter .global-pax-selectors .global-pax-display .global-filter-adults-kids {
  width: 100%;
  padding: 5px;
}
.global-avail-filter .global-pax-selectors .global-pax-display .global-filter-pax-label {
  width: 90px;
  padding: 5px;
}
.global-avail-filter .global-pax-selectors .global-filter-child-ages {
  display: flex;
  max-width: 225px;
  flex-wrap: wrap;
}
.global-avail-filter .global-pax-selectors .global-filter-child-ages select {
  width: 65px;
}
.global-avail-filter .global-pax-selectors .pax-filter-close {
  width: 100%;
  text-align: right;
}
.global-avail-filter .date-box-container {
  width: 45% !important;
}
.global-avail-filter .date-box-container:first-child {
  margin-right: 10px;
}
.global-avail-filter .roompax {
  width: auto;
}
.global-avail-filter .pax-container-summary {
  float: left;
  width: 100%;
  padding: 8px;
  background: white;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
.global-avail-filter .pax-container-summary:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  .global-avail-filter .pax-container-summary {
    width: 100%;
  }
}
.global-avail-filter .pax-container {
  float: left;
  width: 70%;
  padding-right: 5px;
}
.global-avail-filter .pax-container:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (min-width: 1024px) {
}
.global-avail-filter .checkavail {
  margin-left: 25px;
  height: auto;
}
.global-avail-filter .checkavail input {
  color: #43abef;
  border: 2px solid #43abef;
  border-radius: 5px;
  background-color: transparent;
  height: 37px;
}
.modalcontentcontainer .global-avail-filter.sticky {
  width: 97%;
}
@media only screen and (min-width: 767px) {
  .modalcontentcontainer .global-avail-filter.sticky {
    margin-left: initial;
    width: initial;
  }
}
.mobile-booking-card .modalhead {
  font-size: 1.5em;
}
@media only screen and (min-width: 767px) {
  .mobile-booking-card {
    display: none;
  }
}
.instantabook i {
  font-size: 20px;
  color: #ffb242;
}