.bookings__element__detail-date {
  text-align: initial !important;
}

.bookings__element__detail-date-value {
  color: black;
}

.hotellist__date-label {
  font-weight: bold;
  color: #9c9c9c;
}

.hotellist__dates-row {
  margin-bottom: -22px;
  background-color: #f2f2f2;
  display: flex;
  padding: 8px 15px;
}

.dropdown-menu {
  width: auto !important;
}

.calendar-input.calendar-select {
  padding-right: 0px;
}

.date-picker-options.dropdown.open {
  display: block;
}

.uib-datepicker-popup.dropdown-menu {
  min-width: 245px;
  /*min-width: 254px;*/
}

/* For Changing the background color of past dates */
.uib-day button[disabled="disabled"] {
  color: #777777 !important;
  background: none !important;
  border: none !important;
}
/*  end */

.hotellist-dates-mobile__date-label {
  font-weight: bold;
  color: #9c9c9c;
}

.hotellist-dates-mobile h5 {
  color: black;
}

.hotellist-dates-mobile .datefrom-element,
.hotellist-dates-mobile .dateto-element {
  float: left;
  width: 50%;
}

.hotellist-dates-mobile .datepicker {
  width: 100% !important;
  float: left;
}

.hotellist-dates-mobile .mobBtn {
  padding: 7px !important;
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
}

@media only screen and (max-width: 769px) {
  .container-ipad-fix {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .hotel-list .datepicker-ipad-fix {
    width: 23% !important;
  }

  .search-button-ipad-fix {
    width: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .hotellist-dates-mobile {
    display: flex;
  }

  .customBtn {
    width: 35%;
    padding: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .datePickerBG .row.colxspadding {
    padding: 0 15px 0 15px;
  }

  .home-page .search-button-ipad-fix {
    width: 100% !important;
  }
}

@media only screen and (max-width: 500px) {
  .home-page .datePickerBG .row.colxspadding {
    padding: 0;
  }
}

@media only screen and (max-width: 769px) {
  .col-sm-3.searchfilter {
    width: 100% !important;
  }
}

.bookbtn.mt1 {
  white-space: nowrap;
}

@media (max-width: 1170px) {
  .hotel-list .hotellist__searchlist-row #btn-chosen-option {
    width: 100% !important;
  }

  .hotel-list .datepicker-options {
    width: 30% !important;
  }

  .hotel-list .datepicker-date {
    width: 21% !important;
  }

  .hotel-list .modify-search-button {
    margin-top: -5px !important;
  }
}

@media (max-width: 1080px) {
  .modify-search-button {
    margin-top: -17px !important;
  }
}

.hotellist-dates-mobile {
  display: none;
  justify-content: space-around;
  margin-bottom: 10px;
}

.hotellist-dates-mobile__date-label {
  font-weight: bold;
  color: #9c9c9c;
}

.hotellist-dates-mobile h5 {
  color: black;
}

.hotellist-dates-mobile .datefrom-element,
.hotellist-dates-mobile .dateto-element {
  float: left;
  width: 50%;
}

.hotellist-dates-mobile .datepicker {
  width: 100% !important;
}
