
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #00173c;
    background-color: #83b3ff;
    border-color: #6fa6ff;
}

.alert-primary hr {
    border-top-color: #5696ff;
}

.alert-primary .alert-link {
    color: #000309;
}

.badge-primary {
    color: #fff;
    background-color: #0046b7;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #003283;
}

.bg-primary {
    background-color: #0046b7 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #003283 !important;
}

.border-primary {
    border-color: #0046b7 !important;
}

.btn-primary {
    color: #fff;
    background-color: #0046b7;
    border-color: #0046b7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #003893;
    border-color: #003283;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 70, 183, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0046b7;
    border-color: #0046b7;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003283;
    border-color: #002c74;
}

.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, 70, 183, 0.5);
}

.btn-outline-primary {
    color: #0046b7;
    background-color: transparent;
    border-color: #0046b7;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0046b7;
    border-color: #0046b7;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 70, 183, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0046b7;
    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: #0046b7;
    border-color: #0046b7;
}

.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, 70, 183, 0.5);
}

.list-group-item-primary {
    color: #00173c;
    background-color: #6fa6ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00173c;
    background-color: #5696ff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00173c;
    border-color: #00173c;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #6fa6ff;
}

.table-hover .table-primary:hover {
    background-color: #5696ff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #5696ff;
}

.text-primary {
    color: #0046b7 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #003283 !important;
}



/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #056c94;
    background-color: #e2f6fd;
    border-color: #cef0fd;
}

.alert-secondary hr {
    border-top-color: #b5e8fc;
}

.alert-secondary .alert-link {
    color: #034863;
}

.badge-secondary {
    color: #212529;
    background-color: #1dbaf7;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    background-color: #079ed9;
}

.bg-secondary {
    background-color: #1dbaf7 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #079ed9 !important;
}

.border-secondary {
    border-color: #1dbaf7 !important;
}

.btn-secondary {
    color: #212529;
    background-color: #1dbaf7;
    border-color: #1dbaf7;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #08a9e8;
    border-color: #079ed9;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 186, 247, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #1dbaf7;
    border-color: #1dbaf7;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #079ed9;
    border-color: #0793ca;
}

.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(29, 186, 247, 0.5);
}

.btn-outline-secondary {
    color: #1dbaf7;
    background-color: transparent;
    border-color: #1dbaf7;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #1dbaf7;
    border-color: #1dbaf7;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 186, 247, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #1dbaf7;
    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: #212529;
    background-color: #1dbaf7;
    border-color: #1dbaf7;
}

.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(29, 186, 247, 0.5);
}

.list-group-item-secondary {
    color: #056c94;
    background-color: #cef0fd;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #056c94;
    background-color: #b5e8fc;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #212529;
    background-color: #056c94;
    border-color: #056c94;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #cef0fd;
}

.table-hover .table-secondary:hover {
    background-color: #b5e8fc;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #b5e8fc;
}

.text-secondary {
    color: #1dbaf7 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #079ed9 !important;
}



/*------------------------------------
- COLOR light
------------------------------------*/
.alert-light {
    color: #73c4e1;
    background-color: #18113511a;
    border-color: #17012e116;
}

.alert-light hr {
    border-top-color: #15b125112;
}

.alert-light .alert-link {
    color: #49b2d8;
}

.badge-light {
    color: #212529;
    background-color: #d9eff7;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    background-color: #aeddee;
}

.bg-light {
    background-color: #d9eff7 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #aeddee !important;
}

.border-light {
    border-color: #d9eff7 !important;
}

.btn-light {
    color: #212529;
    background-color: #d9eff7;
    border-color: #d9eff7;
}

.btn-light:hover {
    color: #212529;
    background-color: #bbe2f0;
    border-color: #aeddee;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 239, 247, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #d9eff7;
    border-color: #d9eff7;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #aeddee;
    border-color: #a2d7eb;
}

.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(217, 239, 247, 0.5);
}

.btn-outline-light {
    color: #d9eff7;
    background-color: transparent;
    border-color: #d9eff7;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #d9eff7;
    border-color: #d9eff7;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 239, 247, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #d9eff7;
    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: #212529;
    background-color: #d9eff7;
    border-color: #d9eff7;
}

.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(217, 239, 247, 0.5);
}

.list-group-item-light {
    color: #73c4e1;
    background-color: #17012e116;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #73c4e1;
    background-color: #15b125112;
}

.list-group-item-light.list-group-item-action.active {
    color: #212529;
    background-color: #73c4e1;
    border-color: #73c4e1;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #17012e116;
}

.table-hover .table-light:hover {
    background-color: #15b125112;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #15b125112;
}

.text-light {
    color: #d9eff7 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #aeddee !important;
}
