/*importeer css */
/*@import "c000_bootstrap.min.css";*/
@import "c000_bootstrap.icon-large.min.css";
@import "c000_extra.css";
@import "../js/lib/theme/default/style.css";

:root 
{
    --tekstkleurdonker: #004000;
	--tekstkleurlicht: #FFFFFF;
    --achtergrondkleurdonker: rgba(0, 60, 136, 0.7);/*  oud */
	/* --achtergrondkleurdonker: rgba(152, 187, 223, 0.7); */
	--achtergrondkleurlicht: rgba(240, 240, 240, 0.8); /*rgba(200, 200, 200, 0.5);*/
	--achtergrondkleurmiddel: #A1A1B5;
	--achtergrondkleurwit: #FFFFFF;
	--randkleur: rgba(0, 60, 136, 0.7);
	--schaduwkleur: rgba(121, 131, 144, 0.9);
	--kleuractive: #0074D9;
	--paneelachtergrondkleur: rgba(255, 255, 255, 0.5);
	--sidebarachtergrondkleur: rgba(0, 0, 0, 0);
}

/* Sidebar overwrites*/ 
.ol-scale-line-inner, .ol-scale-line
{
	font-size:0.92rem;
}

.ol-scale-line-inner {
    border: 3px solid #eee;
	border-top:none;
	margin: auto;
}
.ol-scale-line
{
	background: rgba(0,60,136,.5);
}


/* Sidebar*/

#paneel_achtergrond
{
	background-color: rgba(255, 255, 255, 0.7);
}

/*
 * Boostrap overrides / additions
 */
.nav-tabs
{
	border: 0px;
}
.nav-link {
    padding: .5rem 0.8rem;
}

.table-sm
{
    font-size: 0.9em;
}

.tab-content
{
    padding: 5px;
}

#tabscontent
{
    padding: 0px;
}
	
body 
{
	padding: 0;
	margin: 0;
	overflow: hidden;
}

html, body, #mapdiv 
{
	height: 100%;
	font-family: Calibri;
	font-size: 1.0em;
	color: #000000; 
	background-color: #282828; /* #cffffa */
	

}

.nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}


.opmerking{
    margin-left: 1em;
	font-weight: bold;
	
	}

/* groep list */
#g_list
{
	padding: 0rem;
	list-style-type: none;
}	

/* Attribuut tabel */

.attr_tabel{
	/* display: inline-block; */
	/* word-break: break-word; */

}


/* Inlogwindow: background */
.inlogwindow 
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	padding-top: 100px; /* Location of the box */
	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 */
}

/* Modalwindow: content */
.inlogwindow-content 
{
	position: relative;
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	/* width: 50%; */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border: 4px solid rgba(255,255,255,0.4);
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 4px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.inlogwindow-header 
{
	background-color: var(--kleuractive);
	color: var(--tekstkleurlicht);
	font-size: 1.3em;
	padding: 0 20px;
	line-height: 40px;
}

.inlogwindow-body 
{
	background-color: var(--achtergrondkleurwit);
	padding: 20px !important;
	font-size: 0.9em;
	overflow-y: auto;
    max-height: 65vh;
}

.inlogwindow-footer 
{
	background-color: var(--kleuractive);
	color: var(--tekstkleurlicht);
	font-size: 1.3em;
	padding: 0 20px;
	line-height: 20px;
}

.inlogwindow-input
{
	width: 100%;
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	line-height: 1.5;
	border-radius: .2rem;
	border: 0px;
	margin: 2px;
	background-color: rgb(232, 240, 254) !important;
	height: 25px;
}

/* Modalwindow: background */
.modalwindow 
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	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 */
}

