#unity-container { position: absolute; z-index: 500; background-color:#000 }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; }
#unity-logo { width: 154px; height: 130px; background: url('../images/unity/unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('../images/unity/progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('../images/unity/progress-bar-full-dark.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }


html * {max-height:1000000px;}

body{
	font-family: Arial;
	padding: 0;
	margin: 0;
	background-color: #000;
  overflow: hidden;
}
#menu{
	background-color: #000000;
	background-size: cover;
	background-position: center center;
	position: absolute;
	z-index: 1000;
	min-width: 100%;
	min-height: 800px;
}
.loading_icon{
  width: 50px;
  height: 50px;
  margin-top: 150px;
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#rotate{
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 26px;
	z-index: 10000000;
	display:none;
}

#rotate img{
  margin-top: 80px;
}

#container{
	width: 100%;
}

#video{
	width: 100%;  object-fit: cover; display:none;
}

#scanning{
	width: 100%; height: 740px;  object-fit: cover;
	background-image: url(../images/aim.png); background-size: contain; background-repeat: no-repeat; background-position: center center;
	left:0; top:0; position: absolute; z-index: 100; overflow: hidden
}

#target_hint{
	padding: 10px; background-color: #000; position: relative; z-index: 1000; font-size: 16px; color:#fff; text-shadow:2px 2px 0px #000;
}

#scanner{
	position: absolute;
}

#loading_ar{
	width: 100%; object-fit: cover; background-color: rgba(0,0,0,1);left:0; top:0; position: absolute; z-index: 101;
}

#loading_ar_text{
	padding-top: 300px; color: #fff; text-align: center; font-size: 20px;
}

#canvas_draw, #canvas_frames {
	position: absolute; left:0; top:0; 
}

#permissions{
	width: 100%;
	position:relative;
}

#permissions_text{
	padding: 20px; padding-top: 130px; color: #fff; text-align: center; font-family: sans-serif; font-size:18px;
}

#permissions_button{
	background-color: #eee; color: #222; border: none; border-radius: 4px; padding: 15px; width: 150px; display: inline-block; font-family: sans-serif;font-size:18px;
}

.hidden{
	display: none;
}
