.debug-red {
	background-color: red;
}

.debug-green {
	background-color: green;
}

.debug-yellow {
	background-color: yellow;
}

.pi2checkbox {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 7px;
}

/* Sticky footer styles
---------------------------------------------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 85px;
}

/* IE shows the not-allowed cursor when the cursor is over an opened selection-box over an disabled form-control.
	Can't detect IE, so disable for all browsers.
	conditional comments are not longer supported in ie: https://msdn.microsoft.com/library/hh273397.aspx
*/
.avoid-notallowed-cursor {
	cursor: default !important;
}

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 85px;
	background-color: #f5f5f5;
	padding: 22px;
}

.hint {
	color: gray;
}

/*
-----------------------------------------------------------------------------------------*/
#maincontainer {
	background-image: url(../Sites/HeaderLogo.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-origin: border-box;
	background-size: 378px;
}

.navbar-brand > img {
	height: 20px;
}

.bs-callout {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/*border-color: #eee;*/
	border-color: #f0f0f0;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	margin: 20px 0;
	padding: 20px;
}

/* animations
----------------------------------------------------------------------------------------------------*/
.hide-animate.ng-hide-add, .hide-animate.ng-hide-remove {
	transition: all linear 0.2s;
}

.hide-animate.ng-hide {
	line-height: 0;
	margin-bottom: 0;
	height: 0;
	opacity: 0;
}

/* ol3
----------------------------------------------------------------------------------------------------*/
.bs-callout-info {
	border-left-color: #5bc0de;
}

.map {
	border-radius: 4px;
	height: 100%;
	width: 100%;
	z-index: 2;
}

/* abgerundete Ecken für die ol3 Karte */
.ol-viewport, .ol-touch {
	border-radius: 6px;
	border-width: 1px !important;
	border: rgb(204, 204, 204);
	border-style: solid;
}

/* printPreviewFrame
-----------------------------------------------------------------------------------------------------*/
.printpreviewframecontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

/* media queries 
-----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.page-header {
	padding-top: 50px;
}

.ag-mapcontainer {
	height: 400px;
}

.zoom-rect-control {
	top: 65px;
	left: .5em;
}

.ol-touch .zoom-rect-control {
	top: 80px;
}

.suchcontainer {
	position: absolute;
	top: 7px;
	left: 40px;
	right: 40px;
	background: rgba(255,255,255,0.4);
	border-radius: 4px;
	padding: 2px;
}

.layer-switcher {
	z-index: 300;
}

.nm-results {
	margin-top: 15px;
}

.nm-result {
	width: 100%;
	margin-bottom: 5px;
}

.margin-0 {
	margin: 0px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.ag-mapcontainer {
		height: 600px;
	}

	.page-header {
		padding-top: 0px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.ag-mapcontainer {
		height: 800px;
	}

	.ag-mapcontainer {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.footer {
		height: 60px;
	}

	body {
		margin-bottom: 60px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
