.table tr.active {
  background: #ccc;
}

.select2 {
  width: 100% !important;
}

.done label {
  text-decoration: line-through;
  color: #1abc9c;
}

.mt--5 {
  margin-top: -5px !important;
}

.bullet-badge {
  height: 12px;
  width: 12px;
}

input:disabled {
  background: #ddd !important;
}

.pointer {
  cursor: pointer;
}

#topnav.impersonating {
  background: linear-gradient(160deg, #8b75c2 20%, #65048f 100%);
}

