/*Generated using https://lingtalfi.com/bootstrap4-color-generator*/

/*------------------------------------
- COLOR purple
------------------------------------*/

.alert-purple {
    color: #2e1d32;
    background-color: #d3bdd8;
    border-color: #cbb0d0;
}

.alert-purple hr {
    border-top-color: #c0a0c7;
}

.alert-purple .alert-link {
    color: #100a11;
}

.badge-purple {
    color: #fff;
    background-color: #764b7f;
}

.badge-purple[href]:hover,
.badge-purple[href]:focus {
    color: #fff;
    background-color: #58385e;
}

.bg-purple {
    background-color: #764b7f !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
    background-color: #58385e !important;
}

.border-purple {
    border-color: #764b7f !important;
}

.btn-purple {
    color: #fff;
    background-color: #764b7f;
    border-color: #764b7f;
}

.btn-purple:hover {
    color: #fff;
    background-color: #613d68;
    border-color: #58385e;
}

.btn-purple:focus,
.btn-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(118, 75, 127, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #764b7f;
    border-color: #764b7f;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #58385e;
    border-color: #4f3255;
}

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

.btn-outline-purple {
    color: #764b7f;
    background-color: transparent;
    border-color: #764b7f;
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #764b7f;
    border-color: #764b7f;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(118, 75, 127, 0.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #764b7f;
    background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #764b7f;
    border-color: #764b7f;
}

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

.list-group-item-purple {
    color: #2e1d32;
    background-color: #cbb0d0;
}

.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
    color: #2e1d32;
    background-color: #c0a0c7;
}

.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #2e1d32;
    border-color: #2e1d32;
}

.table-purple,
.table-purple > th,
.table-purple > td {
    background-color: #cbb0d0;
}

.table-hover .table-purple:hover {
    background-color: #c0a0c7;
}

.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
    background-color: #c0a0c7;
}

.text-purple {
    color: #764b7f !important;
}

a.text-purple:hover,
a.text-purple:focus {
    color: #58385e !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------
- COLOR grey
------------------------------------*/
.alert-grey {
    color: #9e9e9e;
    background-color: #142142142;
    border-color: #137137137;
}

.alert-grey hr {
    border-top-color: #12b12b12b;
}

.alert-grey .alert-link {
    color: #858585;
}

.badge-grey {
    color: #212529;
    background-color: #dcdcdc;
}

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

.bg-grey {
    background-color: #dcdcdc !important;
}

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

.border-grey {
    border-color: #dcdcdc !important;
}

.btn-grey {
    color: #212529;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

.btn-grey:hover {
    color: #212529;
    background-color: #cacaca;
    border-color: #c2c2c2;
}

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

.btn-grey.disabled,
.btn-grey:disabled {
    color: #212529;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
    color: #212529;
    background-color: #c2c2c2;
    border-color: #bababa;
}

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

.btn-outline-grey {
    color: #dcdcdc;
    background-color: transparent;
    border-color: #dcdcdc;
}

.btn-outline-grey:hover {
    color: #212529;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

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

.btn-outline-grey.disabled,
.btn-outline-grey:disabled {
    color: #dcdcdc;
    background-color: transparent;
}

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

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

.list-group-item-grey {
    color: #9e9e9e;
    background-color: #137137137;
}

.list-group-item-grey.list-group-item-action:hover,
.list-group-item-grey.list-group-item-action:focus {
    color: #9e9e9e;
    background-color: #12b12b12b;
}

.list-group-item-grey.list-group-item-action.active {
    color: #212529;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.table-grey,
.table-grey > th,
.table-grey > td {
    background-color: #137137137;
}

.table-hover .table-grey:hover {
    background-color: #12b12b12b;
}

.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
    background-color: #12b12b12b;
}

.text-grey {
    color: #dcdcdc !important;
}

a.text-grey:hover,
a.text-grey:focus {
    color: #c2c2c2 !important;
}

/*------------------------------------
- COLOR red
------------------------------------*/
.alert-red {
    color: #520808;
    background-color: #f6aaaa;
    border-color: #f49797;
}

.alert-red hr {
    border-top-color: #f28080;
}

.alert-red .alert-link {
    color: #240303;
}

.badge-red {
    color: #fff;
    background-color: #c21313;
}

.badge-red[href]:hover,
.badge-red[href]:focus {
    color: #fff;
    background-color: #930e0e;
}

.bg-red {
    background-color: #c21313 !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
    background-color: #930e0e !important;
}

.border-red {
    border-color: #c21313 !important;
}

.btn-red {
    color: #fff;
    background-color: #c21313;
    border-color: #c21313;
}

.btn-red:hover {
    color: #fff;
    background-color: #a10f0f;
    border-color: #930e0e;
}

.btn-red:focus,
.btn-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 19, 19, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #c21313;
    border-color: #c21313;
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #930e0e;
    border-color: #850d0d;
}

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

.btn-outline-red {
    color: #c21313;
    background-color: transparent;
    border-color: #c21313;
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #c21313;
    border-color: #c21313;
}

.btn-outline-red:focus,
.btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 19, 19, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
    color: #c21313;
    background-color: transparent;
}

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

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

.list-group-item-red {
    color: #520808;
    background-color: #f49797;
}

.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
    color: #520808;
    background-color: #f28080;
}

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

.table-red,
.table-red > th,
.table-red > td {
    background-color: #f49797;
}

.table-hover .table-red:hover {
    background-color: #f28080;
}

.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
    background-color: #f28080;
}

.text-red {
    color: #c21313 !important;
}

a.text-red:hover,
a.text-red:focus {
    color: #930e0e !important;
}
