* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, #app {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

h1 {
  font-weight: bold;
  font-size: 24px;
  color: #04869b;
  margin-bottom: 30px;
}

h2 {
  font-weight: bold;
  font-size: 20px;
  color: #04869b;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  line-height: 28px
}

strong {
	/* color: var(--color-primary) */
  color: #000 !important;
  color: initial !important;
  font-weight: normal
}

a {
  text-decoration: none;
  color: inherit;
}

.fade-enter {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  z-index: 1;
}

.fade-enter.fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.fade-leave {
  width: 100%;
  opacity: 1;
}

.fade-leave.fade-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

div[data-react-toolbox=dialog] {
  max-height: 96%;
}

div[data-react-toolbox=dialog] > section{
  overflow: auto;
}

/* react-table styling */

.-btn.-btn.-btn.-btn.-btn {
  background-color: #04869b;
  color: white;
  font-weight: bold;
}

.-btn.-btn.-btn.-btn.-btn:hover {
  background-color: #05798c;
  color: white;
  font-weight: bold;
}

.-btn.-btn.-btn.-btn.-btn:disabled {
  background-color: lightgrey;
}

/* Other layout classes */

.absolute-fill.absolute-fill {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.relative.relative {
  position: relative;
}

.flex-row.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.overflow-hidden.overflow-hidden {
  overflow: hidden
}

.overflow-auto.overflow-auto {
  overflow: auto
}

.flex-center.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Hide extraneous Google sign-in div */

#g_a11y_announcement {
  display: none;
}
.theme--error--2muSEDBu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.theme--error--2muSEDBu h1 {
  color: #eb4a65;
  font-size: 35pt;
}

.theme--error--2muSEDBu p {
  font-size: 27pt;
}

.theme--container--29lE2IE7 {
  background-color: #ECEFF1;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  z-index: 100;
  position: relative;
}

.theme--logos--2GfiEeKu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.theme--logoContainer--1bNsBR8v {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 5em;
  overflow: hidden;
  padding: 10px 20px;
}

@media (max-width: 600px) {
  .theme--logoContainer--1bNsBR8v {
    height: 4em;
    padding: 5px 10px;
  }
}

.theme--logo--26F8JDcQ {
  max-height: 100%;
  max-width: 100%;
}

.theme--email--E1x5fzGZ {
  color: #04869b
}

.theme--email--E1x5fzGZ:hover {
  text-decoration: underline;
}

.theme--steiner--1hTdlDVs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
  color: #04869b;
}

.theme--steiner--1hTdlDVs > .theme--top--3nV4sZxl {
  display: block;
}

.theme--steiner--1hTdlDVs > .theme--bottom--1mQZPLa6 {
  display: block;
}


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