
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #002741;
    background-color: #89cfff;
    border-color: #74c7ff;
}

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

.alert-primary .alert-link {
    color: #00080e;
}

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

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

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

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #005b98;
    border-color: #005289;
}

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

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

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

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

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

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

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

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

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

.list-group-item-primary {
    color: #002741;
    background-color: #74c7ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #002741;
    background-color: #5bbdff;
}

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

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

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

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

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

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


/*------------------------------------
- COLOR hovered
------------------------------------*/
.alert-hovered {
    color: #5a7f96;
    background-color: #122119114;
    border-color: #11511010c;
}

.alert-hovered hr {
    border-top-color: #105104103;
}

.alert-hovered .alert-link {
    color: #466476;
}

.badge-hovered {
    color: #212529;
    background-color: #a3bac8;
}

.badge-hovered[href]:hover, .badge-hovered[href]:focus {
    color: #212529;
    background-color: #83a2b4;
}

.bg-hovered {
    background-color: #a3bac8 !important;
}

a.bg-hovered:hover, a.bg-hovered:focus,
button.bg-hovered:hover,
button.bg-hovered:focus {
    background-color: #83a2b4 !important;
}

.border-hovered {
    border-color: #a3bac8 !important;
}

.btn-hovered {
    color: #212529;
    background-color: #a3bac8;
    border-color: #a3bac8;
}

.btn-hovered:hover {
    color: #212529;
    background-color: #8ca9ba;
    border-color: #83a2b4;
}

.btn-hovered:focus, .btn-hovered.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 186, 200, 0.5);
}

.btn-hovered.disabled, .btn-hovered:disabled {
    color: #212529;
    background-color: #a3bac8;
    border-color: #a3bac8;
}

.btn-hovered:not(:disabled):not(.disabled):active, .btn-hovered:not(:disabled):not(.disabled).active, .show > .btn-hovered.dropdown-toggle {
    color: #212529;
    background-color: #83a2b4;
    border-color: #799aaf;
}

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

.btn-outline-hovered {
    color: #a3bac8;
    background-color: transparent;
    border-color: #a3bac8;
}

.btn-outline-hovered:hover {
    color: #212529;
    background-color: #a3bac8;
    border-color: #a3bac8;
}

.btn-outline-hovered:focus, .btn-outline-hovered.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 186, 200, 0.5);
}

.btn-outline-hovered.disabled, .btn-outline-hovered:disabled {
    color: #a3bac8;
    background-color: transparent;
}

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

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

.list-group-item-hovered {
    color: #5a7f96;
    background-color: #11511010c;
}

.list-group-item-hovered.list-group-item-action:hover, .list-group-item-hovered.list-group-item-action:focus {
    color: #5a7f96;
    background-color: #105104103;
}

.list-group-item-hovered.list-group-item-action.active {
    color: #212529;
    background-color: #5a7f96;
    border-color: #5a7f96;
}

.table-hovered,
.table-hovered > th,
.table-hovered > td {
    background-color: #11511010c;
}

.table-hover .table-hovered:hover {
    background-color: #105104103;
}

.table-hover .table-hovered:hover > td,
.table-hover .table-hovered:hover > th {
    background-color: #105104103;
}

.text-hovered {
    color: #a3bac8 !important;
}

a.text-hovered:hover, a.text-hovered:focus {
    color: #83a2b4 !important;
}

