/* CSS Document */

#map_canvas {
	margin: 20px; 
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #ccc #999 #ccc;
	-webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	-moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
	width: 95%;
}

#map_canvas {
	width: 100%;
	height: 450px;
}

#map_canvas #messageloading{
	position:absolute;
	display : block;
	width: 500px;
	height: 100px;
	margin-left: -250px;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	font-size:12px;
	color:black;
	text-align: center;
} 

.gmapstatic {
	width: 100%;
	height: 100%;
	max-height: 200px;
	max-width: 230px;
}

.gmapstaticKantoor {
	width: 100%;
	height: 100%;
	max-height: 150px;
	max-width: 300px;
	background-color: white;
	box-shadow: 0 1px 3px #d4d4d4;
	margin-bottom: 10px;
	border: 5px solid #fff;
}

.gmapcontent {
    min-height: 125px;
    min-width: 360px;
    max-width: 380px;
	padding: 2px;
	overflow: hidden;
}

.gmapcontent .gmapimg {
    float: left;
    margin-right: 15px;
    max-width: 150px; /* 100%; */
}
.gmapcontent .gmapinfoWindow {
    color: #464646;
    /* float: left; */
	padding: 0 0 0 2px;
}
.gmapcontent .titleContent {
    color: #464646;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
}

.gmapcontent .bodyContent p{
    text-align: left;
    overflow-wrap: break-word; 
}

.gmapcontent p {
    line-height: 1.2;
}
.gmapcontent a {
    color: #f7941d;
}
.gmapcontent a:hover{
      transition: color 0.2s linear 0s;
}


.gmapcontent .statusLabel {
	font-size:12px;
	color:white;
	padding:1px 3px 1px 3px;
	border-radius:4px;
	display:inline-block;
	text-transform:uppercase;
}