
/*------------------------------------
- COLOR primary
------------------------------------*/

.alert-primary {
  color: #041220;
  background-color: #7fb4ec;
  border-color: #6da9ea;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #144E8C;
}

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

.bg-primary {
  background-color: #144E8C !important;
}

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

.border-primary {
  border-color: #144E8C !important;
}

.btn-primary {
  color: #fff;
  background-color: #144E8C;
  border-color: #144E8C;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0f3c6c;
  border-color: #0d355f;
}

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

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #144E8C;
  border-color: #144E8C;
}

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

.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(20, 78, 140, 0.5);
}

.btn-outline-primary {
  color: #144E8C;
  background-color: transparent;
  border-color: #144E8C;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #144E8C;
  border-color: #144E8C;
}

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

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

.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(20, 78, 140, 0.5);
}

.list-group-item-primary {
  color: #041220;
  background-color: #6da9ea;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #041220;
  background-color: #579ce7;
}

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

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

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

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

.text-primary {
  color: #144E8C !important;
}

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


/*------------------------------------
- COLOR secondary
------------------------------------*/

.alert-secondary {
  color: #457227;
  background-color: #eef7e9;
  border-color: #e3f2da;
}

.alert-secondary hr {
  border-top-color: #d5ebc7;
}

.alert-secondary .alert-link {
  color: #2e4c1a;
}

.badge-secondary {
  color: #212529;
  background-color: #7EC352;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  background-color: #64a73a;
}

.bg-secondary {
  background-color: #7EC352 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #64a73a !important;
}

.border-secondary {
  border-color: #7EC352 !important;
}

.btn-secondary {
  color: #212529;
  background-color: #7EC352;
  border-color: #7EC352;
}

.btn-secondary:hover {
  color: #212529;
  background-color: #6bb33e;
  border-color: #64a73a;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 195, 82, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #7EC352;
  border-color: #7EC352;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #64a73a;
  border-color: #5e9c36;
}

.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(126, 195, 82, 0.5);
}

.btn-outline-secondary {
  color: #7EC352;
  background-color: transparent;
  border-color: #7EC352;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #7EC352;
  border-color: #7EC352;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 195, 82, 0.5);
}

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

.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(126, 195, 82, 0.5);
}

.list-group-item-secondary {
  color: #457227;
  background-color: #e3f2da;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #457227;
  background-color: #d5ebc7;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e3f2da;
}

.table-hover .table-secondary:hover {
  background-color: #d5ebc7;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d5ebc7;
}

.text-secondary {
  color: #7EC352 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #64a73a !important;
}


/*------------------------------------
- COLOR info
------------------------------------*/

.alert-info {
  color: #005664;
  background-color: #acf3ff;
  border-color: #97f0ff;
}

.alert-info hr {
  border-top-color: #7eecff;
}

.alert-info .alert-link {
  color: #002a31;
}

.badge-info {
  color: #212529;
  background-color: #00BFDF;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #212529;
  background-color: #0093ac;
}

.bg-info {
  background-color: #00BFDF !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0093ac !important;
}

.border-info {
  border-color: #00BFDF !important;
}

.btn-info {
  color: #212529;
  background-color: #00BFDF;
  border-color: #00BFDF;
}

.btn-info:hover {
  color: #212529;
  background-color: #00a0bb;
  border-color: #0093ac;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 223, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #00BFDF;
  border-color: #00BFDF;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #0093ac;
  border-color: #00869c;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 223, 0.5);
}

.btn-outline-info {
  color: #00BFDF;
  background-color: transparent;
  border-color: #00BFDF;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #00BFDF;
  border-color: #00BFDF;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 223, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00BFDF;
  background-color: transparent;
}

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

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 223, 0.5);
}

.list-group-item-info {
  color: #005664;
  background-color: #97f0ff;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #005664;
  background-color: #7eecff;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #97f0ff;
}

.table-hover .table-info:hover {
  background-color: #7eecff;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #7eecff;
}

.text-info {
  color: #00BFDF !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0093ac !important;
}

/*------------------------------------
- COLOR tertiary
------------------------------------*/

.btn-tertiary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-tertiary, .btn-tertiary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-tertiary, .btn-check:active + .btn-tertiary, .btn-tertiary:active, .btn-tertiary.active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-tertiary:focus, .btn-check:active + .btn-tertiary:focus, .btn-tertiary:active:focus, .btn-tertiary.active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-tertiary:disabled, .btn-tertiary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
