 #mapTools{
        top     : 50px;
        bottom  : 0;
        padding : 0;
    }
    #mapTools #my_google_maps {
        right: 0px;
        left: 0px;
        bottom: 0;
        top: 0px;
        padding: 0px;
    }
    #mapTools #map_area{
        bottom: 0;
        top: 0;
        padding: 0px;
        height: 100%;
    }
    #mapTools .mapToolsButtons {
        position: absolute;
        margin-right: auto;
        margin-left: auto;
        display: inline-block;
        z-index: 1000;
        height: 60px;
        top: 5px;
    }
    .legendPanel{
        bottom : 52px!important;
    }
    .bottom-table{
        position         : absolute;
        bottom           : 16px;
        background-color : #efefef;
        table-layout     : fixed;
        display          : none;
        width            : 95%;
        padding          : 7px;
        font-size        : 14px;
    }
    .adaptive-info{
       position         : absolute;
       bottom           : 91px;
       width            : 400px;
       padding          : 7px;
       background-color : rgba(255,255,255,0.9);
       left             : 3px;
       border-radius    : 3px;
       display          : none;
       overflow         : visible;
    }
    #show-info-massnahme{        
        display : inline-block;
    }
    #show_legend{
        display:inline-block!important;
    }    
    .adaptive-calculate{
        min-width        : 130px;
        position         : absolute;
        background-color : #fff;
        bottom           : 0;
    }
    .fx{
        display : inline-block;
    }
    .tx{
        display : none;
    }
    #fileform{
        text-align : left;
    }
    .file-field-label{
        margin: 21px 0;
    }
    .file-field-input{
        margin: 21px 0;
    }
    .file-save{
        background-color : #5cb85c;
        color            : #fff;
        border-radius    : 3px;
        width            :250px;
        padding          : 4px;
        text-align       : center;
        cursor           : pointer;
    }
    .file-save:hover{
        background-color : #fff;
        color            : #5cb85c;
    }
    .ff-input{
      border        : #cbcbcb 1px solid;
      width         : 300px;
      height        : 37px;
      padding-left  : 4px;
    }
    @media screen and (min-width: 950px) {
        .bottom-table{
            display      : block;
        }
        #show-info-massnahme{
            display : none; 
        }
        #show_legend{
            display : none!important;
        }
        .adaptive-info{
            width    : 1px;
            overflow : hidden;
            padding  : 0;
        }
         .legendPanel{
            bottom : 103px!important;
        }
        .adaptive-calculate{
            display: none;
    }
        .fx{
            display : none;
    }
        .tx{
            display : inline-block;
        }
    
        
    }
    
    #extras_bar_wrap, #geocodePanel{
        margin-top : 49px;
    }
    @media (max-width: 600px) {
        #extras_bar_wrap{
            margin-top  : 51px;
            margin-left : -190px;
        }
        #geocodePanel{
            margin-top: 65px;
            margin-left: -154px;
    }
    }
    .b-wrap{
        margin-top : 17px;
        margin-right: 5px;
    }
    @media (max-width: 500px) {
        #button_save_wrap.arbeitsauftrag{
            margin-top  : 57px;
            margin-left : -233px;
        }
        #button_zuruk_wrap.arbeitsauftrag{
            margin-top: 57px;
            margin-left: -121px;
        }
    }

    .btn-control-label {
        margin-top: 2px;
    }
