/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 auto;
  padding: 25px 10px;
  width: 1400px;
}

table.full-table {
  width: 100%;
}

th {
  text-align: left;
}

input.search {
  width: 50%;
  border: 1px solid #ddd;
  color: #444;
  font-size: 25px;
}
a.search {
  color: #999;
  text-decoration: none;
  font-size: 25px;
}
a.search:hover {
  color: red;
}

.match-term {
  font-style: italic;
}

.action-library-item {
  background-color: #ffebd9;
}

.missing-library-umc {
  background-color: #f2f084;
}

.needs-api-search {
  background-color: #a0ecff;
}

.needs-match {
  background-color: #ebcce7;
}

.no-matches {
  background-color: #f7cdcd;
}

.download-items {
  background-color: #dbebcc;
}

.items-not-processed {
  background-color: #ddd;
}