a-planner {
	background: url('/Graphics/PlannerGrid.png');
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
a-plan-selector {
	background: #FFFFFF33;
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	top: 0px;
}
a-plan-selector .Cont {
	filter: drop-shadow(1px 1px 5px #000000);
	top: calc(50% - 200px);
	left: calc(50% - 385px);
	background: #FFFFFF;
	border-radius: 7px;
	position: absolute;
	display: block;
	width: 780px;
	height: 510px;
}
a-plan-selector .Headers {
	margin-top: 5px;
	display: block;
}
a-plan-selector .Headers a-container {
	display: inline-block;
	background: #D7D7CD;
	text-align: center;
	margin: 0px 5px;
	width: 250px;
	height: 20px;
}
a-plan-selector .ListCont {
	display: inline-block;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0px 5px;
	width: 250px;
	height: 480px;
}
a-plan-selector .ListCont button {
	margin: 1px 0px;
	width: 100%;
}
a-module-selector, a-insert-selector {
	background: #FFFFFF33;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0px;
}
a-module-selector a-container, a-insert-selector a-container {
	filter: drop-shadow(1px 1px 1px #000000);
	background: #FFFFFF;
	border-radius: 7px;
	position: absolute;
	display: block;
	width: 125px;
	padding: 10px;
}
a-module-selector button, a-insert-selector button {
	margin: 1px 0px;
	width: 100%;
}

.PlannerMenu {
	background: #D7D7CD;
	position: absolute;
	width: 100%;
	height: 20px;
}
.PlannerMenu button {
	vertical-align: top;
	line-height: 20px;
	margin-right: 1px;
	height: 20px;
	width: auto;
}
.PlannerMenu button img {
	pointer-events: none;
	vertical-align: top;
}
.PlanContainer {
	position: absolute;
	overflow: auto;
	width: 100%;
	height: calc(100% - 20px);
	top: 20px;
}
.PlanBtn {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	margin-left: 5px;
	padding: 0px;
    width: 20px;
	height: 20px;
}
.PlanBtn img {
	pointer-events: none;
}
.CursorImg {
	filter: drop-shadow(1px 1px 5px #000000);
	position: absolute;
}

a-plan {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}