@charset "utf-8";

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #28423d;
    background-color: #cfe1de;
    border-color: #c2d9d6;
}

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

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

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

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

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

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #497770;
    border-color: #436e67;
}

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

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #436e67;
    border-color: #3d645e;
}

.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(87, 142, 133, 0.5);
}

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

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

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

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

.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(87, 142, 133, 0.5);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color);
}

.list-group-item-primary {
    color: #28423d;
    background-color: #c2d9d6;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #28423d;
    background-color: #b2d0cb;
}

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

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

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

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

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
