#knx-search-button {
  height: 42px;
  margin-top: 0;
  padding: 6px 55px 6px 25px;
  background-position-x: calc(100% - 20.5px);
  background-position-y: 55%;
}

.form-options {
  padding: 30px !important;
}
.form-options #searchWord {
  margin-bottom: 15px;
}
.form-options .bootstrap-select {
  width: 100%;
}
.form-options .bootstrap-select:last-of-type {
  position: relative;
}

.pretty {
  margin-right: 0;
}
.pretty label::before {
  border-color: #999999 !important;
}
.pretty.p-fill input:checked ~ .state > label::after {
  background-color: #2E60AB !important;
}

.pulldownOptions {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 3px 10px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.pulldownOptions .pretty {
  display: block;
  margin-top: 1.75rem;
  margin-bottom: 2rem;
}
.pulldownOptions .pretty .liveCount {
  float: right;
  color: #2E60AB;
  font-weight: 600;
  font-size: 15px;
}
.pulldownOptions .pretty input:checked + .state > .liveCount {
  display: initial;
}
.pulldownOptions.-hide {
  display: none;
}

.pulldownLabel {
  padding: 6px 10px;
  border: 1px solid #999999;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.pulldownLabel label {
  margin-bottom: 0;
  font-weight: 400;
}

.pulldownContainer {
  position: relative;
  margin-bottom: 10px;
}

.filterButtons {
  margin-top: 30px;
}
.filterButtons button {
  padding: 9px 14px;
  color: #FFFFFF !important;
  background-color: #2E60AB;
  border-color: #2E60AB;
  background-image: none;
  margin-right: 15px;
}
.filterButtons button:focus, .filterButtons button:active {
  outline: none !important;
}

.applyFilters {
  padding: 9px 14px;
  color: #FFFFFF !important;
  background-color: #2E60AB;
  border-color: #2E60AB;
  background-image: none;
  margin-right: 15px;
}
.applyFilters:focus, .applyFilters:active {
  outline: none !important;
}

.company__name {
  font-weight: 600;
  color: #2E60AB;
}
.company__badge {
  background: #2E60AB;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 15px;
  margin-right: 20px;
}
.company__icon {
  color: #2E60AB;
}
.company__iconAndCountContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.company .accordion-heading {
  border: 1px solid #999999;
  padding: 0 15px;
}
.company .accordion-group {
  margin-bottom: 15px;
}
.company .product {
  border-color: #999999;
  padding: 15px;
}
.company .product__number {
  display: inline-block;
  float: right;
}

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