﻿.modal-book-container {
  background: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70;
}
@media only screen and (min-width: 1024px) {
  .modal-book-container {
    bottom: 2%;
    height: 96%;
    left: 17%;
    top: 2%;
    width: 65%;
  }
}
.modal-book-container .modal-book {
  background: #ffffff;
  padding: 15px;
}
.modal-book-container .modal-book .modal-book-header {
  border-bottom: solid 1px #f4f4f4;
  height: 45px;
}
.modal-book-container .modal-book .modal-book-header h2 {
  display: inline-block;
  text-overflow: ellipsis;
  width: 80%;
}
.modal-book-container .modal-book .modal-book-header a {
  height: 44px;
  padding-right: 15px;
  padding-top: 15px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 44px;
}
.modal-book-container .modal-book .modal-book-content {
  bottom: 94px;
  overflow-y: scroll;
  padding-top: 15px;
  padding-bottom: 50px;
  position: absolute;
  top: 60px;
  width: 100%;
  box-sizing: border-box;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  /*&.modal-book-rooms-selected {
                bottom: 180px;
            }*/
}
@media only screen and (min-width: 1024px) {
  .modal-book-container .modal-book .modal-book-content .modal-book-dates {
    width: 50%;
  }
}
.modal-book-container .modal-book .modal-book-footer {
  background: #f4f4f4;
  border-top: solid 1px #e1e1e1;
  bottom: 0;
  box-sizing: border-box;
  min-height: 94px;
  left: 0;
  padding-top: 15px;
  position: absolute;
  width: 100%;
  z-index: 20;
  /*&.modal-book-rooms-selected {
                height: 180px;
            }*/
}
.modal-book-container .modal-book .modal-book-footer .booking-summary-guests {
  float: right;
  width: 100%;
  text-align: right;
  padding: 0 15px 5px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #898989;
  margin-bottom: 10px;
  font-weight: bold;
}
.modal-book-container .modal-book .modal-book-footer .booking-line {
  display: table-row;
  height: 25px;
}
.modal-book-container .modal-book .modal-book-footer .booking-line .booking-line-text {
  display: table-cell;
  max-width: 140px;
  word-wrap: break-word;
}
.modal-book-container .modal-book .modal-book-footer .booking-line .booking-line-text.payment-amount {
  font-size: 18px;
}
@media only screen and (min-width: 360px) {
  .modal-book-container .modal-book .modal-book-footer .booking-line .booking-line-text {
    max-width: 100px;
  }
}
@media only screen and (min-width: 480px) {
  .modal-book-container .modal-book .modal-book-footer .booking-line .booking-line-text {
    max-width: 120px;
  }
}
.modal-book-container .modal-book .modal-book-footer .booking-line .booking-line-amount {
  display: table-cell;
  padding-left: 10px;
}
.modal-book-container .modal-book .modal-book-footer .booking-line .booking-line-amount .payment-amount {
  font-size: 18px;
  font-weight: bold;
}
.modal-book-container .modal-book .modal-book-footer .booking-line .booking-line-amount span.linethrough {
  font-weight: normal;
  font-size: 14px;
}
.modal-book-container .modal-book .modal-book-footer .booking-line .booking-line-amount span.special-price {
  color: #ff408b;
  padding-left: 6px;
}
.modal-book-container .modal-book .modal-book-footer .button {
  border-radius: 3px;
  padding: 15px 35px;
  font-weight: normal;
  font-size: 15px;
}
@media only screen and (min-width: 480px) {
  .modal-book-container .modal-book .modal-book-footer .button {
    padding: 15px 150px;
    font-weight: bold;
  }
}