/*
body {
    margin: 10px 10px;
    padding: 0;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 18px;
}

#calendar {
    max-width: 1920px;
    margin: 0 auto;
}

.myCustomClass{
    border-color: black;
    background-color: #E0E0E0;
    width: 200px;
    height: 100px;
    max-width: none;
}

.myCustomClass .qtip-content{
    font-size: 14px;
    max-width: none;
}

.fc-agendaWeek-view tr {
    height: 10px;
}

.fc-agendaDay-view tr {
    height: 10px;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.fc-event {
	#height:30px !important;
    #position: relative; 
    #display: block; 
    #font-size: .85em;
    #line-height: 1.3;
    #border-radius: 3px;
    #border: 1px solid #3a87ad; 

}
*/

.fc-notstarted-button { background: #4e73df; }
.fc-inprogress-button { background: #f6c23e; }
.fc-completed-button { background: #1cc88a; }
.fc-cancelled-button { background: #e74a3b; }
.fc-onhold-button { background: #858796; }