
/*------------------------------------
- COLOR primary
------------------------------------*/

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #223c6e;
    background-color: #e1e8f5;
    border-color: #d1dcf0;
}

.alert-primary hr {
    border-top-color: #becdea;
}

.alert-primary .alert-link {
    color: #162747;
}

.badge-primary {
    color: #fff;
    background-color: #4672c5;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #335aa4;
}

.bg-primary {
    background-color: #4672c5 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #335aa4 !important;
}

.border-primary {
    border-color: #4672c5 !important;
}

.btn-primary {
    color: #fff;
    background-color: #4672c5;
    border-color: #4672c5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3761b0;
    border-color: #335aa4;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 114, 197, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #4672c5;
    border-color: #4672c5;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #335aa4;
    border-color: #2f5498;
}

.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(70, 114, 197, 0.5);
}

.btn-outline-primary {
    color: #4672c5;
    background-color: transparent;
    border-color: #4672c5;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #4672c5;
    border-color: #4672c5;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 114, 197, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #4672c5;
    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: #4672c5;
    border-color: #4672c5;
}

.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(70, 114, 197, 0.5);
}

.list-group-item-primary {
    color: #223c6e;
    background-color: #d1dcf0;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #223c6e;
    background-color: #becdea;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #223c6e;
    border-color: #223c6e;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #d1dcf0;
}

.table-hover .table-primary:hover {
    background-color: #becdea;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #becdea;
}

.text-primary {
    color: #4672c5 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #335aa4 !important;
}


/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #887844;
    background-color: #10610710c;
    border-color: #ffffff;
}

.alert-secondary hr {
    border-top-color: #f6f4ee;
}

.alert-secondary .alert-link {
    color: #665a33;
}

.badge-secondary {
    color: #212529;
    background-color: #c2b485;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    background-color: #b19f63;
}

.bg-secondary {
    background-color: #c2b485 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #b19f63 !important;
}

.border-secondary {
    border-color: #c2b485 !important;
}

.btn-secondary {
    color: #212529;
    background-color: #c2b485;
    border-color: #c2b485;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #b6a56d;
    border-color: #b19f63;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 180, 133, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #c2b485;
    border-color: #c2b485;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #b19f63;
    border-color: #ab9858;
}

.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(194, 180, 133, 0.5);
}

.btn-outline-secondary {
    color: #c2b485;
    background-color: transparent;
    border-color: #c2b485;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #c2b485;
    border-color: #c2b485;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 180, 133, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #c2b485;
    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: #c2b485;
    border-color: #c2b485;
}

.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(194, 180, 133, 0.5);
}

.list-group-item-secondary {
    color: #887844;
    background-color: #ffffff;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #887844;
    background-color: #f6f4ee;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #212529;
    background-color: #887844;
    border-color: #887844;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #ffffff;
}

.table-hover .table-secondary:hover {
    background-color: #f6f4ee;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #f6f4ee;
}

.text-secondary {
    color: #c2b485 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #b19f63 !important;
}


/*------------------------------------
- COLOR green
------------------------------------*/
.alert-green {
    color: #153f3a;
    background-color: #b4e6e0;
    border-color: #a5e1da;
}

.alert-green hr {
    border-top-color: #92dad2;
}

.alert-green .alert-link {
    color: #081917;
}

.badge-green {
    color: #fff;
    background-color: #349B90;
}

.badge-green[href]:hover, .badge-green[href]:focus {
    color: #fff;
    background-color: #27746c;
}

.bg-green {
    background-color: #349B90 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
    background-color: #27746c !important;
}

.border-green {
    border-color: #349B90 !important;
}

.btn-green {
    color: #fff;
    background-color: #349B90;
    border-color: #349B90;
}

.btn-green:hover {
    color: #fff;
    background-color: #2b8077;
    border-color: #27746c;
}

.btn-green:focus, .btn-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 155, 144, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #349B90;
    border-color: #349B90;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #27746c;
    border-color: #236961;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 155, 144, 0.5);
}

.btn-outline-green {
    color: #349B90;
    background-color: transparent;
    border-color: #349B90;
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #349B90;
    border-color: #349B90;
}

.btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 155, 144, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #349B90;
    background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #349B90;
    border-color: #349B90;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 155, 144, 0.5);
}

.list-group-item-green {
    color: #153f3a;
    background-color: #a5e1da;
}

.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #153f3a;
    background-color: #92dad2;
}

.list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #153f3a;
    border-color: #153f3a;
}

.table-green,
.table-green > th,
.table-green > td {
    background-color: #a5e1da;
}

.table-hover .table-green:hover {
    background-color: #92dad2;
}

.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
    background-color: #92dad2;
}

