/*

ATTENTION !
This file is generated by less.
Do not touch unless you are in the *.less file..

*/
#overlay-destinations-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: transparent;
}
#destinations-layer-modele {
  display: none;
}
#destinations-layer-modele,
#destinations-layer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  padding: 20px;
  background-color: #fff;
  font-size: 0;
  position: absolute;
  top: 100px;
  left: 10px;
  -webkit-box-shadow: 0 0 20px #000;
          box-shadow: 0 0 20px #000;
  z-index: 501;
  min-height: 430px;
  opacity: 0;
  -webkit-animation: layer-animation 0.75s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation: layer-animation 0.75s;
  animation-fill-mode: both;
  animation-delay: 0s;
}
@-webkit-keyframes layer-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes layer-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#destinations-layer-modele::before,
#destinations-layer::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -7px;
  left: 150px;
}
#destinations-layer-modele .close,
#destinations-layer .close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 10px;
  height: 10px;
  background-image: url(../img/popup-close.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 20;
}
#destinations-layer-modele .regions,
#destinations-layer .regions {
  display: block;
  width: 200px;
}
#destinations-layer-modele .regions ul,
#destinations-layer .regions ul {
  margin: 0;
  margin-top: -20px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#destinations-layer-modele .regions ul li,
#destinations-layer .regions ul li {
  margin-top: 20px;
  font-size: 14px;
  list-style: none;
}
#destinations-layer-modele .regions ul li a,
#destinations-layer .regions ul li a {
  display: block;
  padding: 20px;
  font-weight: bold;
  text-decoration: none;
  background-color: #E5F3F6;
  color: #007EA7;
}
#destinations-layer-modele .regions ul li a.selected,
#destinations-layer .regions ul li a.selected {
  background-color: #007EA7;
  color: #E5F3F6;
}
#destinations-layer-modele .regions ul li.all,
#destinations-layer .regions ul li.all {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
#destinations-layer-modele .villes,
#destinations-layer .villes {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 220px;
}
#destinations-layer-modele .villes .preview,
#destinations-layer .villes .preview,
#destinations-layer-modele .villes .selected,
#destinations-layer .villes .selected {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 5;
  background-color: #fff;
}
#destinations-layer-modele .villes .preview,
#destinations-layer .villes .preview {
  display: none;
  z-index: 10;
}
#destinations-layer-modele .villes .preview.show,
#destinations-layer .villes .preview.show {
  display: block;
}
#destinations-layer-modele .villes .region.is-empty,
#destinations-layer .villes .region.is-empty,
#destinations-layer-modele .villes .region-child.is-empty,
#destinations-layer .villes .region-child.is-empty {
  display: none !important;
  /* !important to override the display block inline property push by js */
}
#destinations-layer-modele .villes .region:not(.is-empty) ~ .region:not(.is-empty),
#destinations-layer .villes .region:not(.is-empty) ~ .region:not(.is-empty) {
  margin-top: 30px;
}
#destinations-layer-modele .villes .region .region-name,
#destinations-layer .villes .region .region-name {
  font-size: 14px;
  color: #007EA7;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #007EA7;
}
#destinations-layer-modele .villes .region .region-child-name,
#destinations-layer .villes .region .region-child-name {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#destinations-layer-modele .villes .region .region-child,
#destinations-layer .villes .region .region-child {
  margin-bottom: 2px;
}
#destinations-layer-modele .villes .region ul,
#destinations-layer .villes .region ul {
  padding-left: 0;
}
#destinations-layer-modele .villes .region ul li,
#destinations-layer .villes .region ul li {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 2;
  color: #5B7782;
}
#destinations-layer-modele .villes .region ul li a,
#destinations-layer .villes .region ul li a {
  color: #000000;
  /*font-weight: bold;*/
  text-decoration: none;
  display: block;
}
#destinations-layer-modele .villes .region ul li a:hover,
#destinations-layer .villes .region ul li a:hover,
#destinations-layer-modele .villes .region ul li a.first-result,
#destinations-layer .villes .region ul li a.first-result {
  margin-left: -10px;
  padding-left: 10px;
  margin-right: 40px;
  background-color: #007EA7;
  color: #fff;
}
html[lang="ja"] #am-booking-book-flights-form #edit-from + .destination-close + .destination-value {
  font-size: 15px;
}
#am-booking-book-flights-form .acl-form-destination .destination-value {
  position: absolute;
  top: 15px;
  left: 70px;
  right: 30px;
  color: #007ea8;
  font-size: 16px;
  cursor: text;
  background-color: #FFFFFF;
}
#am-booking-book-flights-form .acl-form-destination .destination-close {
  position: absolute;
  top: 5px;
  right: 18px;
  width: 12px;
  height: 12px;
  z-index: 10;
  font-size: 0;
  background: url(../../../libraries/select2/select2.png) right top no-repeat;
  cursor: pointer;
}
#am-booking-book-flights-form .acl-form-destination .form-control {
  cursor: text;
  color: transparent;
  padding-left: 50px;
}
#am-booking-book-flights-form input.no-results {
  background-color: #f5e3e0;
  border: solid 1px #f76147;
}
