/*
This is for common 1web formats across sites
It is loaded before Bootstrap, jQuery UI, etc. so you can't override bootstrap styles here,
put overriding styles in site specific files (e.g. 1webstyle.scss)
Keep this small for a quick load, the rest goes in site specific styles that is loaded later.
This is also not checked for dynamic changes
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300,400,500,700,900&display=swap");
html, body, #_topdiv {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Lato", Helvetica, sans-serif;
}

#_topdiv > div.splash,
.splash {
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/apple-touch-icon.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 120px;
}
#_topdiv > div.splash p.status,
.splash p.status {
  text-align: center;
  font-size: 8pt;
}

.loading {
  background: url(/images/Processing.svg) no-repeat 10px center;
  background-size: 50px;
  max-height: 450px;
  max-width: 450px;
  background-color: rgba(255, 255, 255, 0.5333333333);
  color: rgba(0, 0, 0, 0.6666666667);
  border-radius: 8px;
  font-size: 14pt;
  padding: 25px;
  padding-left: 80px;
  margin: 6px auto 1px;
  text-align: center;
  animation: latefadein 1s;
}

#_topdiv {
  overflow: hidden;
  background-color: white;
}

.android #_topdiv, .ios #_topdiv {
  overflow: auto;
}

.ios {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

form {
  display: contents;
}

/*# sourceMappingURL=style.css.map */
