.etichette text {
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 60px;
    fill: #243742;
}

.etichette>g>text {
    font-size: 80%;
}

.etichette .nome_area {
    font-size: 90px;
    font-weight: bold;
    color: #F26419;
}

.areaCER {
    transition: all 0.5s;
    cursor: pointer;
}

#AreaAC014E00001 {
    fill: #F6AE2D;
    fill-rule: nonzero;
}

#AreaAC014E00001:hover {
    fill: #F28218 !important;
}

#AreaAC014E00002 {
    fill: #86BBD8;
    fill-rule: nonzero;
}

#AreaAC014E00002:hover {
    fill: #549FC7 !important;
}

.areaCER.disabled {
    opacity: .2;
    filter: grayscale(1);
}

@media all and (max-width : 500px) {
    .etichette text {
        font-size: 70px;
    }
}

.punti circle {
    fill: black;
    fill-opacity: 0.5;
}

.selectize-control .optgroup-header {
    background: #2F7BC4;
    font-weight: bold;
    color: #FFF;
}