/* This is a compiled file, you should be editing the file in the templates directory */

/**Pace Loader - Simple Bar [start]**/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #4285f4;
  position: fixed;
  z-index: 999979;
  right: 100%;
  width: 100%;
  height: 3px;
}

/**Pace Loader - Simple Bar [end]**/

/**Pace Cover Design [start]**/

.pace-initiate {
  width:100%;
  height:100%;
  top: 0px;
  left: 0px;  
  position: fixed;
  z-index: 100;
  background: #f2f2f2;
}

.pace-initiate .display {
  width: 200px;
  height: 148px;
  position: fixed;
  z-index: 101;
  top:50%;
  left: 50%;
  text-align: center;
  padding: 20px;
  display: none;
}

.pace-initiate .display .logo  {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.pace-initiate .display .msg {
  width: 100%;
  float: left;
  font-family: robotolight;
  font-size: 11px;
  text-transform: uppercase;
}

/**Pace Cover Design [start]**/