.body form {
  /*display: inline-block;*/
  width: 300px;
  margin-top: 15px;
  height: 300px;
}
.body form input,
.body form select {
  width: 250px !important;
  margin-left: auto;
  display: table;
  margin-right: auto;
  margin-bottom: 10px;
  height: 35px !important;
  font-size: 15px !important;
  text-indent: 10px;
  border: solid 1px silver;
  border-radius: 0 !important;
}
.hidden {
  display: none !important;
}
.ui-datepicker-trigger {
  display: none;
}

.quantity-wrapper {
  display: flex;
  justify-content: center;
}
.quantity-wrapper .ui-widget.ui-widget-content {
  border:none;
}
.quantity {
  position: relative;
  margin-right: 9px;
  display: block;
  float: left;
  width:148px;
}

form .submit {
  background: #b02c3c;
  color: white;
  font-size: 15px;
  text-indent: 0px;
  float:none;
}
form .submit:hover {
  background: #922330;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden
    max-width: 250px !important;
}

.ui-menu .ui-menu-item a {
    font-size: 20px;
    font-weight: 300;
    color: black
}

.ui-menu .ui-menu-item a:hover {
    color: #1c6fae;
    background: url('')
}

.ui-state-hover .ui-state-focus {
    color: #1c6fae;
    background: url('')
}

.ui-menu .ui-menu-item a:focus {
    color: #1c6fae;
    background: url('')
}
#faresearch_passengers-adult,
#faresearch_passengers-child {
  width: 120px !important;
  float: left;
  margin: 0;
}

#faresearch_passengers-adult {
    margin-left: 26px;
    /*margin-right: 9px*/
}

.faresearch-default-arrival,
#faresearch-defaults-right,
#faresearch-defaults-left {
  display: none;
}

.faresearch-defaults {
    display: block;
    width: 248px;
    margin-left: auto;
    display: table;
    margin-right: auto;
    font-size: 15px;
    text-align: left;
    border: 1px solid gray;
    font-size: 15px;
    position: absolute;
    top: 35px;
    left: 20px;
    position: absolute;
    top: 35px;
    left: 25px;
    background: white;
    z-index: 10;
}
.widget-default-text {
    padding: 8px;
    background: #b02c3c;
    color: #fff;
    text-align: center;
}
.faresearch-defaults a {
    padding: 9px;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    display: block;
    color: #1f927e;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.faresearch-defaults a:hover {
    background: #1f927e;
    color: #fff !important;
}
.destination-container,
.origin-container {
    position: relative;
}
.ui-widget {
  font-size: .89em !important;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}


.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 35px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 17px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: bold;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 17px;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 18px;
}

#suffix, #suffixs{
  position: absolute;
  top: 6px;
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 15px;
}

.adult{
  left: 58px;
}
.child{
  left:31px;
}
