/* Mouse Position */

.leaflet-control-mouseposition {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  padding: 3px 5px;
  color: #333;
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

/* User Info */

.leaflet-control-userinfo {
    background: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    /*color: white;*/
    right: 96px;
}

.leaflet-control-userinfo a {
    color: white;
}

.leaflet-popup-content-body {
    width: 360px;
}

.leaflet-popup-content li {
    margin-left: 130px;
    list-style-type: none;
}
.leaflet-popup-content li div {
    position: absolute;
    left: 5px;
    background: none;
    color: black;
    font-weight: bold;
    text-shadow: none;
}

.bottom-r-content {
    position: absolute;
    right: 0px; 
    bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 360px;
    height: 120px;
}

.bottom-l-content {
    position: absolute;
    left: 0px; 
    bottom: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 600px;
    height: 120px;
}

.bottom-v-content {
    position: absolute;
    left: 0px; 
    bottom: 120px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 600px;
    height: 390px;    
}

.bottom-t-content {
    position: absolute;
    left: 50px; 
    top: 10px; 
    padding: 5px;
    padding-left: 10px;
    width: 360px;
    height: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;    
}

.bottom-p-content {
    position: absolute;
    left: 50px; 
    top: 10px; 
    padding: 5px;
    padding-left: 10px;
    min-width: 380px;
    height: auto;
    border-radius: 4px;
}

.bottom-f-content {
    position: absolute;
    right: 0px; 
    bottom: 120px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    width: 360px;
    height: 390px;
    overflow-y: scroll;
}

.list-images {
    background-color: #737373; 
    margin-left: 0px; 
    width: 110px; 
    height: 125px; 
    position: relative; 
    margin-right: 0px; 
    margin-bottom: 3px;
}

.list-images-file {
    position: absolute; 
    left: 5px; 
    top: 5px; 
    height: 98px; 
    width: 98px; 
    background: #e6e6e6; 
    text-align: center;
}

.list-images-file-img {
    max-width: 98px; 
    max-height: 98px;
}

.list-images-box {
    position: absolute; 
    left: 0px; 
    top: 85px; 
    height: 20px; 
    width: 105px; 
    background: #737373; 
    opacity: 0.7; 
    filter: alpha(Opacity=70);
}

.list-images-link {
    position: absolute; 
    left: 0px; 
    top: 83px; 
    height: 20px; 
    width: 100px; 
    cursor: pointer;
}

.list-images-link-txt {
    color: whitesmoke; 
    font-size: smaller; 
    margin-left: 8px;
    margin-top: 5px;
}

.list-images-panel {
    position: absolute; 
    left: 0px; 
    top: 103px; 
    height: 20px; 
    width: 100px;
}

/* mobile styles */
@media {
    html, body {
        padding: 0px;
        margin: 0px;
    } 
    .leaflet-retina .leaflet-control-userinfo {
        top: 2px;
        right: 65px;
    }
}

.leaflet-label-overlay {
    font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: absolute;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transform: translate3d(0,0,0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;                
}

/* legend control*/
 .legend-minimized-control-container{
        height:26px;
        min-width: 26px;
        background-color: #fff;
        border-radius: 0px;
 }
 .legend-minimized-control-container.container-min{
        height:40px;
        width: 230px;
 }
 .legend-minimized-control-container.container-eco{
        height:60px;
        width: 240px;
 }
 .legend-minimized-control-container .legend-lable{
        padding: 0px;
        font-size: 14px;
 }
 .legend-minimized-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 26px;
        width: 26px;
        background: url(../images/arrow-downleft.png) no-repeat;
        background-position: right 3px top 3px;
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0,0,0,0.4);
        border: none;
 }
 .legend-minimized-btn:focus {
        outline: none;
 }