
/*------------------------------------
- COLOR orange
------------------------------------*/
.alert-orange {
    color: #a7470b;
    background-color: #fefcfa;
    border-color: #fdefe7;
}

.alert-orange hr {
    border-top-color: #fbe0cf;
}

.alert-orange .alert-link {
    color: #773307;
}

.badge-orange {
    color: #212529;
    background-color: #F2823B;
}

.badge-orange[href]:hover, .badge-orange[href]:focus {
    color: #212529;
    background-color: #ea640f;
}

.bg-orange {
    background-color: #F2823B !important;
}

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

.border-orange {
    border-color: #F2823B !important;
}

.btn-orange {
    color: #212529;
    background-color: #F2823B;
    border-color: #F2823B;
}

.btn-orange:hover {
    color: #212529;
    background-color: #ef6c19;
    border-color: #ea640f;
}

.btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 130, 59, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
    color: #212529;
    background-color: #F2823B;
    border-color: #F2823B;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #212529;
    background-color: #ea640f;
    border-color: #dc5e0e;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 130, 59, 0.5);
}

.btn-outline-orange {
    color: #F2823B;
    background-color: transparent;
    border-color: #F2823B;
}

.btn-outline-orange:hover {
    color: #212529;
    background-color: #F2823B;
    border-color: #F2823B;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 130, 59, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #F2823B;
    background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #F2823B;
    border-color: #F2823B;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 130, 59, 0.5);
}

.list-group-item-orange {
    color: #a7470b;
    background-color: #fdefe7;
}

.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #a7470b;
    background-color: #fbe0cf;
}

.list-group-item-orange.list-group-item-action.active {
    color: #212529;
    background-color: #a7470b;
    border-color: #a7470b;
}

.table-orange,
.table-orange > th,
.table-orange > td {
    background-color: #fdefe7;
}

.table-hover .table-orange:hover {
    background-color: #fbe0cf;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
    background-color: #fbe0cf;
}

.text-orange {
    color: #F2823B !important;
}

a.text-orange:hover, a.text-orange:focus {
    color: #ea640f !important;
}
