﻿.calendar-widget-container {
  float: left;
  margin-left: 10px;
  width: 290px;
}
.calendar-widget-events-container {
  float: right;
  margin-right: 10px;
  width: 49%;
}
#calendar-widget {
  width: 290px;
  margin: 0;
  font-size: 10px;
}
#calendar-widget .fc-header-title h2 {
  font-size: 16px !important;
  white-space: normal !important;
}
#calendar-widget .fc-view-month .fc-event,
#calendar-widget .fc-view-agendaWeek .fc-event {
  font-size: 0;
  overflow: hidden;
  height: 2px !important;
}
#calendar-widget .fc-view-agendaWeek .fc-event-vert {
  font-size: 0 !important;
  overflow: hidden !important;
  width: 2px !important;
}
#calendar-widget .fc-agenda-axis {
  width: 20px !important;
  font-size: .7em !important;
}
#calendar-widget .fc-button-content {
  padding: 0;
}
td.fc-day:hover {
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .calendar-widget-container,
  .calendar-widget-events-container,
  #calendar-widget {
    width: 300px;
  }
  .calendar-widget-events-container {
    margin-top: 10px;
    margin-left: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calendar-widget-container,
  #calendar-widget {
    width: 280px;
  }
  .calendar-widget-events-container {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .calendar-widget-container,
  #calendar-widget {
    width: 190px;
  }
  .calendar-widget-events-container .list-group-item {
    padding: 4px 8px;
  }
  .calendar-widget-events-container .list-group-item .list-group-link {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .calendar-widget-container,
  #calendar-widget {
    width: 240px;
  }
  .calendar-widget-events-container {
    width: 49%;
  }
}
@media (min-width: 1300px) and (max-width: 1380px) {
  .calendar-widget-container,
  #calendar-widget {
    width: 260px;
  }
  .calendar-widget-events-container {
    width: 49%;
  }
}