

/*Boti added classes */

	.SVGContainer {
		position: relative;
		width: 100%;
		padding-bottom: 58%;
		vertical-align: middle;
		margin: 0;
		overflow: hidden;
	}
	.SVGContainer svg { 
		display: inline-block;
		position: absolute;
		top: 0; left: 0;
	}

  .SVGWindow polygon{
    fill: #AAFFAA;
    stroke: #000000;
    stroke-width: 0;
    opacity: 0;
    cursor: pointer;
  }
  .SVGWindow polygon:hover{
    fill: #25aae1;		
    opacity: 0.5;	
  }
	.SVGSubContainer{
		display: none;
  }
	.SVGSubContainerfirst{
		display: block;
  }  
  .SVGSubWindow polygon{
	fill: #25aae1;
    stroke: #000000;
    stroke-width: 0!important;
    opacity: 0.3;
    cursor: pointer;
  }
  .SVGSubWindow polygon:hover{
    display: inline;
	opacity: 0.8;
  }

  


/*--------------------*/


.tooltip{position:absolute; top: 10px; z-index:9999999!important; }
.tooltip.in{filter:alpha(opacity=100);opacity:1!important; }
.tooltip.top{padding:5px 0;margin-top:0px!important; }
.tooltip.right{padding:0 5px;margin-left:3px!important; }
.tooltip.bottom{padding:5px 0;margin-top:3px!important; }
.tooltip.left{padding:0 5px;margin-left:-3px!important; }
.tooltip-inner{
	max-width:350px;
	padding: 5px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#000000;
	border-radius:4px;
	font-size: 15px;
	}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid; z-index:99999999!important; }
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:10px 10px 0;border-top-color:#000000; z-index:99999999!important; }
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:10px 10px 0;border-top-color:#000000; z-index:99999999!important; }
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:10px 10px 0;border-top-color:#000000; z-index:99999999!important; }
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000; z-index:99999999!important; }
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000; z-index:99999999!important; }
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000; z-index:99999999!important; }
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000; z-index:99999999!important; }
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000; z-index:99999999!important; }

.well {
    border: 0px;
	background: #ffffff;
    border-radius: 4px;
}

.current-menu-item a{
	font-weight: bold;
	color: #158cb6!important;
}

.relative {
	position: relative; width: 100%; height: 100%!important; padding:0; margin: 0;
}

.etaj {
	position: absolute;
	z-index: 99999;
	background: #53bde8;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 30px;
}
