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

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

 * @copyright Copyright (C) 2006 - 2018 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 https://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.
 */

.SobiPro .mapWarn {
	color: #be0000;
	font-weight: 500;
	margin-top: 10px;
}

/* View */
.SobiPro div.spClassViewMap {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 10px;
}

.SobiPro .gm-style .gm-style-mtc > div > div {
	font-size: 10px !important;
	top: 10px;
}

.SobiPro .gm-style .gm-style-mtc label {
	font: 400 11px Roboto, Arial, sans-serif !important;
}

/* Search Form */
.SobiPro .mapOr,
.SobiPro .mapOr p {
	display: inline;
	padding: 5px;
}

.SobiPro .mapSearch {
	float: left;
	margin-bottom: 10px;
}

.SobiPro .mapSearch .dropdown-menu {
	font-size: 85%;
	z-index: 5000;
}

.SobiPro .form-inline .form-control.coordLength {
	width: 35%
}

.SobiPro .mapLength {
	width: 70%
}

.SobiPro .mapLength.full {
	width: 100%;
	float: none;
}

.SobiPro .spClassViewMap {
	clear: right;
}

.SobiPro .leaflet-control-container a {
	text-decoration: none !important;
}

@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 .form-inline .form-control.coordLength,
	.SobiPro .mapSearch,
	.SobiPro .ctrl-goto-coord,
	.SobiPro .ctrl-map,
	.SobiPro .ctrl-locate-me.btn {
		width: 100%;
	}

	.SobiPro .form-inline .form-control.coordLength {
		margin-bottom: 4px;
	}
}

