/************************************
* Pagina elementen - default
* NB Kunnen worden overschreven door specifieke instellingen 
**************************************/
body {
	font-family: Arial, sans-serif;
    color: black;
    font-size: 14px;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 100%;
    line-height: 1.8;
    overflow-x:scroll;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #9fb5ce;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0;
}
h1 {
	color: #ba9d00; /*soort goud*/
    font-size: 36px;
    font-weight: 500;
    margin: 10px 0;
}
h2 {
	margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgb(0 0 0 / 60%);
    font-size: 28px;
    line-height: 40px;
    background: #265791;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgb(53 86 129 / 50%);
    font-family: 'Muli', sans-serif;
}
h3 {
	color: #747373; /*grijs*/
    font-size: 24px;
    font-weight: 600;
}
h4 {
	color: #747373; /*grijs*/
    font-size: 18px;
}
b, strong {
    font-weight: bolder;
}
p {
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
	color: #747373; /*grijs*/
    text-align: justify;
}
a {
	color: #5e5ecc;
	text-decoration: none;
}
a:hover {
	color: #09a6f0;
}
ol, ul {
	padding-inline: 50px;
}
ol li, ul li {
	color: #747373; /*grijs*/
	margin: 0 0 5px 0;
	text-align: justify;
	line-height: 1.3;
}
input[type=text], [type=password], [type=number] {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
button {
  background-color: #4CAF50; 
  border: none;
  color: white; 
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 3px;
}
button:hover {
  background-color: #38813c; 
}
img.shadow {
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.footer {
    background-color: #02051f;
	padding: 5px 15px;
    color: white;
    margin-top: 100px;
    font-size: 10px;
}

.footer a {
    text-decoration: underline;
}
.colorLight {
	background: #FFFFFF;
}
.colorRed_toolkit {
	background: #FF8080;
	color:white;
}
input[type="text"]:disabled {
  background: #ccc;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#viewall {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  table-layout: fixed;
  width: max-content;
  max-width: 500px;
}

#viewall td, #viewall th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:left;
  vertical-align: top;
}

#viewall tr:nth-child(even){background-color: #f2f2f2;}

#viewall tr:hover {background-color: #ddd;}

#viewall th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
  vertical-align: top;
  position: sticky;
  top: 0;
}

#viewall tr td:first-child {
 min-width: 10px;
}

#viewall tr td:nth-child(2) {
 min-width: 150px;
}

#viewall tr td:nth-child(3) {
 min-width: 150px;
}

#viewall tr td:nth-child(4) {
 min-width: 150px;
}

#viewall tr td:nth-child(5) {
 min-width: 250px;
}

#viewall tr td:nth-child(6) {
 min-width: 150px;
}

#viewall tr td:nth-child(7) {
 min-width: 150px;
}

#viewall tr td:nth-child(8) {
 min-width: 150px;
}

#viewall tr td:nth-child(8) {
 min-width: 150px;
}

#viewall tr td:nth-child(8) {
 min-width: 150px;
}

#viewall tr td:nth-child(8) {
 min-width: 150px;
}

#viewall tr td:nth-child(8) {
 min-width: 150px;
}

#viewall tr td:nth-child(8) {
 min-width: 150px;
}

/************************************
* Einde Pagina elementen - default
**************************************/

/************************************
* Speciale pagina elementen - default
**************************************/
.total-wrapper {
	background-color:white;
	padding: 25px 50px;
}

tr.bold {
	font-weight: bold;	
}
tr.border_bottom td {
	border-bottom:1pt solid black;
}
tr.border_top td {
	border-top:1pt solid black;
}
tr.border_top_dotted td {
	border-top: 1px dotted #c0c0c0;
}
tr.border_top2 td {
	border-top: 1px solid #c0c0c0;
}

img.chart {
  box-shadow: 0;
  transition: box-shadow 0.5s;
  border: 1px solid #eee;
  max-width: 100%;
  height: auto;
}
img.chart:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
img.whiteglow {
    filter: drop-shadow(0px 0px 10px white);
}

    /* Basis styling voor de popup overlay */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

/* De popup-content moet nu horizontaal scrollbaar zijn */
.popup-content {
  width: 100%;
  overflow-x: auto; /* Zorgt voor horizontale scrolling */
  text-align: center; /* Centraal plaatsen */
}

.overlay img {
  max-height: 100%;
  width: auto; /* Breedte blijft zoals het origineel */
  display: inline-block; /* Zorgt ervoor dat afbeelding in de scrollbare container zit */
}

    /* Sluitknop styling */
    .close-btn {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 30px;
      color: white;
      cursor: pointer;
    }

