@charset "UTF-8";
/*******************************************************************************
 *  Copyright (C) 2020 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!   *
 ******************************************************************************/
/*
 * Base styles on original BASE scss file
 */
/*******************************************************************************
 *  Copyright (C) 2020-23 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!   *
 ******************************************************************************/
/*
 * Load essential SCSS variables
 */
/*******************************************************************************
 *  Copyright (C) 2020 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!   *
 ******************************************************************************/
/*
 * Essential SASS variables
 */
/* Search is specific to some extent so we do not generalize it... */
div#search-section {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  /* top        : -70px; */
}

@media (min-width: 576px) {
  div#search-section {
    /* top: -70px; */
  }
}

div#content-section {
  min-height: calc(100vh - 90px - 120px);
  width: 100%;
  display: inline-block;
  background-color: var(--page_bg);
}

div#info-section,
div#result-section,
div#reserve-section,
div#request-section,
div#info-relations {
  max-width: 1200px;
  width: 90%;
  margin: 25px auto;
}

div#info-section,
div#reserve-section,
div#request-section {
  background-color: var(--page_fg);
  border: 1px solid #eeeeee;
  padding: 20px;
}

#intro-section-minified {
  /* height:100px; */
  background-color: var(--primary_2);
  padding: 20px 0;
}

/*************************************************************************************************************************************/
.hotel-container-image {
  width: 100%;
  height: 100%;
}

.hotel-container-image > div {
  background-position: center;
  background-size: cover;
}

.mobile .hotel-container-image-wrapper {
  height: 240px;
  width: 100%;
}

.mobile .hotel-container-image > div {
  margin: 0;
  width: 100%;
  height: 100%;
}

.desktop .hotel-container-image-wrapper {
  height: 200px;
  width: 200px;
}

.desktop .hotel-container-image > div {
  margin: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

@media (min-width: 1200px) {
  .desktop .hotel-container-image-wrapper {
    height: 340px;
    width: 340px;
  }
}

.result-text {
  font-family: textMessage;
  font-size: 85%;
  color: var(--description);
}

.lighter-text {
  font-family: textMessage;
  font-size: 85%;
  color: #a4a4a4;
}

.strong-colored-text {
  font-family: textMessage;
  color: #497cbb;
  font-weight: 600;
  font-size: 14px;
}

i.check-mark {
  color: var(--check_mark);
  font-size: 130%;
  position: relative;
  left: 3px;
  top: 2px;
}

.hotel-container-description {
  padding: 20px;
  width: calc(100% - 200px);
}

#info-hotel-info {
  margin-bottom: 25px;
}

.hotel-title-stars-row {
  display: inline-block;
  width: 100%;
}

.hotel-title-stars-row > div > a > h2,
.hotel-container-description-top > div > a > h2 {
  color: var(--primary_2_60prc);
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: bold;
  font-size: 1.4rem;
}

#info-hotel-info-header > .star-placement {
  position: relative;
  top: 0px;
}

i.star-rating {
  color: var(--hotel_star);
  font-size: 0.75rem;
}

.hotel-title-stars-row > h6 {
  width: 90px;
  display: inline-block;
  height: 15px;
}

.hotel-location-badge-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4px;
}

.hotel-badge-item {
  display: inline-block;
  max-height: 46px;
  text-align: right;
  max-width: 263px;
  min-width: 170px;
  overflow: hidden;
  flex: 1;
}

