.red {
    background-color: #e9445a; color: white;
}

.orange {
    background-color:#F85D00; color: white;
}
.yellow-orange {
    background-color:#fd9a00; color: black;
}
.yellow {
    background-color:#FDC700; color: black;
}


.yellow-green {
    background-color:#a4cf30; color: black;
}
.green {
    background-color:#35D766; color: black;
}
.blue-green {
    background-color:#37c5ab; color: black;
}
.aqua {
    background-color:#2DCDBB; color: black;
}
.blue {
    background-color:#004DFE; color: white;
}
.indigo {
    background-color:#7a6ff0; color: black;
}
.purple {
    background-color:#872CE1; color: white;
}
.magenta {
    background-color:#e56ce5; color: black;
}
.hot-pink {
    background-color:#F62D98; color: white;
}
.pink {
    background-color:#fc91ad; color: black;
}
.cool-gray {
    background-color:#8da3a6; color: black;
}
.none {
    background-color:#ffffff; color: black;
}
.yellow-orange {
    background-color:#fd9a00; color: black;
}

.dark-pink {
    background-color: rgb(177, 63, 148); color: white;
}
.dark-green {
    background-color: #36b648; color: white;
}
.dark-blue {
    background-color: rgb(60, 104, 187); color: white;
}
.dark-red {
    background-color: rgb(199, 63, 39); color: white;
}
.dark-teal {
    background-color: rgb(0, 142, 170); color: white;
}
.dark-brown {
    background-color: rgb(144, 100, 97); color: white;
}
.dark-orange {
    background-color: rgb(225, 112, 0); color: white;
}
.dark-purple {
    background-color: rgb(103, 67, 179); color: white;
}
.dark-warm-gray {
    background-color: rgb(73, 60, 61); color: white;
}

.light-pink {
    background-color: rgb(244, 182, 219); color: black;
}
.light-green {
    background-color: rgb(183, 208, 134); color: black;
}
.light-blue {
    background-color: rgb(182, 195, 219); color: black;
}
.light-red {
    background-color: rgb(239, 189, 189); color: black;
}
.light-teal {
    background-color: rgb(170, 209, 235); color: black;
}
.light-yellow {
    background-color: rgb(255, 237, 164); color: black;
}
.light-orange {
    background-color: rgb(250, 205, 170); color: black;
}
.light-purple {
    background-color: rgb(215, 190, 228); color: black;
}
.light-warm-gray {
    background-color: rgb(206, 197, 198); color: black;
}

.text-dark-pink {
    color: rgb(177, 63, 148) !important;
}
.text-dark-green {
    color: rgb(66, 126, 83) !important;
}
.text-dark-blue {
    color: rgb(60, 104, 187) !important;
}
.text-dark-red {
    color: #C73F27 !important;
}
.text-dark-teal {
    color: rgb(0, 142, 170) !important;
}
.text-dark-brown {
    color: rgb(144, 100, 97) !important;
}
.text-dark-orange {
    color: rgb(225, 112, 0) !important;
}
.text-dark-purple {
    color: rgb(103, 67, 179) !important;
}
.text-dark-warm-gray {
    color: rgb(73, 60, 61) !important;
}

.text-red {
    color: #e9445a !important;
}
.text-yellow {
    color: #ffb601 !important;
}
.text-yellow-green {
    color:#a4cf30 !important;
}
.text-dark-green {
    color:#36b648 !important;
}
.text-blue-green {
    color:#37c5ab !important;
}
.text-aqua {
    color:#2DCDBB !important;
}
.text-blue {
    color:#004DFE !important;
}
.text-indigo {
    color:#7a6ff0 !important;
}
.text-purple {
    color:#872CE1 !important;
}
.text-magenta {
    color:#e56ce5 !important;
}
.text-hot-pink {
    color:#F62D98 !important;
}
/*.text-pink {*/
/*    color:#fc91ad !important;*/
/*}*/
.text-cool-gray {
    color:#8da3a6 !important;
}
.text-none {
    color:#ffffff !important;
}
.text-yellow-orange {
    color:#fd9a00 !important;
}

/* New color for status */

.glaucous{
    background-color:#717bbc !important;
    color: white;
}

.deep-cerise{
    background-color:#dd2590 !important;
    color: white;
}

.blue-purple{
    background-color:#5925dc !important;
    color: white;
}

.pumpkin-orange{
    background-color:#fb6514 !important;
    color: white;
}

.medium-persian-blue{
    background-color:#026aa2 !important;
    color: white;
}

.bleu-de-france{
    background-color:#2e90fa !important;
    color: white;
}

.chambray{
    background-color:#3e4784 !important;
    color: white;
}

.cornell-red{
    background-color:#b42318 !important;
    color: white;
}


/* New color for status */

.glaucous{
    background-color:#717bbc !important;
    color: white;
}

.deep-cerise{
    background-color:#dd2590 !important;
    color: white;
}

.blue-purple{
    background-color:#5925dc !important;
    color: white;
}

.pumpkin-orange{
    background-color:#fb6514 !important;
    color: white;
}

.medium-persian-blue{
    background-color:#026aa2 !important;
    color: white;
}

.bleu-de-france{
    background-color:#2e90fa !important;
    color: white;
}

.chambray{
    background-color:#3e4784 !important;
    color: white;
}

.cornell-red{
    background-color:#b42318 !important;
    color: white;
}
