.htl-img {
    max-width: 200px;}
.properties-page {
    padding: 10px;}
.page-heading {
    font-size: 32px;}
.empty-properties-container{
    margin: 30px;}
.our-properties-header {
  font-size: 42px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-weight: 300;}
.our-properties-desc {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font-weight: 300;
    line-height: 30px;}
.properties-page .hotels-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;}
.hotels-container .hotel-header {
    margin-bottom: 40px;
    text-align: center;}
.hotels-container .hotel-header>span {
    font-size: 30px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 1);}
.properties-page .hotel-address-container {
    border-radius: 4px;
	box-shadow: 2px 2px 15px 3px rgba(0,0,0,.1);
    float: left;
    padding: 15px 0px;
    width: 100%;}
.hotel-address-container .hotel-name {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px;}
.hotel-address-container span.htl-address-icon {
	background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/icon-contact.png);}
.hotel-address-container img.htl-img {
    border-radius: 6px;}
.empty-properties-image-container {
	background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/no-hotel.png) ;
    background-repeat:no-repeat;
    background-position: center center;
    padding: 200px 0px 10px 0px;
    display: block;}
.hotel-address-container span.htl-phone-icon {
	background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/icon-contact.png);
    padding: 1px 15px 0px 2px;
    background-position: 37px;
    margin-right: 5px;
    font-size: 14px;}
.hotel-address-container span.htl-email-icon {
    padding: 1px 10px 1px;
    background-position: 19px;
    margin-right: 5px;}
span.htl-map-icon {
	background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/icon-contact.png);
    padding: 1px 20px 0px 0px;
    background-position: 0px 0px;
    margin-right: 5px;
    font-size: 14px;}
.view_rooms_btn, .htl-map-direction-btn {
    border-radius: 4px;
    padding: 10px 12px;
    text-transform: uppercase;}
.htl-map-direction-btn{
    background-color: #DEDEDE;
    color: #333333;    }
.view_rooms_btn {
    background-color: #1292FF;
    border-color: #1292FF;
    font-weight: 600;}
.view_rooms_btn:hover {
    background-color: #3c89cb;
    border-color: #3a75a7;}
.pagination-container {
    text-align: center;}
.hotel-branch-info-actions{
    display: flex;
    gap: 10px;}
.pagination-container .pagination > li > a, .pagination-container .pagination > li > span {
    border: unset;}
.pagination-container .pagination > li .active {
    border: 1px solid #333333;
    border-radius: 12px;
    z-index: 10;}
.hotel-address-container p.hotel-branch-info-value {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    line-height: 25px;}
.hotel-address-container .htl-map-direction-btn span {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;}

@media screen and (max-width: 726px) {
	.hotel-branch-info-actions{
		flex-direction: column;}
}

/* ==== booking search panel ==== */

/* Hotel dropdown */
#hotel-select-wrapper {
    position: relative;
}
.dropdown-content-hotel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    /* High enough to clear the s_three_columns section below the banner */
    z-index: 10000;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.dropdown-content-hotel .dropdown-item {
    padding: 10px 14px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
}
.dropdown-content-hotel .dropdown-item:hover,
.dropdown-content-hotel .dropdown-item.selected {
    background: #505436;
    color: #fff;
}

/* Travellers dropdown */
#travellers-container {
    position: relative;
}
.travellers-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    /* High enough to clear the s_three_columns section below the banner */
    z-index: 10000;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    flex-direction: column;
    gap: 14px;
    min-width: 240px;
}
.traveller-field label {
    font-size: 12px;
    color: #555;
    margin-bottom: 6px;
    display: block;
}
.traveller-counter {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.traveller-counter .form-control {
    width: 60px;
    text-align: center;
    padding: 4px 8px;
    /* Ensure the same height as the btn-sm buttons */
    height: 31px;
    margin: 0;
}
/* btn-counter uses btn-outline-secondary from Odoo CSS for colour;
   only override sizing/shape here. */
.btn-counter {
    width: 31px;
    height: 31px;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    border-radius: 4px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Native date input sizing */
input[type="date"].form-control {
    cursor: pointer;
}

    /* ==== google map ==== */
#googleMapWrapper {
    clear: both;
    height: 500px;}
#map {
    width: 100%;
    height: 100%;}
#map .view-link {
    padding-top: 4px;}
.gm-btn-get-directions {
    text-decoration: none;
    color: #427fed;
    font-weight: bold;}
.gm-btn-get-directions:hover {
    text-decoration: underline;
    color: #427fed;}
.gm-btn-get-directions:focus {
    outline: none;
    color: #427fed;}
