@media print {
	div {
		page-break-inside: avoid;
	}
	
	table {
		
	}
	#planContent {
		padding: 0pt;
		margin-left: 0pt;
		margin-right: 0pt;
		width: 595pt;
	}
	#mainPage {
		display: none;
	}
	#planControls {
		display: none;
	}
	@page {
		size: A4;
		/*	margin: 20pt 35pt 0pt 45pt;*/
	}
	body {
		height: 822pt;
		width: 595pt;
	}
	#planHolder {
		background-color: white;
	}
}

@font-face {
	font-family: 'Muli';
	src: url('fonts/Muli-Regular.ttf');
}

tbody,
tfoot,
thead,
tr,
th,
td,
table,
div {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	padding: 0;
	border-width: 0;
}

body {
	/*overflow-x: hidden;*/
	text-align: center;
	margin: 0;
	font-family: 'Muli', sans-serif;
	/*height: 100%;
	overflow: hidden;*/
	background-color: #424242;
	overflow: hidden;
}

#mainPage {
	/*	height: 100%;
	width: 100%;
	overflow: hidden;*/
	z-index: 10;
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#postcodeContent {
	padding: 0.4em;
}

#map {
	margin: auto;
	width: 100%;
	height: 500px;
	border-bottom: 0.2em solid #178CFF;
	border-top: 0.2em solid #178CFF;
	/*	border-bottom: 0.2em solid #FF6700;
	border-top: 0.2em solid #FF6700;*/
	box-sizing: border-box;
}

#postcodeSearchHolder {
	border: 0.4em solid #333333;
	background-color: #333333;
	border-radius: 0.3em;
	border-bottom: 0.5em solid #333333;
	padding: 0.5em 0.2em;
}

#searchButton {
	vertical-align: middle;
	cursor: pointer;
	color: white;
	vertical-align: middle;
	font-size: 1.7em;
	padding-left: 0.3em;
}

#searchButton:hover {
	/*color: #FF6700;*/
	color: #00B6FF;
}

#header {
	background-color: #999999;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	vertical-align: middle;
}

#footerBarHolder {
	text-align: left;
	bottom: 0;
	height: 10.5em;
	background-color: #999999;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
}

#footerBar {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	/* text-align: center;*/
	white-space: nowrap;
}

#showPlanButton {
	opacity: 0;
	pointer-events: none;
	background-color: #FF6700;
	margin-right: 0.6em;
	margin-left: -0.6em;
	color: white;
	font-size: 1em;
	padding: 0.5em;
	border-radius: 0.5em;
	cursor: pointer;
	border: 0.2em solid #FF6700;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#showPlanButton:hover {
	color: #FF6700;
	background-color: white;
}

#headerTable td {
	vertical-align: middle;
}

#mainLogo {
	width: 15em;
	margin-left: 0.5em;
	margin-right: -0.5em;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	padding: 0.35em;
	background-color: white;
	padding-left: 0.1em;
}

.headerElement {
	display: inline;
	white-space: nowrap;
}

.widget {
	color: white;
	height: 8em;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: inline-block;
	margin: 1em 0.5em;
	border-radius: 0.3em;
	cursor: pointer;
	opacity: 0;
	width: 0;
	vertical-align: top;
	margin-top: 1.2em;
}

#widgetAdd {
	display: none;
	opacity: 0;
	background-color: #333333;
	opacity: 1;
	width: 8em;
}

.widgetContent {
	margin: 0.3em 0.6em;
}

#addIcon {
	font-size: 5em;
	text-align: center;
	margin-top: 0.065em;
}

.widgetTitle {
	font-size: 0.8em;
	padding-bottom: 0.25em;
	border-bottom: 0.05em solid white;
}

.widgetValue {
	width: 100%;
	font-size: 1.8em;
	text-align: center;
}

.widgetValueHolder {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.widgetExplanation {
	font-size: 0.6em;
	white-space: normal;
	text-align: center;
}

.closeWidget {
	float: right;
}

.closeWidget:hover {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#mapLayersBar {
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #333333;
	z-index: 1000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	width: 13em;
}

#widgetsSelectBar {
	position: absolute;
	top: 0;
	right: 100%;
	background-color: #333333;
	z-index: 1000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	width: 13em;
	color: white;
}

#closeWidgetSelect {
	float: right;
	cursor: pointer;
}

#closeWidgetSelect:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

