.navigation-bar-background {
  background-color: #65449a !important;
  background-image: none !important;
}
.welcome-font-colour {
  color: aliceblue;
}
.nav-link-colour-only {
  color: aliceblue !important;
}
.nav-link-colour {
  color: aliceblue !important;
}
.nav-link-colour:hover {
  color: #81A0CC !important;
}
.autosave-spinner {
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
  color: aliceblue;
}
.flash {
  color: #11376C !important;
}
.bg-client {
  background-color: #65449a !important;
}
.client-text {
  color: #65449a;
}
.text-client {
  color: #65449a;
}
.bg-client-light {
  background-color: #859cba !important;
}
.bg-client-dark {
  background-color: #233d5f !important;
}
.bg-client-lighter {
  background-color: #adc7ea !important;
}
.bg-client-darker {
  background-color: #233d5f !important;
}
.client-foreground-colour {
  color: aliceblue;
}
.client-background-colour-switch {
  background-color: aliceblue;
}
.client-foreground-colour-switch {
  color: #65449a;
}
.client-primary-colour-scheme {
  background-color: #65449a !important;
  color: aliceblue;
}
.client-primary-colour-scheme-inversed {
  background-color: aliceblue;
  color: #65449a;
}
.btn-client {
  color: aliceblue;
  background-color: #65449a;
  border-color: #65449a;
}
.btn-client:hover {
  color: aliceblue;
  background-color: #233d5f;
  border-color: #335889;
}
.btn-client:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-client.disabled,
.btn-info:disabled {
  color: aliceblue;
  background-color: #65449a;
  border-color: #65449a;
}
.btn-client:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: aliceblue;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-client: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(58, 176, 195, 0.5);
}
.btn-outline-client {
  color: #65449a;
  border-color: #65449a;
}
.btn-outline-client:hover {
  color: aliceblue;
  background-color: #65449a;
  border-color: #65449a;
}
.btn-outline-client:focus,
.btn-outline-client.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-client.disabled,
.btn-outline-client:disabled {
  color: #65449a;
  background-color: transparent;
}
.btn-outline-client:not(:disabled):not(.disabled):active,
.btn-outline-client:not(:disabled):not(.disabled).active,
.show > .btn-outline-client.dropdown-toggle {
  color: aliceblue;
  background-color: #65449a;
  border-color: #65449a;
}
.btn-outline-client:not(:disabled):not(.disabled):active:focus,
.btn-outline-client:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-client.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.default-anchor-style {
  color: #fff !important;
  outline: none !important;
  text-decoration: none;
}
.default-anchor-style:hover {
  color: #fff !important;
}
