/**********************************************
 * BACKGROUND *********************************
 **********************************************/
.bg-primary {
    background-color: #CC0000 !important;
}

.bg-secondary {
    background-color: #fcfcfd !important;
}

.bg-primary-dark {
    background-color: #AA0000 !important;
}

.bg-green {
    background-color: #39B065 !important;
}

.bg-shadow-dark {
    background-color: rgba(0, 0, 0, .1);
}

.bg-shadow-light {
    background-color: rgba(255, 255, 255, .1);
}

.bg-primary-washed {
    background-color: #ffd3d3;
}

/**********************************************
 * TEXT ***************************************
 **********************************************/
.text-default {
    color: #CC0000 !important;
}

.text-light {
    color: #FFFFFF !important;
}

.text-black {
    color: black !important;
}

.text-green {
    color: #247241 !important;
}

.text-dark.text-hover-default:hover,
.text-hover-default:hover {
    color: #CC0000 !important;
}

.text-grey{
    color: #737272 !important;
}

.text-light-grey{
    color: #ececec !important;
}

/**********************************************
 * BUTTON *************************************
 **********************************************/
.btn-primary {
    color: #FFFFFF;
    background-color: #CC0000;
    border-color: #CC0000;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #AA0000;
    border-color: #990000;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #AA0000;
    border-color: #990000;
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5);
}

/*********************************************
* BORDER *************************************
**********************************************/
.bordered {
    border-color: #F1F1F1;
}

.border-b-default {
    border-bottom-color: rgba(204, 0, 0, .15) !important;
}

/*********************************************
* OTHERS *************************************
**********************************************/

.color-alert{
    color: #ffc107 !important;
}

.color-success{
    color: #28a745 !important;
}

.color-error{
    color: #dc3545 !important;
}

.color-info{
    color: #17a2b8 !important;
}
