#fhi-score-dashboard-table-section{
	overflow-x: scroll;
}

/* #report-tab .nav-tabs .nav-link{
	background-color:#FBFDFF !important;
	color:#3D4766 !important;
} */

#report-tab, #dashboard-tab, #overview-tab{
	background-color:#f2f2f2 !important;
	color:#3D4766 !important;
	border-top: #66748F 1px solid !important;
	border-left: #66748F 1px solid !important;
	border-right: #66748F 1px solid !important;
	border-bottom: none;
}

#report-tab.active, #dashboard-tab.active, #overview-tab.active{
	background-color:#66748F !important;
	color:#FBFDFF !important;
	border-top: #3D4766 1px solid !important;
	border-left: #3D4766 1px solid !important;
	border-right: #3D4766 1px solid !important;
	border-bottom: none;
}

#ir-osa-header{
	width:100%;
}


.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;
}