table .indicator-status {
    margin-left: 5px;
}

.indicator-status {
    border: 1px solid #ddd;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    color: #444 !important;
    text-transform: uppercase;
    font-size: .85rem;
}

.indicator-status.active {
    border-color: #666;
}

.indicator-status.all {
    background-color: #fff;
    color: #444 !important;
}

.indicator-status.approved {
    background-color: #4CAF50;
    color: #fff !important;
}

.indicator-status.certified {
    background-color: #18995c;
    color: #fff !important;
}

.indicator-status.assigned {
    background-color: #e4f1fe;
    color: #444 !important;
}

.indicator-status.unassigned {
    background-color: #e4f1fe;
    color: #444 !important;
}

.indicator-status.submitted {
    background-color: #caf7c7;
    color: #444 !important;
}

.indicator-status.in_progress {
    background-color: #c6f2ff;
    color: #444 !important;
}

.indicator-status.draft {
    background-color: #fde3aa;
    color: #222 !important;
}

.indicator-status.declined {
    background-color: #fdbfa7;
    color: #222 !important;
}

.indicator-status.pending_approval {
    background-color: #caf7c7;
    color: #444 !important;
}