/**
 * @package: SobiPro SP-GeoMap Field Application

 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET

 * @copyright Copyright (C) 2006 - 2015 Sigsiu.NET GmbH (https://www.sigsiu.net). All rights reserved.
 * @license GNU/GPL Version 3
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3
 * as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3.
 * See http://www.gnu.org/licenses/gpl.html and https://www.sigsiu.net/licenses.

 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 */

/* View */
.SobiPro div.spClassViewMap {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Search Form */
.SobiPro .mapOr,
.SobiPro .mapOr p {
    display: inline;
    padding: 5px;
}
.SobiPro .mapSearch {
    float: left;
}
.SobiPro .mapLength {
    width: 320px;
}
.SobiPro .input-append input.spClassMap {
    height: 21px;
}

@media (max-width: 599px) {
    .SobiPro .mapOr {
        text-align: center;
        display: block;
    }

    .SobiPro .ctrl-map.label,
    .SobiPro .ctrl-locate-me.btn {
        padding-right: 0;
        padding-left: 0;
    }

    .SobiPro .mapSearch,
    .SobiPro .ctrl-map,
    .SobiPro .ctrl-locate-me.btn {
        width: 100%;
    }
}

