/* 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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  background:#DF1717;
  pointer-events: none;
}


.alert-info {
  width: 95%;
  height: 100px;
  background: url(../img/loader2.gif) no-repeat center 30px;
  border: 0px solid #ccc;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 0 auto;
}
.alert {
  width: 100%;
}
.alert-info {
  color: #31708f;
  background-color: rgba(0,0,0,0);
  border-color: #bfc3c4;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
