/* Weather365.net Station Weather Component - Maschinenringe Deutschland
	(c) 2015-17 Weather365 LTD. Maximilian Bandle
*/
#wx365StationMap {
	width: 100%;
	height: 700px;
}

#wx365StationMap.fullscreen {
	position: fixed !important;
	width: auto;
	height: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
}

.wx365modal .modal-body {
	padding-top: 0;
}

.wx365modal .modal-header {
	border-bottom: none !important; 
	padding-bottom: 0;
}

.wx365modal #wx365StationDetail hr {
	border-color: #2C3E50;
}

#wx365StationDetail hr {
	border: 2px solid #494949;
	margin: 1em 0;
}

#wx365StationDetail {
	background: #FFF;
	overflow: hidden;
	transition: height 0.5s;
}

#wx365StationDetail .wxgraphs .graph {
	width: 100%;
	height: 150px;
	margin-bottom: 1em;
}

#wx365StationDetail table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}

#wx365StationDetail table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

#wx365StationDetail table td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

#wx365StationDetail table th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

#wx365StationDetail img {
	position: relative;
	width: 100%;
}

.blur > * {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

/*
	TODO Make it spin
.blur::before {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
	width: 48px;
	height: 48px;
	position: relative;
	left: 50%;
	top:50px;
	margin-left: -24px;
	margin-top: -48px;
	font: normal normal normal 48px / 1 FontAwesome;
	content: "\f110";
	color: #494949;
	background: #e3e3e3;
}*/

.leaflet-bar.leaflet-fullscreen a:before {
	display: inline;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0.5em;
    content: "\f0b2";
}

.fullscreen .leaflet-bar.leaflet-fullscreen a:before {
    content: "\f00d";
}

.fullscreen .leaflet-bar.leaflet-fullscreen a:after {
	content: " schließen";
}

.leaflet-bar.leaflet-fullscreen a, .leaflet-bar.leaflet-fullscreen a:hover {
	cursor: pointer;
	width: auto;
	padding: 0 0.5em 2em;
	font-weight: bold;
}

#wx365StationSwitch.fullscreen {
	position: fixed !important;
	width: auto;
	height: auto;
	left: 50%;
	top: 0.5em;
	z-index: 1001;
	background: none;
	text-align: center;
	transform: translate(-50%, 0);
}

#wx365StationSwitch.fullscreen ul {
	border: none;
}

#wx365StationSwitch.fullscreen li a {
	background: #fff;
	border: 1px #2C3E50 solid;
	padding: 0.5em;
	margin: 0;
	color: #000;
}

#wx365StationSwitch.fullscreen li.active a {
	background: #2C3E50;
	border: 1px white solid;
	color: #fff;
}

.wxlegend {
    line-height: 1.5em;
    color: #555;
}
.wxlegend i {
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-right: 1em;
    opacity: 0.8;
}

