div.modal-body-container {
  min-height: 30vh;
}
.btn-blue {
  background-color: #17a2b8 !important;
}

.btn-orange {
  background-color: #ff8c00 !important;
}

.text-orange {
  color: #ff8c00 !important;
}

.task-stat-badge {
  display: inline-block;
  margin-right: 0.5rem;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  background-color:  #4f4d45;
  color: white;
  border: .15em solid #DADAD4;
}

/* Tasks view truncate long text */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70em;
  min-width: 70em;
  display: inline-block;
}