.area.pt {
    fill: #1ABB9C;
}

.area.es {
    fill: #428BCA;
}

.line {
    fill: none;
    stroke: #1ABB9C;
    stroke-width: 3;
}

.overlay {
    fill: none;
    pointer-events: all;
}

.dot {
    fill: #1ABB9C;
    stroke: #fff;
}

.dot2 {
    fill: #2352A6;
    stroke: #fff;
}

.dot3 {
    fill: #f39c12;
    stroke: #fff;
}

.focus circle {
    fill: none;
    stroke: steelblue;
}

div.ajuda {
    position: absolute;
    text-align: center;
    width: 100px;
    height: 60px;
    padding: 2px;
    font: 12px sans-serif;
    background: lightblue;
    border: 0px;
    border-radius: 8px;
}

.dashboard-top-items .icon {
    width: 64px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 1;
}

.dashboard-top-items .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
    color:#4E5F72
}

.dashboard-top-items .text{
    font-size:14px;
}