﻿
div.bespoke-fullscreen{
    width: 100% !important;
    height: 100% !important;

    margin: 0;
    padding: 0;
}


.leaflet-container:-webkit-full-screen {
}

.leaflet-pseudo-fullscreen, div.bespoke-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index:99999;
}

.leaflet-control-fullscreen a {
    background-image: url(leaflet.fullscreen.png);
}

/*following styles copied from different version of leaflet.css that this plugin uses*/
.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.leaflet-bar a, .leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
border-radius: 4px;
}


.leaflet-bar {
    box-shadow: 0 1px 7px rgba(0,0,0,0.65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}