/*!
 * Full Calendar Dark Theme
 * Version: 1.0.0
 * Copyright: © 2009-2018 Grenade Technologies.
 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */

.fc th,
.fc td,
.fc hr,
.fc thead,
.fc tbody,
.fc-row {
  border-color: #333 !important;
  background: #222 !important; 
  color: #eee !important;
}

.fc td .fc-day-top {
  background: #262626 !important; 
}

.fc-state-default {
  border-color: #333 !important;
  background: #2b2b2b !important; 
  color: #f1f1f1 !important;
  text-shadow: none!important;
  box-shadow: none!important; 
  font-weight: normal!important;
}

.fc th {
  background: #2b2b2b !important; 
}

.fc-view-container {
  border-color: #333 !important;
  background: #2b2b2b !important; 
}

.widget_fooevents_calendar_widget .fc th,
.widget_fooevents_calendar_widget .fc td,
.widget_fooevents_calendar_widget .fc hr,
.widget_fooevents_calendar_widget .fc thead,
.widget_fooevents_calendar_widget .fc tbody,
.widget_fooevents_calendar_widget .fc-row {
  padding:0!important; 
}

.fc-unthemed .fc-list-view, .fc-list-table {
  border-color: transparent !important; 
}

.fc-unthemed .fc-list-empty {
  background:#2b2b2b !important;
  color: #f1f1f1 !important;
}