.hotel-badge-item > div {
  height: 46px;
  width: 80px;
  margin-left: 7.5px;
  float: right;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.hotel-badge-item-mobile {
  display: inline-block;
  text-align: right;
  max-width: 100%;
  overflow: hidden;
  flex: 1;
}

.hotel-badge-item-mobile > div {
  height: 50px;
  width: 86px;
  margin-left: 7.5px;
  float: right;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.geo-marker-text {
  font-size: 85%;
  flex: 0.5;
}

.hotel-amenities-list {
  padding-left: 15px;
  /* problem where few hotel amenities took up too much space -jb*/
  margin-bottom: 10px;
}

.hotel-amenities-list > div {
  /* problem where few hotel amenities took up too much space -jb*/
  overflow: auto;
  width: calc(100% - 15px);
  max-height: 296px;
}

.hotel-amenities-list > div > .short-message {
  margin-bottom: 2px;
  overflow: hidden;
  height: 25px;
}

.hotel-amenities-list > div > .short-message > div {
  border: 1px solid grey;
  padding-top: 0px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  font-size: 0.85rem;
  background-color: white;
  white-space: nowrap;
  display: inline-block;
}

/*
 * removed because it causes problems on iOS (show more)-jb
#info-hotel-detail-content-text { display : inline-block; }
*/
#info-hotel-detail-content-text > p {
  max-height: 1000px;
  margin-right: 15px;
  transition: all, 0.3s;
}

#info-hotel-detail-content-text.show-few-lines > p,
#info-hotel-detail-selector.show-few-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* height        : 78px; */
  margin-bottom: 0;
}

.info-hotel-detail-content-show-more,
.info-hotel-detail-content-show-less {
  float: right;
  margin-right: 25px;
  cursor: pointer;
  color: var(--primary_2);
  font-weight: 600;
  margin-top: 5px;
  font-size: 90%;
}

.info-hotel-detail-content-show-more:hover,
.info-hotel-detail-content-show-less:hover {
  color: var(--primary_1);
}

#info-hotel-detail-content-text.show-few-lines + .info-hotel-detail-content-show-more + .info-hotel-detail-content-show-less {
  display: none;
}

#info-hotel-detail-content-text:not(.show-few-lines) + .info-hotel-detail-content-show-more {
  display: none;
}

/* #info-exp-important-description.show-few-lines+.info-hotel-detail-content-show-more+.info-hotel-detail-content-show-less { display : none; } */
/* #info-exp-important-description:not(.show-few-lines)+.info-hotel-detail-content-show-more { display : none; } */
@media (min-width: 768px) {
  .desktop .hotel-container-description-top > div > a > h2,
#info-hotel-info-header > h2 {
    font-size: 1.5rem;
  }
  .desktop .hotel-container-description-top > h6 {
    width: 80px;
    height: 16px;
  }
  .desktop .star-rating {
    font-size: 0.85rem;
  }
  #info-hotel-info-header > .star-placement {
    position: relative;
    top: -7px;
  }
  /*    .hotel-amenities-list { padding-top  : 117%; } */
}

@media (min-width: 1200px) {
  .desktop .hotel-container-description-top > div > a > h2,
#info-hotel-info-header > h2 {
    font-size: 1.7rem;
  }
  .desktop .hotel-container-description-top > h6 {
    width: 120px;
    height: 17px;
  }
  .desktop .hotel-container-description {
    width: calc(100% - 340px);
  }
  .desktop .star-rating {
    font-size: 0.95rem;
  }
  .geo-marker-text {
    font-size: 95%;
  }
}

.hotel-container-description-mid {
  margin-top: 10px;
}

.hotel-container-description-mid .room-table > div:first-child {
  display: inline-block;
  width: 50px;
  vertical-align: top;
}

.hotel-container-description-mid .room-table > div:nth-child(2) {
  display: inline-block;
  width: calc(100% - 50px);
}

.hotel-container-description-mid .room-table > div:nth-child(2) > div {
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 5px);
}

.hotel-container-description-mid .room-table > div:nth-child(2) > div:first-child {
  /* max-width     : calc(100% - 150px); */
  -webkit-line-clamp: 1;
  white-space: nowrap;
}

.hotel-container-description-mid .room-table > div:nth-child(2) > div:last-child {
  cursor: help;
}

.hotel-container-description-mid .room-table > div:nth-child(2) > div:last-child.oneline {
  -webkit-line-clamp: 3;
  max-height: 63px;
}

