div.page-load-progress-spinner-wrapper {
  border-radius: 3px;
  background-color: white;
  height: 30px;
  width: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -118px;
  margin-top: -13px;
  -webkit-box-shadow: 9px 11px 9px 2px #777;
  -moz-box-shadow: 9px 11px 9px 2px #777;
  box-shadow: 2px 1px 12px 2px #777;
}
div.page-load-progress-spinner-wrapper h3 {
  font-size: 16px;
  color: #1ea0c6;
  text-align: center;
  display: inline;
  position: relative;
  left: 31px;
  line-height: 1em;
  top: 3px;
}
div.page-load-progress-spinner-wrapper img.page-load-progress-spinner {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  margin-left: 10px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  z-index: 9999;
}

.page-load-progress-lock-screen {
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.page-load-progress-lock-screen.hidden {
  display: none;
}

/*# sourceMappingURL=page_load_progress.css.map */
