body {
  background-image: linear-gradient(to right, lightgray , white, white, white, lightgray );
} 
* { box-sizing: border-box; }
.row::after { content: "";clear: both;display: table; }
[class*="col-"] { float: left;padding: 15px;}
html { font-family: "Lucida Sans", sans-serif; }
.header { background-color:#6666a2;color:white;text-shadow: 2px 2px 2px black;}
.header table.main { box-shadow: 10px 5px 5px black; } 
.header table.main tr td table tr td.manualswitch { vertical-align:bottom; }
.header table.main tr td table tr td.manualswitch:hover { color:yellow; }
.menu ul { list-style-type: none;margin: 0;padding: 0;}
.menu li { padding: 3px;margin-bottom: 7px;background-color: #3a8dac;
color: #ffffff;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
.menu li:hover { background-color: #1c4d60; }
.menu li.menufocus { background-color: #454087; }
.menu ul li ul.submenu li { background:linear-gradient(to right, #1b6d8c, #63a0b7); }
.menu ul li ul.submenu li:hover { background:linear-gradient(to left, #1a607a, #63a0b7); }
.aside { 
  background: linear-gradient(to left, #1b6d8c, #63a0b7);
  padding: 15px;color: #ffffff;text-align: center;
  font-size: 14px;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
.footer { 
  margin-left:6%;
  margin-right:6%;
  color: #ffffff;
  text-shadow: 2px 2px 2px black;
  text-align: center;font-size: 17px; padding: 10px;
  background-image: linear-gradient(to bottom, lightgray , #0099cc , #0099cc );
  box-shadow: 10px 5px 5px black;
}
img { 
  padding:10px;
  border:1px solid black;
  border-radius:12px;
  box-shadow: 10px 5px 5px black; 
  height: auto; 
  max-width: 100%;
}
img.noshade { 
  padding:2px;
  border:0px solid black;
  box-shadow: 0px 0px 0px transparent; 
  height: auto; 
  max-width: 100%;
}

iframe.sensor { 
  border:2px solid black;
  box-shadow: 10px 5px 5px black;
  height:500px;
  min-width:700px;
  width:100%;
}
  
/* For mobile phones: */
[class*="col-"] { width: 100%; padding-left:0px; }

@media (max-width: 1200px) { 
  iframe.sensor { display: none; }
  i.sensor { display: none; }
  
  div.aside { display: none; }
  div.col-s-3 svg { display: none; }
  .hide4phone{ display: none; }
  #sensorTypesResult{ display: none; }
  #sensorTypesResultCaption{ display: none; }
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%; }
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 20%;} /* was 25% */
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 60%;} /* was 50% */
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%; }
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
/* The Modal (background) - for image preview viewing */
.modal {
  display: none;  
  position: fixed;  
  z-index: 1;  
  padding-top: 100px;  
  left: 0;
  top: 0;
  width: 100%;  
  height: 100%;  
  overflow: auto;  
  background-color: rgb(0,0,0);  
  background-color: rgba(0,0,0,0.9);  
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  padding:10px;
  border:1px solid black;
  border-radius:12px;
  box-shadow: 10px 5px 5px gray;
  background-color:white;  
}
.modal-content-max {
  margin: auto;
  display: block;
  width: 100%;
}
#modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.modal-content, .modal-content-max, #modal-caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
/* The Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
iframe.menu-iframe {
  width:750px;
  height:750px;
  overflow: hidden; 
}
section.grayed { background-color:lightgray;padding-left:10px;padding-right:10px;border:solid 0.5px black }
section.executive {
  background-color:#6666a2;
  padding:10px;
  color:white;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.7); 
  border-radius:10px;
  border:1px solid black; 
  max-width:750px;  }
section.executive table tr td.label {
    color:#7fb8cd;
	font-family: courier;
    font-weight:600;
	font-size: x-large;
    transform: rotate(285deg);         
    transform-origin: top left;      
    vertical-align: top;            
    position: relative;
    top: 130px;
    padding: 0;
	max-width:100px;
	border-left:0px solid white;
}
section.executive table tr td {
	border-left:1px solid white;
	padding-left: 10px;
}

table.versionoverview { border:2px solid black;width:100%; }
table.versionoverview tr th { border-bottom:0.5px solid black;background-color:lightgray; }
table.versionoverview tr td { border-bottom:0.5px; vertical-align:top;border-top:1px solid gray; }
table.versionoverview tr td { padding:8px; }
table.versionoverview tr td.version { text-align:center;font-size:16pt;padding-top:8px; }

.download { background-color: #0099cc; color: #ffffff;text-align: center;font-size: 16px;padding: 6px;
  border:0.5px solid black;border-radius:4px;text-decoration:none;}
.download:hover { color:black;background-color:yellow; }  

ul.sensorlist { list-style-type: none; }
ul.sensorlist > li > span { 
  font-size:18pt;
  border-left: 20px solid #baccd9;
  border-top: 8px solid #3a8dac;
  display:inline-block;
  padding:5px;
  margin-top:20px;  }
ul.sensorlist > li > span > b { color:#3a8dac; }

 #cookiePopup {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 300px;
      background: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      padding: 20px;
      border-radius: 8px;
      display: none; /* standaard verborgen */
      z-index: 1000;
	  color:black;
    }

    #cookiePopup button {
      margin-top: 10px;
      padding: 8px 12px;
      border: none;
      background: #0073e6;
      color: white;
      border-radius: 4px;
      cursor: pointer;
    }