
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #3f250a;
    background-color: #eec9a2;
    border-color: #ebbf90;
}

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

.alert-primary .alert-link {
    color: #140b03;
}

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

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

.bg-light {
	background-color: #f0d6ba !important;
}
.bg-lighter {
	background-color: #f6e6d4 !important;
}

.bg-lightest {
	background-color: #fbf2e9 !important;
}

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

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #895117;
    border-color: #7c4a15;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 100, 29, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7c4a15;
    border-color: #6f4213;
}

.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(168, 100, 29, 0.5);
}

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

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

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 100, 29, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #a8641d;
    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: #a8641d;
    border-color: #a8641d;
}

.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(168, 100, 29, 0.5);
}

.list-group-item-primary {
    color: #3f250a;
    background-color: #ebbf90;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #3f250a;
    background-color: #e8b27a;
}

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

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

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

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

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

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

.nav-link.active {
	font-weight: 600;
}
