.bold {
  font-weight: bold;
}

.contents {
  height: 40vh;
  overflow: auto;
}

.tiny-contents {
  height: 30vh;
  overflow: auto;
}

.map {
  height: 200px;
}

.loc-details {
  height: calc(40vh - 295px);
  overflow: auto;
}

#clins-service {
  max-height: 50vh;
  overflow: auto;
}

.result {
  margin-top: 10px;
}

#confirm-done td.name {
  font-weight: bold;
  white-space: nowrap;
}

#confirm-done td.text {
  width: 100%;
}

.icb-details-description {
  max-height: 30vh;
  overflow: auto;
}

.result th {
  white-space: nowrap;
}

.result td.date {
  width: 8em;
  white-space: nowrap;
}

.result td.task-order {
  width: 16em;
}

.result td.price {
  width: 8em;
}

.result-tip th {
  white-space: nowrap;
}

#icb-details-compare-results[data-state="some"] table td {
  white-space: nowrap;
}

.popover {
  min-width: 350px;
}

ul#vendor-filter > li.active {
  background-color: #0d63fd;
  color: #fff;
}

ul#vendor-filter > li.active > a.dropdown-item {
  color: #fff !important;
}

.btn-result {
  color : #0d6efd !important;
}
