@font-face {font-family: "Campton W00 Light";
	src: url("campton-light/a8ba95735ee997485410fd9ec19b3044.eot"); /* IE9*/
	src: url("campton-light/a8ba95735ee997485410fd9ec19b3044.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("campton-light/a8ba95735ee997485410fd9ec19b3044.woff2") format("woff2"), /* chrome, firefox */
		url("campton-light/a8ba95735ee997485410fd9ec19b3044.woff") format("woff"), /* chrome, firefox */
		url("campton-light/a8ba95735ee997485410fd9ec19b3044.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url("campton-light/a8ba95735ee997485410fd9ec19b3044.svg#Campton W00 Light") format("svg"); /* iOS 4.1- */
}

@font-face {
	font-family: "Campton W00 SemiBold";
	src: url("campton-semibold/a2a547e9379f8522555d278a2bf98ab7.eot"); /* IE9*/
	src: url("campton-semibold/a2a547e9379f8522555d278a2bf98ab7.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("campton-semibold/a2a547e9379f8522555d278a2bf98ab7.woff2") format("woff2"), /* chrome, firefox */
		url("campton-semibold/a2a547e9379f8522555d278a2bf98ab7.woff") format("woff"), /* chrome, firefox */
		url("campton-semibold/a2a547e9379f8522555d278a2bf98ab7.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url("campton-semibold/a2a547e9379f8522555d278a2bf98ab7.svg#Campton W00 SemiBold") format("svg"); /* iOS 4.1- */
}

@font-face {
	font-family: "Variane Script";
	src: url("variane/bcba0f0b66e10349b4a115bc1e764f3d.eot");
	src: url("variane/bcba0f0b66e10349b4a115bc1e764f3d.eot?#iefix") format("embedded-opentype"),
		url("variane/bcba0f0b66e10349b4a115bc1e764f3d.woff2") format("woff2"),
		url("variane/bcba0f0b66e10349b4a115bc1e764f3d.woff") format("woff"),
		url("variane/bcba0f0b66e10349b4a115bc1e764f3d.ttf") format("truetype"),
		url("variane/bcba0f0b66e10349b4a115bc1e764f3d.svg#Variane Script") format("svg");
}

body, textarea {
    font-family: Campton W00 Light, Arial, sans-serif;
    font-size: 10pt;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #414141;
	background-color: #f0f0f0;
}

body {
	display: flex;
	flex-flow: column;
}

header {
	margin: 0;
	padding: 20px;
	padding-bottom: 10px;
	font-family: Campton W00 SemiBold, Arial, sans-serif;
	background: white url(../images/logo-grijs.png) no-repeat right center;
	background-size: contain;
	background-origin: content-box;
}

header h1 {
	font-size: 36pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

header h2  {
	font-size: 20pt;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-left: 50px;
	font-family: Variane Script;
}

nav {
	background-color: #008000;
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

nav > ul {
	display: table;
	margin: 0;
	padding:0;
	list-style:none;
	user-select: none;
}

nav > ul > li {
	display: inline-block;
	text-align:center;
	color: #414141;
	background-color: #efefef;
	border-radius: 3px 3px 0 0;
	padding: 5px 10px;
	cursor: pointer;
	margin-right: 3px;
}

nav > ul > li.selected {
	font-weight: bold;
	background-color: white;
}

nav > ul > li > .filter {
	height: 100%;
	vertical-align: middle;
	min-width: 2vmin;
	background: url(../images/empty-filter-128-white.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}

nav > span {
	float: right;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

section {
	flex: auto;
	padding-left: 50px;
	padding-right: 50px;
}

section > nav {
	margin-left: -50px;
	margin-right: -50px;
	background-color: white;
}

footer {
	font-size: 12px;
	text-align: center;
	padding: 20px;
}

.center {
	text-align: center;
}

td.center > div {
	margin: auto;
}

table {
	text-align: left;
	width: 100%;
	background-color: white;
	border-radius: 3px;
	padding: 10px;
	border-spacing: 0;
}

table tr > td, table tr > th {
	padding: 5px;
}
table tr > td:first-child, table tr > th:first-child {
	padding-left: 10px;
}

table tr > td:last-child, table tr > th:last-child {
	padding-right: 10px;
}

table tr.odd {
	background-color: #f0f0f0;
}

table tr.top {
	position: fixed;
	top: 0;
	background-color: white;
	width: 100%;
}

section#prospects {
	position: relative;
}

section#prospects > div.map {
	height: 100vmin;
	max-height: 850px;
}

.leaflet-div-icon {
    background: transparent;
    border: none;
    text-align: center;
	pointer-events:none !important;
}

.leaflet-container a {
	color: grey;
}

.hotspot {
	margin: auto;
	display: inline-block;
	background-color: white;
	height: 50px;
	border-radius: 56px;
	pointer-events:none;
}

.hotspot > .icon {
	display: inline-block;
	background: center center no-repeat;
	margin-left: 2px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: white;
	pointer-events: auto;
}

.hotspot > .icon.ambition.now {
	background-image: url(../images/ambition-now.png);
}

.hotspot > .icon.carpark.now {
	background-image: url(../images/carpark-now.png);
}

.hotspot > .icon.fuelstation.now {
	background-image: url(../images/fuelstation-now.png);
}

.hotspot > .icon.ambition.soon {
	background-image: url(../images/ambition-soon.png);
}

.hotspot > .icon.carpark.soon {
	background-image: url(../images/carpark-soon.png);
}

.hotspot > .icon.fuelstation.soon {
	background-image: url(../images/fuelstation-soon.png);
}

.hotspot > .icon.ambition.unknown {
	background-image: url(../images/ambition-unknown.png);
}

.hotspot > .icon.carpark.unknown {
	background-image: url(../images/carpark-unknown.png);
}

.hotspot > .icon.fuelstation.unknown {
	background-image: url(../images/fuelstation-unknown.png);
}

.hotspot > .icon.heavytrucks {
	background-image: url(../images/heavytrucks.png);
}

.hotspot > .icon.consortium.now {
	background-image: url(../images/consortium-now.png);
}

.hotspot > .icon.consortium.soon {
	background-image: url(../images/consortium-soon.png);
}

.hotspot > .icon.production.green.now {
	background-image: url(../images/production-green-now.png);
}

.hotspot > .icon.production.green.soon {
	background-image: url(../images/production-green-soon.png);
}

.hotspot > .icon.production.grey {
	background-image: url(../images/production-grey.png);
}

.hotspot > .icon.usage {
	background-image: url(../images/usage.png);
}

.hotspot > .icon.dc {
	background-image: url(../images/dc.png);
}

.map .hide, section.mapsection > .hide {
	display: none;
}

.map .prospect {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	pointer-events: auto;
	transition: transform 0.15s ease-in-out;
}

.map .prospect.highlight {
	transition: transform 0.15s ease-in-out;
	transform: scale(1.4,1.4);
}

table .prospect.highlight {
	font-weight: bold;
}

.map .prospect div.hydrogenprofile, .map .prospect .highcharts-container {
	height: 30px;
}

div#addme {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 500;
	background-color: #0069ad;
	color: white;
	padding: 20px;
	border-radius: 10px;
	font-size: 16pt;
	cursor: pointer;
}

section#mapsection > div.popup {
    position: absolute;
    z-index: 1000;
    width: 90%;
    background-color: rgba(255,255,255,0.9);
    margin: 2.5%;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
}

section#mapsection > div h1 {
	font-size: 26pt;
}

section#mapsection > div#filter {
	font-size: 2vmin;
}

section#mapsection > div#filter > table {
	width: 100%;
	table-layout: fixed;
	text-align: left;
}

section#mapsection > div#filter > table select {
	width: 100%;
}

