
/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #000;
    border-right:0;
}

.fc td.fc-widget-content {
    border-right:1px;
}

.fc thead, .fc table {
    border-right:0;
}

.fc h2 {
    font-family: Shortcut;
    font-size:36px;
}

.fc .fc-next-button, .fc .fc-prev-button {
    font-family: Shortcut;
    font-size:36px;
    background:none;
    border:0;
    border-radius:0;
    text-shadow: none;
    box-shadow: none;
    line-height:30px;
    height:40px;
    overflow:hidden;
    margin:0;
    padding:0;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background:#000;
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc thead.fc-head tr {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom: 24px solid white;
}
.fc thead.fc-head th {
    font-family: Shortcut;
    font-size:20px;
    border:0;
    background-color:#000;
    color:#fff;
    padding-top:8px;
    padding-bottom:8px;
}

.fc tbody.fc-body {
    border-top:1px solid #000;
}

.fc .fc-day-header {

}

.fc .fc-bg table {
    border-top:1px solid #000;
    border-right:1px solid #000;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
    position: relative; /* for resize handle and other inner positioning */
    display: block; /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius:0;
    border:0; /* default BORDER color */
    background-color: #fff; /* default BACKGROUND color */
    font-weight: normal; /* undo jqui's ui-widget-header bold */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #000; /* default TEXT color */
    text-decoration: none; /* if <a> has an href */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------*/

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
    white-space: normal;
    overflow: hidden;
}


/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-ltr .fc-basic-view .fc-day-number {
    font-family: Shortcut;
    padding-left:6px;
	text-align: left;
    background:#000;
}
