/* Accessibility mode styles */
.stretchMe {
	background: #fffff6 !important; /* Light cream color */
}

.stretchMe * {
	color: black !important;
}

.stretchMe h1,
.stretchMe h2,
.stretchMe h3,
.stretchMe h4,
.stretchMe h5,
.stretchMe h6 {
	color: black !important;
}

.stretchMe p,
.stretchMe span,
.stretchMe div,
.stretchMe a {
	color: black !important;
}

.stretchMe .main-title h1 {
	color: black !important;
}

.stretchMe .main-title span {
	color: black !important;
}

.stretchMe .main-title p {
	color: black !important;
}

/* OAuth login button - white text for accessibility */
.stretchMe .oauth-login-btn {
	color: white !important;
}

/* New Permit button - white text for accessibility */
.stretchMe .btn-success {
	color: white !important;
}

.stretchMe .btn-success em {
  color: white !important;
}

.stretchMe .btn-success i {
  color: white !important;
}

/* Activate Permit button - white text for accessibility */
.stretchMe .btn-info {
	color: white !important;
}

.btn-danger {
  color: white !important;
}

.btn-danger em {
  color: white !important;
}

.btn-danger i {
  color: white !important;
}

.btn-primary {
  color: white !important;
}

.btn-primary em {
  color: white !important;
}

.btn-primary i {
  color: white !important;
}

a.btn.btn-primary {
  color: white !important;
}

a.btn.btn-primary em {
  color: white !important;
}

a.btn.btn-primary i {
  color: white !important;
}

button.forward, button.backward {
  color: white !important;
}

span.label.label-danger {
  color: white !important;
}

span.label.label-primary {
  color: white !important;
}

span.label.label-success {
  color: white !important;
}

span.label.label-default {
  color: white !important;
}

li.active a {
  color: white !important;
}

h2.wizard-header {
  text-transform: none !important;
}

#top-nav ul li a {
  font-size: 14px !important;
  text-transform: none !important;
}

header {
  background: #071456 !important;
  color: white !important;
  opacity: 1 !important;
}

.stretchMe header span {
  color: white !important;
}

.stretchMe header div a {
  color: white !important;
}

footer {
  background: #005e6f !important;
}

.stretchMe .tooltip-inner {
  color: white !important;
}

.stretchMe label.error {
  color: #fff !important;
}

.main-title h1 {
  text-transform: none !important;
}
