/* ========================================================================
 * JPRELOADER
 * ======================================================================= */
#jpreOverlay {
  background-color: #fff;
}
#jpreLoader {
  text-align: center;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#jpreBar {
  position: fixed;
  width: 100%;
  height: 5px !important;
  top: 0;
  left: 0;
}
#jprePercentage {
  color: #424242;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
}
