
/*------------------------------------
- COLOR widgeter
------------------------------------*/
.alert-widgeter {
    color: #000201;
    background-color: #61e7cc;
    border-color: #4fe5c6;
}

.alert-widgeter hr {
    border-top-color: #39e1bf;
}

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

.badge-widgeter {
    color: #fff;
    background-color: #106d5a;
}

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

.bg-widgeter {
    background-color: #106d5a !important;
}

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

.border-widgeter {
    border-color: #106d5a !important;
}

.btn-widgeter {
    color: #fff;
    background-color: #106d5a;
    border-color: #106d5a;
}

.btn-widgeter:hover {
    color: #fff;
    background-color: #0b4d40;
    border-color: #094035;
}

.btn-widgeter:focus, .btn-widgeter.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 109, 90, 0.5);
}

.btn-widgeter.disabled, .btn-widgeter:disabled {
    color: #fff;
    background-color: #106d5a;
    border-color: #106d5a;
}

.btn-widgeter:not(:disabled):not(.disabled):active, .btn-widgeter:not(:disabled):not(.disabled).active, .show > .btn-widgeter.dropdown-toggle {
    color: #fff;
    background-color: #094035;
    border-color: #07332a;
}

.btn-widgeter:not(:disabled):not(.disabled):active:focus, .btn-widgeter:not(:disabled):not(.disabled).active:focus, .show > .btn-widgeter.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 109, 90, 0.5);
}

.btn-outline-widgeter {
    color: #106d5a;
    background-color: transparent;
    border-color: #106d5a;
}

.btn-outline-widgeter:hover {
    color: #fff;
    background-color: #106d5a;
    border-color: #106d5a;
}

.btn-outline-widgeter:focus, .btn-outline-widgeter.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 109, 90, 0.5);
}

.btn-outline-widgeter.disabled, .btn-outline-widgeter:disabled {
    color: #106d5a;
    background-color: transparent;
}

.btn-outline-widgeter:not(:disabled):not(.disabled):active, .btn-outline-widgeter:not(:disabled):not(.disabled).active, .show > .btn-outline-widgeter.dropdown-toggle {
    color: #fff;
    background-color: #106d5a;
    border-color: #106d5a;
}

.btn-outline-widgeter:not(:disabled):not(.disabled):active:focus, .btn-outline-widgeter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-widgeter.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 109, 90, 0.5);
}

.list-group-item-widgeter {
    color: #000201;
    background-color: #4fe5c6;
}

.list-group-item-widgeter.list-group-item-action:hover, .list-group-item-widgeter.list-group-item-action:focus {
    color: #000201;
    background-color: #39e1bf;
}

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

.table-widgeter,
.table-widgeter > th,
.table-widgeter > td {
    background-color: #4fe5c6;
}

.table-hover .table-widgeter:hover {
    background-color: #39e1bf;
}

.table-hover .table-widgeter:hover > td,
.table-hover .table-widgeter:hover > th {
    background-color: #39e1bf;
}

.text-widgeter {
    color: #106d5a !important;
}

a.text-widgeter:hover, a.text-widgeter:focus {
    color: #094035 !important;
}
