label {
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.extraFilters {
  display: none;
}

.topFilter {
  text-align: center;
}
.topFilter a {
  font-size: 20px;
  margin: 0 10px;
}
.topFilter a:hover {
  color: #c1bb9b;
}
@media (max-width: 767.98px) {
  .topFilter a {
    font-size: 18px;
  }
}/*# sourceMappingURL=css_part_inventory.css.map */