/* This is a compiled file, you should be editing the file in the templates directory */
.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: #ee3148;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}


.load-cover {
  position: fixed;
  background-color: black;
  top: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  z-index: 999;
}

.load-cover .content {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 200px;
  background-image: url(https://5ef4c4aa471bc0416f8e-fb2309fb63fdc80ea9da7eefd7e2bc72.r42.cf1.rackcdn.com/load_360.png.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
