
.boo_svg_hallplan {
	/*padding-top: 48px;*/
}

/*++ SVG-Plan Einstellungen ++*/
#jl_svgHallPlan{
	border:1px solid #cccccc;
	height:auto;
	width:auto;
	background:#eeeeee;
	border-radius:0;
	border-radius:var(--corner-radius, 0);
}
#jl_svgHallPlan svg {
	width: 100%;
	fill: currentColor;
}
svg:not(:root) { overflow: hidden; }
#jl_svgHallPlan text, #jl_svgHallPlan polygon{
	cursor:pointer;
}
#jl_svgHallPlan text[data-boothIsUsed="0"], #jl_svgHallPlan polygon[data-boothIsUsed="0"]{
	cursor:unset;
}
#jl_svgHallPlan #hallfloor, #jl_svgHallPlan #locationBackgroundSVG{
	cursor:move;
}

/*++ Plan Navigation  ++*/
#boo_mapNavigation{
	width:auto;border:1px solid #cccccc; padding:7px;
	border-radius:0;
	border-radius:var(--corner-radius, 0);
}
#boo_mapNavigation .boo_mapNavigationLink{
	font-size: 1.6rem;
}
#boo_mapNavigation ul{
	list-style-type: none;
}
#boo_mapNavigation ul li{
	float:left;
	padding:3px;
}
#boo_mapNavigation ul li a{
	margin:0 5px;
}
#boo_mapNavigation ul .boo_mapNavigation_submenu{
	position:absolute;
	display:none;
	overflow: hidden;
	max-height: 0;
}
#boo_mapNavigation ul li:hover .boo_mapNavigation_submenu {
	display: block;
	max-height: 200px;
	background-color: #eeeeee;
	border:1px solid #aaaaaa;
}
#boo_mapNavigation ul .boo_mapNavigation_submenu li {
	display: block;
	float:none;
	padding:5px;
}
#boo_mapNavigation ul .boo_mapNavigation_submenu li:hover {
	background-color: #aaaaaa;
}
#boo_mapNavigation #boofinder_navItem_download a.boo_pdfDownload{
	padding-right:20px;
	background-image: url(../../_images/view/ok/icons/icon_pdf.gif); background-size:15px 15px; background-repeat:no-repeat; background-position:center right;
}

#boo_mapNavigation #boofinder_navItem_fullscreen a{
	color: #fff;
	font-size:0;
}
#boo_mapNavigation #boofinder_navItem_fullscreen a:before{
	content:"";
	display:inline-block;
	width:20px; height:20px;
	background-image: url(../../_images/view/ok/elements/expand-solid.svg); background-size:20px 20px; background-repeat:no-repeat; background-position:center center;
}
.fullscreen #boo_mapNavigation #boofinder_navItem_fullscreen a:before{
	background-image: url(../../_images/view/ok/elements/compress-solid.svg); 
}

#booth_tooltip{
	display:none;
	border: 1px solid #666666;
	padding: 5px;
	background: #FFF7DF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	font-size:1.6rem;
	max-width:200px;
}
#booth_tooltip .booth_tooltipBoothnumber{
	font-size:1.2rem;
	border-bottom: 1px dotted #666666;
	display:inline-block;
	margin-bottom:5px;
}

#boo_copyright {font-size:1.0rem;text-align:right;}

