﻿@media only screen and (max-width: 500px) {
  section > [ct-app] {
    min-height: 10vh !important;
  }
}

[ct-app] {
  padding-top: 15px;
  padding-bottom: 15px !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, html .ct-link, .ct-modal-container .ct-link, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

[ct-app].ct-step-search .ct-search-form .ct-form-field .ct-input, [ct-app].ct-step-search .ct-search-form .ct-form-field .ct-select {
  font-family: AvenirNextLTPro-MediumIt;
  /*font-size: 20px;*/
  /*color: white;*/
  max-width: none;
  /*background-color: #404040;
    border-color: #404040;
    */
  border-bottom: solid 2px #eb1f28;
  padding-right: inherit;
  height: 50px;
  /*padding: 10px 16px;*/
  line-height: 1.3333333;
  border-radius: 6px !important;
}

[ct-app].ct-step-search .ct-return-way #ct-button-search .ct-btn-p {
  width: auto;
  height: auto;
  min-width: initial;
  display: inline-block;
  color: white !important;
  background-color: #eb1f28;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  border-color: #eb1f28;
  font-family: AvenirNextLTPro-Regular;
  font-size: 20px;
  font-weight: normal;
  box-shadow: none;
  line-height: 35px;
  padding: 6px 30px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#ct-button-search {
  width: auto;
}

@media screen and (max-width: 767px) {
  #ct-button-search {
    text-align: center;
  }
}


button, input, optgroup, select, textarea {
    color: initial;
    font: inherit;
    margin: 0;
}