
a {
  color: #ffc612;
}

a:hover {
  color: #b38b0d;
}

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

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

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

.form-control:focus {
  border-color: #ffe389;
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 18, 0.25);
}

.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 18, 0.25)!important;
}

.btn-primary {
  background-color: #ffc612;
  border-color: #ffc612;
}

.btn-primary:hover {
  background-color: #d9a910;
  border-color: #cc9f0f;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #ffc612;
  border-color: #ffc612;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #cc9f0f;
  border-color: #c0950e;
}

.btn-outline-primary {
  color: #ffc612;
  border-color: #ffc612;
}

.btn-outline-primary:hover {
  background-color: #ffc612;
  border-color: #ffc612;
}

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ffc612;
}

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

.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(255, 198, 18, 0.5);
}

.btn-link {
  color: #ffc612;
}

.btn-link:hover {
  color: #b38b0d;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #ffc612;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ffc612;
  background-color: #ffc612;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffe389;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 18, 0.25);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ffc612;
  background-color: #ffc612;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 198, 18, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 198, 18, 0.5);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 198, 18, 0.5);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 198, 18, 0.5);
}

.custom-select:focus {
  border-color: #ffe389;
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 18, 0.25);
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffe389;
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 18, 0.25);
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 18, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 18, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 18, 0.25);
}

.custom-range::-webkit-slider-thumb {
  background-color: #ffc612;
}

.custom-range::-moz-range-thumb {
  background-color: #ffc612;
}

.custom-range::-ms-thumb {
  background-color: #ffc612;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ffc612;
}

.page-link {
  color: #ffc612;
}

.page-link:hover {
  color: #b38b0d;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 18, 0.25);
}

.page-item.active .page-link {
  background-color: #ffc612;
  border-color: #ffc612;
}

.badge-primary {
  background-color: #ffc612;
}

a.badge-primary:hover, a.badge-primary:focus {
  background-color: #cc9f0f;
}

a.badge-primary:focus, a.badge-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 18, 0.5);
}

.alert-primary {
  color: #85670a;
  background-color: #ffe9a1;
  border-color: #ffeeb8;
}

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

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

.progress-bar {
  background-color: #ffc612;
}

.list-group-item.active {
  background-color: #ffc612;
}

.list-group-item-primary {
  color: #85670a;
  background-color: #ffeeb8;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #85670a;
  background-color: #fff4d0;
}

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

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

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

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

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

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

.btn-link.focus, .btn-link:focus {
    box-shadow: none!important;
}