/* Booking Engine Styling - For Aero CRS Custom Styling Section */
div.enginePanel
{
  padding-top: 3rem;
  background-color: #f8f8f8;
  color: #979DAD;
  border-radius: 4rem;
  box-shadow: 0px 36px 48px #00254A1A;
}

div.widget div.btnRow .radio-inline,
div.btnRow>.radio-inline
{
  color: #979DAD;
}

div.flightSubmit
{
  width: auto;
  height: auto;
}

div.flightCoupon,
div.flightCoupon a
{
  color: #979DAD;
}

.flightCoupon .svgHolder svg
{
  fill: #979DAD;
}

div.flightForm .switch
{
  border: 3px solid #00BCF1;
  padding: 8px;
}

div.flightSubmit input
{
  margin-bottom: -10px;
  transform: translateY(50%);
  width: auto;
  height: auto;
  border-radius: 3rem;
  font-size: 28px;
  margin-top: 1.5rem;
  padding: .75rem 3rem;
}

.flightForm>ul>li>label.filled>span
{
  font-weight: 400;
}

div.flightForm>ul>li>label>span
{
  color: #979DAD;
}

div.flightForm>ul>li>label>input
{
  color: #979DAD;
}

div.flightTitle
{
  color: #979DAD;
}

/* Mobile Height of month switch arrows */
@media screen and (max-width:815px)
{

  div.flightForm_dateHolder a.flightForm_dateNextMonth,
  div.flightForm_dateHolder a.flightForm_datePrevMonth
  {
    top: 181px;
  }
}

@media screen and (max-width:718px)
{

  div.flightForm_dateHolder a.flightForm_dateNextMonth,
  div.flightForm_dateHolder a.flightForm_datePrevMonth
  {
    top: 171px;
  }
}

@media screen and (max-width:546px)
{

  div.flightForm_dateHolder a.flightForm_dateNextMonth,
  div.flightForm_dateHolder a.flightForm_datePrevMonth
  {
    top: 188px;
  }
}

/*#enginePanel_flight .flightCoupon
{
  display: none;
}*/