
/*------------------------------------
- COLOR beige
------------------------------------*/
.alert-beige {
    color: #b4ac84;
    background-color: #13013514f;
    border-color: #12812c143;
}

.alert-beige hr {
    border-top-color: #11e122133;
}

.alert-beige .alert-link {
    color: #a19765;
}

.badge-beige {
    color: #212529;
    background-color: #e3e0d1;
}

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

.bg-beige {
    background-color: #e3e0d1 !important;
}

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

.border-beige {
    border-color: #e3e0d1 !important;
}

.btn-beige {
    color: #212529;
    background-color: #e3e0d1;
    border-color: #e3e0d1;
}

.btn-beige:hover {
    color: #212529;
    background-color: #d5d1ba;
    border-color: #cfcab1;
}

.btn-beige:focus, .btn-beige.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 224, 209, 0.5);
}

.btn-beige.disabled, .btn-beige:disabled {
    color: #212529;
    background-color: #e3e0d1;
    border-color: #e3e0d1;
}

.btn-beige:not(:disabled):not(.disabled):active, .btn-beige:not(:disabled):not(.disabled).active, .show > .btn-beige.dropdown-toggle {
    color: #212529;
    background-color: #cfcab1;
    border-color: #c9c4a7;
}

.btn-beige:not(:disabled):not(.disabled):active:focus, .btn-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-beige.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 224, 209, 0.5);
}

.btn-outline-beige {
    color: #e3e0d1;
    background-color: transparent;
    border-color: #e3e0d1;
}

.btn-outline-beige:hover {
    color: #212529;
    background-color: #e3e0d1;
    border-color: #e3e0d1;
}

.btn-outline-beige:focus, .btn-outline-beige.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 224, 209, 0.5);
}

.btn-outline-beige.disabled, .btn-outline-beige:disabled {
    color: #e3e0d1;
    background-color: transparent;
}

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

.btn-outline-beige:not(:disabled):not(.disabled):active:focus, .btn-outline-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-beige.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 224, 209, 0.5);
}

.list-group-item-beige {
    color: #b4ac84;
    background-color: #12812c143;
}

.list-group-item-beige.list-group-item-action:hover, .list-group-item-beige.list-group-item-action:focus {
    color: #b4ac84;
    background-color: #11e122133;
}

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

.table-beige,
.table-beige > th,
.table-beige > td {
    background-color: #12812c143;
}

.table-hover .table-beige:hover {
    background-color: #11e122133;
}

.table-hover .table-beige:hover > td,
.table-hover .table-beige:hover > th {
    background-color: #11e122133;
}

.text-beige {
    color: #e3e0d1 !important;
}

a.text-beige:hover, a.text-beige:focus {
    color: #cfcab1 !important;
}

/*------------------------------------
- COLOR hangesho
------------------------------------*/
.alert-hangesho {
    color: #002724;
    background-color: #6ffff4;
    border-color: #5afff2;
}

.alert-hangesho hr {
    border-top-color: #41fff0;
}

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

.badge-hangesho {
    color: #fff;
    background-color: #00A296;
}

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

.bg-hangesho {
    background-color: #00A296 !important;
}

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

.border-hangesho {
    border-color: #00A296 !important;
}

.btn-hangesho {
    color: #fff;
    background-color: #00A296;
    border-color: #00A296;
}

.btn-hangesho:hover {
    color: #fff;
    background-color: #007e74;
    border-color: #ffffffffffffffff6f66;
}

.btn-hangesho:focus, .btn-hangesho.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 162, 150, 0.5);
}

.btn-hangesho.disabled, .btn-hangesho:disabled {
    color: #fff;
    background-color: #00A296;
    border-color: #00A296;
}

.btn-hangesho:not(:disabled):not(.disabled):active, .btn-hangesho:not(:disabled):not(.disabled).active, .show > .btn-hangesho.dropdown-toggle {
    color: #fff;
    background-color: #ffffffffffffffff6f66;
    border-color: #005f58;
}

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

.btn-outline-hangesho {
    color: #00A296;
    background-color: transparent;
    border-color: #00A296;
}

.btn-outline-hangesho:hover {
    color: #fff;
    background-color: #00A296;
    border-color: #00A296;
}

.btn-outline-hangesho:focus, .btn-outline-hangesho.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 162, 150, 0.5);
}

.btn-outline-hangesho.disabled, .btn-outline-hangesho:disabled {
    color: #00A296;
    background-color: transparent;
}

.btn-outline-hangesho:not(:disabled):not(.disabled):active, .btn-outline-hangesho:not(:disabled):not(.disabled).active, .show > .btn-outline-hangesho.dropdown-toggle {
    color: #fff;
    background-color: #00A296;
    border-color: #00A296;
}

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

.list-group-item-hangesho {
    color: #002724;
    background-color: #5afff2;
}

.list-group-item-hangesho.list-group-item-action:hover, .list-group-item-hangesho.list-group-item-action:focus {
    color: #002724;
    background-color: #41fff0;
}

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

.table-hangesho,
.table-hangesho > th,
.table-hangesho > td {
    background-color: #5afff2;
}

.table-hover .table-hangesho:hover {
    background-color: #41fff0;
}

.table-hover .table-hangesho:hover > td,
.table-hover .table-hangesho:hover > th {
    background-color: #41fff0;
}

