#map {
    display: none;
    max-height: 500px;
}
#map .state {
    cursor: pointer;
}

#map .state .shape {
    cursor: pointer;
    -width: 0;
}

#map .state .label_icon_state, #map .state .label_icon_state_light {
    fill: #006308;
    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;
}

#map .model-green .state .shape {
    fill: #ffffff;
}

#map .model-green .filial .shape {
    fill: #caffca;
}

#map .model-green .state .icon_state {
    fill: #10592f;
}

#map .model-green .state .label_icon_state {
    fill: #006308;
}

#map .model-green .state .label_icon_state_light {
    fill: #fff;
}

#map .model-green .state .label_state {
    fill: #fff;
}