/* Change cursor when over entire map */
.leaflet-container {
  cursor: default !important;
}

.leaflet-draw-toolbar a.leaflet-draw-draw-dimension{
	background-image: linear-gradient(transparent,transparent),url(sitetool.svg);
    background-size: 30px 30px;
}

.leaflet-container {
    background: #ffffff;
}

.GWTUpld .gwt-Button {
    background-color:rgb(240, 240, 240);
    background-image:linear-gradient(rgb(255, 255, 255) 0%, rgb(224, 224, 224) 100%);
    background-size:100%;
    border-bottom-color:rgb(0, 0, 0);
    border-radius: 3px;
    border-color: rgb(171, 171, 171);
    border-style: solid;
    border-width: 1px;
    height: 22px;
    color: black;
    padding: 0 20px;
    font-size: 11px !important;
}
/*
.trasa-label {
    position: absolute;
    width:20px;
    font-size:20px;
}
*/