#app-start-animation {
  background-color: rgba(0, 0, 0, 0.75);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1003 !important;
  position: relative;
}
#loading-label-container {
  z-index: 1003 !important;
}
#canvasloader-container {
  z-index: 1003 !important;
}
#app-start-animation.hidden {
  z-index: -1;
  opacity: 0;
}
#IE_background-overlay {
  z-index: 5;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#IE-svg-layer {
  display: none;
}
.ie9 #IE-svg-layer {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
