/*
 Eventuali stili per le mappe realtime
 */
.mapFulmini
{
    width: 100%;
    min-height: 700px;
}

.cluster_style
{
    width: 20px;
    height: 20px;
    background-color: #FF9933;
    text-align: center;
    font-size: 28px;
    border-radius: 5px;
}

.station_cluster_style
{
    height: 10px;
    /*background-color: #FF9933;*/
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}

.navbar-brand-mapicon {
    display: inline-block;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
    font-family: 'Px Grotesk';
    color: #2a2549;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    text-decoration: none;
}

.info {
    padding: 6px 8px;
    font-size: 14px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    opacity: 0.5;
}

.info_pc {
    padding: 6px 8px;
    font-size: 14px;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    opacity: 0.5;
}

.pc_logo{
    width:150px;
    cursor: pointer;
}


.info_kep {
    position: relative;
    bottom: 40px;
    left: 10px;
    z-index: 999;
    padding: 6px 8px;
    font-size: 14px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    opacity: 0.9;
}

.legend_deck{
    position: relative;
    top: 5px;
    left: 10px;
    font-size: 14px;
    line-height: 16px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    opacity: 0.97;
    max-width:430px;
    height: 95px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
    font-size: 15px;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.logoEn{
    width: 110px;
}

.logos
{
    max-width:430px;
}
