.success {
    color: green;
}

.warning {
    color: orange;
}

.failed {
    color: red;
}

.missing {
  color: purple;
}


.popover.full {
  max-width: 100% !important;
}

tr.handled td {
  background-color: #dcdedc;
  color: #666;
}

.dataTables_wrapper td.orderhandle a, .dataTables_wrapper td.itemactions a {
  font-size: 18px;
  margin-right: 9px;
}
