/* Devise */

.devise-forgotPassword {
  color: #666a86;
}

.devise-forgotPassword:hover {
  color: #666a86;
}

.devise-logIn {
  background-color: #666a86;
  color: #fff;
}

/* Invite Request */

.inviteRequest-submitButton {
  background-color: #666a86;
  color: #fff;
}

/* Event */

.dialog-header {
  background-color: #444;
  color: #fff;
}

.eventsSearch-dialog-submit {
  background-color: #888;
  color: #fff;
}

.event-listItem {
  background-color: #fff;
  border: 1px solid #ddd;
}

.event-listItem-chip {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #444;
}

.submitComparison {
  background-color: #666a86;
  color: #fff;
}

.submitComparison-tooMany {
  background-color: #666a86;
  color: #fff;
}

/* Equipment Order */

.equipmentOrder-formSubmit {
  background-color: #666a86;
  color: #fff;
}

/* General */

footer {
  background-image: linear-gradient(#092f52, #666a86);
  color: #fff;
}


.footerSection {
  color: white;
  font-size: 16px;
  padding: 1.5rem 0.5rem;
}

.footer-list li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .footerLinksLegal {
    grid-template-columns: 20rem 15rem;
  }

  .footerSection {
    max-width: 80rem;
  }
}

.generalTable-head {
  background-color: #444;
  color: #fff;
}

.sensorTest-form > input[type="submit"] {
  background: #666a86;
  color: #fff;
}

.utilityButton {
  color: #666a86;
}

.utilityButton-secondary {
  background-color: #666a86;
  color: #fff;
}

/* Screen */

.button {
  background-color: #fff;
  color: #444;
}

.companiesDialog {
  background-color: #666a86;
}

.eaLink {
  background-color: #666a86;
  color: #fff;
  font-weight: normal;
}

.editLink, .newLink {
  background-color: #666a86;
  color: #fff;
  font-weight: normal;
}

.inlineFormButton {
  background-color: #666a86;
  font-weight: normal;
}

.nav {
  background-color: #666a86;
}

.nav-sidePanel {
  background: #092f52;
}

.themedIcon {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(5deg) brightness(106%) contrast(101%);
}

/* Tailwind legacy */

.bg-primary {
  background-color: #444;
}

.bg-primary-light {
  background-color: #092f52;
}

.bg-primary-lighter {
  background-color: #666a86
}

.text-primary-lighter {
  color: #666a86
}

/* PDF report */

.pdfReport-header-logo {
  position: static;
}
