body {
	background-image: url('cvloer.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: "Arial", "Sans Serif";
	font-size: 14px;
	overflow: hidden;
}	

#page {
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	bottom: 25px;
	margin: 0px auto;
	overflow: hidden;
}

.container {
	position: absolute;
	background-color: #0088cc;
	background-color: #00aeef;
	border: solid 0px #005580;
	margin-left: 80px;
	top: 0px;
	right: 40px;
	left: 0px;
	bottom: 0px;
	border-bottom: solid 2px gray;
	border-right: solid 2px gray;
	
}

#header {
	position: relative;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: right top;
	height: 110px;
	padding: 20px;
	overflow: hidden;
}

.currentuser {
	position: absolute;
	bottom: 20px;
	right: 140px;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 1px #888888;
}

.currentuser span {
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px #888888;
}

.currentuser span:hover {
	text-decoration: underline;
}

#header h1 {
	position: absolute;
	left: 0px;
	right: 120px;
	top: 20px;
	height: 100px;
	font-size: 80px;
	text-align: right;
	margin-top: 0px;
	padding: 0px;
	color: #ffffff;
	text-shadow: 2px 2px #888888;
	white-space: wrap;
	overflow: hidden;
}

nav.chapters { 
	position: absolute;
	left: 0px;
	top: 10px;
	width: 80px;
	margin: 0px;
	
}

nav.chapters ul {
	position: relative;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	overflow: hidden;
}

nav.chapters li {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 100px;
	margin: -8px 0px 0px 0px;
	background-color: transparent;
	background-image: url('inactivetab.png');
	background-repeat: no-repeat;
	background-position: top left;
	color: transparent;
	padding: 0px 10px 0px 15px;
	box-sizing: border-box;
	cursor: pointer;
}

nav.chapters span {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	height: 60px;
	width: 60px;
	color: transparent;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top right;
	filter: alpha(opacity=40);
	opacity: 0.4;
	cursor: pointer;
}

nav.chapters li.selected {
	background-color: transparent;
	background-image: url('activetab.png');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 2000;
}

nav.chapters li.selected span {
	filter: none;
	opacity: 1.0;
}

nav.chapters span.home {
	background-image: url(home.png);
}

nav.chapters span.user {
	background-image: url(user.png);
}

nav.chapters span.project {
	background-image: url(project.png);
}

nav.chapters span.geometry {
	background-image: url(geometry.png);
}

nav.chapters span.geovloer {
	background-image: url(cvloer.png);
}

nav.chapters span.kisten {
	background-image: url(kisten.png);
}

nav.chapters span.korven {
	background-image: url(korven2.png);
}

nav.chapters span.kistkorf {
	background-image: url(kisten.png);
}

nav.chapters span.cvloer {
	background-image: url(cvloer.png);
}

nav.chapters span.order {
	background-image: url(order.png);
}

nav.chapters span.quickorder {
	background-image: url(order.png);
}

nav.chapters span.admin {
	background-image: url(admin.png);
}

nav.chapters span.faq {
	background-image: url(faq.png);
}

nav.chapters span.traders {
	background-image: url(trader.png);
}

nav.chapters .hiddentab {
	visibility: hidden;
}

#payload {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 150px;
	bottom: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #aaaaaa #ffffff #ffffff #aaaaaa;
	background-color: #f4f4f4;
	overflow: auto;
	padding: 10px;
}

#payload .loading {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#dialogOverlay {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	margin: 1px;
	visibility: hidden;
	z-index: 2000;
}

.dialogPane {
	position: absolute;
	visibility: hidden;
	left: 25%;
	right: 25%;
	top: 10%;
	bottom: 10%;
	background-color: #ffffff;
	border: solid 1px #00aeef;
	border-radius: 2px;
	box-shadow: 5px 5px 5px #888888;
}

.dialogPane.small {
	left: 50%;
	top: 50%;
	width: 400px;
	height: 400px;
	margin-left: -200px;
	margin-top: -200px;
}

.dialogPane.medium {
	left: 25%;
	top: 25%;
	right: 25%;
	bottom: 25%;
}

.dialogPane.moderate {
	left: 20%;
	top: 20%;
	right: 20%;
	bottom: 20%;
}

