﻿/* 1 */
body {
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	font-weight: bold;
}

h1, h2 {
	font-size: 1.1em;
	margin: 5px 0;
}

h3 {
	font-size: 1.2em;
	margin: 5px 0;
}

h4, h5, h6 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 3px 0;
}

p {
	font-size: .7em;
}

hr {
	display: none;
}

a img {
	border: 0;
}

a {
	color: #00aced;
	font-weight: 600;
	text-decoration: none;
}

#shareMenu a {
	color: #fff;
}

label {
	display: block;
}

.vlogo {
	float: right;
	padding: 5px 5px 5px 0;
}

.header .headerGrey {
	height: 5px;
	background-color: #434343;
	display: block;
}

.header .headerBlue {
	height: 50px;
	background-color: #001828;
	display: block;
}

.tLogo {
	float: left;
	margin: 5px 0 5px 5px;
	max-height: 40px;
	height: 40px;
	padding: 0;
}

	.tLogo img {
		max-height: 40px;
		height: 40px;
	}

.logo, .logo img {
	position: absolute;
	top: 5px;
	right: 5px;
	max-width: 155px;
	max-height: 40px;
	height: 40px;
}

#stdPageContent {
	padding: 10px 2% 46px 2%;
}

.mainContent {
	clear: both;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

	.mainContent a {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

#barcodeSection {
	clear: both;
}

	#barcodeSection > div {
		float: left;
		width: 38%;
	}

	#barcodeSection div span {
		display: block;
		margin-top: 3px;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 0.9em;
		font-weight: normal;
	}

	#barcodeSection div.textColumn {
		width: 31%;
		padding-top: 40px;
		padding-bottom: 20px;
	}

	#barcodeSection div#nameOnTicket.textColumn {
		padding-top: 20px;
	}

	#barcodeSection #barcode {
		width: 114px;
		height: 114px;
		margin: 0 auto;
		position: relative;
	}

		#barcodeSection #barcode img {
			position: absolute;
			top: 0;
			left: 0;
			margin: 0;
		}

		#barcodeSection #barcode #dm_code {
			background: #fff;
			margin: 0 auto o auto;
			position: relative;
		}

#titles, #ticketDetails {
	padding: 7px 5px;
	border: #ebebeb solid 1px;
	background-color: #FFF;
	margin-bottom: 5px;
	display: inline-block;
	width: 96%;
}

	#titles img {
		display: block;
		margin: 7px auto 2px auto;
		border: 5px solid #fff;
	}

	@media (prefers-color-scheme: dark) {
		#titles, #ticketDetails {
			padding: 7px 5px;
			border: #ebebeb solid 1px;
			background-color: #FFF;
			margin-bottom: 5px;
			display: inline-block;
			width: 96%;
			color: rgb(85, 85, 85);
		}
		#titles img {
			display: block;
			margin: 7px auto 2px auto;
			border: 5px solid #fff;
		}
	}

#barcodeNumber {
	font-size: 0.8em;
	line-height: 1em;
	margin: 2px auto 12px;
	padding: 0;
}

#extraTitles {
	clear: both;
}

#ticketDetails .clear {
	display: inline-block;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 100%;
	line-height: 0px;
	overflow: hidden;
}

#ticketDetails div {
	margin: 0;
	float: left;
	width: 23%;
	font-size: .85em;
	padding-bottom: 10px;
}

#ticketDetails #section {
	width: 31%;
}

#ticketDetails .fullWidthChild {
	padding-bottom: 5px;
	clear: both;
	width: 100%;
}

#ticketDetails #eventCode {
	width: 32%;
	font-size: .6em;
}

#ticketDetails .fifthWidthChild {
	width: 17%;
	font-size: .6em;
}

#ticketDetails div * {
	width: 100%;
	display: block;
	text-align: center;
}

#ticketDetails div strong {
	margin-bottom: 5px;
}

#ticketDetails .fullWidthChild * {
	width: inherit;
	display: inline;
}

#ticketDetails .fullWidthChild {
	font-size: 1.3em;
}

	#ticketDetails .fullWidthChild strong {
		padding-right: 3px;
	}

.buttonModule {
	padding: 0 20px;
	border: 4px solid #F3F3F3;
	border-radius: 8px;
	min-height: 52px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	background-color: #6AC63F;
	/*background: url(../images/buttonModuleBgX.png) top left repeat-x;*/
}


	/*.buttonModule:after {
        background-image: url(../images/chevron.png);
    }


    .buttonModule:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 7px;
        content: " ";
        background: url(../images/chevron.png) center right no-repeat;
    }*/

	.buttonModule h4, .buttonModule p {
		font-weight: bold;
		padding: 0;
		margin: 0.5em;
	}

	.buttonModule a {
		display: block;
		text-decoration: none;
		color: #fff;
	}

	.buttonModule h4 a, .buttonModule p a {
		padding: 0;
		height: 100%;
		color: #FFF;
	}

	.buttonModule p a {
		font-weight: 400;
	}

	.buttonModule p {
		font-size: 1em;
	}

