#globalLoader {
  display: none;
}
#globalLoader #globalLoaderBackground {
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: wait;
  position: fixed;
  text-align: center;
  background-color: #000000;
  opacity: 0.2;
}
#globalLoader .spinner {
  position: fixed !important;
}
