body {
	background: white;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.qrtic_content {
	padding: 70px 0 0 0px;
	text-align: center;
}
.qrtic_content a:link, .qrtic_content a:active, .qrtic_content a:visited,
.qrtic_output a:link, .qrtic_output a:active, .qrtic_output a:visited {
	text-decoration: underline;
	color: black;
}

.qrtic_content h3 {
	font: 33px/40px arial;
	padding: 0 0 20px 0;
	margin: 0px;
}

.qrtic_form .field {
	margin: 5px 0 5px 0;
}
.qrtic_form input.inputfield {
	border-width: 1px;
	border-color:#c5c5c5 #f0f0f0 #f0f0f0 #c5c5c5;
	border-style: solid;
	-moz-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	background: #fafafa;
	padding: 12px;
	font-size: 18px;
	width: 100%;
}
.qrtic_form input.inputfield.empty {
	color: #777777;
}
.qrtic_form input.inputfield:hover, .qrtic_form input.inputfield:focus  {
	background: white;
}

.qrtic_form input.inputfield.error {
	border-color: red;
}

.qrtic_form a:link.button, .qrtic_form a:visited.button, .qrtic_form a:active.button {
	color: #333;
	display: inline-block;
	padding: 7px 25px 7px 25px;
	text-decoration: none;
	font: bold 18px arial;
	-moz-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	-moz-box-shadow:3px 3px 2px rgba(0, 0, 0, 0.5);
	box-shadow:3px 3px 2px rgba(0, 0, 0, 0.5);
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 174px 9px;
}
.qrtic_form a:link.button:hover {
	background-color: #fff;
	-moz-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
}


#qrtic_form_1 {
	margin: 20px 0 0 0;
}
#qrtic_form_2 {
	display: none;
	margin: 30px 0 0 0;
}
#qrtic_form_2_result {
	margin: 20px 0 30px 0;
}



.ticket_container {
	text-align: center;
	width: 100%;
	padding: 0 0 0px 0px;
	font: 17px/19px arial;
}
.qr {
	display: block;
	padding: 0px;
	/*height: 100px;*/
}
.qr img {
	width: 280px;
	height: 280px;
}

.name {
	display: block;
	font: 18px arial;
}
.code {
	display: block;
	font: bold 20px arial;
}
.mobile {
	font: 17px arial;
}

.extra_info {
	margin: 15px 0 0 0;
}

a:link.passbook_button, a:visited.passbook_button, a:active.passbook_button {
/*	background: url('/images/passbook/Add_to_Passbook_Badge_240x80_SE.png') no-repeat;*/
	background: url('/images/passbook/Add_to_Apple_Wallet_rgb_SE.svg') no-repeat;
	background-size: 100% 100%;
	width: 129px;
	height: 40px;
	display: inline-block;
}

.load_more_tickets_button_container {
	margin: 0px 20px 15px 20px;
}

.load_more_tickets_button {
	border-radius: 5px;
	border: 2px solid #666;
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
	padding: 11px;
	font: 18px arial;
	cursor: pointer;
	text-align: center;
	-webkit-transition: background-color 100ms linear;
}
.load_more_tickets_button.pressed {
	background-color: black;
	color: white;
	border: 2px solid black;
	-webkit-transition: background-color 0ms linear;
}

#spinner_container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 8001;
	top: 40%;

/*	#spinner_container_inner {
		width: 80px;
		height: 80px;
		background: rgba(0, 0, 0, 0.22);
		border-radius: 10px;
		margin: 0px auto;
	}*/
}


.ticket_container .event_info {
	margin: 15px 0 0 0;
	background: #17a086;
	padding: 10px;
	font: 14px/16px arial;
	color: white;
}
.event_info .title {
	font: bold 17px arial;
	margin: 0 0 10px 0;
}

.arenakiosk .event_info {
	background: #D8B501;
	font: 17px/20px arial;
}

.arenakiosk .title {
	font: bold 28px arial;
}
.arenakiosk .options {
	font: italic 25px/29px verdana;
	color: #17a086;
}
.arenakiosk .pickup {
	font: 20px/27px arial;
	margin: 10px 0 10px 0;
}
.arenakiosk .name {
	margin-top: 15px;
}


.disclaimer {
	margin: 15px 10px 10px 10px;
	background: #eee;
	padding: 20px;
	font: italic 13px arial;
	text-align: left;
}
.warning {
	padding: 10px 25px 10px 25px;
	display: block;
	color: white;
	background: red;
	font: bold 20px arial;
}

a:link.qrdownload, a:active.qrdownload, a:visited.qrdownload {
	margin: 20px 0 0 0;
	color: #333;
	display: inline-block;
	padding: 7px 25px 7px 25px;
	text-decoration: none;
	font: bold 18px arial;
	-moz-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	-moz-box-shadow:3px 3px 2px rgba(0, 0, 0, 0.5);
	box-shadow:3px 3px 2px rgba(0, 0, 0, 0.5);
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 174px 9px;
}

a:link.arenakioskbutton, a:active.arenakioskbutton, a:visited.arenakioskbutton {
	padding: 10px 25px 10px 25px;
	display: block;
	color: white;
	text-decoration: underline;
	background: #D8B501;
	font: bold 20px arial;
	border-radius:3px 3px 3px 3px;
}

a:link.lotterybutton, a:active.lotterybutton, a:visited.lotterybutton {
	padding: 10px 25px 10px 25px;
	display: block;
	color: white;
	text-decoration: underline;
	background: #00aeef;
	font: bold 20px arial;
	border-radius:3px 3px 3px 3px;
}

a:link.calendarbutton, a:active.calendarbutton, a:visited.calendarbutton {
	margin: 15px 0 0 0;
	background: white;
	color: #17A086;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}
.calendarbutton i {
	margin-right: 10px;
}

a:link.cancellationbutton, a:active.cancellationbutton, a:visited.cancellationbutton {
	padding: 5px 15px 5px 15px;
	display: inline-block;
	text-align: center;
	color: white;
	text-decoration: none;
	background: #D4CC0F;
	font: 14px arial;
	border-radius:3px 3px 3px 3px;
	margin-bottom: 20px;
	min-width: 129px;
}

@media only screen and (min-width:1px) and (max-width: 1024px) {
	body {
		background: white;
	}
	#header {
		background: #2D3E50;
		padding: 15px;
		text-align: center;
	}
	a:link#logo, a:active#logo, a:visited#logo {
		margin: 0px auto;
		display: inline-block;
		background: url('/images/logo.png') center top no-repeat;
		width: 193px;
		height: 43px;
		background-size: 100% 100%;
	}

	#sub_header, .categories {
		display: none;
	}
	.wrapper {
		width: auto;
	}
	.qrtic_content {
		padding: 20px 20px 10px 20px;
	}
}


#header, #sub_header, .categories {
	display: none;
}


