body,html {
	padding-right: 0px;
	padding-left: 0px;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
#map {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	margin-top: 0;
	top: 30px;
	bottom: 0;
}
.fill {
	top: 50px;
	left: 0;
	right: 0;
	bottom: 30px;
	position: absolute;
	width: auto;
	height: auto;
}
.container {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inverse {
	background-color: #EFEFEF;
}
.navbar-inverse .navbar-nav>li>a {
	font-weight: bold;
	color: #000;
	text-align: center !important;
} 
.navbar-inverse .navbar-nav>li>a:hover{
	color: #76BC1E;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF;
}
.social .fa-facebook:hover {
	color: #76BC1E;
}

#logo { 
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#ondertitel{
	padding-top: 5px;
	height: 30px;
	text-align: center !important;
	overflow: hidden;
	color: #fff;
	background-color: #FFFFFF;
	font-size: 14px;
}
.btn-default {
	color: #333;
	background: none;
	border: none;
} 
.modal-body h4 {
	color:#76BC1E;
}
.leaflet-bar a {
	background-color: #1F1E1E;
}

.leaflet-container {
	background: #FFF;
}
.leaflet-popup-content-wrapper {
	border-radius: 3px;
}
.leaflet-popup-content {
	margin:3px 3px 3px 3px;
}
.leaflet-popup-content ti {
	font-size: 15px;
	background:#76BC1E;
	color:#fff;
	margin:0px -4px 4px -4px;
	display:block;
	padding:10px;
	border-radius:3px 3px 0 0;
	font-weight:700;
	margin-top:-4px;
}
th {
	text-align: left;
	vertical-align: top;
}	
td, th {
	padding: 2px 15px 2px 2px;
}

.leaflet-popup-content img {
	display: block;
	min-height: 150px;
}
.leaflet-popup-content img.img_logo {
	min-width:150px;
	max-width: 100%;
	min-height: 50px;
	max-height:85px !important;
}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: -8px;
	right: -8px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	width: 20px;
	height: 20px;
	font: 16px/16px Tahoma, Verdana, sans-serif;
	color: #76BC1E;
	text-decoration: none;
	font-weight: bold;
	background: #FFFFFF;
	border-radius: 20px;
}  
label {
	margin-bottom: 0px;
	font-weight: normal;
} 
.leaflet-container .leaflet-control-search {
	background-color: #1F1E1E;
}
.close {
    color: #fff; 
	text-shadow: black 0 0 5px;
    opacity: 1;
}
.leaflet-container .leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.0);
	text-align: right;
	color: rgba(255, 255, 255, 0.0);
	margin-bottom: 5px;
}
.leaflet-control-attribution img {
    margin-bottom: 5px;
}
.leaflet-control-attribution c {
    text-shadow: 0px 0px 4px #FFF;
	padding: 2px;
	color: black;
}
.leaflet-control-attribution a:hover {
    color: #1F1E1E;
}
