﻿html, body  {height:100%;width:100%;margin:0;padding:0;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
	background:silver;
	background-color: silver;
	color:black;
	text-rendering: optimizeLegibility;
}

input, select, textarea {
	font-size:inherit;
}
input.btn {
	cursor:pointer;
}

button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 6px 18px;
  text-align: center;
  vertical-align:top;
  text-decoration: none;
  display: inline-block;
  font-family:'Source Sans Pro', sans-serif;
  font-size: 17px;
  margin: 4px 2px;
  text-align:center;
  cursor:pointer;
}
button:hover {background-color: #3e8e41}

button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
button.enquire {border-radius: 5px;}

.btnRight {
	float:right;
}

@media only screen and (max-width: 600px) {
  span.notmobile {
    display: none;
  }
}

/*  general purpose styles */panel
a:focus, *:focus {outline: none;}
a:link, a:visited {text-decoration: none; color:blue;font-style:italic;}
a:active {text-decoration: none; color:blue;}
a:hover{ text-decoration: underline}

h1 {margin-top:1em; color:#7f3e98; font-weight:normal; font-size:140%; }
h2 {margin-top:1em; color:#7f3e98; font-weight:normal; font-size:120%;}
h3 {color:#7f3e98; font-size:100%; font-weight:normal;}

img {border: 0;}

.hide {display:none;}
.show {display:block;}

div#busyImage {
 position:absolute;
 top: 45%;
 left: 48%;
}


/* centre align */
.align {
	position:absolute;
	top: 50%;
	left: 50%;
	width:400px;
	height:300px;
	margin-top: -150px; /*set to a negative number 1/2 of height*/
	margin-left: -200px; /*set to a negative number 1/2 of width*/
	border: 2px solid blue;
	background-color: yellow;
   	text-align: center;
}
.centertext {
	text-align:center;
}


#logHDR {
	display:inline-block;
	margin:0 0 0 0;
	width:100%;
}

#hdr {
	display:inline-block;
	margin:0 0 0 0;
	width:100%;
	background-color:#808080
}
div.hdr-right {
	margin:1em;
	float:right;
	color:red;
	font-size:xx-large;
	font-weight:bold;
}
#processHeading {
	margin: 1em;
	float:left;
}
#hdr h1 {
	margin-top:0;
	margin-bottom:0;
	padding:0.75em 1em 0.5em 0;
	color:white;
}
#hdr h2 {
	margin-top:0;
	margin-bottom:0;
	padding:0 1em 0.5em 0;
	color:white;
}

#menu {
	display:inline-block;
	margin:0 0 0 0;
	width:100%;
	background-color:#FFFFFF
}

div.menu-left {
	margin:0 1em;
	float:left;
	color:blue;
	font-size:medium;
	font-weight:bold;
}

div.menu-right {
	margin:1em;
	float:right;
	color:blue;
	font-size:medium;
	font-weight:bold;
}

#nav {
	display:inline-block;
	margin:1px 0 1px 0;
	width:100%;
	background-color:#FFFFFF
}

div.nav-controls {
    display:block;
    margin:0.3em auto 0.3em auto;
    padding:0.3em;
    width:80%;
    text-align:center;
/*	float:right; */
	text-wrap: nowrap;
}

div.nav-controls span.zoom{
	vertical-align:top;
	line-height:2.5;
}

div.nav-left {
	margin:0 1em;
	float:left;
	color:blue;
	font-size:medium;
	font-weight:bold;
}

div.nav-right {
	margin:1em;
	float:right;
	color:blue;
	font-size:medium;
	font-weight:bold;
}

#ftr {
	display:inline-block;
	margin:0 0 1em 0;
	width:100%;
}
.footerText {
	font-size:small;
	margin-left:0.5em;
}
#footerLogo {
	float:right;
}

#main {
	clear:both;
	margin:0;
}

.pageMessage {
	color:blue;
	font-size:large;
	font-weight:bold;
	border:thin blue solid;
	margin:1em 0em;
	padding:1em;
}

