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

.alert-primary {
  color: #0a1e32 !important;
  background-color: #9ac2e9 !important;
  border-color: #89b7e6 !important;
}

.alert-primary hr {
  border-top-color: #74abe1 !important;
}

.alert-primary .alert-link {
  color: #010508 !important;
}

.badge-primary {
  color: #fff !important;
  background-color: #205c98 !important;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff !important;
  background-color: #17426d !important;
}

.bg-primary {
  background-color: #205c98 !important;
}

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

.border-primary {
  border-color: #205c98 !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #205c98 !important;
  border-color: #205c98 !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #194a7a !important;
  border-color: #17426d !important;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 92, 152, 0.5) !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #205c98 !important;
  border-color: #205c98 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #17426d !important;
  border-color: #143a61 !important;
}

.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(32, 92, 152, 0.5) !important;
}

.btn-outline-primary {
  color: #205c98 !important;
  background-color: transparent !important;
  border-color: #205c98 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #205c98 !important;
  border-color: #205c98 !important;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 92, 152, 0.5) !important;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #205c98 !important;
  background-color: transparent !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #205c98 !important;
  border-color: #205c98 !important;
}

.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(32, 92, 152, 0.5) !important;
}

.list-group-item-primary {
  color: #0a1e32 !important;
  background-color: #89b7e6 !important;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0a1e32 !important;
  background-color: #74abe1 !important;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff !important;
  background-color: #0a1e32 !important;
  border-color: #0a1e32 !important;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #89b7e6 !important;
}

.table-hover .table-primary:hover {
  background-color: #74abe1 !important;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #74abe1 !important;
}

.text-primary {
  color: #205c98 !important;
}

a {
    /*color: #205c98 !important;*/
}

a:hover {
    /*color: #17426d !important;*/
}

a.text-primary:hover, a.text-primary:focus {
  /*color: #17426d !important;*/
}