#editTab {
	cursor: pointer;
	position: absolute;
	right: 100%;
	background-color: #333333;
	color: white;
	font-size: 1.8em;
	padding: 0.3em;
	padding-left: 0.5em;
	border-bottom-left-radius: 0.6em;
	border-top-left-radius: 0.6em;
	z-index: 25;
	transform: translateX(100%);
}

#mapToggleHolder,
#widgetSelectionHolder {
	margin-right: 1em;
}

.mapToggle,
.widgetToggle {
	cursor: pointer;
	background-color: #333333;
	text-align: left;
	color: white;
	font-size: 0.85em;
	border-radius: 0.3em;
	border: 0.08em solid white;
	margin: 0.4em;
	padding: 0.2em 0.4em;
}

.mapToggleSquare {
	margin-right: 0.4em;
}

#mapToggleTitle,
#widgetSelectTitle {
	color: white;
	text-align: left;
	font-size: 0.8em;
	border-bottom: 0.05em solid white;
	margin: 0.5em;
	padding-bottom: 0.3em;
}

.widgetExtraContent {
	position: absolute;
	color: white;
	top: 0;
	width: 100%;
	min-height: 100%;
	display: none;
	z-index: 2000;
	transform: scale(0);
	-webkit-transform: scale(0);
	border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.widgetExtraContentCloseButton,
#planControls {
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 4em;
	margin: 0.05em 0.2em;
	cursor: pointer;
}

.planControlsButton {
	margin-bottom: 0.2em;
}

.widgetExtraContentCloseButton:hover,
.planControlsButton:hover {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}

#mapLayersWrapper,
#widgetsSelectWrapper {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#mapLayersScroller,
#widgetsSelectScroller {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	width: 100%;
}

#footerBarWrapper {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#footerBarScroller {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	height: 100%;
}

.iScrollHorizontalScrollbar {
	position: absolute;
	z-index: 9999;
	height: 0.7em;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
	right: 18px;
}

.iScrollVerticalScrollbar {
	position: absolute;
	z-index: 9999;
	width: 0.7em;
	bottom: 2px;
	top: 2px;
	right: 1px;
	overflow: hidden;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
	bottom: 18px;
}

.iScrollIndicator {
	position: absolute;
	background: #cc3f6e;
	border-width: 1px;
	border-style: solid;
	border-color: #EB97B4 #7C2845 #7C2845 #EB97B4;
	border-radius: 8px;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
	/*       height: 100%;
       background: -moz-linear-gradient(left, #cc3f6e 0%, #93004e 100%);
       background: -webkit-linear-gradient(left, #cc3f6e 0%, #93004e 100%);
       background: -o-linear-gradient(left, #cc3f6e 0%, #93004e 100%);
       background: -ms-linear-gradient(left, #cc3f6e 0%, #93004e 100%);
       background: linear-gradient(to right, #cc3f6e 0%, #93004e 100%);*/
	box-sizing: border-box;
	position: absolute;
	background: rgba(0, 0, 0, 0.498039);
	border: 1px solid rgba(255, 255, 255, 0.901961);
	border-radius: 3px;
	width: 10em;
	transition-duration: 0ms;
	display: block;
	height: 0.7em;
	transform: translate(0px, 0px) translateZ(0px);
	transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
}

.iScrollVerticalScrollbar .iScrollIndicator {
	box-sizing: border-box;
	position: absolute;
	background: rgba(0, 0, 0, 0.498039);
	border: 1px solid rgba(255, 255, 255, 0.901961);
	border-radius: 3px;
	width: 100%;
	transition-duration: 0ms;
	display: block;
	height: 17em;
	transform: translate(0px, 0px) translateZ(0px);
	transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
}

.hexMapTitle {
	font-size: 1.2em;
	font-weight: 600;
	padding-top: 1.4em;
	padding-bottom: 0.8em;
}

.barchartTitle {
	font-size: 1.2em;
	font-weight: 600;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}

.demographicsTitle {
	font-size: 1.8em;
	font-weight: 600;
	padding-top: 1.0em;
}

.demographicHolder {
	padding-bottom: 6em;
}

.hexagonMapHolder {
	font-size: 0.6em;
	display: inline-block;
	text-align: center;
	width: 100%;
	vertical-align: top;
	padding-top: 1em;
	display: flex;
	justify-content: center;
	padding-bottom: 8em;
}

.hexagonMap {
	align-self: center;
}

.hex {
	float: left;
	margin-left: 2.3px;
	margin-bottom: -20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform-origin: center;
}

.hex .top {
	width: 0;
	border-bottom: 23px solid #424242;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	transition: all 1s;
}

