/**
 * @package        CHEngine
 * @copyright      Copyright (C) CloudHotelier. All rights reserved.
 * @author         CloudHotelier Developers <dev@cloudhotelier.com>
 */
.engine-text-primary {
  color: #23B4ED;
}
.engine-text-primary-important {
  color: #23B4ED !important;
}
.engine-text-red {
  color: #ff0202;
}
.engine-text-green {
  color: #0ab21b;
}
.engine-text-orange {
  color: #f07c00;
}
.engine-text-red-dark {
  color: #e21111;
}
.engine-bg-red {
  background-color: #ff0202;
}
.engine-bg-green {
  background-color: #0ab21b;
}
.engine-bg-orange {
  background-color: #f07c00;
}
.engine-bg-red-dark {
  background-color: #e21111;
}
.engine-bg-muted {
  background-color: #e5e5e5;
}
.engine-text-numeric {
  font-variant-numeric: tabular-nums;
}
.engine-logo {
  margin: 5px auto 20px;
}
.engine-label {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  background: #23B4ED;
  line-height: 1.5;
  font-size: 0.875rem;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
}
.engine-label-muted {
  color: #757575;
  background: #f8f8f8;
}
.engine-label-red {
  background-color: #e21111;
}
.engine-label-green {
  background-color: #0ab21b;
}
.engine-label-green {
  background-color: #f07c00;
}
.search-input > .uk-form-label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  color: #555;
}
.search-room h4 {
  margin: 0;
}
.search-room h4 a {
  font-size: 0.875rem;
}
.search-room-inline {
  display: inline-block;
  margin-top: 7px;
}
.search-button {
  letter-spacing: 2px;
}
.search-hotel {
  width: 270px;
}
.search-dates {
  width: 270px;
}
.search-occupancy {
  width: 270px;
}
.search-promo {
  width: 150px;
}
.search-submit {
  width: 180px;
}
.promo-start {
  width: 200px;
  cursor: pointer;
}
input[type='number'].search-number-center::-webkit-inner-spin-button,
input[type='number'].search-number-center::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'].upgrade-add_extra-number::-webkit-inner-spin-button,
input[type='number'].upgrade-add_extra-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 640px) {
  .search-hotel,
  .search-dates,
  .search-occupancy,
  .search-promo {
    width: 640px;
  }
  .search-submit {
    width: 100%;
  }
  .search-submit-label {
    display: none !important;
  }
}
.search-dates,
.search-occupancy,
.search-hotel {
  cursor: pointer;
}
.engine-top.search-dark {
  background: #1f1f1f;
}
.search-dropdown-hotel,
.search-dropdown-dates,
.search-dropdown-occupancy {
  width: 300px;
}
.search-dropdown-hotel {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-dropdown-dates {
  padding: 0;
}
.search-dropdown-dates .datepicker-inline .datepicker {
  border: 0;
}
.search-dropdown-wrapper {
  max-height: 350px;
  margin: 0 -25px;
  padding: 0 25px;
}
.search-dropdown-footer {
  margin-left: -25px;
  margin-right: -25px;
}
.search-dropdown-footer > div {
  padding: 0 15px;
}
.search-dropdown-hotel .uk-dropdown-nav,
.search-dropdown-hotel .uk-dropdown-nav .uk-nav-header {
  font-size: 1rem;
}
.search-dropdown-occupancy .uk-legend {
  font-size: 1.25rem;
}
.search-dropdown-occupancy .uk-legend a {
  font-size: 0.875rem;
}
.engine-block-main {
  padding: 30px 0 60px;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
}
.engine-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.225);
  top: 0;
  left: 0;
  z-index: 99999;
}
.engine-sidebar {
  width: 360px;
}
/* hotel */
.engine-sidebar-book {
  width: 360px;
}
.engine-option-body {
  padding: 20px 10px !important;
  margin-right: 15px;
}
@media (max-width: 959px) {
  .engine-option-body {
    padding: 10px 20px !important;
  }
  .hotel-option {
    margin-bottom: 5px;
  }
}
.hotel-room-price-col {
  width: 168px;
}
.hotel-room-price {
  padding: 15px 0;
  line-height: 1em;
  border: 1px solid #e5e5e5;
}
.hotel-options-group {
  margin-bottom: 22px;
}
.hotel-options-group:last-child {
  margin-bottom: 10px;
}
.hotel-room-options-header {
  margin: 0 0 8px 0;
  background: #f8f8f8;
  padding: 6px 10px;
}
.engine-policy-title {
  display: inline-block;
  padding: 0;
  line-height: 25px;
}
.engine-policy-title-link {
  transition: color 0.3s ease;
}
.engine-policy-title-link:hover {
  text-decoration: none;
}
.engine-policy-promo {
  display: inline-block;
  padding: 0 5px;
  background: #23B4ED;
  color: #fff;
  font-size: 80%;
  line-height: 20px;
  border-radius: 3px;
  margin-left: 5px;
}
.engine-policy-promo:hover {
  color: #fff;
  text-decoration: none;
  background: #4fc3f1;
}
.engine-promo-drop.uk-drop {
  z-index: 1000;
}
.hotel-room-options {
  padding: 0 10px;
}
.hotel-room-options label {
  display: inline-block;
  margin-bottom: 3px;
}
.hotel-room > div {
  transition: all 0.3s;
}
.hotel-room.selected > div {
  box-shadow: 0 0 10px rgba(35, 180, 237, 0.3);
}
.hotel-room-reserve {
  display: none;
}
.hotel-room-select {
  display: inline-block;
}
.hotel-room.selected .hotel-room-reserve {
  display: inline-block;
}
.hotel-room.selected .hotel-room-select {
  display: none;
}
.hotel-room p {
  margin: 5px 0;
}
.hotel-room-photo-width {
  width: 230px;
}
.hotel-selected-info small {
  display: inline-block;
  line-height: 1.4em;
}
.hotel-room-footer {
  padding: 20px 30px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 959px) {
  .hotel-room-footer {
    padding: 15px;
  }
}
.hotel-room .hotel-options,
.hotel-room .hotel-buttons {
  display: block;
}
.hotel-room .hotel-room-warning {
  display: none;
  background: #ebf7fd;
  color: #2d7091;
}
.hotel-room.all_rooms_selected .hotel-options,
.hotel-room.all_rooms_selected .hotel-room-footer {
  display: none;
}
.hotel-room.all_rooms_selected .hotel-room-warning {
  display: block;
}
/* hotels */
.hotels-hotels {
  margin: 30px 0;
}
.hotels-hotel {
  margin: 30px 0;
}
.hotels-hotel .uk-card-badge {
  left: 30px;
  right: auto;
  padding: 5px 10px;
}
.hotels-hotel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 20px 40px;
  border-top: 1px solid #e5e5e5;
}
.hotels-hotel-footer a {
  min-width: 50%;
}
.hotels-hotel-price {
  font-size: 120%;
}
.hotels-hotel-text {
  max-height: 112px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.hotels-hotel-text p {
  margin: 0 0 5px 0;
}
.hotels-stars {
  color: #757575;
}
.hotels-facilities {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .hotels-hotel-footer {
    position: relative;
    bottom: auto;
    padding: 20px 20px 20px 30px;
  }
  .hotels-hotel-text {
    display: none;
  }
  .hotels-hotel-price {
    font-size: 110%;
  }
}
@media (max-width: 959px) {
  .hotels-hotel-footer {
    padding: 20px;
  }
  .hotels-hotel-title {
    margin: 0 0 5px 0 !important;
  }
  .hotels-hotel-price {
    font-size: 100%;
  }
}
@media (max-width: 640px) {
  .hotels-hotel-text {
    display: block;
    font-size: 90%;
  }
}
/* upgrade */
.engine-extra-tip-selected,
.engine-remove-extra {
  display: none;
}
.engine-extra-selected .engine-extra-tip-selected,
.engine-extra-selected .engine-remove-extra {
  display: inline-block;
}
.engine-extra-selected .engine-extra-tip-select {
  display: none;
}
/* book */
.engine-step-book .engine-sidebar-remove-extra {
  display: none;
}
.book-form {
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 640px) {
  .book-form {
    margin-right: 0;
    margin-left: 0;
  }
}
.book-form .uk-legend {
  font-size: 18px;
  line-height: 2;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.book-form .uk-form-label {
  /* font-size: 1rem; */
}
.engine-price-text p {
  margin: 0 0 5px 0;
}
#book-conditions .conditions-header {
  padding: 5px 10px;
  background: #f8f8f8;
  border-radius: 2px;
}
/* icons */
.uk-form-icon.fa {
  line-height: 40px;
  width: 40px;
  text-align: center;
}
/* text */
.engine-text-line {
  text-decoration: line-through;
}
.engine-text-300 {
  font-weight: 300;
}
.engine-cursor-default {
  cursor: default;
}
.engine-hide-discount .engine-discount {
  display: none !important;
}
.engine-hide-availability .engine-availability {
  display: none;
}
.engine-multi .engine-display-single,
.engine-single .engine-display-multi {
  display: none;
}
.availability-container {
  min-height: 300px;
  position: relative;
}
.engine-availability-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.225);
  top: 0;
  left: 0;
  z-index: 99999;
}
/* modals */
.engine-modal {
  width: 900px;
  max-width: 100%;
}
.engine-modal-small {
  width: 640px;
  max-width: 100%;
}
.engine-modal .uk-subnav {
  margin-top: 5px;
  margin-bottom: 0px;
}
.engine-modal-content-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 slideshow default*/
}
.engine-modal-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
/* map */
.engine-map-modal {
  height: 100%;
}
.engine-map-modal-body {
  width: 100%;
  height: 100%;
}
.engine-map-infowindow {
  width: 280px;
}
.engine-map-info {
  padding: 0 10px;
}
.engine-map-info p,
.engine-map-info h3 {
  font-size: 14px;
  margin: 10px 0;
}
.engine-map-info h3 {
  font-size: 16px;
  font-weight: bold;
}
.engine-map-info hr {
  margin: 10px 0;
}
.engine-map-modal-body .gm-style .gm-style-iw-c {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.engine-map-modal-body .gm-style .gm-style-iw-c .gm-ui-hover-effect {
  display: none !important;
}
.engine-map-modal-body .gm-style .gm-style-iw-d {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
/* breadcrumbs */
.engine-breadcrumbs {
  margin-bottom: 20px;
}
/*
 * uk-aler override
 */
.uk-alert-box {
  background: #eee;
}
/*
 * uk-notification override
 */
.uk-notification-message {
  /* border-radius: 8px; */
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-size: 0.875rem;
}
.uk-notification-message a {
  color: #eee;
}
.uk-notification-message a:hover {
  color: #fff;
}
.uk-notification-message-primary {
  border-top: 2px solid rgba(30, 135, 240, 0.9);
}
.uk-notification-message-success {
  border-top: 2px solid rgba(10, 178, 27, 0.9);
}
.uk-notification-message-warning {
  border-top: 2px solid rgba(240, 124, 0, 0.9);
}
.uk-notification-message-danger {
  border-top: 2px solid rgba(255, 2, 2, 0.9);
}
@media (max-width: 959px) {
  .engine-sidebar,
  .engine-sidebar-book {
    width: 100%;
  }
  .engine-filters {
    text-align: center;
  }
  .engine-filters ul,
  .engine-filters li {
    display: block;
  }
  .engine-filters .uk-icon {
    float: right;
  }
  .hotel-room {
    padding: 0;
    border: none;
    margin-bottom: 30px;
  }
  .hotel-room.selected {
    box-shadow: none;
    border: none;
  }
  .hotel-room-info {
    position: relative;
  }
  .hotel-room-info .hotel-room-photo-width {
    width: 100%;
  }
  .engine-modal .uk-modal-title {
    font-size: 1.2rem;
  }
  .engine-modal .uk-modal-header {
    padding: 10px 15px;
  }
  .engine-modal .uk-modal-footer {
    padding: 10px 15px;
  }
}
.engine-if_extras {
  display: none;
}
.engine-has_extras .engine-if_extras {
  display: inline-block;
}
.engine-availability-table td,
.engine-availability-table th {
  padding-left: 0;
  padding-right: 0;
}
.engine-powered {
  display: block;
  margin: 40px auto 20px auto;
  width: 91.5px;
  height: auto;
}
.engine-hide-amount-0 {
  display: none;
}
.booking-comments {
  white-space: pre-wrap;
}
.availability-body {
  min-height: 460px;
}
.select2-container--default .select2-selection--single {
  border-radius: 2px;
  color: #666;
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  outline: none;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}
.select2-container--default .select2-selection--single:focus {
  border: 1px solid #23B4ED;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  line-height: 40px;
  height: 40px;
  outline: none;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  font-size: inherit;
  color: #666;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #23B4ED;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  background-color: #23B4ED;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  background-color: #23B4ED;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
  border-color: #23B4ED;
}
