
.QOverlay {
    background-color: #000000;
    z-index: 1000;
}
.QOverlay #content {
    left: 400px;
    top: 230px;
}
.QOverlay #avatar {
    left: 600px;
    position: relative;
    top: 200px;
}
#text {
   color: yellow;
    font-size: 24px;
    height: 30px;
    left: 9px;
    position: relative;
    text-shadow: 1px 1px 1px white;
    top: 12px;
    z-index: 9999;
	display: none !important; /*disabilita promo*/
}
#sample2-action {
    height: 174px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 200px;
    width: 659px;
    z-index: 9999;
}
#sample2-img {
    background: url("/settings/logo_stargame.png") no-repeat scroll 0 0 transparent;
    /*height: 174px;
    position: relative;
    width: 659px;
    z-index: 999;
	display:none;*/
	 position: relative;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    height: 176px;
    display: none;
    top: 190px;
    left: 171px;
}
.wrapperload {
    left: 48%;
    position: relative;
    top: 106px;
    z-index: 999;
}
.action {
    color: white;
}
#sample2-progress {
    height: 23px;
    left: 291px;
    position: relative;
    text-align: center;
    top: 80px;
    width: 48px;
    z-index: 9999;
}
#progressx {
        letter-spacing: 0.1em;
    z-index: 1000;
    font-size: 2.0vw;
    text-align: center;
    position: relative;
    margin: 0 auto;
    top: 65px;
    left: -25px;         
}
#progressbarx {
  left: 10%;
  position: absolute;
  text-align: center;
  top: 83%;
  right: 10%;
  z-index: 1000;
}
.progress {
    color: white;
}
.progressbar {
    background-color: lightskyblue;
    height: 5px;
    position: relative;
    top: -16px;
    z-index: 9999;
}
.QOverlay #load {
    color: white;
    left: 500px;
    position: relative;
    top: 220px;
}
.QOverlay #count {
    color: white;
    left: 450px;
    position: relative;
    top: 200px;
}
.QLoader {
    background-color: #CCCCCC;
    height: 1px;
}
.QOverlay .ball {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 0.5s linear 0s normal none infinite spin;
    background-color: transparent;
    border-color: transparent rgba(0, 183, 229, 0.9) rgba(0, 183, 229, 0.9) transparent;
    border-image: none;
    border-radius: 50px 50px 50px 50px;
    border-style: solid;
    border-width: 5px;
    box-shadow: 0 0 35px #2187E7;
    height: 50px;
    margin: 0 auto;
    opacity: 0.9;
    width: 50px;
}
.QOverlay .ball1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 0.5s linear 0s normal none infinite spinoff;
    background-color: transparent;
    border-color: transparent rgba(0, 183, 229, 0.9) rgba(0, 183, 229, 0.9) transparent;
    border-image: none;
    border-radius: 50px 50px 50px 50px;
    border-style: solid;
    border-width: 5px;
    box-shadow: 0 0 15px #2187E7;
    height: 30px;
    left: 620px;
    margin: 0 auto;
    opacity: 0.9;
    position: absolute;
    top: 220px;
    width: 30px;
}
  
/*  LOADR BAR */
#statex {
  color: rgb(200,200,200);
  font-family: Monaco;
  font-size: 12px;
  line-height: 1em;
  padding: 20px;
  text-align: center;
}


  .barx {
    box-shadow :cyan 0 0 10px 1px;
  	-moz-box-shadow:cyan 0 0 10px 1px; 
    -webkit-box-shadow: cyan 0 0 10px 1px;
    transition(all 300ms);
    background-color: cyan;
    height: 1px;
    display: inline-block;
    width: 0%;
  	z-index: 1000;
  }
  
  .barx.complete {
   box-shadow:rgba(255, 0, 0, 0) 0 0 10px 10px;
  	-moz-box-shadow: rgba(255, 0, 0, 0) 0 0 10px 10px;
    -webkit-box-shadow: rgba(255, 0, 0, 0) 0 0 10px 10px;
  }
