div#qrScannerWrapper{
	position: fixed;
	background-color: #000;
	top: 0px;
	left: 0px;
	color: #fff;
}

video#qrScannerVideo{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

div#qrScannerWrapper div#buttonWrapper{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background-color: rgba(0,0,0,.66);
	z-index: 3;
}

div#qrScannerWrapper div#loadingCameraWrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 1;
	font-size: 24px;
}

div#qrScannerWrapper div#headerWrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: rgba(0,0,0,.66);
	font-size: 36px;
	z-index: 3;
}

div#qrScanButton{
	width: 26px;
	height: 26px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: rgba(255,255,255,.5);
	cursor: pointer;
	top: -37px;
	left: 6px;
	position: relative;
}

div#qrScanButton span.material-icons{
	font-size: 24px;
}

