

html,
body {
	height: 100%;
	width: 100%;
}
body {
	overflow: hidden;
	margin: 0;
	background: rgba(0,0,0,0);
	color: black;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 800px;
	height: 600px;
}
#map {
	width: 800px;
    height: 500px;
}
body.full-screen,
body.full-screen #map{
	height: 100%;
	width: 100%;
	top:0;
}
#head,
#group {
	display:none;
}

/* ----- Message details --------------- */

.leaflet-popup-pane {
	cursor: -webkit-grab;
}
.leaflet-popup-content-wrapper {
	cursor: context-menu !important;
}
.poi-detail-header {
    margin-bottom: 12px;
}
.poi-detail-header table {
	width: 95%;
}
.poi-detail-header-icon {
	width:30px;
}
.poi-detail-header-icon img {
	width: 22px;
	height: 22px;
}
.poi-detail-headtext {
	font-weight: bold;
    line-height: 15px;
}
.poi-detail-content table {
	border-spacing: 1px;
}
.gap {
	font-size: 5px;
}
.headline {
	font-weight: bold;
}
.hint {
	font-size: 10px;
}
.state {
	font-size: 10px;
	font-style: italic;
}
.leaflet-popup-scrolled {
	border:0;
}
.leaflet-popup-content {
    margin: 16px 18px;
}
.leaflet-control-layers-toggle {
    width: 36px !important;
    height: 36px !important;
}
.leaflet-touch .leaflet-bar a {
    width: 26px !important;
    height: 26px !important;
}
.leaflet-tooltip {
	padding:2px 2px 0;
}
.tooltip {
	overflow:hidden;
}
.tooltip .tooltip-text {
	position: relative;
    top: -3px;
	display:inline-block;
	margin-left:5px;
}
.tooltip img {
	display:inline-block;
	width:18px;
	height:18px;
	margin:0;
	padding:0;
}
#menu {
	margin: 0;
}
#search {
	margin: 5px 0 9px 0;
}
#searchtext {
	font-size: 12px;
	width: 720px;
}
#search input:focus {
	outline-color: #CC0033;
}
#search input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
}
.search-hint {
	font-size: 11px;
}
#menu table {
	border-spacing: 4px 0;
}
#menu td {
	background-color: #E1E1E1;
	border-collapse: collapse;
	font-size: 12px;
	padding: 3px 8px;
}
#menu img {
	height: 9px;
}
#group table {
	border-spacing: 2px 0;
}
#group td {
	background-color: #E1E1E1;
	border-collapse: collapse;
	font-size: 11px;
	padding: 3px 8px;
}
#group th {
	font-weight: normal;
	font-size: 11px;
}

/* ----- Abbreviations --------------- */

#abbr,
#list {
	display:none;
}
#abbr th, #abbr td {
	padding-right: 30px;
	text-align: left;
}
#abbr th {
    line-height: 30px;
}
.abbr-headline {
	margin-left: 3px;
}
.abbr-icon {
	height: 18px;
}
#list, #abbr {
    position: absolute;
    left: 0px;
    top: 130px;
    width: 800px;
    height: 470px;
    overflow: auto;
}
.list-icon {
	width:22px;
	height:22px;
}

/* ----- Message list --------------- */

.ui-accordion .ui-accordion-content {
    padding: 5px 0;
}
.ui-state-default, .ui-state-focus  {
	background: #f0f0f0;
	border: none !important;
}
.ui-state-active {
	border: 1px solid #ccc;
	background: #e1e1e1;
}
.ui-state-hover {
	border: 1px solid #ccc;
	color: #CC0033 !important;
	background: #e1e1e1;
}
.ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 1px !important;
    padding: .2em .5em .2em .7em !important;
}
.ui-accordion-icons {
 	padding-left: 0.5em !important;
 }
#list-content a {
    text-decoration: none;
}
#list-content a:hover {
    color: #CC0033;
}
#list-content table {
    width:100%;
}
#list-content table td:first-child {
    width:50px;
}
.list-group-headline {
	font-size: 14px;
	margin-left: 3px;
	color: #00008B;
}
.list-group table{
	border-spacing: 8px;
}
.list-item-headline {
	font-weight: bold;
}
.list-icon {
	padding-left: 15px;
}
.list-item {
	padding-bottom: 15px;
	color: #00008B;
}
.ui-widget-content a {
	text-decoration: none;
	color: #00008B ;
}
.ui-widget-content a:hover {
	color: #CC0033;
}

.list-nofound {
    margin-left: 48px;
    line-height: 70px;
}
.list-count {
	font-size: 11px;
	margin-bottom: 15px;
	margin-left: 3px;
}

#tse-legend {
	position:absolute; right: 5px; bottom:15px;
	background-color: white;
	z-index: 999;
	cursor: context-menu !important;
}
.leg-value {
	width: 28%;
	border-top:white 5px solid; 
	border-bottom:white 5px solid;
	line-height: 12px;
}
.leg-text {
	width: 72%;
	padding-left: 5px;
	line-height: 12px;
}
