
/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
    color: #000000;
    background-color: #41e89b;
    border-color: #2fe692;
}

.alert-success hr {
    border-top-color: #1ae186;
}

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

.badge-success {
    color: #fff;
    background-color: #0a5432;
}

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

.bg-success {
    background-color: #0a5432 !important;
}

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

.border-success {
    border-color: #0a5432 !important;
}

.btn-success {
    color: #fff;
    background-color: #0a5432;
    border-color: #0a5432;
}

.btn-success:hover {
    color: #fff;
    background-color: #06341f;
    border-color: #042616;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 84, 50, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #0a5432;
    border-color: #0a5432;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #042616;
    border-color: #02180e;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 84, 50, 0.5);
}

.btn-outline-success {
    color: #0a5432;
    background-color: transparent;
    border-color: #0a5432;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #0a5432;
    border-color: #0a5432;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 84, 50, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #0a5432;
    background-color: transparent;
}

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 84, 50, 0.5);
}

.list-group-item-success {
    color: #000000;
    background-color: #2fe692;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #000000;
    background-color: #1ae186;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #2fe692;
}

.table-hover .table-success:hover {
    background-color: #1ae186;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #1ae186;
}

.text-success {
    color: #0a5432 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #042616 !important;
}
