@CHARSET "UTF-8";

/********************************************************
 * Styles für tags
 ********************************************************/

/* Abstände zurücksetzen */
html, body {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	-ms-touch-action: none;
	touch-action: none;
	background-color: #FFFFFF;
}

/*
 * Auf Touchgeräten konnte man nicht direkt in der Ergebnisliste scrollen. 
 * Dieser Mangel ist nun behoben.
*/
div, table {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
}

.isntRelevant {
	opacity: 0.2;
	display: none;
}

.clickPointer {
	cursor: pointer;
}

.helpPointer {
	cursor: help;
}

.textlink {
	color: blue !important;
	cursor: pointer;
	text-decoration: underline;
}

.hidden {
	display: none;
}

#map {
	margin: 0;
	width: 100%;
	height: 100%;
	/* IE-Style zum Deaktivieren des browsereigenen Zoommechanismus bei Touchgeraeten.*/
	-ms-touch-action: none;
	touch-action: none;
}

.smapsBackground {
	background-image: linear-gradient(#7C9BC0, #416086 2%, #293E56);
	background-color: #354e6d;
}

#wmMainPanel {
	box-shadow: 0px 5px 10px #282828;
	position: absolute;
	top: 0px;
	z-index: 800;
	padding: 0;
}

.smapsMaxToolbar {
	left: 0px;
	right: 0px;
	width: 100%;
}

.smapsMinToolbar {
	right: 0px;
	width: auto;
}

a {
	text-decoration: none;
}

/********************************************************
 * Styles für id-Elemente
 ********************************************************/
#contentcontainer {
	overflow: hidden;
}

/********************************************************
 * Styles für class-Elemente
 ********************************************************/

/**
 * Basisklassen um ein One-Page Layout zu organisieren
 */
.row, .col {
	overflow: hidden;
	position: absolute;
}

.col {
	top: 0;
	bottom: 0;
}

.row {
	left: 0;
	right: 0;
}

.header.row {
	height: 80px;
	top: 0;
}

.shadow {
	box-shadow: 8px 8px 5px #888;
}

.smapsClickIconGroup {
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-left: 1em;
}

.smapsClickIconGroup:FIRST-CHILD {
	margin-left: 0;
}

.smapsClickIcon {
	cursor: pointer;
	padding: 0.2em 0.2em;
	opacity: 0.9;
	border: 1px solid #ffffff;
	border-color: rgba(255, 255, 255, 0);
	border-radius: 4px;
	box-shadow: 1 0 0px #9ecaed;
	width: 32px;
	height: 32px;
}

.smapsClickIcon:hover {
	opacity: 1;
	border-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 15px #9ecaed;
}

#searchinput:focus {
	background-color: #ffffff;
	color: #000000;
}

.smapsInput {
	background: white;
	border: none;
	border-radius: 0.5em;
	box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.5) inset, 0 -0.1em 0
		rgba(0, 0, 0, 0.5) inset, 0.1em 0 0 rgba(0, 0, 0, 0.5) inset, -0.1em 0
		0 rgba(0, 0, 0, 0.5) inset, 0 0.15em 0.4em rgba(0, 0, 0, 0.5) inset;
	vertical-align: top;
}

#searchinput {
	font-size: 1.4em;
	height: 30px;
	width: 328px;
	margin: 5px;
	padding: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.toolbarBtn:hover {
	opacity: 1.0;
}

.toolbarBtn {
	background: none repeat scroll 0 0 transparent;
	border: none;
	opacity: 0.7;
	margin: 0px;
	padding-left: 2px;
	height: 42px;
	cursor: pointer;
	vertical-align: middle;
}

#panzoombarTop {
	z-index: 1205;
	position: absolute;
	left: 50px;
	top: 150px;
}

#layerDialogBtn {
	margin-left: 0.5em;
}

#console {
	font-size: 12px;
	font-weight: normal;
}

.noTextSelect {
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all             */
	-ms-user-select: none; /* IE 10+                  */
	-o-user-select: none;
	user-select: none;
}

#standardPopupContents {
	font-size: 0.9em;
}

.recordJoin {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}

.recordTextLink {
	font-size: 1em;
}

