
/** By leo */
.div-stability > div.col-sm-4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: normal;
    border: 1px solid #f67b2c;
    display: none;
}
.control-label {
    font-weight: bold;
}
.div-blue {
    background-color: #f67b2c;
}
.title-blue {
    color: #f67b2c;
    font-weight: bold;
}
.hr-blue {
    color: #f67b2c;
    background-color: #f67b2c;
    border-color: #f67b2c;
}
.selected polygon {
    fill:#f67b2c;stroke:rgba(0,0,0,0.3);stroke-width:1
}
.selected polygon:hover {
    fill: #a44a06;stroke:rgba(0,0,0,0.3);stroke-width:1
}

.selected.disabled polygon {
    fill:#f67b2c !important;stroke:rgba(0,0,0,0.3);stroke-width:1
}
