#calendar {
	margin: 10px 20px 0 2px;
}
.fc th {
	background-color: #000;
	padding: 10px 3px;
	color: #fff;
}

.fc-event {
	border-radius: 0;
	padding: 2px 3px;
	transition: all 300ms;
	position: relative;
	border: 0 none;
}
.fc-event:hover {
	border-color: #000 !important;
	background-color: #000 !important;
}
.fc-day-top {
	background-color: #ddd !important;
	color: #000;
	pointer-events: none;
	padding: 2px 3px !important;
	text-align: center;
}
.fc-day-top .fc-day-number {
	color: #000;
	pointer-events: none;
	float: none !important;
}
.fc-button-group .fc-button {
	border-radius: 0;
}

.fc-event.exclude-yes:before {
	content: '';
	display: block;
	background-image: linear-gradient(45deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent 100%);
	background-size: 25px 25px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.2;
}
.fc-button-group .fc-button {
	text-transform: capitalize;
}
.details-body #wpbody {
	position: static;
}
.event-details .event-info {
	display: none;
	position: absolute;
	top: 0;
	left: -20px;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.event-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,0.7);
}

.event-details .event-info.active {
	display: block;
}

.event-details .event-info .event-block {
	position: fixed;
	top: 50%;
	max-width: 500px;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 8px;
	padding: 30px 20px;
	margin: 10px auto;
	z-index: 9999;
	left: 0;
	right: 0;
}
.event-details .button-block {
	margin-top: -40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.event-details .dashicons {
	font-size: 24px;
	line-height: 1;
	width: 24px;
	height: 24px;
	transition: none;
}
.event-details .icon {
	transition: all 350ms;
	color: #000;
	cursor: pointer;
	float: right;
	line-height: 1.8;
	margin-left: 12px;
}
.event-details .icon:hover {
	color: #0073aa;
}
.event-details .icon-note .dashicons {
	font-size: 20px;
	line-height: 1.15;
}
.event-details .info-close {
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 999999;
	cursor: pointer;
	font-size: 30px;
    background: #fff;
    width: 34px;
    height: 34px;
    box-shadow: 0 0 5px #797979;
    border-radius: 50%;
	text-align: center;
	transition: all 350ms;
}
.event-details .info-close:hover {
	background-color: #0073aa;
	color: #fff;
}
.event-details .info-close .dashicons {
	line-height: 1.4;
}

.event-info .info-cell {
	display: flex;
	flex-wrap: nowrap;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
	padding: 8px 0;
}
.event-info .info-cell.event-tags {
	text-transform: capitalize;
}

.event-info .info-cell:last-of-type{
	border-bottom: 0 none;
}
.event-info .info-cell strong {
	min-width: 130px;
	color: #000;
}
.event-info h2 {
	color: #0073aa;
	margin-top: 0;
}
.attendee-name {
	transition: all 300ms;
}
.attendee-name.focus {
	background-color: #fff0f0;
}

.export {text-align: right; margin: 20px 0;}
.export .button {transition: all 350ms;}

