.get-hotel-prices--errors {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-align: center;
}
.request-price--success {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
}
.transfer--additional-services {
  margin-bottom: 15px;
}

/*# sourceMappingURL=hotel_book.css.map */

.existing-booking--wrapper {
  position: relative;
}

#existing-bookings--list {
  padding: 0;
  list-style: none;
  position: absolute;
  height: 15em;
  overflow-y: auto;
  z-index: 10;
  width: 100%
}

#existing-bookings--list li {
  padding: 5px;
  background-color: white;
  padding: 5px 15px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}

#existing-bookings--list li:hover {
  background-color: #f0f0f0
}

.package-tour-data--baggage {display: inline-block; padding-left: 5px; padding-right: 15px;}
.package-tour-data--baggage img {height: 1rem}

#load-flight-tariffs {
  display: flex;
  justify-content: center;
}

#load-flight-tariffs .ticket-fare {
  padding: 10px;
  border: 1px solid orange;
  margin: 10px;
  cursor: pointer;
}

#load-flight-tariffs .ticket-fare:hover,
#load-flight-tariffs .ticket-fare.active-tariff {border-width: 3px; padding: 8px}

.news-search-form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.news__image {
  display: block;
}
.news__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.news__item {
  margin-bottom: 10px;
  box-shadow: 0 1px 1px #ccc;

  border-color: #fff;
}
.bordered_top {
  padding: 3px;
  border:1px solid;
  display: inline-block;
  font: 700 13px / 13px Roboto, Arial, sans-serif;
  color: grey;
}
.news__link *{
  width: 660px;
  font: 700 20px / 25px Roboto, Arial, sans-serif;
  margin: 6px 0px;
  color: black;
}
.news {
  margin: 0px 0px 35px;
  overflow: hidden;
  padding: 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  margin-bottom: 5px;
  background-color: #f1f1f1;
}
.news__date {
  opacity: 0.3
}

.hotel-book--additional-services--wrapper {
  margin-top: 20px
}

.change-age-btn {width: 100%}

.hotel-book--additional-service {
  margin-bottom: 15px
}

.additional-service--ages--edit {
  color: #337ab7
}

.additional-service--ages--edit:hover {
  text-decoration: underline;
  cursor: pointer
}

.additional-service--age--label {
  padding-top: 7px
}

.additional-service--ages {
  display: none;
  margin-top: 10px
}

