.badge{
	font-size:100%;
}

#state-table-section, #batch-table-section, #raw-finet-table-section, #raw-tu-table-section{
	overflow-x: scroll;
}

.nav-pills .nav-link{
	background-color: #f8f9fa;
	color:#3D4766
}

.nav-pills .nav-link:hover{ 
	/* background-color:#f2f2f2; */
	color:#C85628
}

.nav-pills .nav-link.active{
	background-color: #3D4766;
	color:#f8f9fa
}

.nav-pills .nav-link.active:hover{ 
	background-color: #3D4766;
	color:#f8f9fa
}
.svg-tooltip {
	font-family: "Lato", sans-serif;
	background: rgba(69,77,93,.9);
	border-radius: .1rem;
	color: #fff;
	display: block;
	font-size: 18px;
	max-width: 320px;
	padding: .2rem .4rem;
	position: absolute;
	text-overflow: ellipsis;
	white-space: pre;
	z-index: 300;
	visibility: hidden;
}

#org-treemap-wrapper, #fund-treemap-wrapper, #cat-treemap-wrapper{
	position:relative;
	min-height:500px;
}

*, *:before, *:after {
	box-sizing: border-box;
}
/* html, body {
	width: 100%;
	height: 100%;
	margin: 0;
} */

nav .zoom-out {
	position: relative;
	width: 100%;
	top: 0;
	padding: 16px;
	z-index: 100;
	/* font: bold 14px; */
	color: white;
	width: 112px;
	padding: 8px;
	background-color: #3D4766;
	float: left;
	cursor: pointer;
}
nav .zoom-out:hover {
	background-color: #2F364C;
}

.feature { 
	position: relative;
	width: 100%;
	height: 100%; 
	margin: 0px;
	overflow: hidden;
}
.node {
	position: absolute;
	background: transparent url('') no-repeat 50% / cover;
	overflow: hidden;
	opacity: 0.8;
	transition: opacity 0.8s;
	cursor: pointer;
}
.node .label {
	display: inline;
	color: rgba(255, 255, 255, .6);
	position: absolute;
	padding: 0;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: color 0.4s, opacity 0.8s, filter 0.8s;
	line-height: 100%;

}
.node.hide {
	opacity: 0;
	pointer-events: none;
}
.node.hide .label {
	filter: blur(10px);
}
.node:hover .label {
	color: rgba(255, 255, 255, 1);
	
}

/* .node:hover {
	border-style: inset;
	border-width: 2px;
	border-color:#fff;
} */

.node.level-0 {
	z-index: 4;
	font-size: 12vmin;
	display: none;
	text-overflow: ellipsis ellipsis;
}
.node.level-1 {
	z-index: 3;
	font-size: 10vmin;
}
.node.level-2 {
	z-index: 2;
	font-size: 5vmin;
}
.node.level-3 {
	z-index: 1;
	font-size: 2.5vmin;
}
