.material-icons-round.md-18 {
  font-size: 18px;
}
.material-icons-round.md-24 {
  font-size: 24px;
}
.material-icons-round.md-36 {
  font-size: 36px;
}
.material-icons-round.md-48 {
  font-size: 48px;
}
.material-icons-round.md-20rem {
  font-size: 2rem;
}
.material-icons-round.md-25rem {
  font-size: 2.5rem;
}
.material-icons-round.align {
  vertical-align: -6px;
}

body {
  margin-bottom: 40px;
  font-size: 0.8rem;
}

.form-control, .custom-select {
  font-size: 0.8rem;
}

#footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 4px;
  box-shadow: 0 -2px 2px #00000033;
}
#footer div a {
  text-decoration: underline;
}

#navigation {
  position: fixed;
  bottom: 4px;
  height: 32px;
  z-index: 1050;
}

[data-toggle=tooltip] {
  border-bottom: dotted 1px;
  cursor: help;
}

.form-control::-webkit-input-placeholder {
  color: rgba(33, 37, 31, 0.2);
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: rgba(33, 37, 31, 0.2);
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: rgba(33, 37, 31, 0.2);
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: rgba(33, 37, 31, 0.2);
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: rgba(33, 37, 31, 0.2);
}

/* Microsoft Edge */
.form-control::placeholder {
  color: rgba(33, 37, 31, 0.2);
}

.input-group-text {
  background-color: transparent;
  border: none;
}

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