/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #fff !important;
    background-color: #105882;
}

.alert-primary hr {
    border-top-color: #e8bbaa;
}

.alert-primary .alert-link {
    color: #371a0f;
}

.badge-primary {
    color: #fff;
    background-color: #C05C34;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #974829;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #974829 !important;
}

.border-primary {
    border-color: #C05C34 !important;
}

.btn-primary {
    color: #fff;
    background-color: #C05C34;
    border-color: #C05C34;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a34e2c;
    border-color: #974829;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 92, 52, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #C05C34;
    border-color: #C05C34;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #974829;
    border-color: #8b4325;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 92, 52, 0.5);
}

.btn-outline-primary {
    color: #C05C34;
    background-color: transparent;
    border-color: #C05C34;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #C05C34;
    border-color: #C05C34;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 92, 52, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #C05C34;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #C05C34;
    border-color: #C05C34;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 92, 52, 0.5);
}

.list-group-item-primary {
    color: #5f2d19;
    background-color: #edcbbe;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #5f2d19;
    background-color: #e8bbaa;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #5f2d19;
    border-color: #5f2d19;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #edcbbe;
}

.table-hover .table-primary:hover {
    background-color: #e8bbaa;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #e8bbaa;
}

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

a.text-primary:hover, a.text-primary:focus {
    color: #974829 !important;
}

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

.text-bg-primary a,
.text-bg-primary a:visited,
.text-bg-primary a:hover,
.text-bg-primary a:active,
.text-bg-primary a:focus {
    color: #fff !important;
}