.text-hangesho {
    color: #00A296 !important;
}

a.text-hangesho:hover, a.text-hangesho:focus {
    color: #ffffffffffffffff6f66 !important;
}


/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
    color: #002724;
    background-color: #6ffff4;
    border-color: #5afff2;
}

.alert-success hr {
    border-top-color: #41fff0;
}

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

.badge-success {
    color: #fff;
    background-color: #00A296;
}

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

.bg-success {
    background-color: #00A296 !important;
}

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

.border-success {
    border-color: #00A296 !important;
}

.btn-success {
    color: #fff;
    background-color: #00A296;
    border-color: #00A296;
}

.btn-success:hover {
    color: #fff;
    background-color: #007e74;
    border-color: #ffffffffffffffff6f66;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 162, 150, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00A296;
    border-color: #00A296;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #ffffffffffffffff6f66;
    border-color: #005f58;
}

.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(0, 162, 150, 0.5);
}

.btn-outline-success {
    color: #00A296;
    background-color: transparent;
    border-color: #00A296;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #00A296;
    border-color: #00A296;
}

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

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

.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(0, 162, 150, 0.5);
}

.list-group-item-success {
    color: #002724;
    background-color: #5afff2;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #002724;
    background-color: #41fff0;
}

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

.table-success,
.table-success > th,
.table-success > td {
    background-color: #5afff2;
}

.table-hover .table-success:hover {
    background-color: #41fff0;
}

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

.text-success {
    color: #00A296 !important;
}

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

/*------------------------------------
- COLOR dark
------------------------------------*/
.alert-dark {
    color: #000000;
    background-color: #828282;
    border-color: #777777;
}

.alert-dark hr {
    border-top-color: #6b6b6b;
}

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

.badge-dark {
    color: #fff;
    background-color: #1c1c1c;
}

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

.bg-dark {
    background-color: #1c1c1c !important;
}

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

.border-dark {
    border-color: #1c1c1c !important;
}

.btn-dark {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn-dark:hover {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #020202;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #020202;
    border-color: #000000;
}

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

.btn-outline-dark {
    color: #1c1c1c;
    background-color: transparent;
    border-color: #1c1c1c;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1c1c1c;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

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

.list-group-item-dark {
    color: #000000;
    background-color: #777777;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #000000;
    background-color: #6b6b6b;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #777777;
}

.table-hover .table-dark:hover {
    background-color: #6b6b6b;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #6b6b6b;
}

.text-dark {
    color: #1c1c1c !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #020202 !important;
}

/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #4a4a4a;
    background-color: #eeeeee;
    border-color: #e3e3e3;
}

.alert-secondary hr {
    border-top-color: #d7d7d7;
}

.alert-secondary .alert-link {
    color: #313131;
}

.badge-secondary {
    color: #212529;
    background-color: #888888;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    background-color: #6e6e6e;
}

.bg-secondary {
    background-color: #888888 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #6e6e6e !important;
}

.border-secondary {
    border-color: #888888 !important;
}

.btn-secondary {
    color: #212529;
    background-color: #888888;
    border-color: #888888;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #767676;
    border-color: #6e6e6e;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #888888;
    border-color: #888888;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #6e6e6e;
    border-color: #666666;
}

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

.btn-outline-secondary {
    color: #888888;
    background-color: transparent;
    border-color: #888888;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #888888;
    border-color: #888888;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #888888;
    background-color: transparent;
}

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

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

.list-group-item-secondary {
    color: #4a4a4a;
    background-color: #e3e3e3;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #4a4a4a;
    background-color: #d7d7d7;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #212529;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #e3e3e3;
}

.table-hover .table-secondary:hover {
    background-color: #d7d7d7;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #d7d7d7;
}

.text-secondary {
    color: #888888 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #6e6e6e !important;
}

/*------------------------------------
- COLOR gray
------------------------------------*/
.alert-gray {
    color: #adadad;
    background-color: #151151151;
    border-color: #146146146;
}

.alert-gray hr {
    border-top-color: #13a13a13a;
}

.alert-gray .alert-link {
    color: #949494;
}

.badge-gray {
    color: #212529;
    background-color: #EBEBEB;
}

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

.bg-gray {
    background-color: #EBEBEB !important;
}

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

.border-gray {
    border-color: #EBEBEB !important;
}

.btn-gray {
    color: #212529;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.btn-gray:hover {
    color: #212529;
    background-color: #d9d9d9;
    border-color: #d1d1d1;
}

.btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #d1d1d1;
    border-color: #c9c9c9;
}

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

.btn-outline-gray {
    color: #EBEBEB;
    background-color: transparent;
    border-color: #EBEBEB;
}

.btn-outline-gray:hover {
    color: #212529;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #EBEBEB;
    background-color: transparent;
}

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

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

.list-group-item-gray {
    color: #adadad;
    background-color: #146146146;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #adadad;
    background-color: #13a13a13a;
}

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

.table-gray,
.table-gray > th,
.table-gray > td {
    background-color: #146146146;
}

.table-hover .table-gray:hover {
    background-color: #13a13a13a;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
    background-color: #13a13a13a;
}

.text-gray {
    color: #EBEBEB !important;
}

a.text-gray:hover, a.text-gray:focus {
    color: #d1d1d1 !important;
}
