
/*------------------------------------
- COLOR warning
------------------------------------*/
.alert-warning {
    color: #0f0b00;
    background-color: #ffd357;
    border-color: #ffcd42;
}

.alert-warning hr {
    border-top-color: #ffc729;
}

.alert-warning .alert-link {
    color: #000000;
}

.badge-warning {
    color: #fff;
    background-color: #8a6600;
}

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

.bg-warning {
    background-color: #8a6600 !important;
}

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

.border-warning {
    border-color: #8a6600 !important;
}

.btn-warning {
    color: #fff;
    background-color: #8a6600;
    border-color: #8a6600;
}

.btn-warning:hover {
    color: #fff;
    background-color: #664b00;
    border-color: #564000;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 102, 0, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #8a6600;
    border-color: #8a6600;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #564000;
    border-color: #473400;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 102, 0, 0.5);
}

.btn-outline-warning {
    color: #8a6600;
    background-color: transparent;
    border-color: #8a6600;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #8a6600;
    border-color: #8a6600;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 102, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #8a6600;
    background-color: transparent;
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 102, 0, 0.5);
}

.list-group-item-warning {
    color: #0f0b00;
    background-color: #ffcd42;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #0f0b00;
    background-color: #ffc729;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #0f0b00;
    border-color: #0f0b00;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffcd42;
}

.table-hover .table-warning:hover {
    background-color: #ffc729;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffc729;
}

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

a.text-warning:hover, a.text-warning:focus {
    color: #564000 !important;
}
