/* Css Colors  */
.bgPrimary{
    background: #222d32 !important;
}

.bgPrimary1{
    background: #282828 !important;
}

.bgPrimary2{
    background: #f39c12 !important;
}

.bgPrimary3{
    background: red !important; 
}

.bgPrimary4{
    background-color: #367fa9 !important;
}


.cWhite{
    color: #fff !important;
}

.cDanger{
    color: #d73925 !important;
}

.btn-primary{
    background-color: #367fa9 !important;
}

.btn-success{
    background: #009900 !important;
}

.bg-gray{
    background: #bdc3c7;
}

.alert-success{
    background: #009900 !important;
}

/* End Colors */