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

img.logo {
	max-width: 200px;
	max-height: 200px;
	height: auto !important;
	width: auto !important;
}
@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;
}

.navbar {
	border:0 !important;
}
.navbar-brand {
	float: none;
	position: relative;
	width: 150px;
	height: auto;
	display: block;
}
.navbar-brand img {
	display: block;
}
.navbar-inverse .navbar-toggle {
	border: 1px solid #FFF;
}
@media only screen and (max-width : 768px) {
	.navbar-brand {
		width: 100px;
	}
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a:hover {
	color: #000000;
	background-color: #FFF;
	border-radius: 5px;
	padding: 10px 15px;
	margin-right: 5px;
}
.navbar-inverse .navbar-nav>li>a.noBtn:hover {
	margin-right: 5px;
	color: #FFF;
	/*background-color: #FFF;*/
}

@media (min-width: 768px) {
	.navbar-right {
		float: none !important;
		position: absolute;
		top:50%; right:30px;
		margin-top: -20px;
	}
}
@media (max-width: 525px) {
	.btn-group-justified > * {
		display: block !important;
		width: 100% !important;
		margin:0 !important;
	}
	.btn-group-justified > *:first-child {
		border-radius: 4px 4px 0 0 !important;
	}
	.btn-group-justified > *:last-child {
		border-top:0 !important;
		border-radius: 0 0 4px 4px !important;
	}
}

.dropdown-menu>li>a {
	color:#FFF;
}


.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);
}
.loginType {
	display: none;
}