.text-green {
    color: #349B90 !important;
}

a.text-green:hover, a.text-green:focus {
    color: #27746c !important;
}



/*------------------------------------
- COLOR black
------------------------------------*/
.alert-black {
    color: #000000;
    background-color: #666666;
    border-color: #5b5b5b;
}

.alert-black hr {
    border-top-color: #4f4f4f;
}

.alert-black .alert-link {
    color: #000000;
}

.badge-black {
    color: #fff;
    background-color: #000000;
}

.badge-black[href]:hover, .badge-black[href]:focus {
    color: #fff;
    background-color: #000000;
}

.bg-black {
    background-color: #000000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: #000000 !important;
}

.border-black {
    border-color: #000000 !important;
}

.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.list-group-item-black {
    color: #000000;
    background-color: #5b5b5b;
}

.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: #000000;
    background-color: #4f4f4f;
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-black,
.table-black > th,
.table-black > td {
    background-color: #5b5b5b;
}

.table-hover .table-black:hover {
    background-color: #4f4f4f;
}

.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
    background-color: #4f4f4f;
}

.text-black {
    color: #000000 !important;
}

a.text-black:hover, a.text-black:focus {
    color: #000000 !important;
}



/*------------------------------------
- COLOR white
------------------------------------*/
.alert-white {
    color: #c1c1c1;
    background-color: #165165165;
    border-color: #15a15a15a;
}

.alert-white hr {
    border-top-color: #14e14e14e;
}

.alert-white .alert-link {
    color: #a8a8a8;
}

.badge-white {
    color: #212529;
    background-color: #ffffff;
}

.badge-white[href]:hover, .badge-white[href]:focus {
    color: #212529;
    background-color: #e5e5e5;
}

.bg-white {
    background-color: #ffffff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e5e5e5 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.btn-white {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover {
    color: #212529;
    background-color: #ededed;
    border-color: #e5e5e5;
}

.btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dddddd;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.list-group-item-white {
    color: #c1c1c1;
    background-color: #15a15a15a;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #c1c1c1;
    background-color: #14e14e14e;
}

.list-group-item-white.list-group-item-action.active {
    color: #212529;
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}

.table-white,
.table-white > th,
.table-white > td {
    background-color: #15a15a15a;
}

.table-hover .table-white:hover {
    background-color: #14e14e14e;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
    background-color: #14e14e14e;
}

.text-white {
    color: #ffffff !important;
}

a.text-white:hover, a.text-white:focus {
    color: #e5e5e5 !important;
}



/*------------------------------------
- COLOR grey
------------------------------------*/
.alert-grey {
    color: #a5a5a5;
    background-color: #148148148;
    border-color: #13e13e13e;
}

.alert-grey hr {
    border-top-color: #132132132;
}

.alert-grey .alert-link {
    color: #8c8c8c;
}

.badge-grey {
    color: #212529;
    background-color: #e3e3e3;
}

.badge-grey[href]:hover, .badge-grey[href]:focus {
    color: #212529;
    background-color: #c9c9c9;
}

.bg-grey {
    background-color: #e3e3e3 !important;
}

a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
    background-color: #c9c9c9 !important;
}

.border-grey {
    border-color: #e3e3e3 !important;
}

.btn-grey {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn-grey:hover {
    color: #212529;
    background-color: #d1d1d1;
    border-color: #c9c9c9;
}

.btn-grey:focus, .btn-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5);
}

.btn-grey.disabled, .btn-grey:disabled {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .show > .btn-grey.dropdown-toggle {
    color: #212529;
    background-color: #c9c9c9;
    border-color: #c1c1c1;
}

.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5);
}

.btn-outline-grey {
    color: #e3e3e3;
    background-color: transparent;
    border-color: #e3e3e3;
}

.btn-outline-grey:hover {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn-outline-grey:focus, .btn-outline-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5);
}

.btn-outline-grey.disabled, .btn-outline-grey:disabled {
    color: #e3e3e3;
    background-color: transparent;
}

.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5);
}

.list-group-item-grey {
    color: #a5a5a5;
    background-color: #13e13e13e;
}

.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
    color: #a5a5a5;
    background-color: #132132132;
}

.list-group-item-grey.list-group-item-action.active {
    color: #212529;
    background-color: #a5a5a5;
    border-color: #a5a5a5;
}

.table-grey,
.table-grey > th,
.table-grey > td {
    background-color: #13e13e13e;
}

.table-hover .table-grey:hover {
    background-color: #132132132;
}

.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
    background-color: #132132132;
}

.text-grey {
    color: #e3e3e3 !important;
}

a.text-grey:hover, a.text-grey:focus {
    color: #c9c9c9 !important;
}
