/*日历视图的任务*/
#calendar_view .task{
    background-color:rgba(104, 173, 75, 0.23);
    border-radius:4px;
    font-size:12px;
    margin:1px;
    word-wrap:break-word;
    word-break:break-all;
    cursor:pointer;
}

td.fc-day{
	width:14.2%;
	background-color:rgba(152, 241, 11, 0.32);
}
.fc-day-content{
	min-height:50px;
}
/* .fc-week-5>div,.fc-week-6>div{
	background-color:rgba(51, 61, 183, 0.27);
} */
td.today>div{
	border:solid 1px red;
}
td.fc-day.foretime{
    /* background-color:rgba(123, 207, 188, 0.72); */
    /* background: url(/_assets/img/旧纸.jpg); */
}
td.fc-day.foretime .fc-day-number{
    color:gray;
}
td.current_month{
	background-color:#ffffff;
}
td.current_month.fc-week-5,td.current_month.fc-week-6{
	background-color:plum;
}
td.fc-week-5,td.fc-week-6{
	background-color:rgba(121, 117, 150, 0.43);
}
