#zprogress
{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:3px;
  opacity:0;
  pointer-events:none;
  -webkit-pointer-events:none;
  z-index:1000
}
#zprogress_indicator
{
  width:100%;
  margin-left:-100%;
  height:100%;
  background:#1c88ff
}