.deactive{
	cursor: pointer;
	margin-left: 5px;
	color: grey;
}
.tableDay{
	width: 12%;
	height: 100%;
	float: left;
	padding: 10px;
	border-left: 1px solid #a5afb5;
}
.tableGrid{
	border-left: 1px solid #a5afb5;
	width: 12%;
	float: left;
	height: 100%
}
.editEmail{
	display: none;
}
.editB{
	cursor: pointer;
	text-align: center;
}
.hideL{
    display: none;
}
.centerBox{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.event{
	height: 100%;
	float: left;
	padding-top: 2px;
	overflow: hidden;
	border: 1px solid #52585a;
	border-radius: 4px;
	color: black;
	cursor: default;
}
.eventUn{
	background: #ffeb3b;
}
.eventVa{
	background: #1fd41fbf;
}
.eventSpace{
	height: 100%;
	float: left;
}
.toolbox{
	padding: 10px;
	margin-top: 30px;
	background-color: #fff;
	border: 1px solid #d3e0e9;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	visibility: hidden;
	width: 320px;
	text-align: left;
	margin-left: -280px;
	/* Position the tooltip */
	position: absolute;
	z-index: 2;
}
.event:hover .toolbox{
	visibility: visible;
}