.tooltip {
	position: relative;
}
.tooltip .tooltiptext {
	font-size:12px;
	visibility: hidden;
	width: 600px;
	background-color: black;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 10px 10px 10px 10px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 0%;
	
	/*vertical scrollbar*/
	overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
}
.tooltip .tooltiptext_left {
	font-size:12px;
	visibility: hidden;
	width: 600px;
	background-color: black;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 5px 5px 10px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 25px;
	right: 0%;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.tooltip:hover .tooltiptext_left {
	visibility: visible;
}
.tooltip .tooltiptext_advise {
	font-size:12px;
	visibility: hidden;
	width: 500px;
	background-color: black;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 5px 5px 5px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 105%;
}
.tooltip .tooltiptext_advise_left {
	font-size:12px;
	visibility: hidden;
	width: 500px;
	background-color: black;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 5px 5px 5px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 105%;
}
.tooltip:hover .tooltiptext_advise {
	visibility: visible;
}
.tooltip:hover .tooltiptext_advise_left {
	visibility: visible;
}

.tooltip_bullet {
	position: relative;
}
.tooltip_bullet .tooltiptext_bullet {
	font-size:12px;
	visibility: hidden;
	width: 500px;
	background-color: black;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	border-width: 2px;
    border-style: solid;
    border-color: white;
	padding: 10px 10px 10px 10px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 0%;
	
	/*vertical scrollbar*/
	overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
}
.tooltip_bullet:hover .tooltiptext_bullet {
	visibility: visible;
}

.circle {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	padding: 12px;
	background: #fff;
	border: 3px solid #000;
	color: #000;
	text-align: center;
	font: 24px Arial, sans-serif;
}
.url_icon {
	vertical-align: middle;	
}

.ajax_wacht {
	padding-left: 35px;	
}

.form-border {
	border: 1px;
    border-style: double;
    padding: 25px;
    width: min-content;
}
	
/************************************
* Einde Speciale pagina elementen - default
**************************************/

/************************************
* Default-instellingen iconen,
* die overschreven worden o.b.v. inhoud sitespecifieke stylesheets
**************************************/

[class*="notes_"] {display: none;}
[class*="track_"] {display: none;}
[class*="sticky_"] {display: none;}

/************************************
* Hoofdmenu
**************************************/
.menu-wrapper {
    overflow: hidden; /* will contain if #first is longer than #second */
	background-color: #747373;
	min-height: 56px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    clear:both;
}

.topnav {
  float:left;
  width:100%;
  background-color: #02051f;
}

.topnav a {
	font-family: Verdana;  
	font-size: 16px;
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.active_nav {
  background-color: #265791;
  color: white;
  height: 32px;
}

.topnav .icon {
  display: none;
  float: left;
}

.topnav a:hover {
  background-color: #555;
  color: white;
  min-height: 32px;
}

.topnav .login {
  float: right;
  height: 32px;
  background-color: #4CAF50; 
}

.topnav .login:hover {
  background-color: #555; 
}

.topnav .logout {
  float: right;
  height: 32px;
}

/************************************
* Einde Hoofdmenu
**************************************/


/************************************
* Submenu's
**************************************/
.sub {
  text-indent: 25px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: start;
  list-style-type: none;
}
.sub li {
    padding: 6px 0;
}

.sub li a {
      position: relative;
      display: block;
      padding: 4px 0;
      font-family: Lato, sans-serif;
      color: #000000;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.5s;
}      

.sub li a:after {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
        background: #265791;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.5s;
}

.sub li a:hover {
	color: #265791;
	border-bottom: none;
	background: none;
}

.sub li a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
}
/************************************
* Einde Submenu's
**************************************/

/************************************
* Report list
**************************************/

.report_list {
    float: right;
    clear: both;
    position: relative;
	margin: 5px 0px;}

/************************************
* Einde Report list
**************************************/

/************************************
* Logo
**************************************/
img.site-logo {
    margin-top: 15px;
}
/************************************
* Einde logo
**************************************/


/************************************
* Login scherm
**************************************/

.login-container input[type=text] {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;  
  width: 200px;
}

.login-container input[type=password] {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
  width: 200px;
}

.login-container button {
  background-color: #4CAF50; 
  border: none;
  color: white; 
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 3px;
  width: 200px;
}

.login-container button:hover {
  background-color: #38813c; 
}

/************************************
* Einde Login
**************************************/

/************************************
* Message board scherm
**************************************/

.messageboard .date {
	font-family: 'Raleway', sans-serif;
    line-height: 1.9;
    clear: both;
    font-weight: 500;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.messageboard .message {
	display: block;
    padding: 0px 20px 20px 10px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 2.0;
    color: #333;
    text-align: justify;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;    
}

.messageboard .message_post {
	display: block;
    padding: 0px 20px 20px 10px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 2.0;
    color: #333;
    text-align: justify;
}

.messageboard .title {
    font-size: 18px;
    color: #265791;
}

.messageboard .image {
	float: left;
	padding: 0px 10px 10px 0px;
	width: 100px
}

.messageboard .image_post {
	float: left;
	padding: 0px 20px 10px 0px;
	width: 400px
}

   
/************************************
* Einde Message board scherm
**************************************/



/************************************
* Message board scherm - posten nieuwe blog
**************************************/

.blogpost-container .box {
	border: 1px;
    border-style: double;
    padding: 25px;
	margin:0 auto;
	background:#ffffff;
	position:relative;
	top:10px;
	font-size:14px;
}

.blogpost-container .headline {
	color:#222222;
	font-size:14px;
	font-weight:bold;
	float:left;
	width:100%;
	text-align:left;
	padding:6px 5px 0px 0px;
	border-bottom: 1px double #171717;
	border-top: 0px double #171717;
	border-left:0px double #333333;
	border-right:0px double #333333;
	margin-top:10px;
	margin-bottom:10px;
}

.blogpost-container label {
	width:100%;
	display: block;
	background:#ffffff;
	border-top:0px solid #eeeeee;
	border-bottom:0px solid #eeeeee;
	padding:5px 5px 0 0;
}

.blogpost-container label span {
	display: block;
	font-size:14px;
	float:left;
	width:240px;
	text-align:left;
	padding:6px 5px 3px 5px;
}

.blogpost-container label .input_text {
	margin: 0px!important;
	padding:5px 5px;
	width:600px;
	max-width:95%;
	height:35px;
	background:#eeeeee;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
}

.blogpost-container textarea {
	
	height: 250px!important;
}

.blogpost-container button {
  background-color: #4CAF50; 
  border: none;
  color: white; 
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 3px;
  width: 200px;
}

/************************************
* Einde Message board scherm - posten nieuwe blog
**************************************/


/************************************
* Change Log scherm
**************************************/

.changelog .date {
	font-family: 'Raleway', sans-serif;
    line-height: 1.9;
    clear: both;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.changelog .changed {
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;    
}
    
/************************************
* Einde Change Log scherm
**************************************/

/************************************
* Meer informatie scherm
**************************************/
.moreinfo-container .box {
	border: 1px;
    border-style: double;
    padding: 25px;
	margin:0 auto;
	background:#ffffff;
	position:relative;
	top:10px;
	font-size:14px;
}

.moreinfo-container .headline {
	color:#222222;
	font-size:14px;
	font-weight:bold;
	float:left;
	width:100%;
	text-align:left;
	padding:6px 5px 0px 0px;
	border-bottom: 1px double #171717;
	border-top: 0px double #171717;
	border-left:0px double #333333;
	border-right:0px double #333333;
	margin-top:10px;
	margin-bottom:10px;
}

.moreinfo-container label {
	width:100%;
	display: block;
	background:#ffffff;
	border-top:0px solid #eeeeee;
	border-bottom:0px solid #eeeeee;
	padding:5px 5px 0 0;
}

.moreinfo-container label span {
	display: block;
	font-size:14px;
	float:left;
	width:240px;
	text-align:left;
	padding:6px 5px 3px 5px;
}

.moreinfo-container label .input_text {
	margin: 0px!important;
	padding:5px 5px;
	width:250px;
	max-width:95%;
	height:35px;
	background:#eeeeee;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
}

.moreinfo-container textarea {
	
	height: 120px!important;
}

.moreinfo-container button {
  background-color: #4CAF50; 
  border: none;
  color: white; 
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 3px;
  width: 200px;
}


/************************************
* Einde Meer informatie scherm
**************************************/


/************************************
* Content Generator scherm
**************************************/
.content_generator-container .box {
	border: 1px;
    border-style: double;
    padding: 0px 25px 25px 25px;
	margin:0 auto;
	background:#ffffff;
	position:relative;
	top:10px;
	font-size:14px;
}

.content_generator-container .headline {
	color:#222222;
	font-size:14px;
	font-weight:bold;
	float:left;
	width:100%;
	text-align:left;
	padding:6px 5px 0px 0px;
	border-bottom: 1px double #171717;
	border-top: 0px double #171717;
	border-left:0px double #333333;
	border-right:0px double #333333;
	margin-top:10px;
	margin-bottom:10px;
}

.content_generator-container label {
	width:100%;
	display: block;
	background:#ffffff;
	border-top:0px solid #eeeeee;
	border-bottom:0px solid #eeeeee;
	padding:5px 5px 0 0;
}

.content_generator-container label span {
	display: block;
	font-size:14px;
	float:left;
	width:240px;
	text-align:left;
}

.content_generator-container label .input_text {
	margin: 0px!important;
	padding:5px 5px;
	width:50px;
	max-width:95%;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
}

.content_generator-container select {
	margin: 0px!important;
	padding:5px 5px;
	max-width:95%;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
}

.content_generator-container textarea {
	
	height: 120px;
	width: 100%;
}

.content_generator-container button {
  background-color: #4CAF50; 
  border: none;
  color: white; 
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 3px;
  width: 200px;
}

.content_generator-container button:disabled,
.content_generator-container button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.content_generator-container .generated_text h1 {
	all: unset;
	display: block;
	color: #747373;
    font-size: 26px;
    font-weight: 600;
}

.content_generator-container .generated_text h2 {
	all: unset;
	display: block;
	color: #747373;
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
}

.content_generator-container .generated_text h3 {
	all: unset;
	display: block;
	color: #747373;
    font-size: 16px;
    font-weight: 600;
}

.content_generator-container .generated_text p {
	all: unset;
	display: block;
	color: #747373;
    font-size: 14px;
    margin-bottom: 16px;
}


	

/************************************
* Einde Content Generator scherm
**************************************/


/************************************
* superinfo-data (gebruikersnaam en site) 
**************************************/
.superinfo {
	position: relative;
	float: right; 
    top: -17px;
	font-weight: 1000;
	font-family: Verdana;
    color: #747373;
    font-size: 12px;  
    clear: both;
}

/************************************
* Einde superinfo-data 
**************************************/


/************************************
* Breadcrumbs 
**************************************/

.breadcrumb {
    background: #eee;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    color: #666;
    font: 14px/30px sans-serif;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.75);
    overflow: hidden;
    height: 30px;
    clear: both;
}
.breadcrumb li {
    float: left;
    line-height: 2.3;
}
.breadcrumb a {
    background: #e6e6e6;
    color: #666;
    display: block;
    padding: 0 30px 0 40px;
    position: relative;
    text-decoration: none;
}
.breadcrumb li:first-child a {
    padding-left: 25px;
}
.breadcrumb li a:after {
    background: #e6e6e6;
    box-shadow: 1px -1px 0 #c6c6c6;
    content: '';
    height: 22px;
    position: absolute;
    right: -10px;
    top: 4px;
    width: 22px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.breadcrumb a:hover,
.breadcrumb li a:hover:after {
    background: #747373;
    color:white;
}

.breadcrumb li.help {
    float: right;
}
.breadcrumb .help a {
    background: #eeeeee;
    color: #666;
    display: block;
    padding: 0 30px 0 40px;
    position: relative;
    text-decoration: none;
}
.breadcrumb li.help a:after {
    background: #eeeeee;
    box-shadow: 1px -1px 0 #c6c6c6;
    content: '';
    height: 22px;
    position: absolute;
    right: -10px;
    top: 4px;
    width: 22px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.breadcrumb .help a:hover,
.breadcrumb li.help a:hover:after {
    background: #747373;
    color:white;
}  

.breadcrumb img {
	vertical-align: middle;
}
/************************************
* Einde Breadcrumbs 
**************************************/

/************************************
* Selector datums rapportages bij adviezen en resultaten 
**************************************/
.reports-selection {
	font-family: Verdana;
    color: #747373;
    font-size: 12px;
    float:right;
}
.reports-selection button {
	height: 20px;
    padding: 3px 3px;
    font-size: 14px;
    vertical-align: bottom;
    margin: 1px;
    border-radius: 3px;
}

/************************************
* Selector datums rapportages bij adviezen en resultaten 
**************************************/


/************************************
* Meldingen 
**************************************/
.melding.hide-opacity{
    opacity: 0;
}
.melding, .melding_fout {
	font-size:13px;
	font-weight:bold;
	float:left;
	width:100%;
	text-align:left;
	padding:6px 5px 6px 0px;
	display: inline-block;
	text-transform: none;
	opacity: 0.0;
	animation: fadeInAnimation ease 1s;
	-webkit-animation: fadeInAnimation ease 1s;
  	-moz-animation: fadeInAnimation ease 1s;
  	-o-animation: fadeInAnimation ease 1s;
  	-ms-animation: fadeInAnimation ease 1s;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;	
}
.melding {
	color:green;
}
.melding_fout {
	color:red;
}
.melding_goed {
	color:green;
}
.melding_invoer_onvolledig {
	color:red;
	text-align:left;
	padding:6px 5px 6px 0px;
	font-size:16px;
	margin-left: 5px;
	animation: fadeInAnimation ease 1s;
	-webkit-animation: fadeInAnimation ease 1s;
  	-moz-animation: fadeInAnimation ease 1s;
  	-o-animation: fadeInAnimation ease 1s;
  	-ms-animation: fadeInAnimation ease 1s;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;	
}
.melding_normaal {
	color:green;
	text-align:left;
	padding:6px 5px 6px 0px;
	font-size:16px;
	margin-left: 5px;
	animation: fadeInAnimation ease 1s;
	-webkit-animation: fadeInAnimation ease 1s;
  	-moz-animation: fadeInAnimation ease 1s;
  	-o-animation: fadeInAnimation ease 1s;
  	-ms-animation: fadeInAnimation ease 1s;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;	
}
@keyframes fadeInAnimation {
	0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes fadeInAnimation {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeInAnimation {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeInAnimation {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeInAnimation {
  0% {opacity:0;}
  100% {opacity:1;}
}

.foutmelding {
	color:red;
	font-size:13px;
	font-weight:bold;
	float:left;
	width:100%;
	text-align:left;
	padding:6px 5px 6px 5px;
}

.foutmelding_balk {
	color:black;
	font-size:20px;
	float:left;
	width:100%;
	text-align:left;
	padding:6px 5px 6px 15px;
	background-color: beige;
}


/************************************
* dataTables 
*  Voor overzicht crawlresultaten (sorteren, fileren, pagination)
*  Aanvulling op https://cdn.datatables.net/1.10.25/css/jquery.dataTables.min.css
*  Gebaseerd en meer info op https://www.datatables.net/examples/index
**************************************/
tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }
table.dataTable {
  	width: 100%;
  	table-layout: fixed;
}    
table.dataTable tfoot th,table.dataTable tfoot td {
    FONT-VARIANT: JIS04;
    padding: 10px 18px 6px 6px;
    border-top: 1px solid #111;
}
.dataTables_wrapper .dt-buttons {
  float:none;  
  text-align:left;
  margin-bottom: 20px;
}
table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png);
	background-position: right bottom;
}
table.dataTable td.forcewrap {
	overflow-wrap: break-word;
} 

/************************************
* Uitklap accordeons 
* https://codeconvey.com/responsive-accordion-pure-css/ 
**************************************/
.tabs {
  border-radius: 8px;
  /*overflow: hidden;*/
/*  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3);*/
}
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #81A1C7;
  color: #000000;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
}
input.acc:checked + .tab-label {
  background: #81A1C7;
  color: #000000;
}
input.acc:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input.acc:checked ~ .tab-content {
  max-height: 100%;
  padding: 1em;
}
input.acc {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/************************************
* Einde Uitklap accordeons 
**************************************/


/************************************
* Adviezen over woorden met toelichting bij hoveren
**************************************/
.con-tooltip {

  background: #eae5e4;
  
  border-radius: 9px;
  padding: 0 20px;
  margin: 5px;
  
  display: inline-block;
  
  transition: all 0.3s ease-in-out;
  cursor: default;

}

/*tooltip */
.tooltip_alt {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  
  padding: 10px 20px;

  background: #333;
  color: #FFFFFF;
  
  position: absolute;
  top:-140%;
  left: -25%;

  border-radius: 9px;

  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
  
  overflow-y: scroll;
  overflow-x: scroll;

  /*min-width: 500px;*/
  /*max-width: 650px;*/
  width: 510px;
  
  max-height: 400px;
}

/* tooltip  after*/
.tooltip_alt::after {
  content: " ";
  width: 0;
  height: 0;
  
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #333 transparent transparent transparent;

  position: absolute;
  left: 40%;

}

.con-tooltip:hover .tooltip_alt{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
    transition: .3s linear;
}

/*hover ToolTip*/
.left_alt:hover {transform: translateX(-6px); }
.top_alt:hover {transform: translateY(-6px);  }
.bottom_alt:hover {transform: translateY(6px);}
.right_alt:hover {transform: translateX(6px); }


/*left*/

.left_alt .tooltip_alt{ top:170%; left:-480px; }

.left_alt .tooltip_alt::after{
  top:40%;
  left:90%;
  transform: rotate(-90deg);
}

/*bottom*/

.bottom_alt .tooltip_alt { top:115%; left:-20%; }

.bottom_alt .tooltip_alt::after{
  top:-17%;
  left:40%;
  transform: rotate(180deg);
}

/*right*/

.right_alt .tooltip_alt { left:95%; }

.right_alt .tooltip_alt::after{
  top:40%;
  left:-12%;
  transform: rotate(90deg);
}

.border-yellow {
	border-color: #f2eb09;
    border-style: dashed;
    border-width: 2px;
}
.border-green {
	border-color: #70b43c;
    border-style: dashed;
    border-width: 2px;
}
.border-orange {
	border-color: #fcba00;
    border-style: dashed;
    border-width: 2px;
}
/*Einde alternatief*/

/************************************
* Container: Home-pagina (.container-home)
**************************************/
.container-home .details {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.container-home .details img {
    max-width: 70px;
    margin-bottom: 15px;
    border-style: none;	
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.container-home .details .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.container-home .details .box {
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    padding: 25px 15px;
    height: 125px;
}
.container-home .details h6 {
	font-family: verdana!important;
	font-size:13px;
	margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.2;
    text-align: center!important;
}
.container-home .details p {
	margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;	
    text-align: center!important;
}
/************************************
* Einde Container: Home-pagina
**************************************/

/************************************
* Container: Homeusers-pagina (.container-homeusers)
**************************************/
.container-homeusers .properties {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}

.container-homeusers td, .container-homeusers th {
  border: 1px solid #ddd;
  padding: 0px;
}

.container-homeusers .property:hover {
  background: #747373;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.container-homeusers .home_property {
	text-align:left;
	padding:8px;
}

.container-homeusers .home_data {
	text-align:right;
	width: 15%;
	padding:8px;
	white-space:nowrap;
}

.container-homeusers .home_data_admin {
	text-align:right;
	width: 15%;
	padding:8px;
	white-space:nowrap;
}

.container-homeusers tr:nth-child(even){background-color: #f2f2f2;}

.container-homeusers tr:hover {background-color: #ddd;}

.container-homeusers th.property_name, th.property_date, th.property_admin {
  padding: 8px;
  text-align: left;
  background-color: #265791;
  color: white;
}

.container-homeusers th.property_date {
  text-align: right;
}

.container-homeusers th.property_admin {
  background-color: #008000;
  text-align: right;
}

.container-homeusers td.home_property a {
	display:block;
}	

tr.active-property {
	color: white;
	font-weight: bold;	
	background: #008000 !important;
}

tr.onhold-property {
	background: aliceblue !important;
}


/************************************
* Einde Container: Homeusers-pagina 
**************************************/

/************************************
* Container: Resultaten sub 1 -pagina (.container-resultaten_sub1)
**************************************/
.container-resultaten_sub1 .head_key {
	width: 50%;
	font-size: 16px;	
	font-weight: bold;
	height: 20px;
}

.container-resultaten_sub1 .head {
	font-size: 16px;	
	font-weight: bold;
	height: 20px;
}

.container-resultaten_sub1 .data_key {
	font-size: 14px;
    line-height: 1.5;
    padding-right: 20px;
}

.container-resultaten_sub1 .data {
	font-size: 14px;
    line-height: 1.5;
}
/************************************
* Einde Container: Resultaten sub 1 -pagina
**************************************/

/************************************
* Container: Resultaten sub 2 -pagina (.container-resultaten_sub2)
**************************************/
.container-resultaten_sub2 .key {
	font-size: 1rem;
	width: 30%;
	vertical-align: top;
	text-align: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.container-resultaten_sub2 .data {
	font-size: 1rem;
	width: 20%;
	vertical-align: top;
	text-align: left;
    padding-bottom: 10px;
}
/************************************
* Einde Container: Resultaten sub 2 -pagina
**************************************/


/************************************
* Container: Resultaten sub 3 -pagina (.container-resultaten_sub3)
**************************************/

.container-resultaten_sub3 .head_zoekopdracht {
	font-weight: bold;
	width: 30%;
	vertical-align: top;
    text-align: -webkit-left;	
}
.container-resultaten_sub3 .head_data {
	font-weight: bold;
	vertical-align: top;
    text-align: -webkit-right;	
}
.container-resultaten_sub3 .head_vertoond {
	font-weight: bold;
	width: 20%;
	vertical-align: top;
    text-align: -webkit-right;	
}

.container-resultaten_sub3 .zoekopdracht {
	width: 30%;
	vertical-align: top;
    text-align: -webkit-left;	
}
.container-resultaten_sub3 .data {
	vertical-align: top;
    text-align: -webkit-right;	
}
.container-resultaten_sub3 .vertoond {
	width: 20%;
	vertical-align: top;
    text-align: -webkit-right;	
}

/************************************
* Einde Container: Resultaten sub 3 -pagina
**************************************/


/************************************
* Container: Resultaten sub 4 -pagina (.container-resultaten_sub4)
**************************************/

.container-resultaten_sub4 .head_url {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
	text-align: left;
	padding: 15px;
}
.container-resultaten_sub4 .head_data {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
	text-align: right;
	padding: 15px;
}
.container-resultaten_sub4 .url {
	vertical-align: top;
	text-align: left;
	padding: 15px;
	max-width: 60ch;
	word-wrap:break-word;
}
.container-resultaten_sub4 .data {
	vertical-align: top;
	text-align: right;
	padding: 15px;
}

.container-resultaten_sub4 .melding_geen_fouten {
	font-weight: bold;
	color: green;
	text-align: -webkit-left;	
    line-height: 2.0;
    padding-top: 30px;
}

/************************************
* Einde Container: Resultaten sub 4 -pagina
**************************************/


/************************************
* Container: Resultaten sub 5 -pagina (.container-resultaten_sub5)
**************************************/
.container-resultaten_sub5 .HeadingURL {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.trackdata_page {
	border: none;
	border-spacing: 10px;
}

.trackdata_page .data {
	text-align: right;
}	

/*Genegeerde track-pagina's*/
.container-resultaten_sub5 .exceptions th.left {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
	text-align: left;
	padding: 5px;
}	
.container-resultaten_sub5 .exceptions th.right {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
	text-align: right;
	padding: 5px;
}	
.container-resultaten_sub5 .exceptions td.left {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}	
.container-resultaten_sub5 .exceptions td.right {
	vertical-align: top;
	text-align: right;
	padding: 5px;
}	
.container-resultaten_sub5 .exceptions td.nowrap {
	white-space: nowrap;
}	

/************************************
* Einde Container: Resultaten sub 5 -pagina
**************************************/

/************************************
* Container: Resultaten kennisbank-pagina (.container-resultaten_kennisbank)
**************************************/

.container-resultaten_kennisbank .scrollable-table {
  overflow-x: auto;
  overflow-y: auto;  /* activeer verticaal scrollen */
  max-height: 700px;  /* stel een maximumhoogte in */
  width: 100%; 
}


/************************************
* Einde Container: Resultaten sub 4 -pagina
**************************************/


/************************************
* Container: Adviezen sub 1 -pagina (.container-adviezen_sub1)
**************************************/
.container-adviezen_sub1 .HeadingURL {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.container-adviezen_sub1 .head {
	font-weight: bolder;	
    margin-top: 15px;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
	background-color: #e4dfdf;
    border: 0px;	
	line-height: 1.6;
}
.container-adviezen_sub1 .head_data {
	font-weight: bolder;	
    margin-top: 15px;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    border: 0px;	
}
.container-adviezen_sub1 .data {
    margin-top: 15px;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    border: 0px;	
}
.lightbulb-heading {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;	
	color: #2c3e50;
}
img.lightbulb-image {
	width: 32px;
}
img.goedfout-images {
	height: 16px;
}

/*Afwijkende toppagina's*/
.container-adviezen_sub1 .exceptions th.left {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
	text-align: left;
	padding: 5px;
}	
.container-adviezen_sub1 .exceptions th.right {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
	text-align: right;
	padding: 5px;
}	
.container-adviezen_sub1 .exceptions td.left {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}	
.container-adviezen_sub1 .exceptions td.right {
	vertical-align: top;
	text-align: right;
	padding: 5px;
}	
.container-adviezen_sub1 .exceptions td.nowrap {
	white-space: nowrap;
}	

/************************************
* Einde Container: Resultaten sub 1 -pagina
**************************************/


/************************************
* Container: Adviezen sub 2 -pagina (.container-adviezen_sub2)
**************************************/
.container-adviezen_sub2 .head_left {
	font-weight: bold;
    text-align: left;	
    padding-right: 20px;
    line-height: 1.5;
}
.container-adviezen_sub2 .head_data {
	font-weight: bold;
    text-align: right;	
    padding-right: 20px;
    line-height: 1.5;
}
.container-adviezen_sub2 .left {
    text-align: left;	
    padding-right: 20px;
    line-height: 1.5;
}
.container-adviezen_sub2 .url {
    text-align: left;	
    padding-right: 20px;
    line-height: 1.5;
    word-break:break-all;
}
.container-adviezen_sub2 .data {
    text-align: right;	
    padding-right: 20px;
    line-height: 1.5;
}
/************************************
* Einde Container: Resultaten sub 2 -pagina
**************************************/


/************************************
* Container: Adviezen sub 3 -pagina (.container-adviezen_sub1)
**************************************/
.container-adviezen_sub3 .head_zoekopdracht {
	font-weight: bold;
    text-align: -webkit-left;	
    padding-right: 20px;
    line-height: 1.5;
}
.container-adviezen_sub3 .head_data {
	font-weight: bold;
    text-align: -webkit-right;	
    padding-right: 20px;
    line-height: 1.5;
}
.container-adviezen_sub3 .zoekopdracht {
    text-align: -webkit-left;	
    padding-right: 20px;
    line-height: 1.5;
}
.container-adviezen_sub3 .data {
    text-align: -webkit-right;	
    padding-right: 20px;
    line-height: 1.5;
}

/************************************
* Einde Container: Resultaten sub 3 -pagina
**************************************/


/************************************
* Container: Resultaten sub 6 -pagina (.container-resultaten_sub6)
**************************************/
/************************************
* Einde Container: Resultaten sub 6 -pagina
**************************************/



/************************************
* Container: Uitleg-pagina's (.container-uitleg)
**************************************/
.container-uitleg p {
    font-size: 16px;
}

/************************************
* Einde Container: Uitleg-pagina's 
**************************************/


/************************************
* Container: Sitesettings (.container-sitesettings)
**************************************/
.container-sitesettings table {
	border: 0px;
}
.container-sitesettings table td.head {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
}	
.container-sitesettings table td.normal {
	vertical-align: top;
	padding-right: 20px;
}	
/************************************
* Einde Container: Sitesettings 
**************************************/

/************************************
* Container: Snoozelist (.container-snoozelist) 
**************************************/
.container-snoozelist textarea {
	max-width:100%;
}
/************************************
* Einde Container: Snoozelist 
**************************************/

/************************************
* Container: Sticky (.container-sticky) 
**************************************/
.container-sticky textarea {
	max-width:100%;
}
/************************************
* Einde Container: Sticky 
**************************************/

/************************************
* Container: Track (.container-track) 
**************************************/
.container-track textarea {
	max-width:100%;
}
/************************************
* Einde Container: Track 
**************************************/

/************************************
* Container: Note (.container-notes) 
**************************************/
.container-notes textarea {
	padding: 10px;
	width: 98%;
}

.container-notes .head {
	padding: 10px;
	background: #265791;
    color: white;
    margin: 10px 0;
}

.container-notes table {
	border: 0px;
}
.container-notes table th.left {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
	text-align: left;
	padding: 15px;
}	
.container-notes table th.right {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
	text-align: right;
	padding: 15px;
}	
.container-notes table td.left {
	vertical-align: top;
	text-align: left;
	padding: 15px;
	table-layout: fixed;
	word-break: break-word;
}	
.container-notes table td.right {
	vertical-align: top;
	text-align: right;
	padding: 15px;
}	
.container-notes table td.nowrap {
	white-space: nowrap;
}	
.container-notes .notes-input-title {
	width: 100%;
	display: block;
	padding: 10px;
	background: linear-gradient(to right, #1A0DAB 565px,#FFCC00 10px,#FFCC00 1px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Arial;
    font-size: 20px;
}	
.container-notes .notes-input-description {
	width: 100%;
	display: block;
	padding: 10px;
	background: linear-gradient(to right, #1A0DAB 995px,#FFCC00 10px,#FFCC00 1px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Arial;
    font-size: 14px;
}	
.container-notes .fetch-meta {
width: 100px;
    height: 45px;
    padding: 10px;
}	


/************************************
* Einde Container: Notes 
**************************************/

/************************************
* Container: Statistics (.container-home_statistics)
**************************************/
.container-home_statistics table {
	border: 0px;
}
.container-home_statistics table td.head {
	font-weight: bold;	
	vertical-align: top;
	background: #265791;
	color: white;
	padding: 5px;
}	
.container-home_statistics table td.normal {
	vertical-align: top;
	padding-right: 20px;
	padding: 5px;
}	
/************************************
* Einde Container: Statistics 
**************************************/

/************************************
* Container: Usersettings (.container-usersettings)
**************************************/
.container-usersettings .box {
    border: 1px;
    border-style: double;
    padding: 25px;
    margin: 0 auto;
    background: #ffffff;
    top: 10px;
    font-size: 14px;
}

/************************************
* Einde Container: v 
**************************************/

/************************************
* Mobile 
**************************************/

@media (max-width: 830px) {
	
  body {
  	font-size:12px;
    margin-left: 15px;
    margin-right: 10px;
  }

  h1 {
	font-size: 24px!important;
  }
  
  p {
	font-size: 12px;
  }
	
  .superinfo {
    font-size: 8px;
  }
  
  img.site-logo {
     max-width: 90%;
     margin-top: 10px;
  }
    
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  
  .total-wrapper {
	background-color:white;
	padding: 25px 15px;
  }
  
  
  .left_alt .tooltip_alt { 
  	top:170%; 
  	left:-280px; 
  	width: 250px;
  }
  .right_alt .tooltip_alt { 
  	left:95%; 
  	width: 250px;
  }  

  .container-resultaten_sub1 .head_key {
	font-size: 14px;	
  }

  .container-resultaten_sub1 .head {
	font-size: 14px;	
  }

  .container-resultaten_sub1 .data_key {
	font-size: 12px;
  }

  .container-resultaten_sub1 .data {
	font-size: 12px;
  }
  
  .container-homeusers th.property_date {
    display:none;
  }
  .container-homeusers .home_data {
    display:none;
  }
  
  .moreinfo-container .box {
    padding: 10px;
  }  
  
  .messageboard .image_post {
	float: left;
	padding: 0px 10px 10px 0px;
	width: 200px
  }
}

