/*!
 * FullCalendar v1.6.4 Print Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */
 
 
 /* Events
-----------------------------------------------------*/
 
.fc-event {
	color: #000 !important;
  }
	
/* for vertical events */

.fc-event-bg {
	display: none !important;
	}
	
.fc-event .ui-resizable-handle {
	display: none !important;
}
.fc-view-agendaWeek .fc-agenda-days th.fc-widget-header.fc-first{
    background-color:#eeeef0 !important; 
    width:46px !important;
}
.calendar-legend{
    padding-left:5px;
}   

table.fc-agenda-days tbody th.fc-agenda-axis.fc-widget-header.fc-first{
    background:#fff !important;  
    border:0px !important;
}

	
.imf-header{
        display:none;
    }
    .imf-page-top{
        display:none;
    }

    .sidebar-nav-fixed{
        display:none;
    }

    .week-nav-prev{
       left:-1;
    }

    .fc-event-bg {
        display: none !important;
        }

    .fc-event .ui-resizable-handle {
        display: none !important;
    }
    .fc-view-agendaWeek .fc-agenda-days th.fc-widget-header.fc-first{
        background-color:#eeeef0 !important; 
        width:46px !important;
    }
    .calendar-legend{
        padding-left:5px;
    }   

    table.fc-agenda-days tbody th.fc-agenda-axis.fc-widget-header.fc-first{
        background:#fff !important;  
        border:0px !important;
    }

	a[href]:after {
        content: none !important;
      }
  .fc-view-agendaWeek .fc-event .fc-event-time{
     display:none;
   }
