#destinationPicker {
  width: 100%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 36px 32px rgba(0, 0, 0, 0.2);
}
#destinationPicker .card {
  border-radius: 0px;
}
#destinationPicker .card .card-header, #destinationPicker .card .card-footer {
  text-align: center;
  background: rgba(30, 30, 30, 0.9);
  color: #C5C5C5;
}
#destinationPicker .card .card-header h4, #destinationPicker .card .card-footer h4 {
  font-size: 20px;
}
#destinationPicker .card .card-header .closer, #destinationPicker .card .card-footer .closer {
  position: absolute;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: 0px;
  right: 3px;
}
#destinationPicker .card .card-body {
  padding: 0px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
#destinationPicker .card .card-body .row {
  height: 400px;
  margin: 0px;
}
#destinationPicker .card .card-body .row .col {
  padding: 0px;
}
#destinationPicker .card .card-body .destCol {
  width: 200%;
  height: 100%;
}
#destinationPicker .card .card-body .destCol.cityCol, #destinationPicker .card .card-body .destCol.hotelCol {
  display: none;
}
#destinationPicker .card .card-body .destCol .header {
  background: #ccc;
}
#destinationPicker .card .card-body .destCol .header .backbtn {
  margin-top: 10px;
  width: 15%;
  background: #ccc;
  border: none;
  float: left;
}
#destinationPicker .card .card-body .destCol .header h5 {
  float: left;
  margin: 10px 0px;
  width: 70%;
  text-align: center;
}
#destinationPicker .card .card-body .destCol .header:after {
  display: block;
  content: "";
  clear: both;
}
#destinationPicker .card .card-body .destCol.countryCol .header h5 {
  width: 100%;
}
#destinationPicker .card .card-body .destCol.active .header {
  background: #344e6b;
}
#destinationPicker .card .card-body .destCol.active .header h5 {
  color: #BBDDEE;
}
#destinationPicker .card .card-body .destCol.active .header .backbtn {
  color: #fff;
  background: #344e6b;
}
#destinationPicker .card .card-body .destCol ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  background: #eee;
  padding-left: 0px;
  height: 350px;
  padding-top: 0px;
  overflow-y: auto;
}
#destinationPicker .card .card-body .destCol ul span.empty {
  display: block;
  text-align: center;
  margin: 50% auto;
  font-size: 20px;
  width: 80%;
}
#destinationPicker .card .card-body .destCol ul li {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
#destinationPicker .card .card-body .destCol ul li span {
  display: inline-block;
  width: 90%;
}
#destinationPicker .card .card-body .destCol ul li i, #destinationPicker .card .card-body .destCol ul li svg {
  float: right;
  margin-right: 10px;
  color: #ccc;
  transition: color 1s;
}
#destinationPicker .card .card-body .destCol ul li.active {
  background: #007bff !important;
  color: #fff;
  transition: background 0.1s color 0.2s;
}
#destinationPicker .card .card-body .destCol ul li.active i, #destinationPicker .card .card-body .destCol ul li.active svg {
  color: #fff;
  transition: color 0.1s;
}
#destinationPicker .card .card-body .destCol ul li:hover {
  background: #a7cff9;
}
#destinationPicker .card .card-body .destCol.hotelCol li i, #destinationPicker .card .card-body .destCol.hotelCol li svg {
  display: none;
}
#destinationPicker .card .card-footer {
  color: #fff !important;
}
#destinationPicker .card .card-footer button {
  margin-top: 15px;
  max-width: 100%;
}
#destinationPicker .card .card-footer button span {
  display: block;
}

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