html {
    height: 100%;
    background-color: transparent !important;
}
body {
    margin: 0;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent !important;
    font-family: Helvetica, arial, sans-serif;
    position: relative;
    width: 100%;
}

#application-splash img {
  display: none;
}

#application-splash-wrapper {
  background-color: transparent !important;
}

#progress-bar {
  background-color: #87b7f4 !important;
}

#application-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#application-canvas.fill-mode-NONE {
    margin: auto;
}
#application-canvas.fill-mode-KEEP_ASPECT {
    width: 100%;
    height: auto;
    margin: 0;
}
#application-canvas.fill-mode-FILL_WINDOW {
    width: 100%;
    height: 100%;
    margin: 0;
}

canvas:focus {
    outline: none;
}

#loading-text {
  font-family: sans-serif;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
}