/*
body { padding: 0; margin: 0 }
#unity-container { position: absolute }

*/
#unity-container.unity-desktop {  }
#unity-container.unity-mobile { }
#unity-canvas { background: #231F20 }
.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: 183px; background: url('progressLogo.Dark_va.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; 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: relative }
.unity-mobile #unity-footer { display: none }
#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-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

#unity-footer{
	display: none;
}

.unity_box .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.unity_box .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.unity_box .progress {height: 18px; width: 141px; margin-top: 90px;}
.unity_box .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.unity_box .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.unity_box .logo.Dark {background-image: url('progressLogo.Dark.png');}
.unity_box .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.unity_box .progress.Dark .full {background-image: url('progressFull.Dark.png');}

.unity_box .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
.unity_box .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;}
.unity_box .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.unity_box .footer .title {margin-right: 10px; float: right;}
.unity_box .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right;}