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

.text-dark-primary {
    color: #36559D !important;
}

.text-dark-primary:hover {
    color: #2A4A8C !important;
}

.btn-dark-primary {
    color: #FFF !important;
    background-color: #36559D !important;
    border-color: #36559D !important;
}

.btn-outline-dark-primary {
    color: #36559D !important;
    border-color: #36559D !important;
    background-color: #FFF;
}

.bg-dark-warning {
    background-color: #FF9900 !important;
}

.text-dark-warning {
    color: #FF9900 !important;
}

.text-dark-warning:hover {
    color: #E68A00 !important;
}

.btn-kt-primary {
    background: #3699FF;
    border-color: #3699FF;
    color: #fff;
}

.btn-kt-primary:hover {
    background: #2A84E0;
    border-color: #2A84E0;
    color: #fff;
}

.btn-kt-primary:active,
.btn-kt-primary:focus {
    background: #1E70C1;
    border-color: #1E70C1;
    color: #fff;
}

.btn-kt-secondary {
    background: #C1C1C1;
    border-color: #C1C1C1;
    color: #fff;
}

.btn-kt-secondary:hover {
    background: #A8A8A8;
    border-color: #A8A8A8;
    color: #fff;
}

.btn-kt-secondary:active,
.btn-kt-secondary:focus {
    background: #8F8F8F;
    border-color: #8F8F8F;
    color: #fff;
}
