.filter_box {
  background: #00437e;
  color: #ffffff;
}

.filter_box h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

.filter_box .form-check-input.manual-type-filter, .filter_box .form-check-input.manual-version-filter, .filter_box .form-check-input.info-type-filter {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 5px;
  box-shadow: none !important;
}

#manuals-results .card, #info-results .card {
  background: #f0f7fd;
  box-shadow: none !important;
}

#manuals-results .card h3, #info-results .card h3 {
  color: #00437e;
  font-weight: bold;
  font-size: 20px;
}

#manuals-results .card .btn, #info-results .card .btn {
  font-size: 12px;
  background-color: #6fc8f1;
  border: none;
  color: #00437e;
  font-weight: bold;
}

#manuals-results .card .btn span, #info-results .card .btn span {
  font-size: 18px;
  margin-right: 4px;
}

#manuals-results .card p.product, #info-results .card p.product {
  font-weight: normal;
  color: #00437e;
}

#manuals-results p.current {
  color: #76c042;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

#manuals-results p.obsolete {
  color: #4e4e4e;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

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