.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-white {
    color: #ffffff !important;
}

.color-white {
    color: #ffffff !important;
}

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

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

/* Background */

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

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

.br-grey {
    background: #bbb !important;
}

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

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

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

.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;
}