body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container { width: 100%; height: 100% }
#unity-canvas { background: #000000 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 405px; height: 405px; background: url('logo.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin:auto; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: fixed; width: auto; right: 0;bottom: 0; margin-top: 5px; line-height: 38px; }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-webxr-link { float: left; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#entervr:enabled { float: right; width: 38px; height: 38px; background-color: #1eaed3; display: inline-block; border: 0; }
#enterar:enabled { float: right; width: 38px; height: 38px; background-color: #1eaed3; display: inline-block; border: 0; }
#enterlicenses:enabled { float: right; width: 65px; height: 38px; background-color: #dddddd; display: inline-block; border: 0; }
#entervr:disabled { float: right; width: 38px; height: 38px; background-color: #dddddd; display: inline-block; border: 0; }
#enterar:disabled { float: right; width: 38px; height: 38px; background-color: #dddddd; display: inline-block; border: 0; }
#myLoading {position: absolute;width: 100%;height: 100%;z-index: 1;display: none;text-align: center;}

span.loading08 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  -webkit-animation: animation08 2s linear infinite;
  animation: animation08 2s linear infinite;
  top: 10%;
}
span.loading08 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: animation082 1s linear infinite;
  animation: animation082 1s linear infinite;
}
span.loading08:before, span.loading08:after, span.loading08 span:before, span.loading08 span:after {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 23px;
  height: 23px;
}
span.loading08:before {
  left: 0;
  top: 0;
  background-image: -webkit-gradient(radial, 25 25, 0, 25 25, 25, from(transparent), color-stop(0.81, transparent), color-stop(0.82,#999), color-stop(0.98, #999), color-stop(0.99, transparent), to(transparent) );
  background-image: -webkit-radial-gradient(25px 25px, 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent);
}
span.loading08:after {
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(radial, -2 -2, 0, -2 -2, 25, from(transparent), color-stop(0.81, transparent), color-stop(0.82,#999), color-stop(0.98, #999), color-stop(0.99, transparent), to(transparent) );
  background-image: -webkit-radial-gradient(-2px -2px, 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at -2px -2px, transparent, transparent 81%, #999 82%, #999 98%, transparent);
}
span.loading08 span:before {
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(radial, 25 -2, 0, 25 -2, 25, from(transparent), color-stop(0.81, transparent), color-stop(0.82,#999), color-stop(0.98, #999), color-stop(0.99, transparent), to(transparent) );
  background-image: -webkit-radial-gradient(25px -2px, 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at 25px -2px, transparent, transparent 81%, #999 82%, #999 98%, transparent);
}
span.loading08 span:after {
  right: 0;
  top: 0;
  background-image: -webkit-gradient(radial, -2 25, 0, -2 25, 25, from(transparent), color-stop(0.81, transparent), color-stop(0.82,#999), color-stop(0.98, #999), color-stop(0.99, transparent), to(transparent) );
  background-image: -webkit-radial-gradient(-2px 25px, 25px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at -2px 25px, transparent, transparent 81%, #999 82%, #999 98%, transparent);
}

@-webkit-keyframes animation08 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes animation08 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animation082 {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes animation082 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
