
.calendar-headline {
	text-align: center;
	background-color: #daeffc;
	padding: 5px 0;
	line-height: 25px;
	color: black;
    margin-bottom: 0;
	font-size: 13px;
    text-transform: uppercase;
}

#calendar .fc-next-button.ui-button{
    display: block;
    background: none;
    border: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #7b9eb3;
    outline: none;
}

#calendar .fc-prev-button.ui-button{
    display: block;
    background: none;
    border: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #7b9eb3 transparent transparent;
    outline: none;
}

.popover-content {
    font-size: 12px;
}

.fc td, .fc th {
  border-style: none !important;
}

#calendar {
    background-color: rgba(218, 239, 252, 0.2);
    margin: 0 auto;
    font-size: 10px;
}
.fc-toolbar {
    font-size: .9em;
}
.fc-toolbar h2 {
    font-size: 12px;
    white-space: normal !important;
}
/* click +2 more for popup */
.fc-more-cell a {
    display: block;
    width: 85%;
    margin: 1px auto 0 auto;
    border-radius: 3px;
    background: grey;
    color: transparent;
    overflow: hidden;
    height: 4px;
}
.fc-more-popover {
    width: 100px;
}
.fc-view-month .fc-event, .fc-view-agendaWeek .fc-event, .fc-content {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}
.fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}
.fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}

.fc-button-content {
    padding: 0;
}
.fc-toolbar.fc-header-toolbar {
	padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 1em;
    padding-top: 1em;
}
.fc-basic-view .fc-body .fc-row {
    min-height: 5em;
}
.fc-scroller{
    overflow-x: inherit !important;
    overflow-y: hidden !important;
    height: 240px !important;
}
.fc-unthemed td.fc-today {
    background: none;
}
.fc-view-container {
	padding-right: 10px;
    padding-left: 10px;
}