ul.menu1 {
	float:left;
	list-style-type:none;
	margin:1em 1em 0 1em;
	padding:0;	
	width:300px;
/*	border:thin silver solid;*/
}
ul.menu1 li {
	display:block;
	margin:0 auto 0.25em auto;
	padding:0.25em 0 0 0;
	width:170px;
	height:1.5em;
	text-align:center;
	background:#a00000;
	color:white;
	border-bottom:thin white dotted;
}

ul.menu1 li.menuNormal {
}
ul.menu1 li.menuHover {
	cursor:pointer;
	background:#d90000;
}
ul.menu1 li.menuHover {
	font-weight:bold;
}
ul.menu1 li.menuSelected {
	background:#ff0000;
}

ul.tick {
  list-style: none;
}

ul.tick li:before {
  content: '✓';
}
/*
ul:first-child  li:before { content:"\2713\0020"; }
ul:nth-child(2) li:before { content:"\2714\0020"; }
ul:last-child   li:before { content:"\2611\0020"; }
*/


*/

.symbol {
	font-family: Arial Unicode MS, Lucida Grande;
}

.bg {
  /* The image used */
/*
  background-image: url("../knaus/bg4.jpg");
*/
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.panel-main {
	max-width: 90%;
	float: none;
	border:1px #999 solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-opera-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	margin: 10px;
	padding: 1em;
	background: white;
	background-color: white;
	display:block;
    margin: 10px auto 10px auto;

}

div.panel-float {
	width: 400px;
	float:right;
	border:1px #999 solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	margin: 10px 10px 10px 10px;
	padding: 15px 15px 15px 15px;
	background: white;
	background-color: white;
}


/* styles for panel formatted text */
div.panel-full {
	width:90%;
}

/* styles for panel formatted text */
div.panel-formatted {
	display:block;
    margin: 10px;
    padding: 1em;
	background: silver;
	border:1px black solid;
	color:black; 
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-opera-border-radius:6px;
	-khtml-border-radius:6px; 
	border-radius:6px;
}

div.menu-caption {
}

div.menu-controls {
	display:block;
	float:right;
	text-wrap: nowrap;
}


ul.formatted {
	margin:0 auto 0 auto;
    padding-inline-start: 0px;
}
ul.formatted li {
	list-style-type:none;
	margin:0 auto 0.25em auto;
	padding:0.25em 0 0.25em 0;
	width:90%;
	height:auto;
	text-align:left;
	background:silver;
	color:black;
	border-bottom:thin white solid;
}

div.panel-formatted img {
/*	width:100%; */
	width:auto;
	height:auto;
}

div.panel-medium {
	width: 40%;
}

/* 2/3 column with responsive behaviour */
* {
  box-sizing: border-box;
}

.column0 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding: 10px;
}

/* Create three equal columns that floats next to each other */
.column3 {
  float: left;
  width: 30%;
  padding: 10px;
}
.column1-2 {
  float: left;
  width: 60%;
  padding: 10px;
}
.column1-1 {
  float: left;
  width: 40%;
  padding: 10px;
}
.column2-2 {
  float: left;
  width: 50%;
  padding: 10px;
}
.column2-1 {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .column1-1 {
    width: 100%;
  }
  .column1-2 {
    width: 100%;
  }
  .column2-1 {
    width: 100%;
  }
  .column2-2 {
    width: 100%;
  }
  .column3 {
    width: 100%;
  }
  .column2 {
    width: 100%;
  }
  .column1 {
    width: 100%;
  }
}

.lvFormContainer {
	width: auto;
	height: 30em;
	overflow:auto;
}


.indent1 {margin-left:1em;}
.indent2 {margin-left:2em;}
.indent3 {margin-left:3em;}
.indent4 {margin-left:4em;}
.indent5 {margin-left:5em;}
.indent6 {margin-left:6em;}
.indent7 {margin-left:7em;}
.indent8 {margin-left:8em;}
.indent9 {margin-left:9em;}
.indent10 {margin-left:10em;}


