/* 
    Document   : map.css
    Created on : 22 juil. 2013, 13:49:23
    Author     : sam
    Description:
        Purpose of the stylesheet follows.
*/
/*.big{
    width: 4em!important;
    height: 4em!important;
}*/

//sge dirty fix
.leaflet-control-layers{
    display: none !important;
}

.text-error {
    color: #9d261d;
}

.custom-button{
    font-size: 2.5em;
    vertical-align: middle;

}


.angular-leaflet-map {
    width: 100%;
    height: 100%;
/*    padding-bottom: 60px;
    padding:0;
    margin:0;*/
    position : absolute;
} 

.leaflet-control-command-interior .icon-unlock .icon .icon-3x{
    margin-top: 60px !important;
}
/*    
.leaflet-top .leaflet-control {
    margin-top: 60px !important;
}*/


.leaflet-tile-container img {
    -webkit-backface-visibility: hidden;
}

/*cf site.css*/
/*.leaflet-bottom .leaflet-left {
    margin-bottom: 10px !important;
}*/



.leaflet-control-layers-toggle{
    display: none !important;
}

.bottomright .leaflet-control-command .leaflet-control{
    margin-bottom: 10px !important;
}

.leaflet-control-command-interior
{
    /*background-image: url(https://dl.dropboxusercontent.com/u/8283278/CDN/Leaflet/images/command.png);*/
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block !important;
    padding: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    cursor: auto;
    text-align: center;
    background-color: #FFFFFF;

    margin-bottom: 10px;
    cursor: pointer;
}

.leaflet-control-command-interior:hover
{
    background-color: #F4F4F4;
}

/*.leaflet-bottom .leaflet-control {
    margin-bottom: 0px !important;
}*/

.leaflet-control-command{
    margin-bottom : 0px !important;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}