/* calendar header title and buttons */
td.fc-header-left
{
    vertical-align: bottom;
}

td.fc-header-right
{
    vertical-align: bottom;
}

.fc-header-prevtitle h3, .fc-header-nexttitle h3
{
    color: grey;
    font-weight: normal;
}

.fc-header span.fc-button-prev 
{
    border: 0 !important;
    background: none !important;
    box-shadow: none;
    padding-right: 0;
}

.fc-header span.fc-button-next 
{
    border: 0 !important;
    background: none !important;
    box-shadow: none;
    padding-left: 0;
}

.fc-button .fc-icon
{
    font-size: 2.5em;
    color: #F27A30;
}

.fc-header .fc-header-center .fc-button 
{
    background-image: none;
    box-shadow: none;
    color: #F27A30;
    border-color: #F27A30; 
    text-shadow: none;
    padding: 0 2.6em;
}
.fc-state-default
{
    background-color: white;
}
.fc-state-down, .fc-state-active
{
    color: white !important;
    background-color: #F27A30; 
}

.fc-header-title h2
{
    color: #6D6E71;    
    padding: 3px;
}

/* calendar border */
.fc-border-separate th, .fc-border-separate td
{
    border-width: 0 0 1px 0;
}

.fc-border-separate th.fc-last, .fc-border-separate td.fc-last
{
    border-right-width: 0;
    border-left-width: 0;
}
.fc-border-separate th.fc-first, .fc-border-separate td.fc-first
{
    border-left-width: 0;
    border-right-width: 0;
}

.fc-border-separate thead tr.fc-last th 
{
    color: #F27A30;
    font-weight: normal;
    text-align: left;
    padding-bottom: 10px;
    border-color: #6D6E71;
    border-bottom-width: 2px;
}

.fc-border-separate tr.fc-last td
{
    border-bottom-width: 1px;
}

/* Calendar day number */
.fc-grid .fc-day-number
{
    float: none;
    padding: 5px 2px 0 2px;
}
.fc-grid .fc-day-number 
{
    color: #F27A30;
}
.fc-grid .fc-sat .fc-day-number, .fc-grid .fc-sun .fc-day-number
{
    color: black;
}

.fc-border-separate tr.fc-last th.fc-sat, .fc-border-separate tr.fc-last th.fc-sun, .fc-border-separate thead tr.fc-last th, .fc-grid .fc-day-number {
    color: black;
}

.fc-grid .fc-other-month .fc-day-number 
{
    color: #DDDDDD;                              
    opacity: 1;
    filter: alpha(opacity=100);
}

.fc-state-highlight
{
	background: #F7F7F9;
}

/* Event */
.fc-event
{
	background-color: grey;
}

.fc-view-month .fc-event, .fc-event-hori
{
	border: 0;
	background-color: transparent;
	color: black;
}

.fc-event-circle
{
	border: 0px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	padding: 0;
	display: inline-block;
}

/* .fc-view-month .fc-event-time */
span.fc-event-time
{
	vertical-align: top;
}
/* .fc-view-month .fc-event-title */
span.fc-event-title
{
	vertical-align: top;
    margin: 5px 0 5px 10px;
    display: inline-block;
}

div.fc-event-inner
{
    color: white;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}