﻿/* 
	Custom Variables
*/
/*----Primary Colors----*/
/*----Default Colors----*/
/*Focus Ring Colors*/
/*----Selection Colors----*/
/*----Success Colors----*/
/*----Warning Colors----*/
/*----Danger Colors----*/
/*----Info Colors----*/
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  cursor: pointer; }

.fc-time,
.fc-title {
  font-size: 12px; }

a.fc-more {
  font-size: 12px; }

/* Target the span at the highest specificity possible */
.fc-view-container .fc-event .fc-content .fc-time span,
.fc-view-container .fc-event .fc-content .fc-title {
  font-size: 12px !important;
  line-height: normal !important; }

/* Force the parent container to also respect the 12px rule */
.fc-time, .fc-title {
  font-size: 12px !important; }

.fc-day-grid-event .fc-content {
  /* remove one-line tall restriction on minth view*/
  white-space: normal; }

.fc-more-popover .fc-event-container {
  max-height: 450px;
  overflow-y: scroll; }

.fc-unselectable .fc-other-month {
  color: #666666 !important;
  opacity: 1 !important; }

#container .fc-button, #container .fc button {
  border-color: #505258;
  color: #505258; }

#container .fc-button.fc-state-active, #container .fc button.fc-state-active {
  border-color: #505258;
  background: #0B61BC; }
