@charset "UTF-8";

:root {
  --primary-color: #67655b;
  --secondary-color: #403f3b;
  --green-color: #7ce0c3;
  --purple-color: #8e76dc;
  --darkGray-color: #767676;
}
H1 {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: var(--secondary-color);
  margin-bottom: 0;
}

#licensePlateCashback{
	height: 30px;
	display: inline-grid;
    align-items: center;
    min-width:100px;
    max-width:130px;
}

.cashbackText{
	white-space: nowrap;
}
.carousel-control-next, .carousel-control-prev{
	opacity:1;
	cursor:pointer;
}
#hotelHeadline {
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
}

#hdSearchContainer .calendarSingle i{
	top: 3px;
}

#tempTextContainer {
  width: 100%;
}

#tempTextContainer2 {
  width: 100%;
}

#selectedCashback{
	text-align:right;
	max-width: 130px;
}
.amenityBulletList{
	font-size: 1rem;
}

#bookButtonStickyFooter{
	width:120px;
}

#hdTempTextContainer {
}

.hdOccupancyContainer {
  max-width: 400px;
  margin: auto;
}

.detailsStarRatingContainer {
  display: inline-block;
  position: relative;
  top: 6px;
  font-size: 17px;
  white-space: nowrap;
  width: 140px;
  
}

.detailsAddressContainer {
  float: left;
  clear: left;
  color: #6c757d;
}

.detailsSectionLabel{
	font-weight:bold;
}

.roomListing {
  cursor: pointer;
}

.roomDescription {
  font-size: 14px;
  color: grey;
}
.pop-box {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
  background-color: white;
}

.stickyColB::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.stickyColB{
    position: -webkit-sticky;
	position: sticky;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-y: scroll;
}

.srAmenityIcon img{
	width: 24px;
	opacity:  60%;
}

.pop-box-2 {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
  background-color: white;
  margin: auto;
  border-radius: 10px 10px 10px 10px;
}

.priceLarge {
  float: right;
  font-size: 24px;
}

.perNightLarge {
  font-size: 12px;
  color: dark-grey;
  margin-left: 2px;
  margin-top: -8px;
  margin-bottom: 6px;
}

.priceSmall {
  float: right;
  font-size: 18px;
}

.perNightSmall {
  font-size: 10px;
  color: dark-grey;
  margin-left: 2px;
}

.cashbackLarge {
}

#hdOccupancyContainer {
  width: 100%;
}

#licensePlateButton {
  margin-top: 15px;
  margin-left: 32px;
}

#stickyFooterButton {
  margin-top: 7px;
  z-index:5;
}


#stickyHeader {
	
}

.hdOccupancyDiv {
  width: 142px !important;
  background-color: white !important;
  color: #495057 !important;
  font-size: 14px;
}

#lpButton{
	top: -4px;
    position: relative;
}
.sticky-top {
  z-index: 3 !important;
}

.lp-pernight{
	display:inline-block;
	font-size:18px;
}

#ratesButton {
  cursor: pointer;
}

.animated-background-hdetails {
  width: 96px;
  margin-top: 10px;
}

.featuredAmenity {
  width: 100px;
}
.featuredAmenityLabel {
  font-size: 12px;
  text-align: center;
}

.strikeThroughPriceLP {
  float: left;
  color: gray;
  text-decoration: line-through;
  margin-top: 4px;
}

.lh-licencePlate {
  position: relative;
  top: 50%;
  float: left;
  width: 100%;
  height: 10px;
  background-color: white;
}

.rrBookButton {
  width: 120px;
}
#mycarousel {
}

.carousel-inner {
  height: 600px;
  background-color: lightgray;
  overflow: hidden;
}

#mycarousel .carousel-indicators {
  position: static;
  max-height: 210px;
  display: block;
  overflow: scroll;
  margin-left: 0px;
  margin-right: 0px;
}

#mycarousel .carousel-indicators > li {
  width: 98px;
  height: 60px;
  overflow: hidden;
  border: none;
  padding: 0px;
  margin: -2px;
  background-color: lightgrey;
}

#mycarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
  max-width: 100px;
}

#mycarousel .carousel-indicators li.active img {
  opacity: 1;
}

#mycarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item img {
  height: 100%;
}

.amenityListing {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  width: calc(50% - 24px);
  margin-bottom: 8px;
  margin-right: 24px;
}

.priceBreakdownAmount {
  float: right;
  font-size: 14px;
}

.featuredAmenityRow{
	width:100%;
}
#hdSearchContainer {
  border-bottom-style: solid;
  border-width: thin;
  border-color: darkgray;
}
.detailsDatePickerInput {
  width: 140px;
  font-size: 14px;
  margin-bottom: 12px;
}

.detailsDatePickerLabel {
  font-size: 14px;
  padding-top: 6px;
}

.detailsDatePickerInput .form-control {
}

.hdOccupancyDiv .btn {
  color: #495057 !important;
  font-size: 14px;
}

.hpAgePickerSelect .btn {
  color: #495057 !important;
  font-size: 14px;
}

.detailsStarRating {
  display: inline-block;
  width: 14px;
}

.hdChildLabel {
  margin-top: 6px;
  margin-right: 6px;
  float: left;
  width: 100px !important;
  font-size: 14px;
  color: #495057;
}

.refundableLabel {
  font-size: 14px;
}

.nonRefundableLabel {
  font-size: 14px;
}

.strikeThroughPriceHD {
  font-size: 14px;
  float: left;
  color: gray;
  text-decoration: line-through;
  margin-top: 2px;
}

#flexDatesDiv {
  border-top: 1px solid #f5e5e3;
}

#chartContaier{
	min-height: 200px;
    max-width: 600px;
    width: 100%;
}

.flexDateRow {
  font-size: 14px;
  cursor: pointer;
  height:22px;
}

.flexDateRowUnclickable {
  font-size: 14px;
  color: #999;
}

.priceCompareRow {
  font-size: 14px;
}

.priceCompareRowHeader {
  font-size: 14px;
  font-wieght: bold;
}

#hotelStarRatings{
	width:154px;
}

.flexDateRowToday,
.flexDateRowTitle {
  font-weight: bolder;
  font-size: 14px;
  cursor: auto;
}

.flexDateRow:hover {
  font-weight: bolder;
  font-size: 14px;
}

#bookButton1 {
  font-size: 22px !important;
  width: 200px;
  height: 46px;
  top: -5px;
  position: relative;
}

.imageSelectThumbnail {
  position: absolute;
  top: 0px;
  z-index: 2;
}

.featuredImage {
  cursor: pointer;
  z-index: 4;
}

.nonFeaturedImage {
  cursor: pointer;
  z-index: 4;
}

.stickyBookButtonDiv{
	position:fixed;
	height: 50px;
    bottom: 0px;
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1400px) {
  .carousel-inner {
    height: 600px !important;
  }
}

@media only screen and (max-width: 992px) {
	
  .stickyColB{
  	position: inherit;
  	box-shadow: none;
  }
  
  .carousel-inner {
    height: 60vh !important;
  }
  
  #stickyHeader{
  	padding: 5px;
    min-height: 72px;
    position: fixed;
    bottom: 0px;
    z-index: 2;
    box-shadow: 0px 6px 18px 9px rgb(0 0 0 / 32%);
    border-radius: 10px 10px 0px 0px;
  }
}

@media only screen and (max-width: 768px) {
	
  .stickyColB{
  	position: inherit;
  	box-shadow: none;
  }
  .carousel-inner {
  
   
    height: 44vh !important;
  }

  #columnB {
    border-top: 1px solid darkgrey;
  }
}

@media only screen and (max-width: 480px) {

	.cashbackText{
		white-space: normal;
	}

  .detailsStarRatingContainer {
    font-size: 14px;
    top: 2px;
  }

  #bookButton1 {
    margin-top: 2px;
    width: 120px;
  }

  .animated-background-hdetails {
    margin-top: 20px;
  }
  
  #sticyHeaderHotelHeadline h1{
	font-size:20px !important;
  }
  
  #licencePlacePrice{
  	font-size:18px;
  	padding-top: 4px;
  }
  
  .cardCashbackBadge{
  	  max-width: 120px;
  }

  
  
}
