﻿.text-primary {
    color: #2424dc !important;
}

li > a.text-primary > i:first-child {
    color: #ffbc00 !important;
	color: #FF5722 !important;
}

.btn-primary {
    color: #fff;
    background-color: #2222db;
    border-color: #2222db
}

    .btn-primary:hover {
        color: #fff;
        background-color: #3232dc;
        border-color: #3232dc
    }
	
a.notification > i {
    color: #0a0ad1
}

.main-header {
    background: #0f5dba;
}

.main-footer {
    background: #0f5dba;
}