
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #59001e;
    background-color: #ffadc9;
    border-color: #ff99bb;
}

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

.alert-primary .alert-link {
    color: #1a0009;
}

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

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

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

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #e6004d;
    border-color: #d10046;
}

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

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

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

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

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

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

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

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

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

.list-group-item-primary {
    color: #59001e;
    background-color: #ff99bb;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #59001e;
    background-color: #ff8ab1;
}

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

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

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

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

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

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

/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #404a13;
    background-color: #e8f1be;
    border-color: #e3edae;
}

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

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

.badge-secondary {
    color: #000;
    background-color: #b8d335;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #000;
    background-color: #97ad2b;
}

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

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

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

.btn-secondary {
    color: #000;
    background-color: #b8d335;
    border-color: #b8d335;
}

.btn-secondary:hover {
    color: #000;
    background-color: #a6be30;
    border-color: #97ad2b;
}

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

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #000;
    background-color: #b8d335;
    border-color: #b8d335;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #97ad2b;
    border-color: #8ca028;
}

.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(184, 211, 53, 0.5);
}

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

.btn-outline-secondary:hover {
    color: #000;
    background-color: #b8d335;
    border-color: #b8d335;
}

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

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #b8d335;
    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: #000;
    background-color: #b8d335;
    border-color: #b8d335;
}

.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(184, 211, 53, 0.5);
}

.list-group-item-secondary {
    color: #404a13;
    background-color: #e3edae;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #404a13;
    background-color: #deeba2;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #404a13;
    border-color: #404a13;
}

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

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

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

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

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

/*------------------------------------
- COLOR light
------------------------------------*/
.alert-light {
    color: #4f4f4f;
    background-color: #f6f6f6;
    border-color: #f4f4f4;
}

.alert-light hr {
    border-top-color: #f2f2f2;
}

.alert-light .alert-link {
    color: #171717;
}

.badge-light {
    color: #000;
    background-color: #e3e3e3;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #000;
    background-color: #bababa;
}

.bg-light {
    background-color: #e3e3e3 !important;
}

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

.border-light {
    border-color: #e3e3e3 !important;
}

.btn-light {
    color: #000;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn-light:hover {
    color: #000;
    background-color: #cccccc;
    border-color: #bababa;
}

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

.btn-light.disabled, .btn-light:disabled {
    color: #000;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #bababa;
    border-color: #adadad;
}

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

.btn-outline-light {
    color: #e3e3e3;
    background-color: transparent;
    border-color: #e3e3e3;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

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

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e3e3e3;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #000;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

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

.list-group-item-light {
    color: #4f4f4f;
    background-color: #f4f4f4;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #4f4f4f;
    background-color: #f2f2f2;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #4f4f4f;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #f4f4f4;
}

.table-hover .table-light:hover {
    background-color: #f2f2f2;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #f2f2f2;
}

.text-light {
    color: #e3e3e3 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #bababa !important;
}
