@charset "UTF-8";
/* CSS Document */

img.logo {
	max-width: 200px;
	height: auto;
}
@media only screen and (max-width : 420px) {
	img.logo {
		max-width: 100px;
		height: auto;
	}
}

.well {
	transition:all 0.3s;
	opacity: 1;
}
.well.inactive {
	opacity: 0.5;
}

#chooseTicketHelper {
	padding-top:25%;
	color:#BFC6C8;
}


.topBg {
	background-color: #333;
	background-size: cover;
	background-position: center center;
	color:#FFF;
	padding:15vh 0;
}

.pageContent {
	padding-top: 25px;
}

.panel-default {
	border-radius: 0;
	border:0;
}
.panel-default .panel-heading {
	border:0;
	border-radius: 0;
}
.panel-title {
	font-size: 20px;
}


.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li > a {
	border:0 !important;
}

.bg-danger {
	background-color: #f2dede;
}


#goldenTicketPanel {
	margin-top: -50px;
	box-shadow: 0px 14px 25px -9px rgba(0,0,0,0.36);
}

.form-control {
	border-radius: 0;
	box-shadow: none;
}