/*Default style, pridal som do pluginu busStopCircleCluster.js parameter this.styleClass, ktorym mozno vyberat styl*/
.prunecluster {
    font-size: 12px;
    border-radius: 20px;
    transition: all 0.5s linear;
}

.leaflet-marker-icon.prunecluster-anim,
.leaflet-marker-shadow.prunecluster-anim,
.leaflet-markercluster-icon.prunecluster-anim {
    transition: all 0.5s linear;
}


.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-marker-icon,
.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-marker-shadow,
.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-markercluster-icon {
    transition: transform 0.3s cubic-bezier(0,0,0.25,1);
}

.prunecluster div {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 50%;
}

    .prunecluster div span {
        line-height: 30px;
    }

.prunecluster-small {
    background-color: #b5e28c;
    background-color: rgba(181, 226, 140, 0.6);
}

    .prunecluster-small div {
        width: 28px;
        height: 28px;
        background-color: #6ecc39;
        background-color: rgba(110, 204, 57, 0.6);
    }

        .prunecluster-small div span {
            line-height: 28px;
        }

.prunecluster-medium {
    background-color: #f1d357;
    background-color: rgba(241, 211, 87, 0.6);
}

    .prunecluster-medium div {
        background-color: #f0c20c;
        background-color: rgba(240, 194, 12, 0.6);
    }

.prunecluster-large {
    background-color: #fd9c73;
    background-color: rgba(253, 156, 115, 0.6);
}

    .prunecluster-large div {
        width: 34px;
        height: 34px;
        background-color: #f18017;
        background-color: rgba(241, 128, 23, 0.6);
    }

        .prunecluster-large div span {
            line-height: 34px;
        }


/* animovany popup */
.leaflet-popup.leaflet-zoom-animated.prunecluster-anim {
    transition: all 0.5s linear;
}



/*kruhove pozadie pre spider-------------- radial-gradient(rgba(50,50,50,0.5) 40%, transparent 70% );--------------------------------------------------------------------------*/
.spiderBackground {
    background: radial-gradient(rgba(50,50,50,1) 0, rgba(50,50,50,0.5) 40%, transparent 70% );
    border-radius: 50%;
}



/*empty bus stops style-----------------------------------------------------------------------------------------------*/
.emptyBusStop {
    font-size: 12px;
    transition:none; /* all 0.3s linear; */
    color: black;
    text-shadow: none;
}

.leaflet-marker-icon.emptyBusStop-anim,
.leaflet-marker-shadow.emptyBusStop-anim,
.leaflet-markercluster-icon.emptyBusStop-anim {
    transition: none; /* all 0.3s linear; */
}

.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-marker-icon,
.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-marker-shadow,
.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-markercluster-icon {
    transition: none;   /* transition: transform 0.25s cubic-bezier(0,0,0.25,1); */
}

.emptyBusStop div {
    text-align: center;
    background-image: url("../images/stopEmpty.png");
    background-repeat: no-repeat;
    background-position-x: 11px;
    padding-top: 19px;
}

    .emptyBusStop div span {
        border-radius: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #0099FF;
    }

.emptyBusStop-small {
}

    .emptyBusStop-small div {
    }

        .emptyBusStop-small div span {
            padding: 0px 3px;
        }

.emptyBusStop-medium {
}

    .emptyBusStop-medium div {
    }

        .emptyBusStop-medium div span {
        }

.emptyBusStop-large {
}

    .emptyBusStop-large div {
    }

        .emptyBusStop-large div span {
        }




/*bus stops circle style-----------------------------------------------------------------------------------------------*/
.busStopCircleCluster {
      text-align: center;
  }

.leaflet-marker-icon.busStopCircleCluster-anim,
.leaflet-marker-shadow.busStopCircleCluster-anim,
.leaflet-markercluster-icon.busStopCircleCluster-anim {
    transition: none; /* all 0.3s linear; */
}

.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-marker-icon,
.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-marker-shadow,
.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-markercluster-icon {
    transition: none;   /* transition: transform 0.25s cubic-bezier(0,0,0.25,1); */
}

.busStopCircleCluster div {
    text-align: center;
    margin: auto;
    margin-top: 5px;
    border-radius: 50%;
    background-image: url("../../../../../img/navigation/desktop/png/map_circle_darkgreen@2x.png");
    background-repeat: no-repeat;
 }

    .busStopCircleCluster div span {
     color: white;
     font-size: 14px;
     font-family: Arial, sans-serif;
     font-weight: bold;
    /*  margin-left: -2px; */
    }

    .busStopCircleCluster-small {
       /*  background-color: #b5e28c; */
      
    }
    
        .busStopCircleCluster-small div {
           width: 30px;
            height: 30px;
            background-size: 30px;
          /* background-color: #6ecc39; */
        }
    
            .busStopCircleCluster-small div span {
                line-height: 26px;
            }
    
    .busStopCircleCluster-medium {
    }
    
        .busStopCircleCluster-medium div {
            width: 35px;
            height: 35px;
            background-size: 35px;
     
        }
            .busStopCircleCluster-medium div span {
                line-height: 32px;
            }

    
    .busStopCircleCluster-large {
     }
    
        .busStopCircleCluster-large div {
            width: 38px;
            height: 38px;
            background-size: 38px;
        }
    
            .busStopCircleCluster-large div span {
                line-height: 35px;
            }





           