body {
  font-family: "Lato", sans-serif;
}

.front-indicator {
  width: 100%;
  margin: 5px 32px 15px 0px;
  background-color: #f6f6f6;
  color: #adadad;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
}
.wrapper {
  width: 100%;
  /* text-align: center; */
}
.container {
  margin: 0 auto;
  /* width: 500px; */
  text-align: left;
}
.booking-details {
  float: left;
  text-align: left;
  margin-left: 35px;
  font-size: 12px;
  position: relative;
  height: 401px;
}
.booking-details h2 {
  margin: 25px 0 20px 0;
  font-size: 17px;
}
.booking-details h3 {
  margin: 5px 5px 0 0;
  font-size: 14px;
}
div.seatCharts-cell {
  color: #182c4e;
  height: 25px;
  width: 25px;
  line-height: 25px;
}
div.seatCharts-seat {
  color: #ffffff;
  cursor: pointer;
}
div.seatCharts-row {
  height: 35px;
}
div.seatCharts-seat.available {
  background-color: #b9dea0;
  /* background-color: #76B474; */
}
div.seatCharts-seat.available.first-class {
  /* 	background: url(vip.png); */
  background-color: #3a78c3;
}
div.seatCharts-seat.focused {
  /* background-color: #76B474; */
  background-color: #61c31f;
}
div.seatCharts-seat.selected {
  /* background-color: #E6CAC4; */
  background-color: #c33a3a;
}
div.seatCharts-seat.ocupado {
  background-color: #3a78c3;
}
div.seatCharts-seat.unavailable {
  background-color: #472b34;
}
div.seatCharts-container {
  /* border-right: 1px dotted #adadad; */
  /* width: 200px; */
  padding: 20px;
  float: left;
}
div.seatCharts-legend {
  padding-left: 0px;
  position: absolute;
  bottom: 16px;
}
ul.seatCharts-legendList {
  padding-left: 0px;
}
span.seatCharts-legendDescription {
  margin-left: 5px;
  line-height: 30px;
}
.checkout-button {
  display: block;
  margin: 10px 0;
  font-size: 14px;
}
#selected-seats {
  max-height: 90px;
  overflow-y: scroll;
  overflow-x: none;
  width: 170px;
}
