.hotel_container .short_info.hotel { padding-left: 10px; }

.short_info {
    /* background: url(images/shadow_tour.png) left bottom repeat-x; */
    bottom: 0;
    color: #fff;
    display: flex;
    left: 0;
    padding: 10px 10px 8px 5px;
    position: absolute;
    right: 0;
    width: 100%;
}

.short_info .price {
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
}

.tour_container {
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
    position: relative;
}

.tour_container .tour_title {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 0;
}

.tour_container .tour_title h3 {
    flex-grow: 1;
    font-size: 1rem;
    height: 50px;
    margin: 0 .25rem 0 0;
    text-transform: uppercase;
}

.rating .voted { color: #F90; }

.img_container {
    border: 1px solid #fff;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.map {
    border-right: 1px solid #ededed;
    padding: .25rem;
    width: 100px;
}

.tooltip-back {
    background-color: #82ca9c;
    border-radius: 0.25rem;
    color: white;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    left: 50%;
    padding: 0.25rem;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: calc(100% + 0.25rem);
    transform: translateX(-50%);
    width: 125px;
    z-index: 1;
}

.view_on_map {
    align-items: center;
    border-top: 1px solid #ededed;
    cursor: pointer;
    display: flex;
    font-size: x-small;
    margin: 0 -1rem;
    padding: 0 1rem;
}

.view_rate {
    border-top: 1px solid #ededed;
    display: block;
    margin: .5rem -1rem 0;
    padding: 0 1rem;
}

.wishlist {
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    width: 20px;
}

.wishlist > a { display: none; }

.wishlist:hover > a { display: block; }

.ribbon_3 {
    height: 75px;
    left: -5px;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: -5px;
    width: 75px;
    z-index: 1;
}

.ribbon_3 span {
    -webkit-transform: rotate(-45deg);
    background: #79A70A;
    background: linear-gradient(#9BC90D 0, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: 700;
    left: -21px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    top: 19px;
    transform: rotate(-45deg);
    width: 100px;
}

.ribbon_3 span::after {
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #638908;
    border-top: 3px solid #638908;
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
}

.ribbon_3 span::before {
    border-bottom: 3px solid transparent;
    border-left: 3px solid #638908;
    border-right: 3px solid transparent;
    border-top: 3px solid #638908;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
}

.badge_save {
    align-items: center;
    background: linear-gradient(#9BC90D 0, #79A70A 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: small;
    height: 40px;
    justify-content: center;
    line-height: 12px;
    opacity: .85;
    padding: .25rem;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    text-transform: uppercase;
    top: 0;
    width: 40px;
    z-index: 1;
}

.badge_save strong {
    font-size: medium;
    font-weight: 700;
}

.listview_NA {
    color: #eee;
    font-size: 32px;
    text-align: center;
}

.hoteltilerates > div {
    background-color: #eee;
    display: flex;
    flex-direction: column;
    height: 70px;
}

.hoteltileratecompare {
    display: flex;
    height: 35px;
}

.comprates {
    display: flex;
    width: 100%;
}

.ratecompare {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: smaller;
    height: 35px;
}

.ratecompareourrate {
    font-weight: bold;
    margin-right: 5px;
}

.ratecompareourratehdr {
    font-weight: bold;
    margin-right: 5px;
}

.popup_message {
    background-color: #ddd;
    border-bottom: 1px solid #ddd;
    bottom: 0;
    color: black;
    display: none;
    font-size: small;
    left: 0;
    opacity: .94;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: justify;
    top: 0;
    z-index: 2;
}

/*.popup_message>hr {
    margin-top: 2px !important;
}*/

.customindicators {
    align-items: center;
    display: flex;
    flex: 1 0 0;
    padding: 0.25rem;
}

.customindicators > div {
    align-items: center;
    display: flex;
    justify-content: center;
}

.customindicators > div + div { margin-left: .25rem; }

.customindicators > div:hover > .indicatormsg { display: block; }

.customindicators > i { font-size: 15px; }

.lnkClose {
    color: cornflowerblue;
    cursor: pointer;
    float: right;
    font-size: 10px;
    margin-right: -14px;
    margin-top: -16px;
}

.lnkDetails {
    float: left;
    margin-left: 10px;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.lnkDetails:hover {
  color: #0056b3;
  text-decoration: underline;
}


.lnkDetails_grd {
    margin-left: 5px;
    text-decoration: none;

   display: flex;
    margin-bottom: 8px;
    margin-top: auto;
}

.lnkDetails_spn_grd{
    background: darkgrey;
    padding: 5px;
    color: white;   
    border-radius: 5px;
    font-size: x-small;
}

.indicatormsg {
    background-color: #82ca9c;
    border-radius: 3px;
    bottom: calc(100% + 10px);
    color: white;
    display: none;
    left: -1rem;
    padding: 10px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.indicatormsg::after {
    border-color: #82ca9c transparent transparent transparent;
    border-style: solid;
    border-width: 8.5px 8.5px 0 8.5px;
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0.8rem;
    position: absolute;
    width: 10px;
}

.divdistance {
    font-size: small;
    margin-right: 5px;
    text-align: right;
    width: 100%;
}

.viewtogglerow {
    margin-bottom: 10px;
    margin-top: 20px;
}

.viewtogglerow-hotel {
    display: flex;
    width: 100%;
}

.hotelcount {
    align-items: center;
    background-color: cadetblue;
    color: white;
    cursor: pointer;
    display: flex;
    font-family: sans-serif;
    font-size: large;
    font-weight: 700;
    height: 40px;
}

.hotelcount > .fa-h-square {
    font-size: x-large;
    margin: 0 .5rem;
}

.viewtogglerow > [class^="col-"]:first-child { padding-right: 0; }

.viewtogglerow > [class^="col-"]:not(:first-child) { padding-left: 0; }

.viewtoggle {
    align-items: center;
    background-color: lightgray;
    display: flex;
    height: 40px;
    justify-content: flex-end;
    padding-right: .5rem;
}

.vwgrid, .vwlist {
    align-items: center;
    background-color: white;
    cursor: pointer;
    display: flex;
    font-size: small;
    font-weight: bold;
    height: 30px;
    min-width: 35px;
    padding: 0 .25rem;
}

.vwlist { margin-left: .25rem; }

#morehotelsfooter {
    align-items: center;
    background-color: transparent;
    bottom: 5px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: sticky;
    z-index: 2;
}

.more_hotels_btn_1 {
    align-items: center;
    background: #82ca9c;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    outline: 0;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    transition: all .3s;
    width: 150px;
}

/***List View Controls***/

#hotellist_listview { margin-top: 1.25rem; }

#hotellist_listview .row { margin-bottom: 1.25rem; }

.list-view-hotel-rate, .list-view-hotel-rate-compare { border-left: 1px solid #ddd; }

.listview_rating {
    display: flex;
    flex-direction: column;
}

.listview_divdistance {
    margin-top: 8px;
    text-align: left;
}

.listview_amenties > i {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 8px;
    min-width: 35px;
    padding: 4px;
    text-align: center;
}

.listview_view_rate {
    border: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    width: 100%;
    padding: 0px;
}

.listview_ratecompare_header {
    font-weight: bold;
    padding: 0.5rem 0;
}

.listview_ratecompare_footer {
    border-top: 1px solid #eee;
    font-size: 10px;
    margin-top: -7px;
    padding-top: 10px;
}

.listview_hotelrate { padding-right: 0 !important; }

.price_list {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: .5rem;
}

.price_list > div {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.price_list div a {
    color: white;
    margin-left: 12px;
    margin-top: 20px;
}

.price_list .normal_price_list {
    color: #999;
    display: block;
    font-size: 18px;
    margin-top: 5px;
    text-decoration: line-through;
}

.price_list small {
    color: #999;
    display: block;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 10px;
}

.box {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.box::before,
.box::after {
    border-color: transparent;
    border-style: solid;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.box::before {
    border-right-color: #ccc;
    border-top-color: #ccc;
    border-width: 1em;
}

.box::after {
    border-radius: 0.4em;
    border-right-color: rgb(178, 210, 53);
    border-top-color: rgb(178, 210, 53);
    border-width: 1em;
}

.listview_popup_message {
    height: 70%;
    width: 100%;
    top: 40px;
    border-top: 1px solid #ddd;
    border-bottom: none;
}
.htl_details{ margin-top: auto;margin-bottom: auto}
.listview_ribbon3 { left: 25px !important; }

/************************/

.min-rate {
    margin-left: 7px;
    text-align: left;
}

.btn-rate-loading {
    background-color: orange;
    border: none;
    float: right;
    font-size: 15px;
}

.hotellist-submenu {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.5) 0 2px 10px -2px;
    box-sizing: border-box;
    flex-direction: column;
    top: 85px;
    z-index: 4;
}

.hotel-content {
    margin-top: 25px;
    padding: 0 !important;
    padding-top: 25px !important;
}


.showDescription { display: block !important; }

.hideDescription, .hideSubItem { display: none; }

.showSubItem, .displayAttendeeSubMenu, .displayDatesSubMenu, .displayPriceSubMenu, .displayDistanceSubMenu { display: block; }

.modalbackdrop {
    background-color: #eee;
    display: block;
    height: 100%;
    opacity: .9;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
}

/*#divDatesSubMenuItem {
    width: 339px;
    height: 250px;
}*/

.submenuitem-content { flex: 1; }

.mat-select-search-inner-multiple { height: 50px; }

.dist-range > .range-slider > input { width: 250px !important; }

.range-slider > span:first-child, .range-slider > span:last-child { display: none; }

.img-responsive {
    top: 0;
    width: auto;
}

.is-square { padding-top: 100%; }

@media (max-width: 768px) {
    #hotellist_listview .tour_container {
        flex-direction: column;
    }

    .list-view-hotel-rate, .list-view-hotel-rate-compare {
        border-left: none;
        border-top: 1px solid #ddd;
    }
}

@media (min-width: 576px) {
    .img_container { height: 200px; }
}

@media (min-width: 768px) {
    .hotellist-submenu { top: 88px; }

    .img_container { height: 200px; }
}

@media (min-width: 992px) {
    .img_container { height: 200px; }
}

@media (min-width: 1200px) {
    .img_container { height: 200px; }
}

@media (min-width: 1366px) {
    .img_container { height: 200px; }
}

@media (min-width: 1367px) {
    .img_container { height: 300px; }

    .img_container div.image-loader { background-position: center top !important; }
}

@media(max-width: 768px) {
    .hotellist-submenu {
        top: 59px;
    }
}
