﻿.c-calendar {
  background: rgba(161, 143, 91, 0.2);
  padding-top: 60px !important;
  padding-bottom: 120px !important;
  /*
    * The following styles are auto-applied to elements with
    * transition="modal" when their visibility is toggled
    * by Vue.js.
    *
    * You can easily play with the modal transition by editing
    * these styles.
    */ }
  .c-calendar .calendar-intro {
    margin: 0 auto; }
  .c-calendar .continue-no-code {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer; }
  .c-calendar .table-wrapper {
    overflow-y: auto;
    overflow-x: hidden; }
  .c-calendar .table-wrapper th {
    font-size: 12px; }
  .c-calendar .calendar-navigation-btn {
    background: none;
    border: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 51px 10px;
    width: 51px;
    height: 10px;
    background-position: center center; }
  .c-calendar .calendar-navigation-btn.calendar-navigation-btn--next {
    background-image: url("/Assets/img/booking/month-calendar-next.svg"); }
  .c-calendar .calendar-navigation-btn.calendar-navigation-btn--prev {
    background-image: url("/Assets/img/booking/month-calendar-prev.svg"); }
  .c-calendar .calendar-disclaimer {
    background: white;
    text-align: left;
    font-size: 14px;
    width: 100%; }
  .c-calendar .warning-message {
    display: inline-block;
    margin-bottom: 0px !important;
    font-size: 18px;
    font-weight: 300;
    color: #4d4d4d;
    padding-left: 45px;
    background-image: url("/Assets/img/booking/warning-cross.svg");
    background-position: unset !important;
    background-size: 32px 32px;
    background-repeat: no-repeat; }
  .c-calendar .warning-message-sub {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #4d4d4d; }
  .c-calendar .calendar-modal-mask {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease; }
  .c-calendar .calendar-modal-wrapper {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle; }
  .c-calendar .calendar-modal-container {
    /*        width: 90%;*/
    max-width: 1260px;
    margin: 0px auto;
    background: tranparent;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%; }
  .c-calendar .calendar-modal-content {
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
  .c-calendar .calendar-modal-header .calendar-modal-header-content {
    text-align: left; }
  .c-calendar .calendar-modal-header.calendar-modal-header--warning {
    background: rgba(178, 83, 61, 0.15); }
  .c-calendar .calendar-modal-body {
    margin: 10px 0; }
  .c-calendar .calendar-modal-default-button {
    float: right; }
  .c-calendar .calendar-modal-footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    max-width: 795px;
    margin: 0 auto; }
  .c-calendar .calendar-modal-footer .btn {
    min-width: 100%; }
  .c-calendar .calendar-modal-container .calendar-control {
    max-width: 795px;
    margin: auto;
    text-align: left; }
  .c-calendar .calendar-modal-container .calendar-control th {
    text-transform: uppercase; }
  .c-calendar .calendar-modal-container .calendar-control td {
    padding: 0; }
  .c-calendar .calendar-modal-container .calendar-control .calendar-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 25px; }
  .c-calendar .calendar-modal-container .calendar-control .calendar-navigation .month-name {
    font-size: 21px; }
  .c-calendar .calendar-modal-container .calendar-day {
    display: flex;
    flex-direction: column;
    height: 75px;
    width: calc(100vw / 7);
    position: relative;
    background: #fff;
    padding: 10px 6px;
    justify-content: flex-end;
    font-family: Montserrat;
    cursor: pointer; }
  .c-calendar .calendar-modal-container .calendar-day--unavailable .from {
    display: none; }
  .c-calendar .calendar-modal-container .calendar-day--unavailable {
    background: #eee9e7;
    cursor: default; }
  .c-calendar .calendar-modal-container .stay {
    color: white;
    background: #a2905b; }
  .c-calendar .calendar-modal-container .checkout {
    position: relative;
    z-index: 1; }
  .c-calendar .calendar-modal-container .checkout:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    z-index: 2;
    width: 15px;
    background: rgba(162, 144, 91, 0.5); }
  .c-calendar .calendar-modal-container .calendar-day .day {
    position: absolute;
    top: 10px;
    left: 6px;
    font-size: 12px;
    font-weight: 300; }
  .c-calendar .calendar-modal-container .calendar-day .from {
    font-size: 12px;
    font-weight: 300; }
  .c-calendar .calendar-modal-container .calendar-day .price {
    font-size: 13px;
    font-weight: 600; }
  .c-calendar .calendar-modal-enter {
    opacity: 0; }
  .c-calendar .calendar-modal-leave-active {
    opacity: 0; }
  .c-calendar .calendar-modal-enter .calendar-modal-container,
  .c-calendar .calendar-modal-leave-active .calendar-modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  @media (min-width: 769px) {
    .c-calendar .calendar-modal-header .calendar-modal-header-content {
      text-align: center; }
    .c-calendar .calendar-modal-container .calendar-day {
      width: 109px;
      padding: 15px;
      height: 93px; }
    .c-calendar .calendar-modal-container .calendar-day .price {
      font-size: 16px;
      font-weight: 600; }
    .c-calendar .calendar-modal-container .calendar-day .day {
      position: absolute;
      top: 15px;
      left: 15px;
      font-size: 14px;
      font-weight: 300; }
    .c-calendar .calendar-modal-container .calendar-day .from {
      font-size: 12px;
      font-weight: 300; }
    .c-calendar .calendar-modal-container .calendar-day .price {
      font-size: 13px;
      font-weight: 600; }
    .c-calendar .calendar-modal-container .calendar-control td {
      padding: 2.5px; }
    .c-calendar .table-wrapper th {
      font-size: 16px; }
    .c-calendar .calendar-modal-container .calendar-day--unavailable .from {
      display: block; }
    .c-calendar .calendar-modal-container .calendar-control .calendar-navigation .month-name {
      font-size: 24px; }
    .c-calendar .warning-message {
      font-size: 21px; }
    .c-calendar .calendar-modal-footer {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      max-width: 795px;
      margin: 0 auto; }
    .c-calendar .calendar-modal-footer .btn {
      min-width: 230px; } }
  .c-calendar .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px; }
  .c-calendar .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 58px;
    height: 58px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite; }
  .c-calendar .lds-message {
    margin-top: 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #1a1a1a; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
