svg circle, svg text{
    cursor: default;
}

text {
    fill: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
}

#toolTip {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        background-color: #fff;
        border-radius: 3px;
        padding: 6px;
        text-align: center;
        max-width: 140px;
        min-width: 90px;
        font-size: 10px;
        z-index: 9999;
}
    #toolTip .giorno {
        font-size: 1.5em;
        font-weight: bold;
}
    #toolTip .etichetta {
        font-size: 1.5em;
        margin-top: 0.2em;
        line-height: 1em;
}
    #toolTip .etichettina {
        font-size: 1em;
        margin-top: 0.2em;
        line-height: 1em;
}
    #toolTip .valore {
        font-size: 3em;
        line-height: 1em;
}
    #toolTip .toolTip-arrow {
        width: 20px;
        height: 10px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
}
    #toolTip .toolTip-arrow::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        top: 0;
        left: 50%;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
}
    #toolTip .toolTip-arrow.toolTip-arrow-dx {
        left: calc(100% - 20px);
}
    #toolTip .toolTip-arrow.toolTip-arrow-sx {
        left: 20px;
}
    #toolTip .toolTip-arrow.toolTip-arrow-su {
        top: -10px;
}
    #toolTip .toolTip-arrow.toolTip-arrow-su::after {
        transform: translateX(0%) translateY(50%) rotate(45deg);
}

#svg-cnt{
	position: relative;
	width: 100%;
/*	overflow: hidden;
    padding-top: calc( 50% - ( ( 100% * 10 ) / 100 )  ); */
    box-sizing: border-box;
}
