/*@media print{@page {size: landscape}}*/
@page {
	size: 29cm 21cm;
	margin: 4mm 4mm 4mm 4mm;
}

body {
	/*background-color: #414141;*/
	padding: 50px;
	font: 18px arial, sans-serif;
	background: url(/images/background.jpg);
	background-size: cover;
	background-position: center;
	/*font-family: 'Lato', sans-serif;*/
	color: White;
}
a {
	color: #00b7ff;
}
#dwgframe {
	position: absolute;
	left: 10px;
	top: 5px;
	/*z-index: 4;*/
}
#svgbox {
	position: absolute;
	left: 90px;
	top: 320px;
	/*z-index: 3;*/
}
#editbtn {
	position: absolute;
	left: 800px;
	top: 320px;
	/*z-index: 2;*/
}
#dwgtable {
	border-radius: 15px;
	background-color: #dadada;
}
.draggables {
	z-index: 2;
	height: 500px;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
textarea {
	border: none;
	font-size: 10px;
}
.noresize {
	resize: none;
}

.arrowimg {
	/*height: 60px;*/
	/*width: 40px;*/
	/*display: inline;*/
}
.floatleft {
	float: left;
}
.inliner {
	display: inline;
}
.floatright {
	float: right;
}
.centralise {
	text-align: center;
}
.smalltext {
	font-size: 10px;
	color: #000000;
	/*font-weight: bold;*/
}
.smalltitle {
	font-size: 12px;
	width: 250px;
	font-weight: bold;
}
.largetitle {
	color: #1d2124;
	font-size: 20px;
	font-weight: bold;
	width: 1000px;
}
.hide {
	visibility: hidden;
}
.container {
	color: aliceblue;
}
.textdiv {
	width: 235px;
	font-size: 10px;
}
.textdivcentral {
	width: 185px;
	font-size: 10px;
}
.textdivsmall {
	width: 130px;
	/*font-size: 12px;*/
	/*color: #1b1e21;*/
}
.dragtext {
	background-color: #fffb00;
}
.grey {
	background-color: #919191;
}
#editBar {
	width: 750px;
	/*height: 60px;*/
	padding: 5px;
	opacity: 0.5;
	position: fixed;
	left: 10px;
	top: 0px;
	z-index: 1;
	transform: perspective(20px) rotateX(-1deg);
	/*border: solid white 5px;*/
	/*border-radius: 5px;*/
	text-align: center;
	/*border-top: 200px solid #00B7FF;*/
	/*border-right: 20px solid transparent;*/
}
#blueshade {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1800px;
	background-color: #00b7ff;
	opacity: 0.85;
	z-index: 1;
}
#zedfive {
	z-index: 5;
}
.zedfive {
	z-index: 5;
}