.info {
    padding: 6px 8px;
    font-family:  Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.wx365marker .wxinfo {
	position: absolute;
	background: white;
	width: 20px;
	height: 20px;
	z-index: 1;
	border-radius: 10px;
	border:1px solid #2C3E50;
	text-align: center;
	font-color:#333;
}

.wx365marker .wxinfo {
	left:30px;
	top:0px;
}


.wx365marker.single .wxinfo {
	display: none;
}


.wx365marker .wxinfo.wide {
	width: 30px;
}

.wx365marker.mr .wxinfo {
	background: url("./mr.png");
	background-size: 100%;
	border: none;
	display: block;
}


.wx365marker.group .wxout {
	width: 50px;
	height: 50px;
	mask-image: url(marker-group.svg);
	-webkit-mask-image: url(marker-group.svg);
	padding: 10px;
}

.wx365marker.single .wxout {
	width: 50px;
	height: 50px;
	mask-image: url(marker-single.svg);
	-webkit-mask-image: url(marker-single.svg);
	padding: 10px;
}

.wx365marker.group.wind .wxout {
	width: 50px;
	height: 50px;
	-webkit-mask-image: url(marker-wind-gmask.svg);
	background-image: url(marker-wind-arrow.svg);
	padding: 10px;
}

.wx365marker.single.wind .wxout {
	width: 50px;
	height: 50px;
	-webkit-mask-image: url(marker-wind-smask.svg);
	background-image: url(marker-wind-arrow.svg);
	padding: 10px;
}

.wx365marker .wxin {
	width: 30px;
	height: 30px;
	padding: 0px;
	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.wx365marker span {
	line-height: 30px;
	font-weight: bold;
}


.wx365marker-c-f600ff .wxout {background-color: rgba(246,0,255,0.8);}
.wx365marker-c-de00ff .wxout {background-color: rgba(222,0,255,0.8);}
.wx365marker-c-c000ff .wxout {background-color: rgba(192,0,255,0.8);color:#FFF;}
.wx365marker-c-a200ff .wxout {background-color: rgba(162,0,255,0.8);color:#FFF;}
.wx365marker-c-8a00ff .wxout {background-color: rgba(138,0,255,0.8);color:#FFF;}
.wx365marker-c-6c00ff .wxout {background-color: rgba(108,0,255,0.8);color:#FFF;}
.wx365marker-c-4e00ff .wxout {background-color: rgba(78,0,255,0.8);color:#FFF;}
.wx365marker-c-2a00ff .wxout {background-color: rgba(42,0,255,0.8);color:#FFF;}
.wx365marker-c-0006ff .wxout {background-color: rgba(0,6,255,0.8);color:#FFF;}
.wx365marker-c-0054ff .wxout {background-color: rgba(0,84,255,0.8);color:#FFF;}
.wx365marker-c-0078ff .wxout {background-color: rgba(0,120,255,0.8);color:#FFF;}
.wx365marker-c-0096ff .wxout {background-color: rgba(0,150,255,0.8);}
.wx365marker-c-00b4ff .wxout {background-color: rgba(0,180,255,0.8);}
.wx365marker-c-00faff .wxout {background-color: rgba(0,250,255,0.8);}
.wx365marker-c-00ffdc .wxout {background-color: rgba(0,255,220,0.8);}
.wx365marker-c-00ff90 .wxout {background-color: rgba(0,255,144,0.8);}
.wx365marker-c-00ff72 .wxout {background-color: rgba(0,255,114,0.8);}
.wx365marker-c-00ff42 .wxout {background-color: rgba(0,255,66,0.8);}
.wx365marker-c-36ff00 .wxout {background-color: rgba(54,255,0,0.8);}
.wx365marker-c-90ff00 .wxout {background-color: rgba(144,255,0,0.8);}
.wx365marker-c-d8ff00 .wxout {background-color: rgba(216,255,0,0.8);}
.wx365marker-c-ffea00 .wxout {background-color: rgba(255,234,0,0.8);}
.wx365marker-c-ffd200 .wxout {background-color: rgba(255,210,0,0.8);}
.wx365marker-c-ffc000 .wxout {background-color: rgba(255,192,0,0.8);}
.wx365marker-c-ffb400 .wxout {background-color: rgba(255,180,0,0.8);}
.wx365marker-c-ffa200 .wxout {background-color: rgba(255,162,0,0.8);}
.wx365marker-c-ff9000 .wxout {background-color: rgba(255,144,0,0.8);}
.wx365marker-c-ff7200 .wxout {background-color: rgba(255,114,0,0.8);}
.wx365marker-c-ff5400 .wxout {background-color: rgba(255,84,0,0.8);color:#FFF;}
.wx365marker-c-ff3600 .wxout {background-color: rgba(255,54,0,0.8);color:#FFF;}
.wx365marker-c-ff0000 .wxout {background-color: rgba(255,0,0,0.8);color:#FFF;}
.wx365marker-c-ff006c .wxout {background-color: rgba(255,0,108,0.8);color:#FFF;}
.wx365marker-c-ff0096 .wxout {background-color: rgba(255,0,150,0.8);color:#FFF;}
.wx365marker-c-ff00c8 .wxout {background-color: rgba(255,0,200,0.8);color:#FFF;}
.wx365marker-c-ff00ff .wxout {background-color: rgba(255,0,255,0.8);color:#FFF;}

.wx365marker-c-ccff66 .wxout {background-color: rgba(204,255,102,0.8);}
.wx365marker-c-66ff66 .wxout {background-color: rgba(102,255,102,0.8);}
.wx365marker-c-80ff00 .wxout {background-color: rgba(128,255,0,0.8);}
.wx365marker-c-ffff66 .wxout {background-color: rgba(255,255,102,0.8);}
.wx365marker-c-ffff00 .wxout {background-color: rgba(255,255,0,0.8);}
.wx365marker-c-ffcc66 .wxout {background-color: rgba(255,204,102,0.8);}
.wx365marker-c-ff6666 .wxout {background-color: rgba(255,102,102,0.8);}
.wx365marker-c-ff8000 .wxout {background-color: rgba(255,128,0,0.8);}
.wx365marker-c-ff0000 .wxout {background-color: rgba(255,0,0,0.8);}
.wx365marker-c-ff0080 .wxout {background-color: rgba(255,0,128,0.8);}
.wx365marker-c-ff00ff .wxout {background-color: rgba(255,0,255,0.8);}
.wx365marker-c-8000ff .wxout {background-color: rgba(128,0,255,0.8);}
.wx365marker-c-800080 .wxout {background-color: rgba(128,0,128,0.8);}
.wx365marker-c-400080 .wxout {background-color: rgba(64,0,128,0.8);}

.wx365marker-c-ffe7a6 .wxout {background-color: rgba(255,231,166,0.8);}
.wx365marker-c-feffa6 .wxout {background-color: rgba(254,255,166,0.8);}
.wx365marker-c-fdff7a .wxout {background-color: rgba(253,255,122,0.8);}
.wx365marker-c-fcff22 .wxout {background-color: rgba(252,255,34,0.8);}
.wx365marker-c-ffff00 .wxout {background-color: rgba(255,255,0,0.8);}
.wx365marker-c-e1ff32 .wxout {background-color: rgba(225,255,50,0.8);}
.wx365marker-c-beff6b .wxout {background-color: rgba(190,255,107,0.8);}
.wx365marker-c-82ff6b .wxout {background-color: rgba(130,255,107,0.8);}
.wx365marker-c-64ff6b .wxout {background-color: rgba(100,255,107,0.8);}
.wx365marker-c-36ff36 .wxout {background-color: rgba(54,255,54,0.8);}
.wx365marker-c-4bf582 .wxout {background-color: rgba(75,245,130,0.8);}
.wx365marker-c-5fe1bd .wxout {background-color: rgba(95,225,189,0.8);}
.wx365marker-c-6ed2dc .wxout {background-color: rgba(110,210,220,0.8);}
.wx365marker-c-7ac3ff .wxout {background-color: rgba(122,195,255,0.8);}
.wx365marker-c-7aabff .wxout {background-color: rgba(122,171,255,0.8);}
.wx365marker-c-7a8dff .wxout {background-color: rgba(122,141,255,0.8);}
.wx365marker-c-bc7aff .wxout {background-color: rgba(188,122,255,0.8);}
.wx365marker-c-e47aff .wxout {background-color: rgba(228,122,255,0.8);}

.wx365marker-c-c0c0c0 .wxout {background-color: rgba(192,192,192,0.8);}

.leaflet-container a.btn {
	color: white;
}

/* IE 6-8 fallback colors */
.leaflet-oldie .wx365marker {
	background-color: rgb(181, 226, 140);
}

#charts {
	position:absolute;
	right:0px;
	top:0px;
	bottom: 0px;
	width: 100%;
	z-index: 0;
	padding: 2em;
	padding-top: 4em;
	overflow: scroll;
}

.leaflet-div-icon {
	opacity:0.75;
	border:none;
}

.leaflet-div-icon div {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	height: 20px;
	width: 40px;
	margin-left: -15px;
	margin-top:-5px;
	text-align: center;
	font-weight: bold;
}

#curData tr td:nth-child(2) {
	font-family: Verdana, Geneva, sans-serif;
	padding:4px;
	font-size: 1.1em;
	font-weight: bolder;
	color: #140080;
	
}
#curData tr td:first-child {
	font-family: Verdana, Geneva, sans-serif;
	padding:4px;
	font-size: 1em;
	font-weight: bold;	
}

.leaflet-tooltip-bottom {
	margin-top: 26px;
}
.leaflet-tooltip-top {
	margin-top: -26px;
}
.leaflet-tooltip-left {
    margin-left: -26px;
}
.leaflet-tooltip-right {
    margin-left: 26px;
}

.leaflet-popup-content hr {
	margin: 0.5em 0;
}

@media (min-width: 670px) {
	.wx365mobile {display: none;}
	
	.wx365Switch {
	background: #494949;
}

.wx365Switch ul {
	width: 100%;
	color: #44bb11;
	border-bottom: 5px solid #e3e3e3;
	padding: 0.5em 0 0 0.5em;
	margin: 0;
	overflow: hidden;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.wx365Switch li {
	font-size: 17px;
	display: block;
	float: left;
	line-height: 1em;
	margin-right: 2px;
	cursor: pointer;
}

.wx365Switch li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 20px 13px;
	border-bottom: 2px solid transparent;
}

.wx365Switch li:hover a {
	border-color: #494949;
}

.wx365Switch li.active a {
	border-color: #e3e3e3;
}

.wx365Switch li.active a, .wx365Switch li:hover a  {
	background: #e3e3e3;
	color: #494949;
}

.modal .wx365Switch {
	background: transparent;
	padding-bottom: 1em;
}

.modal .wx365Switch ul {
	border-bottom-color: #2C3E50;
}

.modal .wx365Switch li a {
	color: #000;
}

.modal .wx365Switch li:hover a {
	border-color: #fff;
}

.modal .wx365Switch li.active a {
	border-color: #2C3E50;
}

.modal .wx365Switch li.active a, .modal .wx365Switch li:hover a  {
	background: #2C3E50;
	color: #fff;
}

}

@media (max-width: 780px) {
input[type=checkbox].wx365mobile {
   position: absolute;
   top: -9999px;
   left: -9999px;
}

label.wx365mobile {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

label.wx365mobile {
    display:inline-block;
    background:#494949;
    border: 2px solid #e3e3e3;
    color: #FFF;
    margin:.5em 0;
    padding:1em;
}

input[type=checkbox].wx365mobile:checked ~ label.wx365mobile {
	background:#e3e3e3;
	color: #494949;
	border-bottom: none;
	margin-bottom: 0;
}

input[type=checkbox].wx365mobile:checked ~ label.wx365mobile:before,
input[type=checkbox].wx365mobile:checked ~ label.wx365mobile:after {
    content: "\f077";
}

label.wx365mobile:before, label.wx365mobile:after {
	display: inline;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 .5em;
    content: "\f078";
}

label.wx365mobile:hover {
	background:#e3e3e3;
	color: #494949;
}

.wx365Switch ul {
	width: 100%;
	border: 2px solid #e3e3e3;
	background: #494949;
	display: none;
	padding: 0;
	overflow: hidden;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.wx365Switch li {
	display: block;
	cursor: pointer;
}

.wx365Switch li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1em .5em;
	width: 100%;
	border-bottom: 2px solid #e3e3e3;
}
.wx365Switch li:last-child a {
	border-bottom: none;
}

.wx365Switch li.active a, .wx365Switch li:hover a  {
	background: #e3e3e3;
	color: #494949;
}

input[type=checkbox].wx365mobile:checked ~ ul {display: block;}



#wx365StationSwitch.fullscreen label.wx365mobile {
	border-color: #2C3E50;
	background: #FFF;
	color: #2C3E50;
	padding: .5em;
}

#wx365StationSwitch.fullscreen label.wx365mobile:hover, 
#wx365StationSwitch.fullscreen input[type=checkbox].wx365mobile:checked ~ label.wx365mobile{
	background: #2C3E50;
	color: #FFF;
}
}

#wxdwdwarn b {
	cursor: pointer;
}

@media (max-width: 400px) {
	#wx365StationSwitch.fullscreen {
	left: 70px;
	transform: translate(0, 0);
}
}

.wx365-loading {
	display: none;
	margin: 20px auto -170px;
	width: 150px;
	height: 150px;
	z-index: 1001;
	position: relative;
}

.wx365-loading svg {
	width: 100%;
	stroke-width: 2;
    stroke-linecap: round;
    stroke: #2C3E50;
    fill: transparent;
	animation: wx365dash 2.5s ease infinite,wx365rotate 2s linear infinite;
}

.blur .wx365-loading {
	display: block;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
}

@keyframes wx365dash {
	0% {
		stroke-dasharray: 1,76;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 68,76;
		stroke-dashoffset: -22;
	}
	100% {
		stroke-dasharray: 68,76;
		stroke-dashoffset: -74;
	}
}

@keyframes wx365rotate {
	0% {transform: rotate(0deg); }
	100% {transform: rotate(360deg); }
}


button.btn.wx365bookmark {
	float: right;
}

.wx365modal button.btn.wx365bookmark {
	margin-right: 2em;
}

@media (min-width: 768px) { .wx365modal .modal-dialog {
	width: 90% !important;
}}