/* screen horizontal middle fixed width */
.hint {
  color: gray;
  font-style: italic;
  padding-bottom: 1rem;
}
@media print {
  body.hasPrintSection * {
    visibility: hidden;
  }
  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }
  #section-to-print .recharts-tooltip-wrapper {
    display: none !important;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}
body.login {
  background-color: #ddd;
}
body.login #main {
  min-height: 100%;
}
body.login #main .floatright {
  float: right;
}
body.login #footer {
  height: 4rem;
  font-size: 14px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 1rem;
  line-height: 4rem;
  left: -440px;
  width: 420px;
  text-align: center;
  transition: ease 0.5s left;
}
body.login #footer:hover {
  left: 0;
}
body.login #footer:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  right: -4rem;
  bottom: 0;
  width: 4rem;
  height: 4rem;
}
body.login #footer a,
body.login #footer a:visited,
body.login #footer a:link {
  color: white;
  font-weight: bold;
}
#banner {
  min-height: 550px;
  padding-bottom: 50px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: block;
}
#banner.full {
  height: 100vh;
  padding-bottom: 0;
}
#banner.inverse {
  color: white !important;
}
#banner:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bannervideo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
#bannervideo_gray {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
#loginbox {
  position: relative;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  #loginbox {
    top: 60px;
  }
}
#loginbox h1 {
  text-align: center;
  line-height: 135%;
  padding: 10px;
  color: white;
  font-weight: 300;
  font-size: 2.6rem;
  background-color: rgba(0, 0, 0, 0.5);
}
#loginbox #app {
  padding: 20px 30px;
  background-color: white;
}
#tiles .row {
  flex-direction: row;
  align-items: flex-end;
  min-height: 300px;
}
@media (min-width: 1200px) {
  #tiles .row {
    display: flex;
  }
}
#tiles .row .item {
  flex-grow: 1;
  background-size: cover;
  align-self: stretch;
}
#tiles .row .item.inverse {
  color: white !important;
}
#tiles .row .item .box {
  padding: 50px;
}
#tiles .row .item .box h2 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #tiles .row .item {
    justify-content: center;
    display: flex;
  }
  #tiles .row .item .box {
    width: 420px;
  }
}
#tiles ul {
  list-style: none;
  display: block;
  padding: 0px;
}
#tiles ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#tiles ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 60px;
  min-height: 300px;
}
@media (min-width: 1000px) {
  #tiles ul li {
    float: left;
    width: 50%;
    height: 300px;
  }
  #tiles ul li div,
  #tiles ul li h3 {
    width: 450px;
  }
}
#tiles ul li h3 {
  margin-bottom: 10px;
}
#tiles ul li:nth-child(2n+1) div,
#tiles ul li:nth-child(2n+1) h3 {
  margin-left: auto;
}
#tiles ul li.bgc0 {
  background-color: white;
  color: black;
}