.hotel-container-description-mid .room-table > div:nth-child(2) > div:last-child.twoline {
  -webkit-line-clamp: 2;
  max-height: 42px;
}

.hotel-container-description-mid .room-table > div:nth-child(2) > div:last-child.moreline {
  -webkit-line-clamp: 1;
  max-height: 21px;
}

.cancellation-policy {
  line-height: 0.8;
  position: relative;
  top: -3px;
  width: 200px;
  cursor: help;
}

.hotel-container-description-bottom {
  margin-top: 2px;
}

.hotel-container-description-amenity {
  overflow: hidden;
  height: 74px;
}

.hotel-container-description-amenity > .amenity-item {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0px 5px;
  background-color: white;
  border: 1px solid var(--primary_2);
  color: var(--primary_2);
  border-radius: 3px;
  font-size: 12px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 20px;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  cursor: help;
}

.hotel-container-description-price {
  color: var(--primary_2_60prc);
  padding-top: 10px;
  padding-right: 10px;
  position: relative;
}

.hotel-container-description-price h2 {
  margin-bottom: 0px;
}

.hotel-container-description-price div {
  font-size: 90%;
}

/*************************************************************************************************************************************/
/**
 * HotelDetail page */
#info-badge-container {
  text-align: left;
}

#info-badge-container > img {
  height: 65px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.room-selector-reservation-summary {
  background-color: var(--page_fg);
}

.HotelRoomSelector table,
.HotelRoomSelector .hotel-room-selector-mobile-section {
  background-color: var(--page_fg);
}

.room-selector-summary-label {
  font-size: 90%;
  font-weight: bold;
}

.room-selector-summary-date {
  font-weight: bold;
  font-size: 105%;
  color: var(--check_mark);
}

.room-selector-summary-note {
  color: var(--primary_2_80prc);
}

.room-selector-table-header {
  background-color: var(--primary_1);
  color: var(--font-dark-bg);
}

.room-selector-rtype-text {
  font-size: 105%;
  font-weight: bold;
  color: var(--check_mark);
  margin-bottom: 10px;
}

.room-selector-rdesc-text {
  font-size: 90%;
  margin-bottom: 10px;
  color: var(--primary_2_80prc);
}

.room-selector-cancellation-text,
.room-selector-cancellation-text-mobile > div,
.room-selector-supplements-text,
.room-selector-amenities {
  color: var(--primary_2_80prc);
  font-size: 90%;
  margin-bottom: 10px;
  cursor: help;
}

.room-selector-cancellation-text > i,
.room-selector-cancellation-text-mobile > div > i,
.room-selector-supplements-text > i,
.room-selector-amenities > i {
  font-size: 115%;
  position: relative;
  top: 1px;
}

.room-selector-supplement-list {
  margin-top: -10px;
  font-size: 12px;
  margin-left: 10px;
  padding-left: 0px;
  color: var(--primary_2_80prc);
}

.room-selector-supplement-list > div > span {
  margin-right: 5px;
}

.hotel-room-selector-mobile-section:not .room-selector-amenity-list {
  position: relative;
  top: -10px;
  padding-left: 12px;
}

.room-selector-amenity-list > div {
  font-size: 80%;
  color: var(--primary_2);
}

.room-selector-amenity-list > div > span {
  margin-right: 3px;
}

.room-selector-amenity-list .result-am-check-mark {
  color: var(--check_mark);
}

.hotel-room-selector-mobile-section .room-selector-amenity-list > div {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  margin-right: 3px;
  margin-bottom: 1px;
  padding: 0px 4px;
}

.room-selector-rtype-cell {
  min-width: 170px;
}

.service-section-header {
  border-bottom: 2px solid #e4e4e4;
  height: 35px;
  padding-top: 7px;
  color: var(--primary_2);
}

.hotel-room-selector-mobile-section .service-section-header .buttons > button {
  position: relative;
  top: -4px;
  border: 1px solid var(--primary_2_80prc);
  background-color: var(--page-fg);
  transition: all 0.3s;
}

