﻿.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #323232;
}
.fc-fri,
.fc-sat,
.fc-today.fc-sat,
.fc-today.fc-fri,
.fc-future.fc-sat,
.fc-future.fc-fri{
  color: #ce0008 !important;
}
.fc-day-number {
  font-size: 37px;
  font-weight: bolder;
}
.fc-past {
  color: #373737;
}
.fc-today, .fc-future {
  color: #159f12;
}
.fc-day-header {
  color: #8B6700;
}
.fc-day-number.fc-today.fc-state-highlight {
  border: 2px solid #01B1C2;
  color: #01B1C2;
}

.fc-toolbar button {
  color: #68217A;
  position: relative;
}
table tr {
  border-bottom: 0px dashed rgba(0, 94, 132, 0.5) !important;
  border-spacing: 5px;
}
.fc-day-header {
  color: #8b6700;
  font-size: 22px;
}
.fc-event {
  background-color: #8b6700;
  border: 1px solid #8b6700;
}
.fc-event, .fc-event:hover, .ui-widget .fc-event {
  color: #000000;
}
.fc-unthemed .fc-today {
  background: transparent;
  color: #00f000;
  position: relative;
}
.fc-today-text {
    font-size: 16px;
    position: absolute;
    left: 3px;
}
.fc-more {
  color: #01b1c2;
}
.fc-more:focus, .fc-more:hover {
  color: #8b6700;
  text-decoration: underline;
}
.fc-unthemed .fc-popover {
  background-color: #000000;
}
.fc-more-popover .fc-day-grid-event {
  margin: 1px 0 0;
  padding: 0 1px;
}
.fc-more-popover .fc-content span.fc-time {
  display: inline-block;
  margin-right: 10px;
  width: 40px !important;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
  background: #000000 none repeat scroll 0 0;
  color: #aaa;
}
.fc button {
  font-size: 14px;
  color: #000;
}
.fc-toolbar .fc-center h2{
    color: #00c0ee;
}
.fc-state-default {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d5d7dc 0%, #87898e 100%) repeat scroll 0 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.fc-close{
    color: #BF0000 !important;
}




@media (max-width: 767px){
.fc-day-number {
  font-size: 20px;
  font-weight: bolder;
}
.fc-day-header {
  font-size: 16px;
}
.fc-today-text {
  font-size: 9px;
  left: 0;
  position: absolute;
  top: -2px;
}
}