html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 3rem;
  overflow-y: scroll;
}

.scrollup {
  padding: 5px 10px;
  font-size: 1em;
  box-shadow: 1px 1px 3px gray;
  border-radius: 3px;
  text-align: center;
  position: fixed;
  bottom: 5px;
  right: 5px;
  display: none;
  background: #00446A;
  color: white;
}
.scrolldown {
  padding: 5px 10px;
  font-size: 1em;
  box-shadow: 1px 1px 3px gray;
  border-radius: 3px;
  text-align: center;
  position: fixed;
  top: 100px;
  right: 5px;
  background: #00446A;
  color: white!important;
}
.handsontable {
  font-size: 0.9em;
}
/* UTILITIES */
.text-label {
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: bold;
  color: gray;
}


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