#RwMenuModel_WEB-INFxmllayoutsblocksInsertDHTMLWidgetMenuLayoutxml   #mnuInsertWgCircularTreeMap {
    background:url(images/circulartreemap.svg)  no-repeat scroll 4px;
    background-size: 16px;
}

#RwMenuModelEditor_WEB-INFxmllayoutsblocksInsertDHTMLWidgetMenuEditorLayoutxml #mnuInsertWgCircularTreeMap {
    background:url(images/circulartreemap.svg) no-repeat scroll 4px;
    background-size: 16px;
}

.custom-vis-layout.circulartreemap .node {
    cursor: pointer;
}

.custom-vis-layout.circulartreemap .node:hover {
    stroke: #000;
    stroke-width: 1.5px;
}

.custom-vis-layout.circulartreemap .node--leaf {
    fill: white;
}

.custom-vis-layout.circulartreemap .label {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-anchor: middle;
    pointer-events: none;
}

.custom-vis-layout.circulartreemap .info {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.custom-vis-layout.circulartreemap .tooltip {
	pointer-events: none;
	position: absolute;
	opacity: 0;
	display: none;
	line-height: 1;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid;
    border-color: #9c9c9c;
    width: auto;
	height: auto;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.25);   
}

.custom-vis-layout.circulartreemap .tooltipTable {
    padding-top: 16px; 
    padding-left:12px; 
    padding-right:12px;
    padding-bottom:16px;
}

.custom-vis-layout.circulartreemap tr.tooltipRow>td  {
    padding-bottom: 10px;
}

.custom-vis-layout.circulartreemap .tooltipLabel {
    color:#a2a3a4;
    font-size: 9pt;
}

.custom-vis-layout.circulartreemap .tooltipValue {
    color:#444649;
    padding-left:10px;
    font-size: 9pt;
}

.custom-vis-layout.circulartreemap .testingDiv {
	position: absolute;
	visibility: hidden;
	width: auto;
    height: auto;
    font-size: 8pt;
}

.custom-vis-layout.circulartreemap .legendArea {
    float: right;
    display: flex;
}

