

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
  color: #101521;
  background-color: #a6b2d2;
  border-color: #99a7cb;
}

.alert-primary hr {
  border-top-color: #8898c3;
}

.alert-primary .alert-link {
  color: #000000;
}

.badge-primary {
  color: #fff;
  background-color: #3A4A73;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: #283451;
}

.bg-primary {
  background-color: #3A4A73 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #283451 !important;
}

.border-primary {
  border-color: #3A4A73 !important;
}

.btn-primary {
  color: #fff;
  background-color: #3A4A73;
  border-color: #3A4A73;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2e3a5b;
  border-color: #283451;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 74, 115, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3A4A73;
  border-color: #3A4A73;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #283451;
  border-color: #232d46;
}

.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(58, 74, 115, 0.5);
}

.btn-outline-primary {
  color: #3A4A73;
  background-color: transparent;
  border-color: #3A4A73;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3A4A73;
  border-color: #3A4A73;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 74, 115, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3A4A73;
  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: #3A4A73;
  border-color: #3A4A73;
}

.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(58, 74, 115, 0.5);
}

.list-group-item-primary {
  color: #101521;
  background-color: #99a7cb;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #101521;
  background-color: #8898c3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #101521;
  border-color: #101521;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #3a4a73;
  color: #fff;
}

.table-hover .table-primary:hover {
  background-color: #3a4a73;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color:  #3a4a73 !important;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #ffffff;
}

.text-primary {
  color: #3A4A73 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #283451 !important;
}



/*------------------------------------
- COLOR gold
------------------------------------*/
.alert-gold {
  color: #976f39;
  background-color: #CEAC7E;
  border-color: #CEAC7E;
}

.alert-gold hr {
  border-top-color: #f9f5f0;
}

.alert-gold .alert-link {
  color: #72542b;
}

.badge-gold {
  color: #212529;
  background-color: #CEAC7E;
}

.badge-gold[href]:hover, .badge-gold[href]:focus {
  color: #212529;
  background-color: #bf9459;
}

.bg-gold {
  background-color: #CEAC7E !important;
}

a.bg-gold:hover, a.bg-gold:focus,
button.bg-gold:hover,
button.bg-gold:focus {
  background-color: #bf9459 !important;
}

.border-gold {
  border-color: #CEAC7E !important;
}

.btn-gold {
  color: #212529;
  background-color: #CEAC7E;
  border-color: #CEAC7E;
}

.btn-gold:hover {
  color: #212529;
  background-color: #c49b64;
  border-color: #bf9459;
}

.btn-gold:focus, .btn-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 172, 126, 0.5);
}

.btn-gold.disabled, .btn-gold:disabled {
  color: #212529;
  background-color: #CEAC7E;
  border-color: #CEAC7E;
}

.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active, .show > .btn-gold.dropdown-toggle {
  color: #212529;
  background-color: #bf9459;
  border-color: #bb8d4d;
}

.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 172, 126, 0.5);
}

.btn-outline-gold {
  color: #CEAC7E;
  background-color: transparent;
  border-color: #CEAC7E;
}

.btn-outline-gold:hover {
  color: #212529 !important;
  background-color: #CEAC7E;
  border-color: #CEAC7E;
}

.btn-outline-gold:focus, .btn-outline-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 172, 126, 0.5);
}

.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #CEAC7E;
  background-color: transparent;
}

.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
  color: #212529;
  background-color: #CEAC7E;
  border-color: #CEAC7E;
}

.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 172, 126, 0.5);
}

.list-group-item-gold {
  color: #976f39;
  background-color: #10010110;
}

.list-group-item-gold.list-group-item-action:hover, .list-group-item-gold.list-group-item-action:focus {
  color: #976f39;
  background-color: #f9f5f0;
}

.list-group-item-gold.list-group-item-action.active {
  color: #212529;
  background-color: #976f39;
  border-color: #976f39;
}

.table-gold,
.table-gold > th,
.table-gold > td {
  background-color: #CEAC7E;
}

.table-hover .table-gold:hover {
  background-color: #f9f5f0;
}

.table-hover .table-gold:hover > td,
.table-hover .table-gold:hover > th {
  background-color: #f9f5f0;
}

.text-gold {
  color: #CEAC7E !important;
}

a.text-gold:hover, a.text-gold:focus {
  color: #bf9459 !important;
}
