 .ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    top: 12px;
    left: -50px;
    min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-bottom-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-bottom-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}

.markerdatensatz {
	width: 51px;
	height: 70px;
	opacity: 0.8;
	
	/* background-color: #0FF; */		
	background-size: cover;
	cursor: pointer;	
}


#locationitemslist {
	background-color: #EEE;
	margin-top: -20px;
	position: relative;	
	z-index: 99999;
	border: 1px solid #000;
	padding: 5px;
	border-top: 0;
	border-radius: 3px;
	border-radius: 0 0 3px 3px;
}

.form-group #locationitemslist {
	margin-top: 0px;
}

#editlocationbutton {
	cursor: pointer;
}

#locationitemslist div {
	border-bottom: 1px dotted #000;
}


#locationitemslist div:hover {
	cursor: pointer;
	background-color: #DDD;
}

#locationitemslist div:last-child {
	border-bottom: 0px;
}

.navbar-brand {
	padding-top: 0px;
}

#right-menu-custom {
    padding-top: 0px;
}

.message-well {
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 5px;
}

.message-date {
    font-size: 70%;
}

/****** Markt- Kategorien ***/
.kategorieitem {
    min-height: 80px;
	transition-property: background-color;
 	transition-duration: 0.5s;
}

.kategorieitem:hover {
    background-color: #ebf5fa;
}

.kategorieitem > img {
    margin-right: 10px;
}

.kategorieitemtext {
    color: #000000;
}

a.typelistaction {
	margin-right: 5px;
}


/****** AutoCompleter ***/

.autocomplete-suggestions { 
	border: 1px solid #999; 
	background: #FFF; 
	overflow: auto;
}

.autocomplete-suggestion { 
	padding: 2px 5px; 
	white-space: nowrap; 
	overflow: hidden;
}

.autocomplete-selected { 
	background: #F0F0F0;
}

.autocomplete-suggestions strong { 
	font-weight: normal; 
	color: #3399FF;
}

.autocomplete-group { 
	padding: 2px 5px;
}

.autocomplete-group strong { 
	display: block; 
	border-bottom: 1px solid #000;
}
