/* Shared template runtime components. */

#loadingBarContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 5px;
  background-color: #000;
}

#loadingBar {
  width: 0;
  height: 100%;
  background-color: #3498db;
}

#header {
  display: block !important;
  visibility: visible !important;
  top: 0 !important;
  opacity: 1 !important;
}
