/*
 * 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.
 */

.presence-maybe {
  background: repeating-linear-gradient(
    45deg,
    #ccc,
    #ccc 10px,
    #fff 10px,
    #fff 20px
  );
}

.presence-yes {
  background: #9f9;
}

.presence-no {
  background: #f99;
}
.presence-unanswered {
  background: #FF9
}

.section-saxs {
  background-color: #c5ffaf;
}
.section-trompettes {
  background-color: #afffce;
}
.section-percu {
  background-color: #afdbff;
}
.section-bones {
  background-color: #efafff;
}
.section-danseuses {
  background-color: #ffeeaf;
}
.section-saksin {
  background-color: #efba56;
}
.section-poulettes {
  background-color: #ffeeaf;
}
.section-clarinettes {
  background-color: #ffcfcf;
}
.section-woks {
  background-color: #ffc8a0;
}
