body {
	font-family: 'Lato', sans-serif;
}
.modal-xl {
	max-width: 1380px!important;
}
.sc-wrapper {
	/* width: 100%; */
	width: 1280px;
	display: flex;
  justify-content: center;
}
.sc-container {
	margin: 0 auto;
	/* width: 100%; */
	text-align: left;
}

div.seatCharts-row {
	height: 35px;
}

div.seatCharts-row:after {
	clear: both;
}

div.seatCharts-cell {
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 3px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 13px;
	/* color: #182C4E; */
	color: #E50B43;
}

div.seatCharts-seat {
	background-color: green;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	box-sizing: content-box!important;
}

div.seatCharts-seat:focus {
	border: none;
}
.seatCharts-seat:focus {
	outline: none;
}

div.seatCharts-space {
	background-color: rgba(255,255,255,0);
}

/* base row & seat classes */
div > .shifted-row ~ .shifted-row:not(:first-child) {
	margin-left:3px!important;
}
div > .shifted-row {
  margin-left:16px!important;
}

div > .double-seat:nth-child(2n) {
  margin-right: 0;
  padding-left: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

div > .double-seat:nth-child(2n+1) {
  margin-left: 0;
  padding-right: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

div > .double-seat-inv:nth-child(2n+1) {
  margin-right: 0;
  padding-left: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

div > .double-seat-inv:nth-child(2n) {
  margin-left: 0;
  padding-right: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* legends & booking */
ul.seatCharts-legendList {
	list-style: none;
}
li.seatCharts-legendItem {
	margin-top: 10px;
	line-height: 2;
}

.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;
}

.reservation-header {
	display: flex;
  justify-content: space-evenly;
  text-align: left;
  font-size: 12px;
}

.reservation-footer {
  text-align: left;
  font-size: 12px;
}

#legend {
	margin: 2rem auto;
	/* max-width:750px; */
	max-width:60vw;
}

div.seatCharts-legend {
	padding-left: 0px;
	/* position: absolute; */
	bottom: 16px;
}
ul.seatCharts-legendList {
	display: flex;
  justify-content: space-evenly;
	padding-left: 0px;
}
span.seatCharts-legendDescription {
	margin-left: 5px;
	line-height: 30px;
}

/* front indicator */
.front-indicator {
	margin: 15px 32px 15px 127px;
	background-color: #e50b43;
	color: #FEFEFE;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}

/* container width */
div.seatCharts-container {
	width:100%;
	padding: 5px;
}
/* named row width*/
.seatCharts-row > div.seatCharts-cell:first-of-type {
  width:100px;
}

div.seatCharts-seat.available {
	background-color: #8EB077;
}

div.seatCharts-seat.available.first-class {
	background-color: #DDBA4F;
}

div.seatCharts-seat.available.sideseat-class {
	background-color: #DDBA4F;
}

div.seatCharts-seat.focused {
	background-color: #56793F;
}
div.seatCharts-seat.selected {
	background-color: #EA9887;
}
div.seatCharts-seat.unavailable {
  background-color: #999999;
	cursor: not-allowed;
}

div.seatCharts-seat.disabled {
	background-color: #3A78C3;
}
