/*
Тут стандартные цвета, но с !important
*/

.text-muted {
    color: #999999 !important;
}

.text-primary {
    color: #34495e !important;
}

a.text-primary:hover {
    color: #222f3d !important;
}

.text-success {
    color: #3c763d !important;
}

a.text-success:hover {
    color: #2b542c !important;
}

.text-info {
    color: #31708f !important;
}

a.text-info:hover {
    color: #245269 !important;
}

.text-warning {
    color: #8a6d3b !important;
}

a.text-warning:hover {
    color: #66512c !important;
}

.text-danger {
    color: #a94442 !important;
}

a.text-danger:hover {
    color: #843534 !important;
}

.bg-primary {
    color: #fff;
    background-color: transparent !important;
}

a.bg-primary:hover {
    background-color: transparent !important;
}

.bg-success {
    background-color: transparent !important;
}

a.bg-success:hover {
    background-color: transparent !important;
}

.bg-info {
    background-color: transparent !important;
}

a.bg-info:hover {
    background-color: transparent !important;
}

.bg-warning {
    background-color: transparent !important;
}

a.bg-warning:hover {
    background-color: transparent !important;
}

.bg-danger {
    background-color: transparent !important;
}

a.bg-danger:hover {
    background-color: transparent !important;
}