/*
    Created on : 23-May-2016, 14:39:20
    Author     : ademir
*/
.highlighted-edge,
.calendar-header, .highlighted, .popover.cal {
  color: #fff;
}

.months-wrap, .availability-calendar .disabled-date:empty, .availability-calendar .start:empty::before, .availability-calendar .end:empty::before,
.small-cal .disabled-date:empty, .small-cal .start:empty::before, .small-cal .end:empty::before, .mob-validate, .non-selectable:not(.highlighted) {
  background-color: #fff;
}

.start, .end {
  background: none;
  padding: 0;
  height: 25px;
  z-index: 1;
  position: relative;
}
.start::before, .end::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  z-index: -300;
}

.home-calendar-table .month-title {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-calendar-table table tr td,
.home-calendar-table table tr th {
  text-align: center;
  width: 14%;
  table-layout: fixed;
  position: relative;
}

.home-calendar-table table tr td:not(.disabled-date) {
  cursor: pointer;
}

.home-calendar-table table tr td:not(.disabled-date):empty {
  cursor: default;
}

.calendar-header {
  background-color: #106FA9;
}

.highlighted-edge {
  background-color: #10a84a;
}

.months-wrap {
  z-index: 1000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 992px) {
  .months-wrap {
    min-width: 140.6%;
  }
}
@media screen and (min-width: 768px) {
  .home-calendar-table .month-title {
    background-color: #106fa9;
    color: #fff;
    margin-left: -5px;
    margin-right: -5px;
    font-weight: bold;
  }

  .months-wrap {
    top: 49px;
    border: 1px solid #dbdbdb;
  }

  .months-wrap,
  .calendar-header {
    left: 15px;
    right: 0;
    position: absolute;
    min-width: 572px;
  }

  .home-calendar-table table {
    width: 100%;
    border-collapse: separate;
  }

  .home-calendar-table {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-calendar-table table tr td,
  .home-calendar-table table tr th {
    height: 34px;
  }

  .home-calendar-table table tr th {
    border-bottom: 1px solid #dbdbdb;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .home-calendar-table table {
    width: 100%;
  }

  .calendar-header {
    min-height: 60px;
    height: 60px;
    line-height: 40px;
    font-size: 18px;
  }

  .mob-header-title {
    text-align: center;
  }
}
/*PROP START*/
.calendar-header {
  padding: 10px;
  z-index: 50;
}

.highlighted-start::after,
.highlighted-end::before {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.highlighted-start::after {
  border-left: 8px solid #10a84a;
  right: 0;
}

.highlighted-end::before {
  border-right: 8px solid #10a84a;
  left: 0;
}

.highlighted {
  background-color: #78dda1;
}

.calendar-done {
  padding-right: 5px;
}

.travel-dates {
  text-align: left;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
}

.availability-calendar .disabled-date, .small-cal .disabled-date {
  color: #333;
  background-color: #e5e5e5;
}

.availability-calendar .disabled-date:empty, .availability-calendar .start:empty::before, .availability-calendar .end:empty::before,
.small-cal .disabled-date:empty, .small-cal .start:empty::before, .small-cal .end:empty::before {
  border: none;
}

.clear-dates {
  margin-right: 0;
  cursor: pointer;
  font-family: Tahoma, Geneva, sans-serif;
  color: #106fa9;
}

.small-cal .clear-dates {
  margin-right: 5px;
}

.triangle-calendar {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #efefef;
  left: 5%;
  top: -10px;
}

.smooth-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.months-wrap .clear-dates {
  cursor: pointer;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0;
}

.month-title .flaticon-arrow-bold-left, .month-title .flaticon-arrow-bold-right {
  cursor: pointer;
  font-weight: bold;
}

.month-title .flaticon-arrow-bold-left.disabled {
  color: #aaa;
  cursor: default;
}

.month-title .flaticon-arrow-bold-left {
  padding-left: 10px;
  margin-right: -10px;
}

.month-title .flaticon-arrow-bold-right {
  padding-right: 10px;
  margin-left: -10px;
}

#start-react {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 14px;
}

#start-react .display-new-search {
  cursor: pointer;
}

.active-start:not(.highlighted-edge) {
  background-color: #78dda1 !important;
}

.active-start-dark:not(.highlighted-edge) {
  background-color: #afdfc8 !important;
}

.start::before {
  border-bottom: 34px solid transparent;
  border-left: 36px solid #e5e5e5;
}

.end::before {
  border-top: 34px solid transparent;
  border-right: 36px solid #e5e5e5;
}

.highlighted.hovered.end {
  background-color: #78dda1;
}

.prices-cal {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.prop-calendar-wrap td:not(.non-selectable):not(.disabled-date):not(.highlighted-edge):not(:empty)::after {
  content: '';
  position: absolute;
  left: 5%;
  height: 1em;
  border-bottom: 2px solid #10a84a;
  margin-top: 12px;
  right: 5%;
}

.cal-legend {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cal-legend li {
  display: inline-block;
  margin-right: 10px;
  width: 150px;
}

.sidebar-legend .cal-legend li {
  margin: 0 0 10px 0;
}

.cal-legend span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px -5px 0;
}

.cal-legend .l-unavailable {
  background-color: #e5e5e5;
  border: 1px solid #dbdbdb;
}

.cal-legend .l-booking {
  background-color: #78dda1;
  border: 1px solid #10a84a;
}

.cal-legend li:last-child {
  width: 200px;
}

.cal-legend .l-available {
  background-color: #10a841;
  height: 2px;
}

.sidebar-legend {
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
}

.sidebar-section {
  padding-top: 5px;
  border-top: 1px solid #dbdbdb;
  padding-left: 5px;
  float: left;
  width: 100%;
}

.popover.cal {
  padding: 3px 8px;
  background-color: #78a4c1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.popover.cal .arrow:after {
  border-top-color: #78a4c1;
}

@media screen and (min-width: 992px) {
  .calendar-header {
    min-width: 142.6%;
  }
}
@media screen and (min-width: 768px) {
  .calendar-header {
    top: 49px;
  }

  .highlighted-start::after,
  .highlighted-end::before {
    border-top: 17px solid #78dda1;
    border-bottom: 17px solid #78dda1;
  }

  .highlighted-start.only-selected::after,
  .highlighted-end.only-selected::before {
    border-top: 17px solid #fff;
    border-bottom: 17px solid #fff;
  }

  .small-cal .select-check-out {
    left: 33% !important;
  }
}
@media screen and (width: 768px) {
  .select-check-out {
    left: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .prop-calendar-wrap td:not(.non-selectable):not(.disabled-date):not(.highlighted-edge):not(:empty)::after {
    margin-top: 16px;
  }

  .home-calendar-table table tr td,
  .home-calendar-table table tr th {
    height: 48px;
  }

  .home-calendar-table .month-title {
    font-size: 20px;
    border-top: 1px solid #dbdbdb;
    background-color: #e5e5e5;
    margin-top: 2px;
  }

  .months-wrap {
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .calendar-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .highlighted-start::after,
  .highlighted-end::before {
    border-top: 24px solid #78dda1;
    border-bottom: 24px solid #78dda1;
  }

  .highlighted-start.only-selected::after,
  .highlighted-end.only-selected::before {
    border-top: 24px solid #fff;
    border-bottom: 24px solid #fff;
  }

  .check-in-mobile-holder {
    margin-left: 12px;
  }

  .small-cal .prop-calendar-wrap .months-wrap, .small-cal .prop-calendar-wrap .calendar-header {
    left: 0;
  }

  .main-cal .home-calendar-table .month-title {
    position: relative;
  }

  .js-cost-only {
    width: 100%;
    display: block;
  }
}
.prop-calendar-wrap.main-cal .home-calendar-table {
  min-height: 280px;
  position: relative;
}

.calendar-wrap.main-cal .months-wrap {
  position: static;
  padding: 0 26px;
  z-index: 995 !important;
}

.months-wrapper {
  width: 100%;
}

.calendar-wrap.main-cal .flaticon-arrow-bold-left, .calendar-wrap.main-cal .flaticon-arrow-bold-right {
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 50%;
  /*    top: calc(50% - 11px);*/
  transform: translateY(-50%);
}

.calendar-wrap.main-cal .flaticon-arrow-bold-left {
  left: 0;
}

.calendar-wrap.main-cal .flaticon-arrow-bold-right {
  right: 0;
}

.mob-validate {
  position: fixed;
  bottom: 0;
  z-index: 11111;
  right: 0;
  left: 0;
  text-align: center;
  padding: 20px 0;
  color: #DD322E;
  font-weight: bold;
}

.cal-placeholder {
  padding-bottom: 74%;
}

.booking-cost-mobile {
  font-size: 18px;
}

.mobile-dates-preview {
  display: none;
}

.display-block-imp {
  display: block !important;
}

.mobile-discounts:empty {
  display: none;
}

.left-nav:hover, .right-nav:hover {
  opacity: 1;
  cursor: pointer;
}

.left-nav, .right-nav {
  top: 46%;
  opacity: .3;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.prop-calendar-wrap {
  font-family: "Merriweather Sans", sans-serif;
}

.cal-inputs {
  width: 47.5%;
}

.sidebar-property-price + .p10 .date-selection-error:not(:empty) {
  margin-top: -4px;
  margin-bottom: 10px;
}

.cal-inputs, .guests select {
  cursor: pointer;
}

.min-h45 {
  min-height: 45px;
}

.modal-cost {
  text-align: left;
  line-height: 18px;
}

.non-selectable {
  cursor: default !important;
}

.non-selectable.active-start {
  background-color: #fff !important;
}

.non-selectable.highlighted.hovered {
  background-color: #78dda1 !important;
}

@media screen and (min-width: 768px) {
  .calendar-wrap.main-cal .months-wrap {
    border: none;
  }

  .prop-calendar-wrap.main-cal .home-calendar-table {
    width: 33.33%;
    height: 315px;
  }

  .main-cal .clear-dates {
    margin-right: 0;
    font-size: 16px;
    padding: 10px 26px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .calendar-wrap.main-cal .months-wrap {
    border: none;
  }

  .prop-calendar-wrap.main-cal .home-calendar-table {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px), screen and (min-width: 768px) and (max-width: 900px) {
  .prop-calendar-wrap.main-cal .home-calendar-table {
    width: 50%;
  }

  .cal-placeholder {
    padding-bottom: 86%;
  }
}
@media screen and (min-width: 1024px) {
  #availability-calendar-sidebar .home-calendar-table {
    width: 100%;
  }

  #availability-calendar-sidebar .prop-calendar-wrap .months-wrap, #availability-calendar-sidebar .prop-calendar-wrap .calendar-header {
    min-width: 250px !important;
  }

  #availability-calendar-sidebar .select-check-out {
    left: 62% !important;
  }
}
@media screen and (max-width: 767px) {
  .calendar-wrap.main-cal .months-wrap {
    padding: 0;
  }

  .booking-cost-mobile {
    font-size: 16px;
  }

  .js-mob-validate-modal .modal-dialog .months-wrap, .js-mob-validate-modal .modal-dialog .calendar-header {
    left: -15px;
    right: -15px;
    width: auto;
    top: -10px;
    padding: 10px 15px;
  }

  .js-mob-validate-modal .modal-dialog .months-wrap {
    top: 50px;
    padding: 0 5px 0 5px;
  }

  .book-modal-mob .months-wrap, .js-mobile-contact .months-wrap {
    min-height: 800px;
  }

  .guests .children {
    width: 35%;
  }
}

/*# sourceMappingURL=property_calendar_react.css.map */
