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

html,
body
{
  background-color: #2B2F37;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}


::-moz-selection {
    color: #333;
    text-shadow: none;
}

::selection {
    color: #333;
    text-shadow: none;
}



.clear {
    display: inline-table;
    clear: both;
}


/* Hides from IE-mac \*/

* html .clear {

}

.clear {
    display: block;
}


/* End hide from IE-mac */


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

html,
body {

    font-family: Helvetica, Verdana, Arial, sans-serif;
}

body {}





.title {
    height: 38px;
    float: right;
    color: #0033cc;
    text-align: right;
    font-size: 18px;
    z-index: 10;
}




#gameContainer{
  width: 100%;
  height: 100%;

  padding:0px;
  margin:0px;

}
/* Logo */
#loadingBox {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 10%;
  text-align: center;
}

#logo {
  height: calc(80% - 40px);
  content:url("states-of-jersey.png");
}

#logo::after {
  content:url("states-of-jersey.png");
  width: 300px;
  height:200px;
}

/* Progress bar */
#bgBar {
  position: absolute;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  height: 8px;
  display: block;
  background-color: #0033cc;
  margin-top:30px;
}
#progressBar
{
  left: 50%;
  position: absolute;
  margin-left: -100px;
  width: 0px;
  height: 8px;
  background-color: #2796C4;
  border-radius: 2px;
  margin-top:30px;
}

#bgBar {
  border-radius: 2px;
  margin-top:30px;
}

#loadingInfo {
  color: #ffffff;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  font-family: "Monaco", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  margin-top:40px;
}
#playerInfo {
  color: #ffffff;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 22px;
  margin-top:0px;
}


#rsIcon
{
    width:101px;
    height:43px;
    text-align:center;
		top:395px;
		margin-left:3px;
		margin-right:auto;
		z-index:30;
    position:absolute;

}
