/* Classi per codici attivita': Giorno.Attivita */

.hov:hover {
  filter: brightness(85%);
}


/* Info di sistema */

.sysinfo {
  background-color: rgb(221, 160, 221) !important;
}

.text-sysinfo {
  color: rgb(221, 160, 221) !important;
}


/* Sanzioni */

.sanzioni {
  background-color: rgb(255, 130, 130) !important;
}

.text-sanzioni {
  color: rgb(255, 130, 130) !important;
}


/* Non esportabile */

.nesp {
  background-color: rgba(200, 0, 0, 0.9) !important;
}

.text-nesp {
  color: rgb(200, 0, 0) !important;
}


/* Pernottamento */

.pern {
  background-color: rgb(80, 180, 180) !important;
}

.text-pern {
  color: rgb(80, 180, 180) !important;
}


/* Weekend */

.weekend {
  background-color: rgb(200, 200, 200) !important;
}