.icon {
    display: inline-block;
    margin: 2px;
    height: 16px;
    width: 16px;
    background-color: #ccc;
}


/* ICONS */

.icon-tr {
    background: url('./icons/tr_min.png') center center no-repeat;
}
.icon-blue {
    background: url('./icons/blue.png') center center no-repeat;
}

.icon-red {
    background: url('./icons/red.png') center center no-repeat;
}

.icon-grey {
    background: url('./icons/grey.png') center center no-repeat;
}

.icon-green {
    background: url('./icons/green.png') center center no-repeat;
}

.icon-black {
    background: url('./icons/black.png') center center no-repeat;
}

.icon-violet {
    background: url('./icons/violet.png') center center no-repeat;
}

.icon-track {
    background: url('./icons/track.png') center center no-repeat;
}

.icon-pralaida {
    background: url('./icons/pralaida.png') center center no-repeat;
}

.icon-plan {
    background: url('./icons/plan.png') center center no-repeat;
}

.icon-ep {
    background: url('./icons/ep2.png') center center no-repeat;
}

.icon-reddot {
    background: url('./icons/reddot.png') center center no-repeat;
}

.icon-keliuatnaujinimaicon {
    background: url('./icons/keliuatnaujinimaicon.png') center center no-repeat;
}

.icon-triuksmasicon {
    background: url('./icons/triuksmasicon.png') center center no-repeat;
}

.icon-ip {
    background: url('./icons/ip.png') center center no-repeat;
}

.icon-pervazaicon {
    background: url('./icons/pervazaicon.png') center center no-repeat;
}

.icon-elektrifikavimasicon {
    background: url('./icons/elektrifikavimasicon.png') center center no-repeat;
}


/* MARKERS */

.leaflet-marker-icon {
    padding: 2px;
    text-align: center;
}

.marker-bar {
    background: url('./markers/bar.png') center center no-repeat;
}

.marker-fuel {
    background: url('./markers/fuel.png') center center no-repeat;
}

.marker-parking {
    background: url('./markers/parking.png') center center no-repeat;
}

.marker-drinking_water {
    background: url('./markers/drinking_water.png') center center no-repeat;
}