
/****************************************
  ==== RESETS
****************************************/

::-moz-selection { text-shadow: none; }
::selection { text-shadow: none; }
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clear { display: inline-table; clear: both; }
.webgl-content * {border: 0; margin: 0; padding: 0; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
/* Hides from IE-mac \*/ * html .clear { height: 1%; } .clear { display: block; } /* End hide from IE-mac */

/****************************************
  ==== LAYOUT
****************************************/

@font-face {
    font-family: 'ProlichtFont'; /*a name to be used later*/
    src: url('GNB.otf'); /*URL to font*/
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div#playerContainer
{
	width: 1140px;
	height: 640px;
	font-family: ProlichtFont, Helvetica, Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
}

.template-wrap
{
	height: inherit !important;
	position: relative;
}

.template-wrap canvas {
	margin: 0 0 0 0; 
	position: relative;
	z-index: 9;
	background: #ffffff;
	text-align: center;
}

.emscripten {
	background: #ffffff !important;
	width: 1140px;
	height: 640px;
	margin: auto !important;
}

.footer {
	height: 38px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.fullscreen { 
	width: 38px;
	height: 38px;
	margin: 0 0 0 0;
	float: right; 
	position: relative; 
	z-index: 11;
}

div#center {
	
    width: 100%;
    height: 40px;
    /* display: inline-block; */
    position: relative;
    /* transform: translateY(-50%); */
    margin-top: -400px;
	/* width: inherit;
	height: inherit;
	display: inline-block; 
	position: absolute;
	transform: translateY(-50%); */
	color: red;
	z-index: 10;
}


div#loadingBox {
	width: inherit;
	top: -10px;
	height: 20px;
	display: block;
	text-align: center;
	position: absolute;
}

div#bgBar {
  position: absolute;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  height: 7px;
  display: block;
  background-color: #bfbfbf;
  border-radius: 0px;
}

div#progressBar {
  left: 50%;
  position: absolute;
  margin-left: -100px;
  width: 0px;
  height: 7px;
  /* background-color: #333; */
  background-color: #000;
  border-radius: 0px;
}

p#loadingInfo {
  color: #666;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
  margin-top: 10px;
}

.templage-relative
{
	position:relative;
	height:inherit;
}

.footerLogo {
	text-align:center;
	background-image: url('logo.png');
	background-repeat:no-repeat;
	width: 450px;
	height: 28px;
	top: 5px;
	background-size: contain;
	float: left;
	position: relative;
	z-index: 10;
	margin: 0 0 0 0;
}

.footerTitle { 
	line-height: 38px; 
	padding: 0 0; 
	margin: 0 10px 0 0; 
	float: right; 
	text-align: right; 
	font-size: 18px; 
	position: relative; 
	z-index: 10; 
}

.GetImageContainer
{
	justify-content: center;                               
	align-content: center;                                 
	align-items: center;
	font-family: ProlichtFont;
	position: relative;
}

.GetImageContainer p
{
	width: 500px;
	font-size: 36px;
}

.GetImageContainer input[type="file"] {
    display: none;
}

.GetImageContainer input[type="button"] { 
     display: none; 
}

.custom-file-upload {
	text-align: center;
	font-size: 26px;
    border: solid 6px white;
	background: black;
    display: block;
    padding: 12px;
    cursor: pointer;
}

.custom-file-upload:hover{
    border: solid 6px white;
	background: white;
	color: black;
    display: block;
    padding: 12px;
    cursor: pointer;
}
.custom-cancel-button {
	width: 48px;
	height: 48px;
	top: -40px;
    right: -70px;
	position: absolute;
	text-align: center;	 
	font-size: 26px;
    border: solid 6px white;
	background: black;
    display: inline-block;
    padding: 0 12px 12px 10px;
    cursor: pointer;
}

.custom-cancel-button:hover{
	background: white;
	color: black;
}

.getimage {                                                                                           
	width: 100%;                                           
	height: 100%;                                          
	display: none;                                         
	position: absolute;
	justify-content: center;                               
	align-content: center;                                 
	align-items: center;                                   
	z-index: 2000;                                            
	color: white;                                          
	background-color: rgba(0,0,0,0.8);
	top: 0px;
}                                                          
                                                       
.getimage input {                                          
   margin: auto;                                           
}
.cancelButton {
	 margin: 0 auto;
}