.recordTextLink:hover {
	background-color: #dddddd;
}

.dataview {
	font-size: 15px;
}

.historyToolbar {
	padding: 4px;
}

.historyToolbarSpace {
	display: inline-block;
	visibility: hidden;
	padding: 5px 0px 3px 0px;
}

.dataViewHistoryCell img {
	width: 20px;
	height: 20px;
}

.dataViewHistoryCell {
	border: 1px solid #000000;
	background-color: #416086;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}

.dataViewHistory {
	padding: 0px;
	margin: 0px;
	float: right;
}

.dataViewHistory>div {
	margin-left: 4px;
}

.recordRowLink:hover>td {
	background-color: #dddddd;
}

.dataViewHistoryLeft {
	padding: 5px 12px 3px 9px;
}

.dataViewHistoryRight {
	float: right;
	padding: 5px 9px 3px 12px;
}

.recordFieldLink {
	
}

.recordviewerRedliningGroupStyle {
	color: magenta;
}

.recordFieldLink>img {
	height: 20px;
	width: 20px;
}

.recordValueLink {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}

.recordValueLink:hover {
	
}

.recordFieldAttachment {
	height: 20px;
	width: 20px;
}

.recordListRow {
	color: #0000FF;
	cursor: pointer;
	margin-top: 2px;
	overflow: hidden;
	text-decoration: underline;
	text-indent: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recordRow:nth-child(2n) {
	background-color: #f4f4f4;
}

.recordField {
	font-weight: bold;
	vertical-align: top;
	padding-right: 0.5em;
	white-space: nowrap;
}

.recordValue {
	vertical-align: top;
	min-width: 16em;
}

.recordValueThumbnail {
	height: 32px;
	width: auto;
	vertical-align: bottom;
}

.recordToolbar {
	border-top: 1px solid #BBBBBB;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 5px;
}

.recordToolbar * img {
	width: 32px;
	height: 32px;
}

.recordToolbar button {
	margin-top: 10px;
	border: none;
	margin: 0px;
	padding: 0px 2px;
	cursor: pointer;
	text-decoration: underline;
	color: blue;
	background: transparent;
}

.dataViewToolbar {
	display: block;
}

.dataViewToolbar>div {
	display: inline-block;
}

.dataViewGoto img {
	height: 30px;
}

.dataViewGoto {
	cursor: pointer;
	display: inline-block;
}

.addMapLink {
	padding-bottom: 0.5em !important;
	width: 100%;
}

.popupMorePOIs {
	cursor: pointer;
	color: blue;
	margin-left: 10px;
	margin-top: 10px;
	text-decoration: underline;
}

.loadTilesSpinner {
	width: 40px;
	height: 40px;
	display: none;
	color: white;
	display: block;
	font-weight: bold;
	font-size: 1.6em;
	width: 1.8em;
	line-height: 1.6em;
	margin-top: 5px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 0.275em;
}

.mapSpinner {
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	opacity: 0.8;
}

.versionInformations {
	display: inline-block;
}

.versionInformations>h2 {
	margin-top: 0.6em;
	margin-bottom: 0.4em;
}

.versionInformations * td {
	padding-right: 1em;
	vertical-align: top;
}

#wmMainPanelRight {
	float: right;
	display: inline-block;
}

.smapsChooser {
	cursor: pointer;
	border: 1px solid #aaaaaa;
	border-radius: 0.2em;
	display: inline-block;
	background-color: #416086;
	background-image: linear-gradient(#7c9bc0, #416086 20%, #293e56);
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all             */
	-ms-user-select: none; /* IE 10+                  */
	-o-user-select: none;
	user-select: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: white;
}

.smapsChooserList {
	background-color: white;
	color: black;
	position: absolute;
	border: 1px solid #aaaaaa;
	border-radius: 0.2em;
	position: absolute;
	max-height: 10em;
	overflow-y: auto;
}

.smapsChooserList>div {
	cursor: pointer;
}

.smapsChooserList>div:hover {
	/*background-color: rgba(0, 0, 100, 0.2); */
	background-color: rgba(200, 200, 200, 1);
}

.smapsChooserListEntry {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.smapsChooserListEntryCurrent {
	color: #0040ff;
}

.splash {
	z-index: 5000;
	background-color: #eeeeee;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: table;
}

.splash div {
	display: table-cell;
	margin: 0;
	padding: 0;
	padding-top: 10%;
	text-align: center;
	vertical-align: top;
	font-size: 1.2em;
}

.splashVersion {
	font-size: 0.8em;
}

.smapsTooltip {
	background: none !important;
	background-color: #eeeeee !important;
}

.smapsSubmit {
	background-image: linear-gradient(#7C9BC0, #416086 2%, #293E56);
	background-color: #416086;
	border-radius: 0.2em;
	border-color: transparent;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	height: 2em;
	cursor: pointer;
	margin-right: 2em;
	min-width: 10em;
}

.questionButtons {
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	width: auto;
}

.questionButtonsOK {
	text-align: center;
}

.questionYes {
	float: left;
	margin-left: 0px;
}

.questionNo {
	float: right;
	margin-right: 0px;
}

.questionOK {
	
}

.questionDialog {
	font-size: 12px;
}

.bigDialog {
	font-size: 1.4em !important
}

.dialogPOIList {
	min-width: 25em;
}

.dialogPOI {
	min-width: 25em;
}

.rightToolbarButton {
	display: none;
}

@media screen and (max-width: 1300px) {
	.smapsClickIcon {
		width: 28px;
		height: 28px;
	}
	#searchinput {
		width: 280px;
	}
	.bigDialog {
		font-size: 1.3em !important
	}
	.topToolbarButton {
		display: inline-block;
	}
	.rightToolbarButton {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.smapsClickIcon {
		width: 26px;
		height: 26px;
	}
	#searchinput {
		width: 240px;
	}
	.bigDialog {
		font-size: 1.2em !important
	}
	.topToolbarButton {
		display: inline-block;
	}
}

@media screen and (max-width: 1100px) {
	.smapsClickIconGroup {
		margin-left: 0.3em;
	}
	.smapsClickIcon {
		width: 24px;
		height: 24px;
	}
	#searchinput {
		width: 190px;
	}
	.bigDialog {
		font-size: 1.0em !important
	}
	.topToolbarButton {
		display: none;
	}
	.rightToolbarButton {
		display: inline-block;
	}
}

.gotopoi {
	margin-left: 2em;
	height: 30px;
	cursor: pointer;
	height: 30px;
}

.recordFieldButton {
	vertical-align: bottom;
}

.recordTable {
	width: 90%;
}

#searchlistcontainer {
	background-color: #F3F3F3;
}

button#searchbtn.ui-button span.ui-button-text {
	padding: 0px 16px;
	vertical-align: middle;
}

