.text-running {
    color: #2AA600;
}

.text-info {
    color: #3D81C2;
}

.text-warning {
    color: #F9AB00;
}

.text-error {
    color: #CC2300;
}

.text-disabled {
    color: #dddddd;
}

.text-silver {
    color: silver;
}

.text-gray {
    color: gray;
}

.text-primary-blue {
    color: #0076ff;
}

.text-transparent {
    color: rgba(0,0,0,0);
}