html{
	height: 100%;
}
body{
	margin: 0px;
	color: white;
	background-color: black;
	height: inherit;
}

#ticket_check form, #checkResult{

	padding: 20px;
	width: auto;
	text-align: center;
	
}

.big {
	font-size: 42px;
	color: maroon;
	background-color: gray;
	text-align: center;
}
.center_inputs{
	text-align: center;
}
#ticket_check.on {
	position: relative;
	left: 20px;
	top: 10px;
}

#ticket_check.off {
	position: absolute;
	left: -600px;
	top: 20px;
}
#waiver_form{
	height:90%;
}
#waiver_text {
	background-color: gray;	
	overflow-y: auto;
	font-size: 13px;
	padding: 8px;
	margin: 6px;
}

.waiver_p{
	text-align: left;
	color:black;
}

#checkResult {
	width: 65%;
	margin-left: 18%;
	margin-right: 18%;
	border: 4px solid gray;
	font-size: 42px;
	color: maroon;
	/*width: 80%;*/
}

#admin_view {
	margin: 12px;
	padding: 8px;
	font-size: 12px;
	
}
.scan_success{
	background-color: #46ce50;
}

.scan_fail{

	color: white;
	background-color: #ff1e33;

}

.sound_player{
	display: block;
	position: relative;
	bottom: 100px;
	left: 100px;
	width: 45px;
	clear: both;
}

.show_control{
	display: block;
}
.hide_control{
	display: none;
}