button#searchbtn.ui-button span.ui-button-text img {
	vertical-align: middle;
}

/********************************************************
 * Styles für class-Elemente
 ********************************************************/
.clear {
	clear: both;
}

.content {
	margin: 0;
	padding-left: 10px;
}

.noSearchResult {
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.3em;
	margin: 0.5em 1em;
}

.suggestions {
	
}

.suggestionsList {
	background-color: white;
}

.suggestion {
	background-color: #416086;
	background-image: linear-gradient(#7C9BC0, #416086 2%, #293E56);
	border-radius: 0.25em;
	box-shadow: 0 5px 10px #282828;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 4px;
	padding: 4px 10px;
}

.poiResultCount {
	display: none;
	position: relative;
	color: white;
	background-color: #416086;
	background-image: linear-gradient(#7C9BC0, #416086 2%, #293E56);
	font-size: 1.5em;
	padding: 0.2em;
	font-weight: bold;
	position: absolute;
	z-index: 1102;
}

.poiResultCount:hover {
	opacity: 0;
}

.warning404 {
	height: 2em;
	padding: 0 0.5em;
	position: relative;
	bottom: -4px;
}

.okmessage {
	z-index: 2000;
	position: absolute;
	right: 0.4em;
	top: 4em;
}

.okmessageContent {
	background-color: #418660;
	background-image: linear-gradient(#418660, #418660 12%, #112f20);
	border-radius: 0.25em;
	box-shadow: 0 5px 10px #282828;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 4px;
	padding: 0.2em 1em;
}

.errormessageContent {
	background-color: #ee2020;
	background-image: linear-gradient(#ee2020, #ee2020 22%, #772222);
}

.externalToolContainer {
	display: inline-block;
	color: white;
}

.errorHeader {
	color: red;
	font-weight: bold;
}

.errorContent {
	color: red;
}

.externLinkIcon {
	
}

.fullToolbar {
	
}

.minimisedToolbar {
	
}

.chooserWarningHint {
	height: 24px;
	vertical-align: bottom;
}

.smapsDokuLink {
	color: blue !important;
	text-decoration: underline !important;
}

.layerSwitcher * img {
	width: 22px;
	height: 22px;
}

/* Layerswitcher */
#layerDialog {
	padding: 0.5em 0.5em;
	max-height: 80vh;
}

.layerSwitcherDialog { /*Platz für optionalen Skrollbalken rechts */
	padding-right: 0.5em;
}

.smapsLSToggle {
	
}

.smapsLSIcon {
	vertical-align: bottom;
	cursor: pointer;
	padding: 2px;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
}

.smapsLSIconNoBorder {
	vertical-align: bottom;
	cursor: pointer;
	padding: 2px;
}

.smapsLSToggleOn {
	cursor: pointer;
}

.smapsLSCol2 {
	min-width: 11em;
}

.smapsLSCol6 {
	cursor: pointer;
}

.smapsLSExtendIcon {
	
}

.smapsLayerDown {
	cursor: pointer;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.smapsLayerUp {
	cursor: pointer;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.simpleButton:hover {
	color: #ffffff;
}

.simpleButton {
	background-color: #416086;
	background-image: linear-gradient(#7c9bc0, #416086 2%, #293e56);
	border-radius: 0.4em;
	border: 1px solid;
	color: #eeeeee;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.simpleButtonSmall {
	font-size: 0.9em;
}

.adminContent {
	font-size: 1.2em;
	margin: 0em;
	padding: 1em;
}

.adminContentLeft>a {
	min-width: 16em;
}

.adminContentLeft {
	bottom: 0;
	display: inline-block;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 4rem;
	width: 21em;
	margin: 0em 0.4em;
}

.adminContentLeft>a {
	margin: 0.3em 0;
}

.adminContentRight {
	display: inline-block;
	left: 21em;
	position: absolute;
	top: 4rem;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}

.searchAllSwitchContainer {
	cursor: pointer;
	background-color: #eeeeee;
	padding: 2px;
}

.searchAllSwitchToggle {
	display: inline-block;
	padding: 2px;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
	width: 30px;
	height: 30px;
	vertical-align: bottom;
	text-align: center;
}

.searchAllSwitchToggleImage {
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.searchAllSwitchText {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	padding: 2px;
}

.searchAllSwitchOff {
	opacity: 0;
}

.searchAllSwitchOn {
	opacity: 1;
}

.smapsTextButton {
	border: 1px solid;
	cursor: pointer;
	margin: 1px 0.4em;
	padding: 4px 12px;
	background-color: #416086;
	background-image: linear-gradient(#7c9bc0, #416086 2%, #293e56);
	border-radius: 0.2em;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	min-width: 5em;
	text-align: center;
	text-decoration: none;
	line-height: 2em;
	vertical-align: text-bottom;
	display: inline;
}

.smapsImageInTooltipp {
	width: 100%;
	height: 100%;
}

.imagePreviewMainContent {
	display: none;
	z-index: 2000;
	background-color: #aaaaaa;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #444444ee;
}

.imagePreviewImageLandScape {
	height: auto;
	width: 80%;
	background-color: white;
	padding: 1em;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 1em 1.5em 13px rgba(0, 0, 0, 0.5), 0 0.5em 2em 13px
		rgba(0, 0, 0, 0.1);
}

.imagePreviewImagePortrait {
	width: auto;
	height: 80%;
	background-color: white;
	padding: 1em;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 1em 1.5em 13px rgba(0, 0, 0, 0.5), 0 0.5em 2em 13px
		rgba(0, 0, 0, 0.1);
}

.imagePreviewContent {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.imagePreviewMainContent {
	display: none;
	z-index: 2000;
	background-color: #aaaaaa;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #444444ee;
}

.imagePreviewNavigation {
	display: inline-block;
}

.imagePreviewCloseContainer {
	display: inline-block;
}

.imagePreviewButton {
	display: inline-block;
	color: #222222;
	font-size: 3em;
	background-color: #dddddd;
	opacity: 0.7;
	cursor: pointer;
	height: 1.35em;
	width: 1.5em;
	text-align: center;
	margin: 0px;
}

.imagePreviewButton:hover {
	background-color: #eee;
	opacity: 1;
}

.imagePreviewPrevious {
	border-radius: 0.2em 0 0 0.2em;
}

.imagePreviewNext {
	border-radius: 0 0.2em 0.2em 0;
	margin-right: 1em;
	margin-bottom: 1em;
}

.imagePreviewClose {
	border-radius: 0.1em;
	margin-right: 1em;
	margin-top: 1em;
}

.watermark {
	pointer-events: none;
	overflow: hidden;
	position: absolute;
	top: 6em;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 799;
}

.watermarkContainer {
	overflow: hidden;
	pointer-events: none;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0em;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.watermarkContent {
	margin: 0px;
	padding: 0em;
	width: 32%;
	height: 32%;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	color: #000000;
	opacity: 0.35;
	font-size: 1.4em;
}

.networkDownloadButton {
	border: 2px solid white;
	cursor: pointer;
	padding: 3px;
}

.networkDownloadButton:hover {
	border: 2px solid #ddd;
}

.networkExportResultList>table>tbody>tr>td {
	padding-top: .25em;
	padding-bottom: 0.25em;
}

.networkStartButtonRow {
	text-align: center;
	padding: 0.4em;
}

.networkInput {
	border-radius: 0.4em;
	padding: 0.3em 0.4em 0.3em 0.2em;
	text-align: right;
	vertical-align: baseline;
	width: 10em;
}

.networkOptionsTable>tbody>tr>td {
	padding: 0.2em;
}

.networkResultButtonRow {
	font-size: 0.8em;
	border-top: 1px solid #aaa;
}

.networkResultButtonRow>div {
	min-width: 7em;
	margin: 0.4em;
}

.startNetworkDirect {
	width: 90%;
	min-width: 14em;
	font-size: 1em;
}

.startNetworkDirect:hover {
	width: 90%;
	min-width: 12em;
	border-color: black;
}

.networkSelectTable {
	width: 100%;
}

.networkSelectTable>tbody>tr>td {
	padding: 0.2em;
}

.startNetworkDirect>img {
	width: 2em;
	vertical-align: middle;
}

.startNetworkDirect>div {
	display: inline-block;
	text-align: center;
	width: 90%;
}

.networkHelpButton {
	height: 1.5em;
	float: right;
	padding: 0.2em;
	border: 1px solid #888;
	margin-top: -0.4em;
	cursor: help;
}

.networkHelpButton:hover {
	border-color: white;
}

.box {
	border: 0.2em solid red;
	height: 50%;
	width: 50%;
}

.dragaimcontainer {
	overflow: auto;
	background-color: #fff;
	border: 2px solid #111;
	border-radius: 0.4em;
	position: absolute;
	font-size: 1.5em;
	top: 2em;
	bottom: 2em;
	left: 2em;
	right: 2em;
	z-index: 2000;
	opacity: 0.85;
	margin: 0.2em;
	padding: 1em;
	position: absolute;
	box-shadow: 0px 5px 10px #282828;
}

.dragaimBorder {
	border: 1px solid #bbb;
	height: 80%;
	text-align: center;
	border-radius: 0.2em;
	margin: 0em;
	padding: 0em;
}

.dragaim {
	height: 100%;
	display: flex;
	padding: 0em;
	margin: 0em;
}

.dragaimDropNotPossible {
	border: 0.1em dashed #111;
	background-color: #eee;
}

.dragaimDropPossible {
	border: 0.1em solid green;
	background-color: #9ac19a;
}

.dragwaitcontainer {
	border: 0.2em solid #aaa;
	border-radius: 0.4em;
	position: absolute;
	top: 0.2em;
	font-size: 1.5em;
	bottom: 0.2em;
	left: 0.2em;
	right: 0.2em;
	z-index: 2000;
	background-color: #eee;
	opacity: 0.97;
	margin: 0.2em;
	padding: 2em;
	position: absolute;
	box-shadow: 0px 5px 10px #282828;
}

.dragaimclose {
	position: absolute;
	right: 0.25em;
	top: 0.25em;
	display: inline-block;
	color: #222222;
	font-size: 1.2em;
	background-color: #dddddd;
	cursor: pointer;
	height: 1.35em;
	width: 1.5em;
	text-align: center;
	margin: 0px;
	border: 1px solid #333;
	border-radius: 0.2em;
	box-shadow: 4px 4px 3px #888;
}

.dragDropAimTable {
	width: 100%;
	height: 100%;
}

.dragdropmessage {
	text-align: center;
	padding: 1em;
}

.draganddropsmaps {
	height: 80%;
}

.draganddropmode {
	color: green;
	font-weight: bold;
}

.dragDropAimTable>tbody>tr {
	
}

.dragDropAimTable>tbody>tr>td {
	
}

.hyperlinksContents {
	width: auto;
}

.hyperlinkEntry {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.hyperlinkToClipboard {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
	padding-right: 1.5em;
}

.hyperlinkToClipboard>img {
	padding-right: 0.5em;
	height: 1.5em;
	vertical-align: bottom;
}

.newTabHyperlink {
	float: right;
	padding-top: 0.25em;
	padding-right: 2em;
}

.cookieBoard {
	background-color: #f4f4f4;
	display: none;
	position: absolute;
	top: 3.5em;
	border: 1px solid;
	border-radius: 0.8em;
	z-index: 750;
	position: absolute;
	left: 40%;
	margin: 0em;
	padding: 0.5em;
	display: none;
}

.cookieContent {
	font-size: 1.2em;
	margin: 0.5em;
}

.cookieButtons {
	text-align: center;
	align-content: center;
	margin: 0.25em;
}

.searchRedliningSwitchContainer {
	cursor: pointer;
	background-color: #eeeeee;
	padding: 2px;
}

.searchRedliningSwitchToggle {
	display: inline-block;
	padding: 2px;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
	width: 30px;
	height: 30px;
	vertical-align: bottom;
	text-align: center;
}

.searchRedliningSwitchToggleImage {
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.searchRedliningSwitchText {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	padding: 2px;
	margin-right: 2em;
}

.searchRedliningSwitchOff {
	opacity: 0;
}

.searchRedliningSwitchOn {
	opacity: 1;
}

.loginWarningImg {
	height: 1.4em;
	vertical-align: baseline;
	margin-bottom: -3px;
}

.geoJsonExportTable {
	width: 100%;
	margin-top: 1em;
}

.geoJsonExportTable>tbody>tr {
	border-bottom: 1px solid #eee;
}

.geoJsonExportTable>tbody>tr>td {
	white-space: nowrap;
	padding-right: 1em;
}

.geoJsonExportTable>tbody>tr>th {
	text-align: left;
}

.geoJsonExportButton {
	min-width: 10em;
	font-size: 0.9em;
}

.mainPanelRightButtonsContainer {
	position: absolute;
	margin: 0.2em;
	padding: 0.2em;
	z-index: 790;
}

.mainPanelRightButtons {
	display: grid;
}

#searchResetFilterBtn {
	width: 1.6em;
	height: 1.6em;
	display: none;
}

#smapsPopup {
	max-height: 80vh;
}

@media screen and (max-height: 1300px) {
	.ui-accordion .ui-accordion-content {
		max-height: 70vh;
	}
}

@media screen and (max-height: 1000px) {
	.ui-accordion .ui-accordion-content {
		max-height: 60vh;
	}
}

@media screen and (max-height: 700px) {
	.ui-accordion .ui-accordion-content {
		max-height: 50vh;
	}
}

@media screen and (max-height: 600px) {
	.ui-accordion .ui-accordion-content {
		max-height: 40vh;
	}
}