@charset "UTF-8";
/* ==========================================================================
   template specific styles go here
   ========================================================================== */
/*Startup CSS*/
/* CSS Document */
html,
body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
/* Application main div */
.application {
  background-color: #ffffff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: absolute;
  width: 1280px;
  max-height: 768px;
  min-height: 720px;
}
@media all and (max-height: 720px) {
  .application {
    margin: 0 auto 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    top: 0;
    bottom: 0;
  }
}
@media all and (min-height: 720px) {
  .application {
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    top: 0;
    bottom: 0;
  }
}
.contents {
  height: calc(100% - 120px);
  margin: 0;
  padding: 0;
  top: 70px;
  width: 100%;
  position: absolute;
}
.header {
  background-color: #ffffff;
  height: 70px;
  width: 100%;
  padding-left: 32px;
  padding-top: 17.5px;
  box-sizing: border-box;
}
.header h1 {
  display: none;
}
.controls {
  /* size and background color */
  background-color: #999999;
  height: 50px;
  width: 100%;
  bottom: 0px;
  position: absolute;
}
.controls .progressView .progress-value {
  display: none;
}
.browserFeaturesUnsupported {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 100px;
  height: 0;
  overflow: visible;
  font-size: 18px;
  line-height: 1.5em;
}
.browserFeaturesUnsupported p {
  padding-bottom: 18px;
}
