/*=- /Content/Layouts/Smooth/stylesheets/section-flight-search.less -=*/

.flightSearch select,
.flightSearch input[type="text"],
.flightSearch .pax-display {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}
.flightSearch h3 {
  font-size: 1.125em;
  color: #96004d;
  margin: 0 0 0.5em;
  line-height: 1;
}
.flightSearch h3::before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  line-height: 0;
  font-family: FontAwesome, Linear;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  height: auto;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  overflow: visible;
  speak: none;
  text-align: center;
  vertical-align: middle;
  position: relative;
  bottom: 0.125em;
  margin-right: 0.25em;
  bottom: 0.0625em;
}
.flightSearch [id^="tab"] {
  display: none;
}
.flightSearch .tab_menu::after {
  display: block;
  content: "";
  clear: both;
}
.flightSearch .tab_menu li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 1px;
}
.flightSearch .tab_menu li a {
  display: block;
  padding: 1.5em 0;
  font-size: 1em;
  font-family: Roboto Slab, Verdana, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.65);
  background-color: rgba(51, 51, 51, 0.9);
}
.flightSearch .tab_menu li a::before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  line-height: 0;
  font-family: FontAwesome, Linear;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  height: auto;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  overflow: visible;
  speak: none;
  text-align: center;
  vertical-align: middle;
  position: relative;
  bottom: 0.125em;
  margin-right: 0.375em;
  font-size: 1.5em;
}
.flightSearch .tab_menu li:first-child a::before {
  content: "\f072";
}
.flightSearch .tab_menu li:last-child a::before {
  content: "\f002";
  bottom: 0.125em;
}
.flightSearch .tab_menu li.active_tab a {
  font-weight: normal;
  color: #333333;
  background-color: rgba(242, 242, 242, 0.92);
}
.flightSearch .tab_panels {
  padding: 1px;
}
.flightSearch .tab_panels .tab_panels-frame {
  height: 100%;
  background-color: rgba(242, 242, 242, 0.92);
}
.flightSearch form {
  height: 100%;
  padding: 1.5em 1em;
  position: relative;
}
.flightSearch #tab2 form {
  padding: 4em 1em;
}
.flightSearch .fieldset {
  padding: 0 0 1.5em;
}
.flightSearch .fieldset::after {
  display: block;
  content: "";
  clear: both;
}
.flightSearch .fieldset .city,
.flightSearch .fieldset .date {
  width: 50%;
  float: left;
}
.flightSearch .fieldset .city:nth-of-type(odd),
.flightSearch .fieldset .date:nth-of-type(odd) {
  padding-right: 0.25em;
}
.flightSearch .fieldset .city:nth-of-type(even),
.flightSearch .fieldset .date:nth-of-type(even) {
  padding-left: 0.25em;
}
.flightSearch .search-type {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 2px;
}
.flightSearch .search-type::after {
  display: block;
  content: "";
  clear: both;
}
.flightSearch .search-type label,
.flightSearch .search-type a {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 0.875em;
}
.flightSearch .search-type label::before {
  margin-right: 0.125em;
  font-size: 1.25em;
  bottom: 0.0625em;
}
.flightSearch .search-type label.selected::before {
  color: #466c8f;
}
.flightSearch .search-type a {
  text-decoration: underline;
}
.flightSearch .search-type a::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  line-height: 0;
  font-family: FontAwesome, Linear;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  height: auto;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  overflow: visible;
  speak: none;
  text-align: center;
  vertical-align: middle;
  position: relative;
  bottom: 0.125em;
  content: "\f041";
  font-size: 1.5em;
  color: #c8531f;
  margin-left: 0.25em;
  bottom: 0.0625em;
}
.flightSearch .cities .city h3::before {
  content: "\f061";
}
.flightSearch .cities .city:first-child h3::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flightSearch .cities .city:last-child h3::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flightSearch .cities select {
  width: 100%;
  padding-right: 1.5em;
  background-color: white;
  background-size: 1.5em;
}
.flightSearch .cities select option[disabled] {
  display: none;
}
.flightSearch .dates input[type="text"] {
  width: 100%;
  height: 5em;
  padding: 1.5em 0.75em 0.75em;
  border-bottom-width: 1px;
  text-align: center;
  font-weight: bold;
}
.flightSearch .dates input[type="text"]er {
  font-weight: bold;
  font-style: italic;
}
.flightSearch .dates .dateFlex {
  display: none;
}
.flightSearch .dates .dateFlex span,
.flightSearch .dates .dateFlex label {
  display: inline-block;
  margin-right: 1em;
}
.flightSearch .pax {
  position: relative;
}
.flightSearch .pax h3::before {
  content: "\f007";
}
.flightSearch .pax .pax-display {
  overflow: visible;
  line-height: 1.25;
  background-color: white;
  cursor: pointer;
  position: relative;
  border: 1px solid #b8b8b8;
}
.flightSearch .pax .pax-display::after {
  display: block;
  content: "";
  clear: both;
}
.flightSearch .pax .pax-display div {
  text-align: center;
  padding: 0.75em 0;
}
.flightSearch .pax .pax-display div:first-child {
  width: 45%;
  float: left;
}
.flightSearch .pax .pax-display div:nth-child(2) {
  width: 55%;
  float: left;
}
.flightSearch .pax .pax-display #selectedCC {
  font-weight: bold;
}
.flightSearch .pax .pax-display #selectedCCer {
  font-weight: bold;
  font-style: italic;
}
.flightSearch .pax ul {
  display: none;
  position: absolute;
  bottom: 1em;
  z-index: 4;
  width: 100%;
  padding: 1.5em 1em;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 30px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 30px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 30px -3px rgba(0, 0, 0, 0.5);
}
.flightSearch .pax ul li {
  padding: 0.5em 0;
  border-top: 1px dotted #f2f2f2;
}
.flightSearch .pax ul li::after {
  display: block;
  content: "";
  clear: both;
}
.flightSearch .pax ul li label {
  display: block;
  width: 50%;
  float: left;
  margin-top: 0.75em;
  font-size: 1.125em;
  font-weight: bold;
}
.flightSearch .pax ul li labeler {
  font-weight: bold;
  font-style: italic;
}
.flightSearch .pax ul li label span {
  font-size: 0.75em;
  color: #cccccc;
}
.flightSearch .pax ul li select {
  width: 45%;
  float: right;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.flightSearch .pax ul li:first-of-type {
  border: none;
}
.flightSearch .pax ul li:last-of-type {
  padding: 1.5em 0 0;
  border-top-style: solid;
}
.flightSearch .pax ul li:last-of-type button {
  margin: 0;
}
.flightSearch .pax ul li:last-of-type button::before,
.flightSearch .pax ul li:last-of-type button::after {
  font-weight: bold;
}
.flightSearch .pax ul li:last-of-type button::beforeer,
.flightSearch .pax ul li:last-of-type button::afterer {
  font-weight: bold;
  font-style: italic;
}
.flightSearch .promocode {
  padding: 0;
}
.flightSearch .promocode input {
  width: 100%;
  border-bottom-width: 1px;
}
.flightSearch .nationality {
  text-align: inherit;
  float: right;
  width: 20%;
}
.flightSearch .nationality h3 {
  padding-bottom: 0.1em;
}
.flightSearch .nationality h3::before {
  content: "\f024";
}
.flightSearch .nationality label {
  padding-left: 1em;
  padding-bottom: 0.25em;
}
.flightSearch .submitForm {
  width: 100%;
  height: 4em;
  padding: 0;
  position: absolute;
  z-index: 2;
  bottom: -4.125em;
  left: 0;
}
.flightSearch .submitForm button {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.5em;
}
.flightSearch .lookup h3::before {
  content: "\f1d9";
}
.flightSearch .lookup input {
  width: 100%;
  border-bottom-width: 1px;
}
.flightSearch .lookup-name {
  margin-bottom: 3em;
}
.flightSearch .lookup-name input {
  padding-left: 2.25em;
  background-repeat: no-repeat;
  background-image: url('/Content/Layouts/Smooth/images/icon-user.png');
  background-image: url('/Content/Layouts/Smooth/images/icon-user.svg');
  background-size: 24px;
}
.flightSearch .lookup-ref input {
  padding-left: 2.25em;
  background-repeat: no-repeat;
  background-image: url('/Content/Layouts/Smooth/images/icon-ticket.png');
  background-image: url('/Content/Layouts/Smooth/images/icon-ticket.svg');
  background-size: 24px;
  background-size: 1.875em;
}
.ui-datepicker.ui-widget-content {
  padding: 5px;
  top: 45% !important;
  z-index: 200 !important;
  border: none !important;
  -webkit-box-shadow: 0 5px 30px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 30px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 30px -3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ui-datepicker.ui-widget-content td a {
  text-align: center;
}
.ui-datepicker.ui-widget-content .ui-widget-header {
  font-family: Roboto Slab, Verdana, Helvetica, sans-serif;
  color: white;
  font-weight: normal;
  background: #3e8b94;
  border: none;
}
.ui-datepicker.ui-widget-content .ui-widget-header a {
  color: white;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-hover {
  border: none;
}
.ui-datepicker.ui-widget-content .ui-state-active {
  border-color: #96004d;
  background: rgba(150, 0, 77, 0.25);
}
.ui-datepicker.ui-widget-content .ui-state-highlight {
  border-color: rgba(200, 83, 31, 0.3);
  background: rgba(200, 83, 31, 0.1);
}
@media print, screen and (max-width: 37.4375em) {
  .flightSearch .search-type label:first-child,
  .flightSearch .search-type a:first-child {
    text-align: left;
  }
  .flightSearch .search-type label:last-child,
  .flightSearch .search-type a:last-child {
    text-align: right;
  }
}
@media print, screen and (min-width: 37.5em) {
  .flightSearch .pax ul {
    bottom: 0;
  }
  .flightSearch #tab2 form {
    padding: 4em 7em;
  }
}
@media print, screen and (max-width: 56.1875em) {
  .flightSearch .dates .date {
    position: relative;
  }
  .flightSearch .dates .date:first-child h3 {
    right: 0.5em;
    left: 0;
  }
  .flightSearch .dates .date:nth-child(2) h3 {
    right: 0;
    left: 0.5em;
  }
  .flightSearch .dates h3 {
    position: absolute;
    top: 0.5em;
    margin: 0;
    font-size: 0.875em;
    color: #929292;
    text-align: center;
    font-style: italic;
  }
  .ui-datepicker.ui-widget-content {
    margin: 0 0 0 -8.5em !important;
    left: 50% !important;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.1875em) {
  .flightSearch form::after {
    display: block;
    content: "";
    clear: both;
  }
  .flightSearch .pax,
  .flightSearch .promocode {
    width: 50%;
    float: left;
  }
  .flightSearch .pax {
    padding: 0 0.25em 0 0;
  }
  .flightSearch .pax ul {
    width: 200%;
  }
  .flightSearch .promocode {
    padding: 1.6875em 0 0 0.25em;
  }
  .flightSearch .promocode input {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-left: -0.25em;
  }
  .flightSearch .nationality {
    width: 50%;
    margin-right: -0.5em;
  }
  .flightSearch .nationality label {
    font-size: 1.1em;
    padding: 0.75em 2.25em;
  }
}
@media print, screen and (min-width: 56.25em) {
  .flightSearch h3 {
    margin-bottom: 0.5em;
    padding-left: 0.125em;
    font-size: 0.875em;
    font-style: italic;
    white-space: nowrap;
  }
  .flightSearch .container::after {
    display: block;
    content: "";
    clear: both;
  }
  .flightSearch .tab_menu {
    width: 15%;
    float: left;
    height: 10.5em;
  }
  .flightSearch .tab_menu li {
    float: none;
    width: auto;
    width: 100%;
    height: 50%;
    text-align: center;
  }
  .flightSearch .tab_menu li a {
    height: 100%;
    padding: 1em 0.125em 0;
  }
  .flightSearch .tab_menu li a::before {
    display: block;
    margin: 0 0 0.25em;
    line-height: 1;
  }
  .flightSearch .tab_panels {
    width: 85%;
    float: left;
    height: 10.5em;
    padding-right: 3.9375em;
  }
  .flightSearch .tab_panels [id^="tab"] {
    height: 100%;
  }
  .flightSearch .tab_panels [id^="tab"] > li {
    height: inherit;
  }
  .flightSearch form {
    padding: 1.25em 1em;
  }
  .flightSearch #tab2 form {
    padding-top: 2em;
  }
  .flightSearch #tab2 .lookup-name,
  .flightSearch #tab2 .lookup-ref {
    width: 50%;
    float: left;
  }
  .flightSearch #tab2 .lookup-name {
    margin: 0;
    padding: 0 1em 0 0;
  }
  .flightSearch #tab2 .lookup-ref {
    padding: 0 0 0 1em;
  }
  .flightSearch .cities select,
  .flightSearch .dates input[type="text"],
  .flightSearch .pax-display {
    height: 38px;
  }
  .flightSearch .fieldset {
    float: left;
    padding: 0;
  }
  .flightSearch .fieldset select,
  .flightSearch .fieldset .pax-display {
    font-size: 0.875em;
  }
  .flightSearch .search-type {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 1.25em;
    left: 1em;
    border: none;
  }
  .flightSearch .search-type label {
    width: auto;
    margin-right: 3em;
  }
  .flightSearch .search-type a {
    width: auto;
  }
  .flightSearch .cities,
  .flightSearch .dates {
    width: 40%;
    padding: 0 0.5em 0 0;
  }
  .flightSearch .dates h3::before {
    content: "\f274";
  }
  .flightSearch .dates .date {
    height: 100%;
  }
  .flightSearch .dates input {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .flightSearch .dates input[disabled] {
    opacity: 0.5;
  }
  .flightSearch .dates input[type="text"] {
    padding: 0.75em 0;
    font-size: 0.875em;
    line-height: 1.25;
  }
  .flightSearch .dates .dateFlex {
    padding: 0 0 0 0.5em;
    position: absolute;
    bottom: 1.5em;
  }
  .flightSearch .dates .dateFlex span,
  .flightSearch .dates .dateFlex label {
    font-size: 0.75em;
    margin-top: 0.125em;
    padding: 0;
    line-height: 1;
  }
  .flightSearch .pax {
    width: 20%;
    position: relative;
  }
  .flightSearch .pax .pax-display div {
    width: 100%;
    padding: 0;
  }
  .flightSearch .pax .pax-display div:first-child {
    padding: 0.75em 0;
  }
  .flightSearch .pax .pax-display div:first-child,
  .flightSearch .pax .pax-display div:nth-child(2) {
    float: none;
    width: auto;
  }
  .flightSearch .pax .pax-display #selectedCC {
    width: 100%;
    position: absolute;
    bottom: -1.5em;
    left: 0;
    text-decoration: underline;
  }
  .flightSearch .pax .pax-display #selectedCC:focus {
    outline: medium none rgba(0, 167, 255, 0.9);
  }
  .flightSearch .pax ul {
    width: 24em;
    right: 9.75em;
    bottom: -6em;
    margin: 0;
  }
  .flightSearch .pax ul select {
    font-size: 1em;
  }
  .flightSearch .promocode {
    width: 25%;
    height: auto;
    float: right;
    margin-top: 2.2em;
    margin-right: 0.5em;
  }
  .flightSearch .promocode input {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
  }
  .flightSearch .nationality {
    float: right;
    padding-top: 0.75em;
  }
  .flightSearch .nationality h3 {
    font-size: 0.9em;
  }
  .flightSearch .submitForm {
    width: 3.75em;
    height: 100%;
    left: inherit;
    bottom: 0;
    right: -3.875em;
  }
  .flightSearch .submitForm button {
    font-size: 1em;
  }
  .flightSearch .submitForm button span {
    display: none;
  }
  .flightSearch .submitForm button::after {
    margin: 0;
    right: 0.25em;
    font-size: 1.5em;
  }
  .flightSearch .lookup {
    float: none;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  
}
