.color-red {
    color: #BD362F !important
}

.color-red-lighter {
    color: #DA4F49 !important
}

.color-red-darker {
    color: #BD362F !important
}

.color-blue {
    color: #006DCC !important
}

.color-blue-lighter {
    color: #08C !important
}

.color-blue-darker {
    color: #04C !important
}

.color-turquoise {
    color: #49AFCD !important
}

.color-turquoise-lighter {
    color: #5BC0DE !important
}

.color-turquoise-darker {
    color: #2F96B4 !important
}

.color-green {
    color: #5BB75B !important
}

.color-green-lighter {
    color: #62C462 !important
}

.color-green-darker {
    color: #51A351 !important
}

.color-orange {
    color: #FAA732 !important
}

.color-orange-lighter {
    color: #FBB450 !important
}

.color-orange-darker {
    color: #F89406 !important
}

.color-dark {
    color: #222 !important
}

.color-dark-lighter {
    color: #444 !important
}

.color-dark-darker {
    color: #222 !important
}

.color-grey {
    color: #9e9e9e !important
}

.color-yellow {
    color: #f4cd66 !important
}

.color-white {
    color: #fff !important
}

.color-purple {
    color: #cb79e6 !important
}

.color-br-turquoise {
    color: #8bc3de !important
}

.color-br-light-orange {
    color: #f7dfc5 !important
}

.br-black {
    background: #444 !important
}

.br-grey {
    background: #ababab !important
}

.br-grey-lighter {
    background: #ededed !important
}

.br-red {
    background: #f75353 !important
}

.color-light-lighter {
    color: #ccc !important
}

.br-green {
    background: #51d466 !important
}

.br-lblue {
    background: #32c8de !important;
    color: #000
}

.br-blue {
    background: #609cee !important
}

.br-brown {
    background: #c27256 !important
}

.br-pink {
    background: #eb76cb !important
}

.br-orange {
    background: #FAA732 !important
}

.br-light-orange {
    background: #f7dfc5 !important
}

.br-yellow {
    background: #f4e375 !important
}

.br-purple {
    background: #cb79e6 !important
}

.br-turquoise {
    background: #8bc3de !important
}

.br-white {
    background: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-grey {
    background-color: #eee !important
}

.bg-dark {
    background-color: #4e4e4e !important
}

.bg-black {
    background-color: #555 !important
}

.bg-red {
    background-color: #f75353 !important
}

.bg-green {
    background-color: #51d466 !important
}

.bg-lblue {
    background-color: #32c8de !important
}

.bg-blue {
    background-color: #609cec !important
}

.bg-orange {
    background-color: #f78153 !important
}

.bg-yellow {
    background-color: #fcd419 !important
}

.bg-purple {
    background-color: #cb79e6 !important
}

.bg-rose {
    background-color: #ff61e7 !important
}

.bg-brown {
    background-color: #d08166 !important
}