.gray {
    background-color:rgb(230,230,230) !important;
    border-color:rgb(210,210,210) !important;
    color:rgba(0,0,0,0.80) !important;
}
.text-gray { color:rgb(230,230,230) !important }

.yellow {
    background-color:rgb(255,250,125) !important;
    border-color:rgb(235,230,105) !important;
    color:rgb(85,85,0) !important;
}
.text-yellow { color:rgb(255,250,125) !important }

.orange {
    background-color: rgb(255,160,0) !important;
    color: #fff !important;
    border-color: rgb(235,140,0) !important;
}
.text-orange { color:rgb(255,160,0) !important }

.blue {
    background-color: rgb(0,120,230) !important;
    color: #fff !important;
    border-color:rgb(0,100,210) !important;
}
.text-blue { color:rgb(0,120,230) !important }

.green {
    background-color:rgb(125,180,25) !important;
    color: #fff !important;
    border-color: rgb(105,160,05) !important;
}
.text-green { color:rgb(125,180,25) !important }

.red {
    background-color: rgb(230,70,0) !important;
    color: #fff !important;
    border-color: rgb(200,50,0) !important;
}
.text-red { color:rgb(230,70,0) !important }

.black {
    background-color:rgb(80,80,80) !important;
    color: #fff !important;
    border-color: rgb(50,50,50) !important;
}
.text-black { color:rgb(80,80,80) !important }