/* 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;
}

#feature_infos {
    position: relative;
    border: 1px solid #aaaaaa;
    background-color: #eeeecc;
    border-radius: 3px;
    box-shadow: 0px 1px 5px rgba(150, 150, 150, 0.5);
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 55px;
    width: 200px;
}

#feature_infos_2 {
    position: relative;
    border: 1px solid #aaaaaa;
    background-color: #eeeecc;
    border-radius: 3px;
    box-shadow: 0px 1px 5px rgba(150, 150, 150, 0.5);
    padding: 10px;
    position: absolute;
    top: 10px;
    left: 55px;
    width: 200px;
}

#feature_infos_close {
    border-radius: 3px;
    position: absolute;
    display: block;
    padding: 0px 5px 5px 5px;
    width: 10px;
    height: 10px;
    text-align: center;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    background-color: #eeeedd;
    font-weight: 700;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

#feature_infos_2_close {
    border-radius: 3px;
    position: absolute;
    display: block;
    padding: 0px 5px 5px 5px;
    width: 10px;
    height: 10px;
    text-align: center;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    background-color: #eeeedd;
    font-weight: 700;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

#info {
}

#frm-geocode {
    position: absolute;
    top: 205px;
    left: 10px;
    background: white;
    padding: 5px;
    float: left;
    border: 2px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#zadostOVyjadreniSoubory .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: 24px;
    color: black;
    padding: 0 20px;
    font-size: 12px !important;
}

.progress-bar-container {
    width: 400px;
    height: 10px;
    border: 1px solid #555;
    margin-bottom: 20px;
}

.progress-bar-container.uploaded {
    height: auto;
    border: none;
}

.progress-bar {
    width: 0;
    height: 10px;
    font-weight: bold;
    background: #6787e3;
}

.inputfile {
    display: none;
}

.pravaCast {
	margin: 0px 5px 0px 5px;
}