.dialogPane.large {
	left: 10%;
	top: 5%;
	right: 10%;
	bottom: 5%;
}

.dialogPane.full {
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	right: 20px;
}

.dialogHeader h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
	padding: 5px;
	text-align: center;
	font-size: 24px;
	margin: 0px;
	color: #ffffff;
	text-shadow: 1px 1px #888888;
	background: #00aeef;
	background: linear-gradient(#00aeef, #aadfff);
}

.dialogHeader .close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	z-index: 4000;
	cursor: pointer;
	background-image: url(close.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.dialogPane .field {
	clear: both;
	position: relative;
	display: block;
	vertical-align: middle;
	margin: 4px 0px;
}

.dialogPane .field label {
	position: relative;
	display: inline-block;
	width: 120px;
	vertical-align: middle;
}

.dialogPane .field input[type=text] {
	width: 200px;
}

.dialogPane .field select {
	width: 200px;
}

.dialogPane .field textarea {
	position: relative;
	width: 200px;
	height: 80px;
	overflow-x: hidden;
	overflow-y: auto;
}

.dialogPane .field.small label,
.dialogPane .field.fixed label,
.dialogPane .field.half label,
.dialogPane .field.full label {
	display: block;
	width: 120px;
	float: left;
}

.dialogPane .field div {
	position: relative;
	clear: right;
	margin-left: 120px;
	margin-right: 10px;
}

.dialogPane .dialogbuttons {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
}

.dialogPane .dialogbuttons input {
	float: right;
}

ul.checklist {
	position: relative;
	display: block;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.checklist li {
	margin: 0px;
	padding: 0px;
}


.dialogPane .field.small input[type=text],
.dialogPane .field.small input[type=password],
.dialogPane .field.small select,
.dialogPane .field.small textarea, 
.dialogPane .field.fixed ul {
	width: 150px;
}

.dialogPane .field.fixed input[type=text],
.dialogPane .field.fixed input[type=password],
.dialogPane .field.fixed select,
.dialogPane .field.fixed textarea, 
.dialogPane .field.fixed ul {
	width: 80px;
}

.dialogPane .field.half input[type=text],
.dialogPane .field.half input[type=password],
.dialogPane .field.half select,
.dialogPane .field.half textarea, 
.dialogPane .field.half ul {
	width: 50%;
}

.dialogPane .field.full input[type=text],
.dialogPane .field.full input[type=password],
.dialogPane .field.full select,
.dialogPane .field.full textarea {
	width: 100%;
}

.dialogPane .field.full ul {
	width: 90%;
}

.dialogBody {
	position: absolute;
	overflow: auto;
	top: 37px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px 20px;
}


.chapter {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 5px;
	margin: 10px;
}

.chapter h1 {
	position: relative;
	margin: 0px;
	color: #000000;
	text-shadow: 1px 1px #cccccc;
}

.chapter h2 {
	position: relative;
	padding: 0px;
	color: #000000;
	text-shadow: 1px 1px #cccccc;
	margin: 10px 0px 2px 0px;
}

.chapter h3 {
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #000000;
	margin: 5px 0px 2px 0px;
}

.chapter .payload {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50px;
	bottom: 10px;
	margin: 0px;
	overflow: auto;
}

#overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(100, 100, 100, 0.6);
	padding: 100px;
	text-align: center;
	line-height: 100%;
	visibility: hidden;
	z-index: 10000;
}

#overlay #message {
	position: relative;
	margin-top: 200px;
	padding: 10px 10px 10px 100px;
	min-width: 400px;
	max-width: 50%;
	min-height: 100px;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 5px 5px 5px #666666;
	border-radius: 4px;
}

#message .buttonbar {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 10px;
	margin: 0px;
	overflow: hidden;
}

#message #msgtext {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}

#message h1 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 3px;
}

#message p {
	font-size: 14px;
	margin: 0px'
}

#overlay.error #message {
	background-color: #ffdfdf;
	background-image: url('icon_error.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: solid 1px red;
	color: #ff0000;
}

#overlay.warning #message {
	background-color: #ffe8cf;
	background-image: url('icon_warn.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: solid 1px #bb6000;
	color: #bb6000;
}

