:root {
}

html {
  scroll-behavior: smooth;
}
.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/**/
.relative {
  position: relative;
}
.icnabs {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem;
  line-height: 1;
}
.btn {
  border-width: 1px;
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}
.noUi-connect {
  background-color: var(--orange);
}
.btn {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}
.btn:focus {
  color: var(--white);
}

.has-multi .kv-tree-input-values {
  height: 40px;
  overflow-x: scroll;
  white-space: nowrap;
}
.has-multi .kv-tree-input-values li {
  float: none;
  display: inline-block;
}
.vis-item.vis-background.bg1 {
  background: rgba(0, 0, 0, 0.01);
}
#visualization .menu {
  position: absolute;
  z-index: 99;
  bottom: 4px;
  right: 4px;
}
#visualization .btn {
  padding: 0 3px;
}
#visualization .btn-outline-secondary:hover {
  background: #6c757d;
}
#visualization .btn-outline-secondary:focus {
  box-shadow: none;
}
.vis-item.vis-cluster {
  padding: 5px;
  border-radius: 9999px;
  line-height: 1em;
  min-width: 30px;
  text-align: center;
}
.vis-item {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.vis-item.vis-selected {
  background-color: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}
.vis-item a {
  color: var(--white);
  text-decoration: none;
}