#importantInfo h5 {
	font-weight: bold;
}

#importantInfo p {
	text-align: left;
	margin: 0px;
	padding: 10px 15px 0 15px;
}

	#importantInfo p:last-child {
		padding-bottom: 10px;
	}

.footer p {
	text-align: center;
	color: #525252;
	font-size: 12px;
	margin-bottom: 0px;
}

.errorContent {
	background-color: #fff;
	clear: both;
	text-align: center;
	padding: 5px;
	text-align: center;
	margin: 10px 10px 40px 10px;
	padding: 20px;
	border-radius: 5px;
	border: solid 1px #d7d7d7;
	-webkit-box-shadow: 0 6px 22px 0px rgb(0 0 0 / 13%);
	box-shadow: 0 6px 22px 0px rgb(0 0 0 / 13%);
}

	.errorContent h1, .errorContent p {
		color: #000;
	}

	.errorContent p {
		font-size: 0.8em;
	}

.notAvailable {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 1px;
}

	.notAvailable h1 {
		text-align: center;
	}

	.notAvailable p {
		text-align: center;
		line-height: 1.5em;
	}

	.notAvailable table {
		width: 100%;
		border: 1px solid #ccc;
	}

#AddToPassbook {
	display: none;
}

.center {
	text-align: center;
}

.placeholder {
	color: #999999;
}
/* IE can't cope with gradient and border radius on same element so we have greyBoxOuter and greyBoxInner */
.greyBoxOuter {
	clear: both;
	margin: 0 5px 13px 3px;
	border-radius: 8px;
	overflow: hidden;
	/*border: 1px solid rgb(16,16,16);
	border-bottom: 1px solid rgb(32,32,32);*/
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.6);
	box-shadow: 2px 2px 2px rgba(0,0,0,.8);
	font-size: 12px;
	color: #fff;
}

#loginConfirmation.greyBoxOuter {
	margin-top: 80px;
}

.greyBoxInner {
	padding: 15px;
	border-radius: 8px;
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #626262), color-stop(1, #000));
	background-image: -webkit-linear-gradient(top, #626262 0%, #000 100%);
}

.greyBoxOuter p {
	font-size: 12px;
}

.greyBoxOuter h1, .greyBoxOuter h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.greyBoxInner div {
	margin-bottom: 8px;
}

.greyBoxOuter hr {
	margin: 10px 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed #fff;
}

.greyBoxOuter label {
	display: none;
}

.greyBoxOuter input[type=text], .greyBoxOuter input[type=email], .greyBoxOuter input[type=password] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 7px 10px;
	margin: 8px 0px;
	font-size: 12px;
	border-radius: 0;
}

.greyBoxOuter a {
	color: #fac24a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

	.greyBoxOuter a:active {
		text-decoration: underline;
	}

.errorModule {
	font-size: 12px;
	background-color: #fff;
	clear: both;
	padding: 8px;
	border-radius: 3px;
	color: #be2828;
}

.greyGradient {
	background: #434343;
}

#menuButtonBar {
	display: none !important;
	width: 100%;
	height: 46px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3;
	text-align: center;
}

.button, a.button {
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
	border: 1px solid #111;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
}

	.button:active, a.button:active {
		text-decoration: none;
	}

	.button.grey, a.button.grey {
		background: #FEE949;
	}

		.button.grey:active, a.button.grey:active {
			background: #FEE949;
		}

	.button.black, a.button.black {
		background: #FEE949;
	}

		.button.black:active, a.button.black:active {
			background: #FEE949;
		}

	.button.yellow, a.button.yellow {
		color: rgb(5, 55, 107);
		background-color: rgb(255,212,34);
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,212,34)), color-stop(50%, rgb(253,205,100)), to(rgb(250,194,74)));
		background-image: -webkit-linear-gradient(top, rgb(255,212,34) 0%, rgb(253,205,100) 50%, rgb(250,194,74) 100%);
		border: 1px solid rgb(255,212,34);
	}

.greyBoxOuter .button, .greyBoxOuter a.button {
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	width: 200px;
	margin: 0 auto;
}

	.greyBoxOuter .button.small, .greyBoxOuter a.button.small {
		width: inherit;
		margin: 0;
		padding: 0 15px;
	}

	.greyBoxOuter .button.grey, .greyBoxOuter a.button.grey {
		color: rgb(5, 55, 107);
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254,254,255)), color-stop(50%, rgb(244,244,245)), to(rgb(210,210,211)));
		background-image: -webkit-linear-gradient(top, rgb(254,254,255) 0%, rgb(244,244,245) 50%, rgb(210,210,211) 100%);
		border: 1px solid rgb(254,254,255);
	}

