/*------------------------------------------------*/
/*------- http://www.w3schools.com/lib/w3.css ---*/
/*-------        used by reporting DSi    ------*/
/*---------------------------------------------*/
.w3-tooltip {
	position: relative;
	margin-top: 5px;
	z-index: 1;
	margin-left: 6px;
}

.w3-tooltip .w3-text {
	display: none
}

.w3-tooltip:hover {
	z-index: 5;
}

.w3-tooltip:hover .w3-text {
	position: absolute;
	display: block;
	top: 20px;
	width: 130px;
	height: 50px;
}

.w3-tag {
	background-color: #fcffde;
	color: #000;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	text-align: center
}

.w3-round-small {
	border-radius: 2px !important
}

.w3-round,.w3-round-medium {
	border-radius: 4px !important
}

.w3-round-large {
	border-radius: 8px !important
}

.w3-round-xlarge {
	border-radius: 16px !important
}

.w3-round-xxlarge {
	border-radius: 32px !important
}

.w3-round-jumbo {
	border-radius: 64px !important
}