/* Modalwindow: content */
.modalwindow-content 
{
	position: relative;
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	/* width: 35%; */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border: 4px solid rgba(255,255,255,0.4);
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 4px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.modalwindow-header-close
{
	color: var(--tekstkleurlicht);
    position: absolute;
    top: 0;
	right: 20px;
}

.modalwindow-header-close:hover,
.modalwindow-header-close:focus 
{
	text-decoration: none;
	cursor: pointer;
}

.modalwindow-header 
{
	background-color: var(--kleuractive);
	color: var(--tekstkleurlicht);
	font-size: 1.3em;
	padding: 0 20px;
	line-height: 40px;
}

.modalwindow-body 
{
	background-color: var(--achtergrondkleurwit);
	padding: 20px !important;
	font-size: 0.9em;
	overflow-y: auto;
    max-height: 65vh;
}

.modalwindow-footer 
{
	background-color: var(--kleuractive);
	color: var(--tekstkleurlicht);
	font-size: 1.3em;
	padding: 0 20px;
	line-height: 20px;
}

.modalwindow-close-button 
{
	background-color: var(--achtergrondkleurwit);
	text-align: center;
	line-height: 60px;
}

/* Titelwindow: background */
.titelwindow 
{
	display: block;
	position: fixed;
	z-index: 999997;
    position:absolute;
    bottom:6px;
    right:6px;
	/* min-width: 30%; */
	max-width: 600px;
	border: 4px solid rgba(255,255,255,0.4);
	border-radius: 4px;
}

.titelwindow_body
{
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px !important;
	font-size: 0.9em;
}

.titelwindow_kop
{
	background-color: rgba(0, 60, 136, 0.5);
	color: var(--tekstkleurlicht);
	padding: 0.25em;
	display: table;
	width: 100%;
}

.titelwindow_kop_toggle
{
	font-size: 1.5em;
	display: table-cell;
	text-align: center;
	width: 40px;
    cursor: pointer;
}

.titelwindow_kop_titel
{
	display: table-cell;
	width: 10em;
	padding-left: 0.5em;
	font-size: 1.3em;
}

.titelwindow_kop_spacer
{
	display: table-cell;
	max-width: 100%;
}

.titelwindow_kop_versie
{
	display: table-cell;
	width: 5em;
	text-align: left;
	font-size: 0.9em;	
}
 
.titelwindow_kop_logo
{
	display: table-cell;
	width: auto;
	text-align: right;
    vertical-align: top;
    padding-top: 3px;
}

.titelwindow_logo
{
	height: 60px;
	vertical-align: top !important;
	padding: 0px !important;
}

/* Cookiewindow */
.cookiewindow 
{
	display: block;
	position: fixed;
	z-index: 999998;
    position:absolute;
    top:6px;
    right:6px;
	/* width: 30%; */
	max-width: 600px;
	border: 4px solid rgba(255,255,255,0.4);
	border-radius: 4px;
}


.kop
{
	font-size: 1.3em;
	font-weight: bold;
}	

.subkop
{
	font-weight: bold;
}	

.inhoud
{
	font-size: 0.9em;
}	

.logo
{
	font-size: 0.75em;
	bottom: 0;
}	

.c_list
{
	padding: 0rem;
	list-style-type: none;
}	

.radio
{
	font-size: 16px;
	margin-top: 3px;
	width: 1em;
    left: 3px;
    height: 14px;
    width: 14px;
    position: absolute;
}

.radiotool
{
	font-size: 18px;
	margin-top: 3px;
	width: 1em;
    left: 3px;
    height: 14px;
    width: 14px;
    position: absolute;
}

.zoekinput
{
	border-radius: 1px  !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	height: 1.5em  !important;
	font-size: 1.0em !important;
	color: var(--achtergrondkleurdonker) !important;
	padding-top: 0.5em !important;
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
	padding-bottom: 0.5em !important;
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-left: 0em  !important;
}

.keuzelijst
{
	padding: 2px;
	margin: 0px 0px 5px 0px;
	width: 100%;
}

.paneel-inhoud
{
	background-color: rgba(255, 255, 255, 0.5);
	top: 40px;
	left: 0px !important;
	right: 0px !important;
	font-size: 0.9em;
}

.groep 
{
	width: 100%;
	background-color: #AAAAAA;
	border: 1px solid #000000;
	padding: 20px !important;
}

.groep-kop 
{
	font-size: 1.1em;
	width: auto;
}

.groep-kop-checkbox 
{
	width: 25px !important;
}

.groep-kop-toggle 
{
	width: 25px !important;
}


.groep-kop-info 
{
	width: 50px;
}

.groep-body 
{
	width: auto;
	display:none;
}

.groep-inhoud 
{
	width: auto;
	text-align: right;
}

.kaartengroep
{
	background-color: var(--achtergrondkleurlicht);
	margin: 0.5em;
	padding: 0em;
}

.kaartengroep_kop
{
	font-size: 0.9em;
	border-radius: 1px;
	color: var(--tekstkleurlicht); 
	background-color: rgba(0, 60, 136, 0.9); /*  oud */ 
	/* background-color:  rgb(148,170,205);  */
	padding: 0.5em;
	display: table;
	width: 100%;
}

.kaartengroep_kop:hover
{
	cursor: pointer;
}

.kaartengroep_kop_editbar
{
	font-size: 0.9em;
	border-radius: 1px;
	color: var(--tekstkleurlicht); 
	background-color: rgba(255, 255, 255, 0.9); /*  oud */ 
	/* background-color:  rgb(148,170,205);  */
	padding: 0.5em;
	display: table;
	width: 100%;
	color: #007bff;
	border-color: #007bff;
}

.kaartengroep_toggle
{
	font-size: 1.4em;
	display: table-cell;
	width: 1em;
	text-align: center;
}

.kaartengroep_titel
{
	display: table-cell;
	width: auto;
	padding-left: 1em;
}

.kaartengroep_spacer
{
	display: table-cell;
	width: auto;
}

.kaartengroep_kaarten_toggle
{
	display: table-cell;
	width: 2em;
	font-size: 1.0em;	
	text-align: center;
}

.kaartengroep_inhoud
{
	padding: 0.25em;
}

.kaartengroep_opmerking
{
	font-size: 0.8em;	
	text-align: center;
	color: var(--achtergrondkleurdonker); 
	padding: 0.5em;
}

.kaartensubgroep
{
	border-style: solid;
	border-width: 1px;
	border-color: var(--randkleur);  
	background-color: var(--achtergrondkleurlicht);
	border-radius: 2px;
	margin-top: 0.0em;
	margin-bottom: 0.4em;
	margin-right: 0.0em;
	margin-left: 0.0em;
	padding: 0em;
}

.kaartensubgroep_kop
{
	font-size: 1em;
	border-radius: 1px;
	color: var(--tekstkleurlicht); 
	background-color: var(--achtergrondkleurdonker);
	padding: 0.5em;
	display: table;
	width: 100%;

}

.kaartensubgroep_kop:hover
{
	cursor: pointer;
}

.kaartensubgroep_kop_editbar
{
	font-size: 0.9em;
	border-radius: 1px;
	color: var(--tekstkleurlicht); 
	background-color: rgba(255, 255, 255, 0.9); /*  oud */ 
	/* background-color:  rgb(148,170,205);  */
	padding: 0.5em;
	display: table;
	width: 100%;
	color: #007bff;
	border-color: #007bff;
}

.kaartensubgroep_toggle
{
	font-size: 1.0em;
	display: table-cell;
	width: 1em;
	text-align: center;
}

.kaartensubgroep_titel
{
	display: table-cell;
	width: auto;
	padding-left: 1em;
}

.kaartensubgroep_versie
{
	font-size: 0.8em;
}

.kaartensubgroep_spacer
{
	display: table-cell;
	width: auto;
}

.kaartensubgroep_kaarten_toggle
{
	display: table-cell;
	width: 2em;
	font-size: 1.0em;	
	text-align: center;
}

.kaartensubgroep_informatie
{
	display: table-cell;
	width: 1.8em;
	font-size: 0.9em;	
	text-align: center;
}

.kaart
{
	background-color: var(--tekstkleurlicht);
	margin-top: 0.35em;
    margin-right: 0.5em;
    margin-bottom: 0.35em;
    margin-left: 0.5em;
	box-shadow: 2px 2px 2px var(--schaduwkleur);
	font-size: 1.0em;
	padding-bottom: 1px;
}

.kaart_active
{
	background-color: var(--kleuractive);
	color: var(--achtergrondkleurwit);
}

.kaart_active .checkmark_klein
{
	color: var(--achtergrondkleurwit);
	cursor: pointer;
	outline: 0.1em solid var(--achtergrondkleurwit);
}

.kaart_active .checkmark_groot
{
	color: var(--achtergrondkleurwit);
	cursor: pointer;
	outline: 0.1em solid var(--achtergrondkleurwit);
}

.kaart_active .container .checkmark_klein:after 
{
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.kaart_active .container-rechts .checkmark_groot:after 
{
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.kaart_kop
{
	padding: 0.3em;
	display: table;
	width: 100%;
}

.kaart:hover
{
	background-color: #0074D9;
	color: var(--achtergrondkleurwit);
	cursor: pointer;
}

.kaart:hover .kaart_inhoud
{
	/* color: var(--achtergrondkleurdonker); */
	cursor: pointer;
}

.kaart:hover .checkmark_klein
{
	color: var(--achtergrondkleurwit);
	cursor: pointer;
	outline: 0.1em solid var(--achtergrondkleurwit);
}

.kaart:hover .container .checkmark_klein:after 
{
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.kaart_toggle
{
	font-size: 1.0em;
	display: table-cell;
	/* text-align: center; */
}

.kaart_titel
{
	display: table-cell;
	width: auto;
	padding-left: 2em;
}

.kaart_spacer
{
	display: table-cell;
	max-width: 100%;
}

.kaart_informatie
{
	display: table-cell;
	/*vóór 23.09.2021: width: 5em;*/
	width: 2.7em;
	text-align: right;
	font-size: 0.9em;	
}
 
.kaart_informatie_toggle
{
	display: table-cell;
	width: 2.8em;
	font-size: 0.9em;	
	text-align: center;
}

.kaart_inhoud
{
	color: #666666; /*var(--achtergrondkleurdonker); */
	padding: 0.5em;
	margin: 0.25em;
	background-color: var(--achtergrondkleurwit);
}

.kaart_inhoud_legenda
{
	text-align: left;
}

.kaart_inhoud_slider
{
	text-align: right;
}

.kaart_inhoud_informatie_tabel
{
	display: table;
	width: 100%;
	clear: both;
	font-size: 0.92em;	
}

.kaart_inhoud_informatie_row 
{
	display: table-row;
	width: 100%;
	clear: both;
}

.kaart_inhoud_informatie_header_cell 
{
	float: left;
	display: table-column;         
	width: 30%;         
	word-wrap: break-word;
	font-weight: bold;
}

.kaart_inhoud_informatie_cell 
{
	float: left;
	display: table-column;         
	word-wrap: break-word;
	width: 70%;         
}

.slider 
{
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.slider:hover 
{
	opacity: 1;
}

.slider::-webkit-slider-thumb 
{
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	background: rgba(0, 60, 136, 0.7);
	border-color: rgba(0, 60, 136, 0.7);
	cursor: pointer;
	border-radius: 50%;
}

.slider::-moz-range-thumb 
{
	width: 10px;
	height: 10px;
	border-color: var(--achtergrondkleurdonker);
	background: var(--achtergrondkleurdonker);
	cursor: pointer;
    border-radius: 50%;
}


.sliderTool 
{
	-webkit-appearance: none;
	width: 100%;
	height: 65px;
	background: rgba(0, 116, 217, 0);
	outline: none;
	opacity: 1;
	-webkit-transition: .2s;
	transition: opacity .2s;
	border-radius: 5px;
}

#sliderTool:hover 
{
	opacity: 1;
	height: 65px;
	background: rgba(0, 60, 136, 0.2);

}

#sliderTool::-webkit-slider-thumb 
{
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 65px;
	background: var(--kleuractive);
	cursor: col-resize;
}

.sliderTool::-moz-range-thumb 
{
	width: 10px;
	height: 10px;
	border-color: var(--achtergrondkleurdonker);
	background: var(--achtergrondkleurdonker);
	cursor: pointer;
    border-radius: 50%;

}

/* checkbox style */
/* The container */
.container-rechts 
{
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width:1.5em;
	margin-bottom:0;
}

/* Hide the browser's default checkbox */
.container-rechts input 
{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.container 
{
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width:auto;
	margin-bottom:0;
}

/* Hide the browser's default checkbox */
.container input 
{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark 
{
	position: absolute;
}

.checkmark_groot 
{
	right:2px;
	top: 3px;
	height: 16px;
	width: 16px;
	outline: 0.1em solid var(--tekstkleurlicht);
}

.checkmark_klein 
{
	left: 3px;
	top: 3px;
	height: 14px;
	width: 14px;
	outline: 0.1em solid var(--tekstkleurdonker);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after 
{
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after 
{
	display: block;
}

/* Show the checkmark when checked */
.container-rechts input:checked ~ .checkmark:after 
{
	display: block;
}

/* Style the checkmark/indicator */
.container-rechts .checkmark_groot:after 
{
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid var(--tekstkleurlicht);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.container .checkmark_klein:after 
{
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid var(--tekstkleurdonker);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Meten tool */

.tooltip, .tooltipRS {
        position: relative;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        color: white;
        padding: 4px 8px;
        opacity: 0.7;
        white-space: nowrap;
}
.tooltip-measure {
opacity: 1;
font-weight: bold;
}
.tooltip-static {
background-color: #ffcc33;
color: black;
border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
border-top: 6px solid rgba(0, 0, 0, 0.5);
border-right: 6px solid transparent;
border-left: 6px solid transparent;
content: "";
position: absolute;
bottom: -6px;
margin-left: -7px;
left: 50%;
}
.tooltip-static:before {
border-top-color: #ffcc33;
} 

.loader 
{
    position: relative;
    display: inline-block;
    text-align: center;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 2s linear infinite;
	left: 45%;	
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Pop up */

.ballonkop
{
	font-size: 1.0em;
    font-weight: bold;
    color: var(--kleuractive);
}

.balloninhoud
{
	font-size: 0.9em;
}

.ol-popup {
position: absolute;
background-color: white;
-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
padding: 15px;
border-radius: 10px;
border: 1px solid #cccccc;
bottom: 12px;
left: -50px;
min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.ol-popup:after {
border-top-color: white;
border-width: 10px;
left: 48px;
margin-left: -10px;
}
.ol-popup:before {
border-top-color: #cccccc;
border-width: 11px;
left: 48px;
margin-left: -11px;
}
.ol-popup-closer {
text-decoration: none;
position: absolute;
top: 2px;
right: 8px;
}
.ol-popup-closer:after {
content: "✖";
}

/* loader/spinner */
.loader {
  margin-top: 5px;
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #007bff; /* Blue */
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.laag_verwijderen {

  color: #babcbf;;
  cursor: pointer;
  display:table-cell;
  padding-left: 20px;
}

.laag_verwijderen:hover {
  color: #007bff;
}

/* overrides van origineel style c000_style.css*/
#knop_uitloggen {
  display: none;
}

#uitlogknop {
  display: '';
}


#titelwindow_kop {
  background-color: rgba(178, 34, 34, 0.5) !important;
}

.sidebar-tabs {
  background-color: rgba(178, 34, 34, 0.5) !important;
}

.kaartengroep_kop {
    background-color: rgba(178, 34, 34, 0.9) !important;
}
.sidebar-header {
  background-color: rgba(178, 34, 34, 1) !important;
}
  
.sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
  background-color: rgba(178, 34, 34, 1) !important;
}

.ol-scale-line {
    background-color: rgba(178, 34, 34, 0.5) !important;
}

.kaartensubgroep_kop {
  background-color: rgba(178, 34, 34, 0.7) !important;
}

.kaart:hover
{
	background-color: rgba(178, 34, 34, 1) !important;
}

.kaart_active
{
	background-color: rgba(178, 34, 34, 1) !important;
}

.btn-outline-primary {
    color: rgba(178, 34, 34, 1) !important;
    border-color: rgba(178, 34, 34, 1) !important;
}

.knop:hover
{
	background-color: rgba(178, 34, 34, 1) !important;
}

#uitlogknop:hover {
  background-color: rgba(178, 34, 34, 0.5) !important;
}

#wat_is_nieuw:hover {
  background-color: rgba(178, 34, 34, 0.5) !important;
}

#websiteinfo_logo
{
	width: 370px;
	padding-top: 40px;
}

.ol-control button {
	  background-color: rgba(178, 34, 34, 0.5) !important;
}

.modalwindow-header 
{
	background-color: rgba(178, 34, 34, 0.5) !important;
}

.modalwindow-footer
{
	background-color: rgba(178, 34, 34, 0.5) !important;
}