#menuButtonBar .button {
	width: 145px;
	margin: 6px 5px;
}

#menuOverlay {
	z-index: 2;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0 10px 0;
	background-color: #434343;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #DBDBDB;
}

	#menuOverlay .button {
		width: 60%;
		line-height: 40px;
		font-size: 18px;
		margin: 10px 0;
	}

	#menuOverlay p {
		text-align: left;
		margin: 0 10% 10px 120px;
		padding-left: 10%;
	}

	#menuOverlay a {
		font-weight: normal;
	}

.iconButton {
	overflow: hidden;
	display: inline-block;
	margin: 10px;
	width: 76px;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
}

	.iconButton img {
		width: 60px;
		padding: 0 8px;
	}

#menuOverlay div {
	clear: both;
}

a.iconButton {
	text-decoration: none;
}

#bodyOverlay {
	z-index: -1;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	color: #000;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}

	#bodyOverlay.dark {
		z-index: 1;
		opacity: .7;
	}

#overlayFrame {
	z-index: 2;
	position: absolute;
	top: 12px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 500px;
	min-height: 500px;
}

	#overlayFrame div {
		margin: 0 auto;
		width: 300px;
		height: 100%;
	}

	#overlayFrame iframe {
		margin: 0;
		border: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}

#popupOverlay {
	position: fixed;
	z-index: 1;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
}

#downloadAppPopup {
	color: #fff;
	position: relative;
	margin: 0 auto;
	top: 150px;
	width: 80%;
	background-color: rgba(1, 14, 56, 0.9);
	background: rgba(1, 14, 56, 0.9) -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(1%, rgba(255, 255, 255, 0.5)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: rgba(1, 14, 56, 0.9) -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
	background: rgba(1, 14, 56, 0.9) linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
	height: 160px;
	border: 3px solid white;
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
	font-size: 1.3em;
}

	#downloadAppPopup h2 {
		font-size: 1em;
	}

	#downloadAppPopup h2, #downloadAppPopup .buttons a {
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
	}

	#downloadAppPopup .buttons {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 0;
	}

		#downloadAppPopup .buttons a {
			color: #fff;
			height: 40px;
			line-height: 40px;
			width: 30%;
			box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 2px 1px rgba(0, 0, 0, 0.5), 0px 1px 1px rgba(255, 255, 255, 0.8);
		}

			#downloadAppPopup .buttons a.cancel {
				background: rgba(108, 115, 141, 0.7);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(108, 115, 141, 0.7)), color-stop(50%, rgba(35, 48, 83, 0.7)), color-stop(51%, rgba(2, 16, 51, 0.7)), color-stop(100%, rgba(18, 28, 64, 0.7)));
				background: -webkit-linear-gradient(top, rgba(108, 115, 141, 0.7) 0%, rgba(35, 48, 83, 0.7) 50%, rgba(2, 16, 51, 0.7) 51%, rgba(18, 28, 64, 0.7) 100%);
				background: linear-gradient(to bottom, rgba(108, 115, 141, 0.7) 0%, rgba(35, 48, 83, 0.7) 50%, rgba(2, 16, 51, 0.7) 51%, rgba(18, 28, 64, 0.7) 100%);
			}

			#downloadAppPopup .buttons a.ok {
				background: rgba(167, 175, 188, 0.7);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(167, 175, 188, 0.7)), color-stop(50%, rgba(98, 108, 135, 0.7)), color-stop(51%, rgba(60, 71, 99, 0.7)), color-stop(100%, rgba(84, 89, 119, 0.7)));
				background: -webkit-linear-gradient(top, rgba(167, 175, 188, 0.7) 0%, rgba(98, 108, 135, 0.7) 50%, rgba(60, 71, 99, 0.7) 51%, rgba(84, 89, 119, 0.7) 100%);
				background: linear-gradient(to bottom, rgba(167, 175, 188, 0.7) 0%, rgba(98, 108, 135, 0.7) 50%, rgba(60, 71, 99, 0.7) 51%, rgba(84, 89, 119, 0.7) 100%);
			}
/* Samsung Wallet */
.samsungWalletIconButton {
	overflow: hidden;
	display: inline-block;
	margin: 10px;
	width: 220px;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
}

	.samsungWalletIconButton img {
		width: 210px;
		margin-bottom: 2px;
	}

a.samsungWalletIconButton {
	text-decoration: none;
}


.SecComment {
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
}

hr {
	display: none;
}

div#walletContainer {
	margin: 0 auto;
	padding: 5px;
	background-color: #FFF;
	margin-bottom: 5px;
	text-align: center;
	width: 96%;
}

#walletContainer > a {
	width: 72%;
	border: 1px solid #555;
	padding: 0px 40px;
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	vertical-align: middle !important;
}

	#walletContainer > a img {
		vertical-align: middle;
		padding: 0;
		margin-left: -10px;
		width: 45px !important;
	}
