.calendar-filter {
  margin: 15px 10px;
}
.calendar-filter .panel-toggle {
  text-decoration: none;
}
.calendar-filter .disabled a {
  color: #999999 !important;
}
.calendar-filter .disabled .event-toggle {
  background-color: #bbb !important;
  border-color: #bbb !important;
}
#buildings-list .panel-body {
  padding: 0;
}
#buildings-list .panel-body .nav.nav-list > li {
  border-top: 1px dotted #e5e5e5;
}
.fc-event .icon-calendar,
.fc-event .icon-time {
  border-width: 2px !important;
  border-style: solid;
  border-color: #3a87ad;
  margin-left: 2px;
  margin-top: -1px;
  margin-right: -2px;
}
.fc-event.allDay .icon-calendar,
.fc-event.allDay .icon-time {
  margin-top: -1px;
  margin-right: -2px;
}
body {
  padding-bottom: 100px;
}
.icon-white {
  color: white;
}
.blackout-date {
  background: #3a87ad url(../image/campus-closed.png) no-repeat bottom right;
  color: white;
}
.blackout-date.fc-other-month {
  background-color: #9cc3d6;
}
.fc-agenda-days.fc-border-separate .blackout-date {
  background-image: none;
}
.fc-agenda-days.fc-border-separate thead th {
  vertical-align: middle;
}
.fc-campus-closed {
  color: #efefef;
  font-size: 90%;
  font-weight: bold;
  padding: 4px;
}
