/**
    #1CAFEE - summer sky
    #333333 - Night Rider
**/

.stormgeo-blue-background{
    background: #1CAFEE !important;
}

.stormgeo-grey20-background{
    background: #333;
}

.login-container{
    margin-top: 15%;
}

.legend {
    background-color: #fff;
    border-radius: 3px;
    /*bottom: 30px;*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 10px;
    position: absolute;
    right: 30px;
    z-index: 1;
}

.under-legend {
    top: 280px;
}

.legend h4 {
    margin: 0 0 10px;
}

.legend div span {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
svg:not(:root) {
    overflow: visible;
}