
#map .state {
    cursor: pointer;
}
#map .state .shape {
    cursor: pointer;
    stroke-width: 0;
}
#map .state .label-icon-state {
    fill: #fff;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
}
#map .state .label-state {
    display: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
#map .state:hover .label-state,
#map .state.hover .label-state {
    display: block;
}
#mapa_brasil.hover #map .model-green .state .shape {
    fill: #2d68b2;
}
#mapa_brasil.hover #map .model-green .state .icon-state {
    fill: #5a95ce;
}
#map .model-green .state .shape {
    fill: #ccd5b2;
}
#map .model-green .state .icon-state {
    fill: #999;
}
#map .model-green .state .label-icon-state {
    fill: #fff;
}
#map .model-green .state .label-state {
    fill: #999;
}
#map .model-green .state:hover .shape,
#map .model-green .state.hover .shape {
    fill: #cccdc5 !important
}
#map .model-green .state:hover .icon-state,
#map .model-green .state.hover .icon-state {
    fill: #999900 !important
}

#map .model-green .state .shapeselected {  
     fill: #cccdc5 !important   
}
