/**
 * Custom LESS for PA Template
 * @copyright Copyright (C)MOQUI società del gruppo Rilevant, All rights reserved.
 * @license rilevant.com Proprietary Use License
 * @author url: https://rilevant.com
 * @author email 
 * @developer Vito Disimino - vito.disimino@moqui.it
 */
/* DJ-Events Calendar module - month layout */
.djev_calendar_head {
  line-height: 2.5em;
  background: #858f2b;
}
.djev_calendar_table {
  border-bottom: 1px solid #858f2b;
}
.djev_calendar_table tr th {
  border-bottom: 1px solid #858f2b;
}
.djev_calendar_table tr td.active-day a {
  background: rgba(133, 143, 43, 0.5);
}
.djev_calendar_table tr td.active-day.today a {
  background: #858f2b;
}
/*# sourceMappingURL=/templates/public-administration/css/custom.33.map */