/* ----------------------------------------------------------------------------- */
/* colors
-------------------------------------------------------------------------------- */

.green-txt{
    color: #00a33d !important;
}
.orange-txt{
    color: #ff7f1b !important;
}
.blue-txt{
    color: #0069ac !important;
}
.green-bkg{
    background: #00a33d !important;
}
.orange-bkg{
    background: #ff7f1b !important;
}
.blue-bkg{
    background: #0069ac !important;
}
.grey-bkg{
    background-color: #f4f5f7;
}
/* = OLD Colors = */
.da { color: #ed5724; }
.bm { color: #0866ac; }
.cm { color: #16884a; }
.cam { color: #7b67ae; }
.dm { color: #eda510; }
.ia { color: #238acc; }
.id { color: #009eb6; }
.ko, .ls { color: #df2237; }
.qg, .rb, .eu { color: #12959f; }
.el { color: #5f3577; }


.placeholder-bkg{background: rgba(0, 158, 182, 0.05); color:#42515c}