section#mapsection > div#memosi > section.hide {
	display: none;
}

section#mapsection > div#memosi > section div.inputbuttons > div {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
}

section#mapsection > div#memosi > section div.inputbuttons > div div.userinput {
	text-align: left;
}

section#mapsection > div#memosi > section div.inputbuttons > div > p.config-category {
    display: table-caption;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
    margin-top: 0;
}

section#mapsection > div div.ok-button {
	display: inline-block;
	margin: 50px;
	background-color: #0069ad;
	color: white;
	padding: 15px;
	border-radius: 10px;
	font-size: 12pt;
	cursor: pointer;
}

div#popup > div#popup_chart {
	height: 300px;
	width: 50%;
	float: left;
}

div#popup > table {
	text-align: left;
	width: 50%;
	float: right;
}

div.marble {
	position: relative;
	border-radius: 15px; 
	overflow: hidden;
	z-index: 1;
}

div.marble > div.shade {
	z-index: 100;	
}

div.marble > div.fill {
	border-radius: 0;
	background-color: green;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

div.marble > div.fill.NaN {
	background-color: red;
}

div.marble > div.fill.CONTRACT {
	background-color: green;
}

div.marble > div.fill.CONTRACT_PRESSURE {
	background-color: yellow;
}

div.marble > div.fill.NO_CONTRACT {
	background-color: red;
}

div.marble > div.fill.UNKNOWN {
	background-color: white;
}

/*
nav.hide > ul > li > input, nav.hide > ul > li > label {
	visibility: hidden;
}
*/

table div.hydrogenprofile {
	width: 30px;
	height: 30px;
}

.popupblur {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: rgba( 228, 228, 228, 0.9);
	z-index: 2000;
}

.popup {
	position: fixed;
	width: 90%;
	min-height: 30%;
	background-color: white;
   left: 50%;
   top: 20%;
   transform: translate(-50%, 0);
   z-index: 100000;
   border-radius: 3px;
}

.popup > h1 {
	width: 100%;
	text-align: center;
}

.popup table {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	width: auto;
	display: inline-table;
}

.popup table.indicators div.hydrogenprofile {
	height: 200px;
	width: 300px;
}

.popup table.companyinfo {
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
	margin-bottom: 40px;
}

.popup table.indicators, .popup table.hydrogenattributes {
	table-layout: fixed;
	width: 50%;
}

.popup table.adp {
	table-layout: fixed;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 40px;
}

.popup table.companyinfo th {
	text-align: center;
}

table.adp textarea {
	width: 100%;
}

button {
	background-color: #008000;
	color: white;
	margin: 10px;
	margin-left: 0;
	padding: 5px 10px;;
	border-radius: 3px;
	font-family: Campton W00 Light;
	border-style: none;
	cursor: pointer;
	cursor: hand;
}

.popup button {
	float: right;
}

.popup .addressview.editmode {
	display: initial;
}

.popup.memosi.editor {
	position: absolute;
}

.ui-autocomplete {
	z-index: 1000000;
}

section#planning.repairjob, section#planning > nav > ul > li#repairjob {
	background-color: #ADD978;
}

section#planning.servicejob, section#planning > nav > ul > li#servicejob {
	background-color: #79B6CE;
}

section#planning.internaljob, section#planning > nav > ul > li#internaljob, div.ordermenu.INTERNAL.report {
	background-color: #c1c1c1;
}

section#expertise > div#content, div.popup.memosi > div#content {
	margin: 0;
	padding: 0;
	background-color: inherit;
	text-align: left;
}

section#expertise > div#content > div.title, div.popup.memosi > div#content > div.title {
	background: none;
}

section#expertise > div#content div.inputbuttons, div.popup.memosi > div#content div.inputbuttons {
    padding: 0;
}

section#expertise > div#content div.inputbuttons > div.supergroup, div.popup.memosi > div#content div.inputbuttons > div.supergroup {
    background-color: inherit;
}

section#expertise > div#content div.mbi-header, div.popup.memosi > div#content div.mbi-header {
    margin: 0;
    margin-bottom: 10px;
}

section#expertise > div#content div.mbi-header > span, div.popup.memosi > div#content div.mbi-header > span {
    padding: 0;
    background-color: inherit !important;
}

section#expertise > div#content.miniboost {
	margin-top: 30px;
}