#top_ribbon {
  margin-top: 20px;
}

#filter {
  background-color: var(--california-gold);
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 20px;
}

#searchCriteriaChosen {
  margin: 10px 0 20px;
}

.checkbox-menu {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.checkbox-menu li label {
  display: block;
  padding: 5px 8px;
  clear: both;
  font-weight: 400;
  line-height: 1.2;
  color: var(--berkeley-black);
  white-space: nowrap;
  margin: 0;
  transition: background-color .2s ease;
}

.checkbox-menu li input {
  margin: 0 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: var(--berkeley-blue-light);
  font-weight: 700;
}

.checkbox-menu li label:focus,
.checkbox-menu li label:hover {
  background-color: var(--berkeley-gray-light);
}

.checkbox-menu li.active label:focus,
.checkbox-menu li.active label:hover {
  background-color: var(--berkeley-blue-medium);
  color: var(--berkeley-white);
}

.opaqueTable {
  opacity: .4;
}

.fixed-table-toolbar .search {
  width: 100%;
}

.table-hover tbody tr:hover>td {
  cursor: pointer;
}

.selectedChart {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fullWidthChart {
  width: 100%;
  min-height: 320px;
}