/*
 * 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 {
  background-color: #ff0000;
}

.pagination {
  span.page,
  span.first,
  span.last,
  span.next,
  span.prev {
    padding: 0.2rem;
  }
}

.completed {
  background: #faf5f5;
}

.in-progress {
  background: #e0f0ea;
}

.check-button {
  border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1rem;
}

.search-results {
  position: fixed;
  background: #ccc;
  min-width: 600px;
}

.machine-selection {
  height: 300px;
  overflow-y: scroll;
}

.machine-selection td,
.machine-selection th {
  white-space: nowrap;
  text-align: left;
}

.machine-selection td.model {
  white-space: wrap;
  text-align: left;
}

td.model.narrow {
  max-width: 25rem;
}

.thumbnail-image {
  max-height: 1.5rem;
}

input[readonly] {
  background-color: #f0f0f0;
}

input[readonly]:focus {
  background-color: #f0f0f0;
}
