/* 
 * Leaflet List Markers v0.1.0 - 2017-11-26 
 * 
 * Copyright 2017 Stefano Cudini 
 * stefano.cudini@gmail.com 
 * https://opengeo.tech/ 
 * 
 * Licensed under the MIT license. 
 * 
 * Demo: 
 * https://opengeo.tech/maps/leaflet-list-markers/ 
 * 
 * Source: 
 * git@github.com:stefanocudini/leaflet-list-markers.git 
 * 
 */

.leaflet-container .list-markers{position:relative;float:left;color:#1978cf;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:rgba(255,255,255,.4);z-index:1000;box-shadow:0 1px 7px rgba(0,0,0,.65);margin-left:10px;margin-top:10px;min-width:26px;min-height:26px}.leaflet-control.list-markers .list-markers-toggle{display:none}.leaflet-control.list-markers.list-markers-collapsed .list-markers-toggle{display:block}.list-markers-ul{list-style:none;padding:0;margin:0}.list-markers-li{padding:0;margin:0;clear:both;border-bottom:1px solid #666}.list-markers-li:first-child{border:0}.list-markers-li img{float:left;width:12px;height:20px;margin-right:4px}.list-markers-li b{float:right}.list-markers-li span{float:left}.list-markers-li a{display:block;float:left;line-height:20px;width:120px;overflow:hidden;margin:1px;padding:2px 4px;border-radius:4px;font-size:14px;color:#666;text-decoration:none}.list-markers-li a:hover{color:#0078A8;text-decoration:none;background-color:rgba(255,255,255,.8)}.leaflet-control.list-markers .list-markers-ul{display:block}.leaflet-control.list-markers.list-markers-collapsed .list-markers-ul{display:none}.list-markers .list-markers-toggle{display:block;float:left;width:26px;height:26px;background:url(../images/list-icon.png) no-repeat 2px 2px;border-radius:4px}.list-markers .list-markers-toggle.active:hover,.list-markers .list-markers-toggle:hover{background:url(../images/list-icon.png) no-repeat 2px -24px #fff}.list-markers .list-markers-toggle.active{background:url(../images/list-icon.png) no-repeat 2px -50px #fff}