﻿
[ap-app][ct-app].ct-app {
  background: none !important;
}

[ap-app][ct-app] {
  background: none !important;
  padding-bottom: 15px;
  padding-top: 15px;
}

[ap-app][ct-app] .ct-timepicker-custom-box {
  max-height: 200px;
}

.ap-menu-bar>section {
  margin-bottom: 200px;
}

#ct-container .ct-search-form #ct-button-search {
  text-align: right;
}

.ct-container-search-cars {
    min-height: 10vh;
}

@media screen and  (max-width: 767px) {
  #ct-container .ct-search-form #ct-button-search {
    text-align: center;
  }
}

#ct-container .ct-search-form #ct-button-search .ct-btn-p, .ct-modal-container .ct-search-form #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;
  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;
  box-shadow: none;
}

#ct-container .ct-drop-down-container > input, .ct-modal-container .ct-drop-down-container > input {
  font-family: AvenirNextLTPro-MediumIt;
  font-weight: normal;
  /*font-size: 20px;*/
  /*color: white;*/
  max-width: none;
  /*background-color: #404040;
    border-color: #404040;
    */
  border-bottom: solid 2px #eb1f28;
  /*padding-left: 85px;*/
  padding-right: inherit;
  /*height: 50px;*/
  padding: 10px 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.ct-app-ready .ct-search-form .ct-form-field .ct-input, .ct-app-ready .ct-search-form .ct-form-field .ct-select {
  font-family: AvenirNextLTPro-MediumIt;
  font-weight: normal;
  /*font-size: 20px;*/
  /*color: black;*/
  max-width: none;
  /*padding-left: 110px;*/
  border-bottom: solid 2px #eb1f28;
  /*height: 50px;*/
  padding-right: 10px;
  border-radius: 6px;
}

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-container .ct-drop-down-container>input, .ct-modal-container .ct-drop-down-container>input .ct-error {
    border-color: yellow;
}*/

.ct-recent-searches--list-step1 {
  border-radius: 10px 10px 10px 10px;
}

button, input, optgroup, select, textarea {
    color: initial;
    font: inherit;
    margin: 0;
}
