﻿/* FORMS */

#EAGISModule fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    #EAGISModule fieldset legend {
        display: none;
    }

    #EAGISModule fieldset ol {
        padding: 0;
        list-style: none;
    }

        #EAGISModule fieldset ol li {
            padding-bottom: 5px;
        }

/* COLOR PALETTE */

#EAGISModule #mapColorPaletteWrapper {
    position: absolute;
    top: 1px;
    left: 150px;
    z-index: 900;
    border: 1px solid;
    margin: 5px 0px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-position: 30px center;
    color: black;
    background-color: white;
}

#EAGISModule #mapColorPalette {
    z-index: 900;
    clear: both;
}

#EAGISModule .mapColorPaletteButton {
    width: 14px;
    height: 14px;
    font-size: 0;
    margin: 2px;
    float: left;
    cursor: pointer;
    z-index: 900;
}

/* MARKER ICON PALETTE */

#EAGISModule #mapIconPaletteWrapper {
    position: absolute;
    top: 24px;
    left: 130px; /* NOTE: Overlaps now colorpalette ! */
    z-index: 900;
    border: 1px solid;
    margin: 5px 0px;
    padding: 1px;
    background-position: 30px center;
    color: black;
    background-color: white;
}

#EAGISModule #mapIconPalette {
    z-index: 900;
    clear: both;
}

#EAGISModule .mapIconPaletteButton {
    width: 26px;
    height: 26px;
    font-size: 0;
    margin: 2px;
    float: left;
    cursor: pointer;
    z-index: 300;
}

/* ROUTE UPLOAD */

/* The 2 classes below are tricks to hide the english upload standard texts */
.wrpKiesRoute {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.wrpKiesRoute input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}