﻿.PaxPickerContainer {
  width: 100%;
}
.PaxPickerDisplay {
  border: 1px lightgray solid;
  background-color: white;
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 16px;
}
.PaxPickerDisplayText {
  float: left;
  padding: 10px;
}
.PaxPickerDisplaySymbol {
  float: right;
  padding: 10px;
}
.PaxClear {
  clear: both;
}
.PaxPickerInputs {
  z-index: 10;
  position: relative;
}
.PaxPickerInputsContainer {
  position: absolute;
  left: 0;
  top: 100%;
  border-left: 1px lightgray solid;
  border-right: 1px lightgray solid;
  border-bottom: 1px lightgray solid;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  padding: 0 10px;
  width: 100%;
}
.ShowInputs {
  height: auto !important;
  visibility: visible;
}
.PaxPickerInputRow {
  display: table;
  width: 100% !important;
  margin-top: 24px;
  /*padding: 0.5em 0.3em 0.5em 0.3em;
    min-height: 25px;*/
}
.PaxPickerInputControls {
  /*float: right;*/
  display: table-cell !important;
  width: 100% !important;
  vertical-align: middle !important;
}
.PaxPickerInputText {
  display: table-cell !important;
  width: 100% !important;
  vertical-align: middle !important;
  /*float: left;
    font-family: Lato, sans-serif;
    font-size: 16px;
    padding: 6px;*/
}
.PaxPickerInputSubText {
  font-size: 0.9em;
  float: left;
  clear: left;
  padding-left: 5px;
}
.PaxPickerButton {
  color: #3380b3;
  font-weight: bold;
  background-color: white;
  border: 1px lightgray solid;
  height: 32px;
  width: 32px;
  float: left;
}
.PaxPickerInputAmount {
  width: 48px;
  float: left;
  text-align: center;
  line-height: 2.5;
}
.PaxPickerCenter {
  text-align: center;
}
.PaxPickerClose {
  font-size: 16px;
  text-decoration: underline;
  float: right;
  padding-right: 10px;
  margin-bottom: 18px;
}
.guest-type {
  font-size: 14px;
  font-weight: bold;
}
.guest-age {
  font-size: 13px;
}