/**
 * Zabuto Calendar
 */
div.zabuto_calendar {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

div.zabuto_calendar .table {
  width: 100%;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
  text-align: center;
  border-top: none;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
  background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
  font-weight: bold;
  color: #7266ba;
  padding: 20px 0;
}

div.zabuto_calendar .table tr.calendar-month-header th {
  padding: 20px 0;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
  cursor: pointer;
  display: inline-block;
  color: #7266ba;
  font-size: 24px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
  border-left: 0;
  border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
  border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
  width: 14%;
}

div.zabuto_calendar .table tr td div.day {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
  background-color: #fff0c3;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
  cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
  font-weight: bold;
  color: #39bee8;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
  background-color: #ff9b08;
  color: #ffffff;
  text-shadow: none;
}

div.zabuto_calendar .badge-event {
  font-size: 0.95em;
}

/* legend */
div.zabuto_calendar div.legend {
  text-align: left;
  padding: 20px 0 0;
}

div.zabuto_calendar div.legend span {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 0 0 8px;
}

div.zabuto_calendar div.legend span:last-child {
  margin: 0;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
  content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
  padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
  padding-left: 2px;
}

div.zabuto_calendar ul.legend {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar ul.legend li {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 5px;
}

div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
  margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
  margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
  font-size: 12px;
  line-height: 20px;
  margin: 2px 0;
  float: right;
  border-radius: 10px;
  color: #ffffff;
  background: #7266ba;
}

/* responsive */
@media (max-width: 979px) {
  div.zabuto_calendar .table th,
  div.zabuto_calendar .table td {
    padding: 2px 1px;
  }
}

/*# sourceMappingURL=../maps/vendors/calendar-mini.css.map */