.hex .middle {
	width: 80px;
	height: 46px;
	background: #424242;
	transition: all 1s;
}

.hex .bottom {
	width: 0;
	border-top: 23px solid #424242;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	transition: all 1s;
}

.hex-row {
	clear: left;
}

.hex-row.even {
	margin-left: 40.8px;
}

.hex .middleBlank {
	width: 80px;
	height: 46px;
	background: transparent;
}

.hex .topBlank {
	width: 0;
	border-bottom: 23px solid transparent;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
}

.hex .bottomBlank {
	width: 0;
	border-top: 23px solid transparent;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
}

.wardName {
	padding: 2px;
}

.wardValue {
	padding: 2px;
	font-size: 1.3em;
}

.large {
	font-weight: bold;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#planHolder {
	display: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	top: 0;
	position: absolute;
	z-index: 1;
	background-color: #424242;
	width: 100%;
	/*
	left: 100%;*/
}

#clearerPlanTitle {
	text-transform: uppercase;
	background-color: black;
	color: white;
	padding: 0.5em 0.4em;
}

.clearerPlanCategory {
	border: 0.1em solid #2e2e2e;
	margin-bottom: 2em;
	padding-bottom: 8em;
}

.clearerPlanHeading {
	background-color: #2e2e2e;
	text-transform: uppercase;
	color: white;
	padding: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}

#planContentText h3 {
	margin-left: 0.8em;
	margin-right: 0.8em;
}

#planContentText table {
	width: 90%;
	margin: 5%;
	border: 1px solid black;
}

#planContentText th,
#planContentText td {
	border: 1px solid black;
	padding: 0.3em;
}

#planContentText th {
	text-align: left;
	font-weight: bold;
}

#planContent {
	font-family: Arial;
	position: relative;
	height: 100%;
	padding: 0;
	margin: auto;
	width: 595pt;
	background-color: white;
}

#planContentTextWrapper {
	text-align: left;
	position: absolute;
	width: 100%;
	background-color: white;
}

#planContentText {
	margin: 2.6em;
}

#planContentText p {
	margin: 1em;
	color: #2e2e2e;
}

#clearerPlanMapTitle {}

#clearerPlanMap {
	z-index: 10;
	width: 98%;
	margin-top: 1em;
	margin-left: 1%;
	margin-right: 1%;
	height: 180pt;
	box-sizing: border-box;
	/*float: right;
	clear: right;*/
	/*display: inline-block;*/
	/*margin: 1em 2em;
	margin-left: 0.3em;*/
}

.barChartHolder {
	width: 50%;
	margin: auto;
	margin-top: 1em;
}

.balloon {
	position: absolute;
	background-color: white;
	color: black;
	padding: 0.25em 0.5em;
	left: 50%;
	top: 0;
	transform: translate3d(0%, -120%, 0);
	white-space: nowrap;
	margin-right: -50%;
	text-align: center;
	z-index: 100;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.balloon::after {
	content: '';
	position: absolute;
	bottom: auto;
	color: black;
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	left: 0;
	border-left-color: white;
	bottom: -0.5em;
}

.figureHolder {
	text-align: center;
	margin: 3em 0em 1em 0em;
	table-layout: fixed;
	width: 60%;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.galleryTitle {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
}

.galleryTitleCell {
	border-bottom: 2px solid white;
	padding-bottom: 0.3em;
}

.galleryHeadings {
	color: white;
	font-size: 0.7em;
	margin: 0.6em;
}

.galleryValues {
	color: white;
	font-size: 1.2em;
}

.galleryValueCell {
	padding-top: 1em;
}

.figurePair {
	text-align: center;
	vertical-align: middle;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.figureElement {
	height: 9em;
}

#dialogueBox {
	opacity: 0;
	position: absolute;
	display: none;
	top: 25%;
	max-width: 50%;
	text-align: center;
	z-index: 1000;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: opacity 0.5s;
	-webkit-transition: opacity: 0.5s;
	background-color: #424242;
	color: white;
	font-size: 1.8em;
	border: 0.12em solid #FF6700;
	border-radius: 0.2em;
	padding: 0.5em 1.2em;
	box-sizing: border-box;
	font-weight: bold;
}

.qrCodeClass {
	margin: 1em;
	width: 200px;
	height: 200px;
}

.siteAllocationsPopup table {
	color: rgb(255, 144, 36);
}

.siteAllocationsPopup a {
	color: rgb(255, 144, 36);
}