#overlay.confirm #message {
	background-color: #dfffdf;
	background-image: url('icon_confirm.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: solid 1px #008800;
	color: #008800;
}

#overlay.info #message {
	background-color: #dfffdf;
	background-image: url('icon_info.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: solid 1px #008800;
	color: #008800;
}

#overlay.loading #message {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0px;
	margin: -150px 0px 0px -110px;
	min-width: 300px;
	min-height: 220px;
	width: 300px;
	height: 220px;
	background-color: #ffffff;
	background-image: url('loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#overlay.loading #msgtext {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	color: #444444;
	padding: 4px;
}

#overlay.loading .buttonbar {
	visibility: hidden;
}

.notify {
	color: #ff0000;
	font-weight: bold;
}

.login {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -130px;
	width: 300px;
	height: 200px;
	padding: 10px 20px 20px 20px;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	background-color: #00aeef; 
	overflow: hidden;
}

.login label {
	display: block;
	color: #ffffff;
	font-size: 18px;
	text-shadow: 1px 1px #888888;
	margin: 8px 0px 0px 0px;
}

.login input[type="text"] {
	font-size: 24px;
	width: 99%;
	height: 30px;
	color: #888888;
}

.login input[type="password"] {
	font-size: 24px;
	width: 99%;
	height: 30px;
	color: #888888;
}

.pwdhint {
	text-align: right;
}

.login a {
	color: #ffffff;
	font-size: 14px;
}

#pwdhintpane {
	visibility: hidden;
}

.buttonbar {
	margin-top: 20px;
	display: block;
	text-align: center;
}

