
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #000000;
    background-color: #1bb0ff;
    border-color: #06a9ff;
}

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

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

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

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

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

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #001b2a;
    border-color: #ffffffffffffffff111b;
}

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

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

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

.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, 51, 78, 0.5);
}

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

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

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

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

.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, 51, 78, 0.5);
}

.list-group-item-primary {
    color: #000000;
    background-color: #06a9ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #000000;
    background-color: #009aec;
}

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

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

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

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

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

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


/*------------------------------------
- COLOR beige
------------------------------------*/
.alert-beige {
    color: #c1ab7c;
    background-color: #12a13915a;
    border-color: #12313014d;
}

.alert-beige hr {
    border-top-color: #11b12513b;
}

.alert-beige .alert-link {
    color: #b19559;
}

.badge-beige {
    color: #212529;
    background-color: #E9E1D0;
}

.badge-beige[href]:hover, .badge-beige[href]:focus {
    color: #212529;
    background-color: #d8caad;
}

.bg-beige {
    background-color: #E9E1D0 !important;
}

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

.border-beige {
    border-color: #E9E1D0 !important;
}

.btn-beige {
    color: #212529;
    background-color: #E9E1D0;
    border-color: #E9E1D0;
}

.btn-beige:hover {
    color: #212529;
    background-color: #ddd1b7;
    border-color: #d8caad;
}

.btn-beige:focus, .btn-beige.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 225, 208, 0.5);
}

.btn-beige.disabled, .btn-beige:disabled {
    color: #212529;
    background-color: #E9E1D0;
    border-color: #E9E1D0;
}

.btn-beige:not(:disabled):not(.disabled):active, .btn-beige:not(:disabled):not(.disabled).active, .show > .btn-beige.dropdown-toggle {
    color: #212529;
    background-color: #d8caad;
    border-color: #d3c4a2;
}

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

.btn-outline-beige {
    color: #E9E1D0;
    background-color: transparent;
    border-color: #E9E1D0;
}

.btn-outline-beige:hover {
    color: #212529;
    background-color: #E9E1D0;
    border-color: #E9E1D0;
}

.btn-outline-beige:focus, .btn-outline-beige.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 225, 208, 0.5);
}

.btn-outline-beige.disabled, .btn-outline-beige:disabled {
    color: #E9E1D0;
    background-color: transparent;
}

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

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

.list-group-item-beige {
    color: #c1ab7c;
    background-color: #12313014d;
}

.list-group-item-beige.list-group-item-action:hover, .list-group-item-beige.list-group-item-action:focus {
    color: #c1ab7c;
    background-color: #11b12513b;
}

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

.table-beige,
.table-beige > th,
.table-beige > td {
    background-color: #12313014d;
}

.table-hover .table-beige:hover {
    background-color: #11b12513b;
}

.table-hover .table-beige:hover > td,
.table-hover .table-beige:hover > th {
    background-color: #11b12513b;
}

.text-beige {
    color: #E9E1D0 !important;
}

a.text-beige:hover, a.text-beige:focus {
    color: #d8caad !important;
}