.hotel-room-selector-mobile-section .service-section-header .buttons > button:hover {
  background-color: var(--primary_2_80prc);
  color: var(--font-dark-bg-hover);
}

/**
 * RESERVER page */
#property-summary-image {
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-top: 80%;
}

table.reservation-summary-table tr.summary-row > td:nth-child(1) {
  width: 28%;
}

table.reservation-summary-table tr.summary-row > td:nth-child(2) {
  width: 20%;
}

table.reservation-summary-table tr.summary-row > td:nth-child(3) {
  width: 17%;
}

table.reservation-summary-table tr.summary-row > td:nth-child(4) {
  width: 20%;
}

table.reservation-summary-table tr.summary-row > td:nth-child(5) {
  width: 15%;
}

.summary-row-cancellation-policy {
  padding: 3x;
  text-align: right;
}

.summary-row-cancellation-policy > i {
  color: var(--primary_1);
}

.summary-row-cancellation-policy-content {
  padding: 5px 10px;
  border-top: 1px solid #ddd;
}

/*************************************************************************************************************************************/
div#request-section table td {
  vertical-align: top;
}

div#request-section table td:first-child {
  padding-bottom: 4px;
  text-align: right;
  padding-right: 15px;
  width: 40%;
  min-width: 150px;
}

div#request-section div.notice > h5,
div#request-section div.notice > h6 {
  font-family: fontTextBook !important;
}

.sub-header-text {
  font-family: fontSubHeading, sans-serif;
  font-size: 110%;
}

.room-title {
  background-color: var(--primary_1);
  padding: 7px 15px !important;
  color: white;
  font-weight: bold;
  font-size: 105%;
  font-family: Heading, sans-serif;
}

.room-selector-cell {
  padding: 15px !important;
  border: 1px solid lightgrey;
}

/* Header should be hidden for small screens */
.room-selector-header {
  display: none;
}

@media (min-width: 768px) {
  .room-selector-header {
    display: flex;
  }
}

/**
 * RESERVER page */
#property-summary-image {
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-top: 80%;
}

#intro-section-minified {
  background-color: var(--primary_1);
}

.result-container-button:hover {
  background-color: var(--primary_2_80prc);
}

.room-selector-amenity-list > div {
  color: var(--primary1_80prc);
}

.hotel-container-description-top > div > a > h2, #info-hotel-info-header > h2,
.hotel-container-description-top > div > div > a > h2, #info-hotel-info-header > h2 {
  color: var(--primary_1);
}

/* 
z namenom, da bi povecali naslove. Problem smo resili s 
spreminjanjem vseh headerjev v master.scss

#info-section #info-hotel-info h2 {
    font-weight: 700;
}

#info-section #info-hotel-included-content h4 {
    font-weight: 700;
}
#info-section #info-hotel-detail-content h4 {
    font-weight: 700;
}
#info-section #info-hotel-rooming-content2 h4 {
    font-weight: 700;
} */
.hotel-container-description-amenity > .amenity-item {
  border: 1px solid var(--primary_1);
  color: var(--primary_1);
}

/* Detail view */
.hotel-amenities-list > div > .short-message > div {
  padding: 0px 10px;
  border-radius: 20px;
}

.HotelRoomSelector .result-container {
  background-color: var(--page_bg);
}

.room-selector-service-cell > .description {
  color: var(--description) !important;
}

.room-selector-rtype-text {
  color: var(--primary_1);
}

.room-selector-reservation-summary {
  background-color: var(--page_bg);
}

.HotelRoomSelector table,
.HotelRoomSelector .hotel-room-selector-mobile-section {
  background-color: var(--page_bg);
}

.HotelRoomSelector .room-selector-reservation-summary button {
  padding: 0px 10px !important;
  white-space: nowrap;
}

.HotelRoomSelector .room-selector-reserve-cell button {
  padding: 7px 10px !important;
}

/*# sourceMappingURL=../../dist/app_hotel/hotel_search_results.css.map */