body
{
	height: auto!important;
}

#bubbles > g > g[data-hover="true"]
{
	cursor: pointer!important;
}

.ib-svg-container-outer
{
	position: relative;
	overflow: scroll;
	transform: translate(0,0);
}
	.ib-svg-container svg
	{
		transition: all 0.3s ease-in-out;
		min-width: 100%;
	}
		.ib-svg-container svg.zoom
		{
			min-width: 150%;
		}	


#bubbles > g > g[data-hover="true"].open path,
#bubbles > g > g[data-hover="true"] path:hover
{
	fill: rgba(255, 255, 255, 0.435);
	transition: all 0.1s ease-in;
}
	#bubbles #top-bubbles > g[data-hover="true"].open path,
	#bubbles #top-bubbles > g[data-hover="true"] path:hover
	{
		opacity: 1;
		fill: #13385E;
	}
		#bubbles #top-bubbles > g[data-hover="true"].open tspan,
		#bubbles #top-bubbles > g[data-hover="true"]:hover tspan
		{
			fill: #ffffff;
		}
	#bubbles #middle-bubbles > g[data-hover="true"].open path,
	#bubbles #middle-bubbles > g[data-hover="true"] path:hover
	{
		opacity: 1;
		fill: #13385E;
	}
		#bubbles #middle-bubbles > g[data-hover="true"].open tspan,
		#bubbles #middle-bubbles > g[data-hover="true"]:hover tspan
		{
			fill: #ffffff;
		}
	#bubbles #bottom-bubbles > g[data-hover="true"].open path,
	#bubbles #bottom-bubbles > g[data-hover="true"] path:hover
	{
		opacity: 1;
		fill: #62C3D7;
	}
		#bubbles #bottom-bubbles > g[data-hover="true"].open tspan,
		#bubbles #bottom-bubbles > g[data-hover="true"]:hover tspan
		{
		}


#bubbles > g > g text,
#bubbles > g > g circle
{
	pointer-events: none;
}


.ib-popup-container
{
	position: absolute;
	max-width: 600px;
	width: 100%;
}

.ib-popup-text
{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;

	border: 1px solid #015A83;
	border-radius: 10px;
	
	background: #ffffff;
	padding: 40px 20px 20px 20px;
	max-width: 800px;
	width: 95%;
	max-height: 400px;
	overflow-y: scroll;
	transition: opacity 0.1s ease-in;
	font-size:16px;
}



/* Define the scrollbar style */
.ib-popup-text::-webkit-scrollbar
{
	width: 16px;
	height: 10px;

}

/* Define the thumb style */
.ib-popup-text::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom right, #015A83 0%, #015A83 100%);
	border-radius: 10px;
	border: 4px solid #ffffff;
}

/* Define the track style */
.ib-popup-text::-webkit-scrollbar-track {
	background-color: transparent;
	border: 0;
}



.ib-popup-text.open
{
	display: block;
	visibility: visible;
	opacity: 1;
}


.ib-popup-text-close
{
	position: absolute;
	top: 10px;
	right: 0px;
	text-decoration: none;
	font-size: 30px;
	color: #0A246A;
	background: none!important;
}
	.ib-popup-text-close .fa
	{
		-webkit-text-stroke: 4px #ffffff;
		color: #0A246A;
	}
.ib-popup-text ul
{
	padding-bottom: 0!important;
	margin: 0!important;
}

