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

html,body,div,canvas { margin: 0; padding: 0; }
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clear { display: inline-table; clear: both; }
/* Hides from IE-mac \*/ * html .clear { height: 1%; } .clear { display: block; } /* End hide from IE-mac */

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

html, body { width: 100%; height: 100%; font-family: Helvetica, Verdana, Arial, sans-serif; }
body { }
p.header, p.footer { display: none; }
.template-wrap { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.template-wrap canvas { margin: 0 0 0px 0; position: relative; z-index: 9; }
.fullscreen { float: right; position: relative; z-index: 10; }

body.template { }
.template .template-wrap { }
.template .template-wrap canvas { }

div#loadingBox {
  width: 750px;
  height: 600px;
  position: absolute;
  top: 0px;
  margin-top: 0px;
  text-align: center;
  background-color: #000;
}
div#barDiv {
  margin-top: 260px;
  text-align: center;
  background-color: #000;
}
div#bgBar {
  position: absolute;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  height: 20px;
  display: block;
  background-color: #999;
}
div#progressBar {
  left: 50%;
  position: absolute;
  margin-left: -100px;
  width: 0px;
  height: 20px;
  background-color: white;
  border-radius: 4px;
}
div#bgBar {
  border-radius: 4px;
}
p#loadingInfo {
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  font-family: "Monaco", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}
button {
    background-color: white;
    border: none;
    color: black;
    padding: 10px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
div#inputOverlay{
  text-align:center;
  margin:0;
  margin-top:-640px;

  padding:0px;
  width:800px;
  height:640px;
  z-index: 20;
  display:block;
}
textArea{
  width:600px;
  height:300px;
  padding:5px;
  margin:10px;
}

div#inputOverlay p{
	color:#fff;
}
div#inputOverlay h1{
	color:#fff;
}
div#inputOverlay a{
	color:#66f;
}

div#unityPlayer{
	margin:0;
	width:750px;
	height:600px;
}
