/* 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: #00aeef;
  position: fixed;
  z-index: 9999999999;
  right: 100%;
  width: 100%;
  height: .2em;
}

/**Pace Loader - Simple Bar [end]**/

/**Pace Cover Design [start]**/

.pace-initiate {
  width:100%;
  height:100%;
  top: 0px;
  left: 0px;  
  position: fixed;
  z-index: 999999999;
  background: #fff;
}

/**Pace Cover Design [start]**/