/*!
 * Full Calendar Light 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: #e1e1e1 !important;
  background: transparent !important; 
}

.fc th {
  background: #f5f5f5 !important; 
}

.fc-state-default {
  background: transparent!important;
  border-color: transparent !important;
  color: #555 !important;
  font-weight: normal !important;
  text-shadow: none!important;
  box-shadow: none!important; 
}
 
.fc td .fc-day-top {
  background: #f9f9f9 !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; 
}