body {
	font-family: 'Helvetica', sans-serif;
}
a {
	color: #b71a4c;
}
.front-indicator {
	width: 145px;
	margin: 5px 32px 15px 32px;
	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: #3453C4;

}
div.seatCharts-seat.available.first-class {
/* 	background: url(vip.png); */
	background-color: #3453C4;
}
div.seatCharts-seat.focused {
	background-color: #E51D23;
}
div.seatCharts-seat.selected {
	background-color: #F9B612;
}
div.seatCharts-seat.unavailable {
	background-color: #CCCCCC;
}
div.seatCharts-container {
	border-right: 1px dotted #adadad;
	width: 300px;
	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;
}

#wrapper {
    min-height: 100vh;
}

.box.events {
    background-color: rgba(253, 250, 250, 0.90);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.box.form-box {
    padding: 10px 20px 50px 20px;
    background-color: rgba(253, 250, 250, 0.90);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.buffer {
    height: 30px;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: pink;
}


.navbar-expand-lg {
    margin-top: -70px;
    transition: all 0.4s ease 0s;
}

#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  background-color: #ffffff;
  position: fixed;
  height: 110%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  line-height: 70px;
  padding-top: 110px;
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
}

@media (max-width:767px) {
  /* #wrapper {
    padding-left: 0;
  }
  #sidebar-wrapper {
    left: 0;
  }
  #wrapper.active {
    position: relative;
    left: 250px;
  }
  #wrapper.active #sidebar-wrapper {
    left: 250px;
    width: 250px;
    transition: all 0.4s ease 0s;
  } */
  .navbar-expand-lg {
    margin-top: 0px;
    transition: all 0.4s ease 0s;
  }
}

.events {
    background-color: #cccccc;
}

.headline{
    margin-top: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 45px;
}

.subhead {
    padding-left: 10px;
    font-size: 20px;
    line-height: 34px;
}

.main-content {
    margin-top: 60px;
}

.event-info{
    padding-left: 10px;
    font-size: 16px;
    line-height:26px;
}

.fas {
    text-align: left;
}

.navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
  transition: all 0.4s ease 0s;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.sticky-offset {
    padding-top: 70px !important;
}

#sidebar-img {
    width: 100%;
}

.hide-logo {
    display: none;
}

.hide-padding {
    padding-top: 15px !important;
}

#topbar-img {
    height: 25px;
}

.navbar {
    background-color: #F9B612;
}

.sidebar-nav li { padding: 0px; }
.sidebar-nav li a { margin: 0px; display: block; width: 100%; height: 100%; }

.sidebar-nav a {
    color: black;
    text-decoration: none;
}

.sidebar-nav li:hover {
    background-color: #3453C4;
    text-decoration: none;
}

.sidebar-nav li:hover a {color: white;}

.checkbox {
    padding-left: 10px;
    padding-bottom: 10px;
}

.checklist-button {
    margin-left: 10px;
    margin-top: 10px;
}

.btn{
	color: #F9B612;
}