html {
	width: 100%;
	height: 100%;
	margin: 0;
}

::-webkit-scrollbar { 
    display: none; 
}

body {
	width: 100%;
	height: 100%;
	max-width: 120em;
	margin: 0 auto;
	font-size: 100%;
	font-family: 'PT Sans', Arial, sans-serif;
	background-image: url("../images/bg-check01-small.jpg");
}

body#checkin .container {
	height: 100%;
	max-width: 18.75em;
	overflow-y: auto;
}

#color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 1;
}

#ticket {
	width: 100%;
	padding: 2em 3em 3em;
	position: absolute;
	top: 5%;
	background-color: rgba(29,29,27,0.2);
	z-index: 2;
	margin: 2.25em 0 2em; 
}

#ticket.light,
.light button {
	color: white;
	background-color: rgba(29,29,27,0.2);
}

#ticket.dark,
.dark button {
	color: #4D4D4D;
	background-color: rgba(255,255,255,0.2);
}

#ticket::before {
    content: "";
    position: absolute;
    top: -1.25em;
    right: 0;
    z-index: 40;
    border-width: 0px 1.25em 1.25em 0px;
    border-style: solid;
    background: transparent none repeat scroll 0% 0%;
    display: block;
    width: 0px;
}

#ticket.light::before {
    border-color: rgba(29,29,27,0.6) transparent rgba(29,29,27,0.6) rgba(29,29,27,0.6);
}

#ticket.dark::before {
    border-color: rgba(255,255,255,0.6) transparent rgba(255,255,255,0.6) rgba(255,255,255,0.6);
}

#ticket::after {
	content: "";
    position: absolute;
    top: -1.25em;
    left: 0px;
    z-index: 40;
    display: block;
    width: calc(100% - 1.25em);
    height: 1.25em;
}

#ticket.light::after {
    background-color: rgba(29,29,27,0.2);
}

#ticket.dark::after {
    background-color: rgba(255,255,255,0.2);
}

#school-logo {
	width: 6.25em;
	height: 6.25em;
	background-color: transparent;
	border-radius: 0.5em;
	margin: 0 auto 2em;
	overflow: hidden;
}

#school-title {
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	margin: 0 0 1.33333333333333em;
}

#wbt3-checkinerror {
    position: absolute;
    z-index: 10;
    background-color: rgba(27,27,29,0.9);
    top: -1.25em;
    left: 0;
    padding: 2em;
}

@media (min-width: 768px) {

#ticket {
	bottom: unset;
	top: 20%;
}

}
