
/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
    color: #142425;
    background-color: #add0d2;
    border-color: #9fc8cb;
}

.alert-success hr {
    border-top-color: #8fbfc2;
}

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

.badge-success {
    color: #fff;
    background-color: #3f7175;
}

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

.bg-success {
    background-color: #3f7175 !important;
}

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

.border-success {
    border-color: #3f7175 !important;
}

.btn-success {
    color: #fff;
    background-color: #3f7175;
    border-color: #3f7175;
}

.btn-success:hover {
    color: #fff;
    background-color: #325a5d;
    border-color: #2d5053;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 113, 117, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #3f7175;
    border-color: #3f7175;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d5053;
    border-color: #274749;
}

.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(63, 113, 117, 0.5);
}

.btn-outline-success {
    color: #3f7175;
    background-color: transparent;
    border-color: #3f7175;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #3f7175;
    border-color: #3f7175;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 113, 117, 0.5);
}

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

.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(63, 113, 117, 0.5);
}

.list-group-item-success {
    color: #142425;
    background-color: #9fc8cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #142425;
    background-color: #8fbfc2;
}

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

.table-success,
.table-success > th,
.table-success > td {
    background-color: #9fc8cb;
}

.table-hover .table-success:hover {
    background-color: #8fbfc2;
}

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

.text-success {
    color: #3f7175 !important;
}

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