<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Parts originally taken from:
 * http://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.css
 *
 */

.classification-search .dropdown-menu {
  position: absolute;
  width: calc(100% - 10px);
  z-index: 1000;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 18px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.classification-search .dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: normal;
  color: #333;
  text-align: inherit;
  white-space: nowrap;
  padding: 3px 10px;
  line-height: 1.42857143;
  border-radius: 0;
}

.classification-search .dropdown-item:hover, .classification-search .dropdown-item:focus {
  text-decoration: none;
  background-color: #b4dfef;
}

.classification-search .dropdown-item.active, .classification-search .dropdown-item:active {
  background-color: #b4dfef;
  text-decoration: none;
}

.classification-search .dropdown-item.disabled, .classification-search .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.classification-search .dropdown-menu.show {
  display: block;
}
</pre></body></html>