@font-face {
   font-family: rouble;
   src: local("rouble"),
        url(../fonts/rouble.otf);
}



.tooltip-label{
	color: #000;
	font-family: Graublau;
	font-size: 1.25em;
	/*background: #003300;*/
	text-align: center;
	padding-bottom: .5em;
}

.tooltip-desc{
	color: #000;
	/*font-size: 1.1em;*/
	font-family: Graublau;	
	opacity: .9;
	background: #fff;
	text-align: center;
}

.tooltip-rubl{
	font-family: rouble;
	color: #FF9900;
} 

.tooltip-amount{
	color: #000;
	font-family: Graublau;
	opacity: .5;
	/*background: #003300;*/
	text-align: center;
}



.bubbletree-container{
	width: 100%;
	height: 700px; 
}

.bubbletree-wrapper { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
}

.bubbletree { 
	background: #fff; 
	position: relative; 
	height: 100%; 
	overflow: hidden; 
}

.bubbletree .label { 
	position: absolute; 
	color: #fff; 
	text-align: center; 
	cursor: default; 
}

.bubbletree .amount { 
	font-family: Graublau, Georgia, sans-serif; 
	font-size: 16px;
	text-shadow: 1px 1px 3px black;
}

.bubbletree .desc { 
	font-family: sans-serif; 
	font-size: 11px;
	text-shadow: 1px 1px 3px black;
	word-wrap: break-word;
	white-space: pre-line;
}

.bubbletree .label2 { 
	position: absolute; 
	color: #000; 
	text-align: center; 
	cursor: default; 
	font-size: 11px;
	font-family: sans-serif;
	margin-top:5px;
}

.bubbletree .label2 span {
	background: #fff;
	opacity: 0.7;
}

.bubbletree .label2 .amount {
	text-shadow: 0 0 2px white;
}

.loading {
	z-index: 1000;
	position: absolute;
	width: 700px;
	height: 400px;
}

@font-face {
	font-family: Graublau;
	src: url('../fonts/graublau/GraublauWeb.otf') format("opentype");
}	


html, body { 
	background: #fff; 
	margin: 0; 
	height: 100%; 
	width: 100%; 
	padding: 0; 
	overflow: hidden; 
}

#header {
	font-family: Graublau;	
	width: 200px;
	position: absolute;
	color: #333;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	text-align: left;
}

#menu {
	font-family: Graublau;
	width: 150px;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	z-index: 1000;
}

#menu select { 
	font-family: Graublau; 
	font-size: 14px; 
} 

#header .title {
	font-size: 32px;
}
#header .subtitle {
	font-size: 17px;
}

.bubbletree-wrapper .tooltip { 
	max-width: 220px; 
	border: 1px solid #999; 
	position: absolute; 
	background: #fff; 
	z-index: 9999;
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	border-radius: 2px;
	font-family: sans-serif; 
	font-size: 13px; 
	padding: 4px;
	opacity: 1;
}

.bubbletree-wrapper .tooltip .header {
	padding: 6px;
}

.bubbletree-wrapper .tooltip .header .icon {
	width: 38px;
	height: 38px;
	float: left;
	background: #600;
	border-radius: 19px;
	margin-right: 8px;
}

.bubbletree .tooltip svg {
	width: 100px; height: 100px; fill: black; display: block; position: relative; visibility: visible; 
	z-index: 10000;
}

.bubbletree .tooltip svg path {
	fill-opacity: 1; visiblity: visible;
}

.bubbletree-wrapper .tooltip .row {
	clear: both;
	border-top: 1px solid #999; padding: 6px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	padding: 5px;

	border: 1px solid #999;
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	border-radius: 2px;
	font-family: sans-serif; 
	font-size: 13px; 
	padding: 4px;	
	max-width: 200px;
}

#tooltip .amount {
	font-weight: bold;
}

#tooltip h3, #tooltip div { margin: 0; }

p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
