@charset "UTF-8";
/* CSS Document */

#calendar .fc-view > table {
	background-color:rgba(255,255,255,0.7);
}
.fc table {
	margin-bottom: 0px !important;
}
.fc-unthemed td.fc-today {
	background: repeating-linear-gradient(
		45deg,
	   rgba(225,215,215,.25),
	  rgba(225,215,215,.25) 20px,
	  rgba(255,255,255,.9) 20px,
	  rgba(255,255,255,.9) 40px
	  )
    
}
button.fc-today-button {
    background-color: #999;
    border: none;
}
button.fc-today-button:disabled {
	color:999;
	background-color: #7d7d7d;
}
.fc-other-month {
	background-color: rgba(200,200,200,0.25);
}
.fc-toolbar.fc-header-toolbar {
    padding: 20px 10px;
    background: #777;
    margin: 0px auto;
    color: #fff;
}

a.fc-event {
	text-decoration: none !important;
	transition:.25s all;
}
a.fc-event div.fc-content:before,
#cal-legend span{
	font:normal normal normal 14px/1 FontAwesome;
	display: inline;
	margin-right:2px;
	padding-right: 2px;
}
a.fc-event.ondemand div.fc-content:before,
#cal-legend span.ondemand:before {
	content: "\f144";
}
a.fc-event.Registered div.fc-content:before,
#cal-legend span.Registered:before {
	content: "\f274";
}
a.fc-event.past,
#cal-legend span.past {
	background-color: #dc8383 !important;
	border-color: #dc8383 !important;
}
div#cal-legend {
    text-align: right;
    padding: 6px 2px;
    background: rgba(245,245,245,0.9);
    border: 1px solid #ddd;
	border-top: none;
}
#cal-legend span {
	font-size: 12px;
	font-family: 'openSans', Helvetica Neuve, sans-serif;
	padding: 3px 10px;
	margin: 4px 4px;
	color:#fff;
	border-radius: 8px;
	background-color:#cc4343;
}
#cal-legend span:before{
	font-family: FontAwesome;
}

a.fc-event.Registered,
#cal-legend span.Registered {
    background-color: #5b925b !important;
    border-color: #5b925b !important;
}
a.fc-event.microsoft {
    background: #cc4343;
	border-color: #dd3434;
}
a.fc-event:not(.microsoft),
#cal-legend span.distie {
    background:rgba(50,90,120,1);
	border-color:rgba(50,90,120,1);
}
a.fc-event:hover {
	filter:brightness(1.1);
	color:#fff;
	white-space: nowrap;
   	overflow: hidden;
	margin-top: 2px;
    position: sticky;
    display: inline-block;
    z-index: 999;
    box-shadow: 0 0 4px 2px #bbb;
    font-size: 13px;
	padding: 2px 10px;
    min-width: 85%;
}



.fc-button-group button {
    background: #cc4343;
    border-color: #aa4343 !important;
    margin: 0px 2px;
	outline:none !important;
}
.fc-button-group button:hover {
	  background: #cc4343;
	filter:brightness(1.1);
}

