.legend {
    position: relative;
    line-height: 18px;
    color: #555;
    left: 0%;
    -webkit-transition: left 1s;
    /* Safari */
    -moz-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
    max-width: 200px;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.legend a i {
    float: none;
    margin-right: 0px;
}

.legend-hide {
    left: 100%;
}

.legend-show {
    border-radius: 5px;
    position: absolute;
    top: 0px;
    float: right;
    right: 0px;
}

.legend-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.legend-item {
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

.leaflet-control {
    z-index: 900;
}

.leaflet-left .leaflet-control {
    margin-left: 5px;
}

.leaflet-right .leaflet-control {
    margin-right: 5px;
}

.leaflet-top .leaflet-control {
    margin-top: 5px;
}

.fa {
    padding: 2px
}

.dropdown-menu.show {
    z-index: 1200;
}