.buttonbar input[type="submit"] {
	width: 120px;
	font-size: 16px;
	color: #666666;
	background: linear-gradient(165deg, #dddddd, #bbbbbb);
}

.buttonbar input[type="button"] {
	width: 120px;
	font-size: 16px;
	color: #666666;
	background: linear-gradient(165deg, #dddddd, #bbbbbb);
}

.inputblock {
	padding: 20px;
}

.twocolumn {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.twocolumn div.column {
	position: relative;
	float: left;
	width: 50%;
	margin: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.threecolumn {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.threecolumn div.column {
	position: relative;
	float: left;
	width: 33%;
	padding: 0px 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.previewcolumn {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.previewcolumn div.column {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
}

.previewcolumn div.controls {
	position: relative;
	width: 30%;
	float: left;
	width: 33%;
	padding: 0px 10px;
	height: 100%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	
	overflow-x: hidden;
	overflow-y: auto;
}

.previewcolumn div.results {
	width: 15%;
	float: left;
	padding: 0px 20px;

	overflow-x: hidden;
	overflow-y: auto;
}

.previewcolumn div.viewcolumn {
	position: absolute;
	left: 50%;
	right: 0px;
	bottom: 0px;
	top: 0%;
	height: 100%;
}

.previewcolumn .viewcolumn .viewport {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 80px;
	bottom: 120px;
	box-sizing: border-box;
	padding: 0px;
}

.previewcolumn .viewcolumn .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 80px;
	overflow-y: auto;
	padding-left: 20px;
	margin-top: 80px;
}

.previewcolumn .viewcolumn .infolinks {
	position: absolute;
	bottom: 0px;
	height: 120px;
	padding-left: 20px;
	left: 0px;
	right: 0px;
}

.infolinks h1 {
	font-size: 24px;
	margin: 0px;
}

.infolinks ul {
	margin: 0px;
}

.dialogBody div.column {
	margin: 0px;
}

.dialogBody div.column fieldset {
	margin: 10px;
}


.scrollbox {
	height: 150px;
	border: solid 1px gray;
	background-color: white;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0px;
}

.scrollbox .prescribed {
}

.scrollbox .additional {
	font-style: italic;
}

.relplaceholder {
	width: 100%;
	position: relative;
}

.optional {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	visibility: visible;
}

.optional.inactive {
	visibility: hidden;
}

.inputblock label {
	width: 90%;
	display: block;
}

.inputblock input[type="text"].fullsize {
	width: 90%;
	margin-bottom: 5px;
}

.inputblock select.fullsize {
	width: 90%;
	margin-bottom: 5px;
}

.inputblock input[type="text"] {
	margin-bottom: 5px;
}

.inputblock textarea {
	width: 90%;
}

.inputview {
	position: absolute;
	left: 0px;
	top: 90px;
	bottom: 0px;
	right: 50%;
	padding: 10px 20px;
}

.viewport .overlay {
	position: absolute;
	z-index: 5000;
	left: 0px;
	right: 0px;
	height: 200px;
	top: 0px;
	color: #00aeef;
	overflow: hidden;	
}

.viewport .error {
	color: red;
	font-weight: bold;
}

.tileblock {
	position: relative;
	text-align: center;
}

.tiles {
	position: relative;
	display: block;
	list-style-type: none;
	text-align: center;
}

.tiles li {
	position: relative;
	display: inline-block;
	width: 230px;
	height: 180px;
	text-align: center;
	padding: 150px 5px 5px 5px;
	box-sizing: border-box;
	margin: 20px;
	color: #ffffff;
	background-color: #00aeef;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888;
	cursor: pointer;
}

.tile_account {
	background-image: url('usertile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_savedorder {
	background-image: url('storagetile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_neworder {
	background-image: url('newordertile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_orderlist {
	background-image: url('ordertile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_configuration {
	background-image: url('configtile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_accountlist {
	background-image: url('usertile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_grouplist {
	background-image: url('grouptile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_orders {
	background-image: url('ordertile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_catalog {
	background-image: url('catalogtile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_prices {
	background-image: url('pricetile.png');
	background-repeat: no-repeat;
	background-position: center;
}
	
.tile_autoprice {
	background-image: url('pricetile.png');
	background-repeat: no-repeat;
	background-position: center;
}
	
.tile_syslog {
	background-image: url('syslogtile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_tradermgr {
	background-image: url('tradertile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_jsoncomm {
	background-image: url('commtile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_editfaq {
	background-image: url('faqtile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_confirm_quote {
	background-image: url('quotetile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_confirm_order {
	background-image: url('committile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_traders {
	background-image: url('tradertile.png');
	background-repeat: no-repeat;
	background-position: center;
}

.tile_manual {
	background-image: url('infotile.png');
	background-repeat: no-repeat;
	background-position: center;
}

div.list {
	position: absolute;
	top: 70px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
}

table.list {
	position: relative;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}

table.large {
	overflow: auto;
}

table.list tr {
	white-space: nowrap;
	height: 25px;
	cursor: pointer;
}

table.list thead tr {
	background-color: #00aeef;
	color: #ffffff;
	text-shadow: 1px 1px #888888;
	height: 25px;
}

table.list tbody tr:nth-child(even) {
	background-color: #ddedff;
}

table.list tbody tr:nth-child(odd) {
	background-color: #ccdeff;
}

table.list tbody tr.selected {
	background-color: #9ac0ff;
}
	
table.list tbody tr:hover {
	background-color: #00aeef;
}

table.list th {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	height: 25px;
}

table.list td {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	padding: 0px 4px;
}

table.list td.numeric {
	font-weight: normal;
	text-align: center;
}

table.list td.iconic {
	font-weight: normal;
	text-align: center;
}

table.list td.rmorder {
	width: 20px;
	background-image: url('rmorder.png');
	background-repeat: no-repeat;
}

td.alignleft {
	text-align: left;
}

td.aligncenter {
	text-align: center;
}

td.alignright {
	text-align: right;
}

#gseometry_fieldcontainer {
	width: 100%;
	height: 50%;
	overflow: hidden;
	padding: 0px 0px 0px 20px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}

#gesometry_fieldinput {
	position: absolute;
	bottom: 0px;
}

#geometry_fieldinput input[type="button"] {
	width: 30%;
	margin-bottom: 5px;
	margin-left: 1%;
	margin-right: 1%;
}

#admin_payload {
	position: absolute;
	top: 50px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

#adminpane {
	position: absolute;
	bottom: 0px;
	top: 0px;
	margin-top: -40px;
	border: solid 1px silver;
	background-color: white;
	overflow-y: auto;
	
}

#adminmenu {
	position: relative;
}

#adminBreadcrumb {
}

#adminBack {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	box-sizing: border-box;
	padding: 4px;	
	margin-right: 40px;
	color: #ffffff;
	background-color: #00aeef;
	border-radius: 4px;
	box-shadow: 5px 5px 5px #888888;
	cursor: pointer;
}	

.adminBody {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.buttons {
	position: absolute;
	top: 40px;
	right: 0px;
	display: block;
	float: right;
}

li.granted {
	color: green;
	font-weight: bold;
}

li.implied {
	color: green;
	font-style: italic;
}

li.denied {
	color: red;
}

.jsoncomm {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.jsoncomm #json_request {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 44%;
	height: 95%;
}

.jsoncomm #json_response {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 44%;
	height: 95%;
	border: solid 1px gray;
	background-color: white;
	color: black;
	font-family: "Courier", "monospace";
	padding: 5px;
	word-wrap: break-word;
	overflow-y: auto;
}

.jsoncomm #json_controls {
	position: absolute;
	width: 10%;
	left: 50%;
	top: 0px;
	height: 95%;
	margin-left: -5%;
}

.jsoncomm #json_controls input {
	position: relative;
	width: 100%;
	margin: 4px 0px;
}

.inputcolumn {
	position: absolute;
	left: 0px;
	top: 60px;
	right: 70%;
	bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0px 4px;
}

.resultscolumn {
	position: absolute;
	left: 30%;
	top: 60px;
	right: 55%;
	bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 4px;
}

.resultscolumn div {
	position: relative;
	margin: 0px;
	padding: 0px;
}

.resultscolumn table {
	position: relative;
	width: 95%;
	margin: 0px;
}

.resultscolumn td {
	text-align: center;
}

span.hint {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	background-image: url('hint.png');
	background-repeat: no-repeat;
	overflow: visible;
}

span.hint p {
	position: absolute;
	display: block;
	width: 160px;
	margin: 0px;
	left: 10px;
	top: 10px;
	overflow: hidden;
	padding: 2px;
	color: #00aeef;
	border: solid 1px #00aeef;
	z-index: 2000;
	background-color: #ddedff;
	box-shadow: 2px 2px 2px #888888;
	visibility: hidden;
}

span.hint:hover p {
	left: 10px;
	top: 10px;
	visibility: visible;
}

.bigbutton {
	position: relative;
	color: #ffffff;
	background-color: #00aeef;
	border-radius: 2px;
	display: inline-block;
	width: 175px;
	height: 70px;
	float: right;
	padding-left: 75px;
	padding-top: 10px;
	margin-left: 8px;
	box-shadow: 2px 2px 2px #888888;
	background-repeat: no-repeat;
	background-position: 8px 6px;
	word-wrap: break-word;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

.bigbutton span {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	word-wrap: break-word;
}

#order_print {
	background-image: url('print.png');
}

#order_quote {
	background-image: url('quote.png');
}

#order_priced {
	background-image: url('priceprint.png');
}

#order_pricetotal {
	background-image: url('priceprint.png');
}

#order_commit {
	background-image: url('commit.png');
}

.order_buttonbar {
	width: 100%;
	margin-bottom: 15px;
	margin-right: 5px;
	text-align: justify;
}

.order_buttonbar:after { 
	content:' '; 
	display:inline-block; 
	width: 100%; 
	height: 0 
}



.order_buttonbar input[type=button] {
	color: #ffffff;
	background-color: #00aeef;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #888888;
	font-size: 12px;
	display: inline-block;
	margin: 2px;
}

fieldset.inputpanel,
fieldset.configpanel {
	position: relative;
	padding: 25px 10px 5px 20px;
	margin: 0px;
	
	border: solid 1px #00aeef;
	margin: 0px 0px 10px 0px;
	box-shadow: 3px 3px 3px #888888;

	overflow: visible;	

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset.inputpanel legend,
fieldset.configpanel legend {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0px;
	padding: 1px;

	white-space: no-wrap;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background-color: #00aeef;
	color: white;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset.inputpanel div,
fieldset.configpanel div {
	position: relative;
	margin: 6px 0px;
	overflow: visible;
	clear: both;
}

fieldset.inputpanel div label {
	position: relative;
	display: inline-block;
	width: 40%;
	vertical-align: top;
	float: left;
	white-space: no-wrap;
	overflow: visible;
}

fieldset.configpanel div label {
	position: relative;
	display: inline-block;
	width: 15%;
	vertical-align: top;
	float: left;
	white-space: no-wrap;
	overflow: visible;
}

fieldset.inputpanel div select,
fieldset.inputpanel div input[type=text],
fieldset.inputpanel div input[type=password],
fieldset.inputpanel div textarea {
	position: relative;
	width: 50%;
}

fieldset.configpanel div select,
fieldset.configpanel div input[type=text],
fieldset.configpanel div input[type=password],
fieldset.configpanel div textarea {
	position: relative;
	width: 80%;
	box-sizing: border-box;
}


fieldset.inputpanel div select.small,
fieldset.inputpanel div input[type=text].small,
fieldset.inputpanel div input[type=password].small,
fieldset.inputpanel div textarea.small,
fieldset.configpanel div select.small,
fieldset.configpanel div input[type=text].small,
fieldset.configpanel div input[type=password].small,
fieldset.configpanel div textarea.small {
	max-width: 100px;
}

fieldset.inputpanel div select.medium,
fieldset.inputpanel div input[type=text].medium,
fieldset.inputpanel div input[type=password].medium,
fieldset.inputpanel div textarea.medium,
fieldset.configpanel div select.medium,
fieldset.configpanel div input[type=text].medium,
fieldset.configpanel div input[type=password].medium,
fieldset.configpanel div textarea.medium {
	max-width: 200px;
}

fieldset.inputpanel div input[type=checkbox],
fieldset.configpanel div input[type=checkbox] {
}

fieldset.orderpanel {
	position: relative;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	
	margin: 0px 0px 10px 0px;
	border: none;

	overflow: visible;	

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset.orderpanel legend {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0px;
	padding: 1px;

	white-space: no-wrap;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	background-color: #ececec;
	color: black;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset.orderpanel div {
	position: relative;
	margin: 2px 0px;
	overflow: visible;
	clear: both;
}

fieldset.orderpanel div label {
	position: relative;
	display: inline-block;
	width: 40%;
	vertical-align: top;
	float: left;
	white-space: no-wrap;
	overflow: visible;
}

fieldset.orderpanel div select,
fieldset.orderpanel div input[type=text],
fieldset.orderpanel div input[type=password],
fieldset.orderpanel div textarea {
	position: relative;
	width: 50%;
}

fieldset.orderpanel div select.small,
fieldset.orderpanel div input[type=text].small,
fieldset.orderpanel div input[type=password].small,
fieldset.orderpanel div textarea.small {
	max-width: 100px;
}

fieldset.orderpanel div select.medium,
fieldset.orderpanel div input[type=text].medium,
fieldset.orderpanel div input[type=password].medium,
fieldset.orderpanel div textarea.medium {
	max-width: 200px;
}

fieldset.orderpanel div input[type=checkbox] {
}

table.order {
	width: 100%;
	border-collapse: collapse;
}

table.order thead th {
	text-align: left;
}

table.order tbody td {
	padding: 3px 0px;
}

table.order tbody td.selector {
	width: 24px;
}

table.order tfoot {
	border-top: 2px solid black;
}

table.order tfoot td {
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
}
	

table.order td.price {
	position: relative;
	width: 90px;
	text-align: right;

}

table.order td.price:before {
	content: '\20AC';
	position: absolute;
	left: 0;
}



#geometry_fieldinput {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#geovloer_fieldinput {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.column h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pdfdoc {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('pdf.png');
	background-repeat: no-repeat;
}
	
.faqlist {
	overflow-y: auto;
	overflow-x: hidden;	
}

.faqlist h1 {
	font-size: 20px;
	text-shadow: none;
	margin: 0px;
}

.faqlist dl {
	margin: 0px;
	margin-bottom: 20px;
}

.faqlist dt {
	margin: 0px 0px;
	padding-bottom: 4px;
	font-weight: bold;
	cursor: help;
}

.faqlist dt:hover {
	text-decoration: underline;
}

.faqlist dd {
	margin: 0px;
	margin-bottom: 14px;
	padding-left: 20px;
	display: none;
}

#poweredby {
	z-index: -1000;
	color: #222222;
	position: fixed;
	bottom: 4px;
	right: 4px;
	height: 20px;
	font-size: 10px;
	padding-right: 200px;
	padding-right: 4px;
	background-image: url('questo.png');
	background-repeat: no-repeat;
	background-position: right center;
	box-sizing: border-box;
}

#poweredby p {
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
}

#poweredby a {
	color: inherit;
	text-decoration: none;
}

#poweredby a:hover {
	text-decoration: underline;
}

ul.pdf {
	list-style-type: none;
}

ul.pdf li {
	background-image: url('pdf-icon.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 40px;
	min-height: 60px;
}

.viewport img {
	position: relative;
	border: solid 1px blue;
}

ul.userlist {
	list-style-type: none;
	padding: 0px;
	height: 300px;
	overflow-y: scroll;
}

ul.userlist li {
	float: left;
	width: 33%;
	margin: 0px;
	overflow: hidden;
}

ul.userlist li:nth-child(even) {
	background-color: #efefef;
}

ul.userlist li:nth-child(odd) {
	background-color: #fefefe;
}

ul.radiogroup {
	display: block;
	position: relative;
	list-style-type: none;
	text-align: center;
	padding: 0px;
}


ul.radiogroup li {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 74px;
	font-size: 12px;
	background-position: center top;
	padding: 60px 2px 4px 2px;
	margin: 4px;
	cursor: pointer;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #90d4fc;
	border-radius: 4px;
	box-shadow: 4px 4px 4px #888888;
}

ul.radiogroup li.selected {
	box-shadow: inset 2px 2px 2px #888888;
	background-color: #00aeef;
}

ul.radiogroup li.disabled {
	background-color: #d0d0d0;
}

.radiobutton span {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	white-space: nowrap;
	text-align: center;
}

#cvloer_langsbestaand {
	background-image: url('langsbestaand.png');
	background-repeat: no-repeat;
}

#cvloer_randprofiel {
	background-image: url('randprofiel.png');
	background-repeat: no-repeat;
}

#cvloer_inhakken {
	background-image: url('inhakken.png');
	background-repeat: no-repeat;
}

#cvloer_hoekstaal {
	background-image: url('hoekstaal.png');
	background-repeat: no-repeat;
}

#cvloer_oplegschoen {
	background-image: url('oplegschoen.png');
	background-repeat: no-repeat;
}

#cvloer_opleggen {
	background-image: url('opleggen.png');
	background-repeat: no-repeat;
}

#cvloer_support_detail {
	position: relative;
	display: block;
	float: right;
	width: 100px;
	height: 60px;
	font-size: 12px;
	background-position: center top;
	padding: 60px 2px 4px 2px;
	margin: 4px;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #90d4fc;
	border-radius: 4px;
	box-shadow: 4px 4px 4px #888888;
	background-image: url('tussenbalk.png');
	background-repeat: no-repeat;
}


ul.radio {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

ul.radio li {
	position: relative;
	overflow: hidden;
	padding: 0px 10px 0px 0px;
	box-sizing: border-box;
	cursor: pointer;
	
}

.warn_cat {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 4px;
	font-size: 12px;
}

.card {
	position: relative;
	float: left;
	min-width: 140px;
	max-width: 280px;
	color: white;
	box-shadow: 2px 2px 5px #00aeef;
	margin: 5px;
	padding: 10px;
	cursor: pointer;
}

.nofloat {
	float: none;
	margin: auto;
}

.card h1 {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	font-size: 16px;
	color: #005580;
}

.card p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: gray;
}

.favourite {
	background-image: url('favourite.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
}

.searchbar {
	padding: 4px;
	margin: 10px 0px;
}

.searchbar input[type=text] {
	width: 25%;
	min-width: 150px;
}

.toolview {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: stretch;
	align-content: stretch;
}

.toolview h1 {
	position: relative;
	flex: 0 0 auto;
}

.toolview .viewbuttons {
	position: relative;
	flex: 0 0 auto;
	margin-bottom: 1em;
}

.toolview .viewlist {
	position: relative;
	flex: 1 1 auto;
	align-self: stretch;
	overflow: auto;
}

.horizontalPanel {
	display: inline-flex;
	flex-direction: row;
	flex-basis: start;
}