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

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #374104;
    background-color: #e7f794;
    border-color: #e3f681;
}

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

.alert-primary .alert-link {
    color: #0e1101;
}

.badge-primary {
    color: #212529;
    background-color: #98B40C;
}

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

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

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

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

.btn-primary {
    color: #212529;
    background-color: #98B40C;
    border-color: #98B40C;
}

#submit-id-submit{
    color: var(--paloma-blue);
}

.btn-primary:hover {
    color: #212529;
    background-color: #7b9209;
    border-color: #6f8408;
}

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

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #98B40C;
    border-color: #98B40C;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #6f8408;
    border-color: #637507;
}

.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(152, 180, 12, 0.5);
}

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

.btn-outline-primary:hover {
    color: #212529;
    background-color: #98B40C;
    border-color: #98B40C;
}

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

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

.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(152, 180, 12, 0.5);
}

.list-group-item-primary {
    color: #374104;
    background-color: #e3f681;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #374104;
    background-color: #ddf569;
}

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

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

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

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

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

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