.row-highlight-default {
    background-color: #c7c7c73a !important;
}
.row-highlight-success {
    background-color: #b9ffb036 !important;
}
.row-highlight-danger {
    background-color: #ff9e9e3b !important;
}
.row-highlight-warning {
    background-color: #fde9a648 !important;
}
.row-highlight-info {
    background-color: #f1b8ff36 !important;
}
.row-highlight-primary {
    background-color: #9ae7ff3d !important;
}

/* for making "" translated items appear as placeholders */
.selectize-input .item[data-value=""] {
    color: #999999 !important;
}

.selectize-dropdown .option[data-value=""] {
    color: transparent !important;
}