<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgb(14, 21, 30);
    height: 100%;
	font-family: arial, sans-serif;
}*/

#map {
  /*  position: absolute;*/
    min-height:400px;
    height: 100%;
    width: 100%;
   /* background-color: #333;*/
}
@media screen and (max-width: 768px) {
	#map {
		min-height: 300px;
		height: 100%;
	}
}

.overlay_panel, .overlay_panel_always_hide {
    padding: 2px 4px 2px 4px;
    position: absolute;
    bottom: 74px;
    right: 5px;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    font-size: 14px;
}
.overlay_panel {
	display: none;
}

#timestamp {
	bottom : 168px;
}
#debug_info {
	font-size: 14px;
	bottom: 5px;
	opacity: 0;
}
.button {
	display: inline-block;
	min-width: 25px;
	height: 25px;
	background: rgba(0, 0, 0, 0.85);
	padding: 2px;
	text-align: center;
	color: #FFFFFF!important;
	border: #333 solid 1px;
	margin: 10px;
	cursor: pointer;
}
.button:hover {
	background: rgba(50, 50, 50, 0.85);
	border: #000 solid 1px;
}
#wid-lighting-rainfall-nowcast .fa {
    font-size: 20px;
    position: absolute;
	margin-left: -8px;
}

.slidecontainer {
	width: 95%;
    z-index: 1000000;
    position: absolute;
    bottom: 42px;
    right: 2px;
    background: initial;
}
.slider {
  -webkit-appearance: none; 
  appearance: none;
  width: 100%;
  height: 25px;
  background: rgba(0, 0, 0, 0.85);
  outline: none;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: white;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: white;
  cursor: pointer;
}

#legend {
	position: absolute;
	bottom: 160px;
	right: 10px;
	z-index: 1000000;
	background-color: rgba(0, 0, 0, 0.65);
	color: white;
	padding: 8px;
}
.legend_row {
	/*width: 150px;*/
	//height: 2px;
}
.legend_color {
	width: 140px;
	height: 4px;
	display: block;
	//border: 1px solid white;
	margin: 0px auto;
}
.legend_label {
	display: inline-block;
	text-align: right;
	/*width: 110px;*/
	//height: auto;
	//float: right;
	//padding: 0px 4px;
}
.legend_title {
	font-weight: bold;
	//font-size: 14px;
}
.legend_text {
	text-align: center;
	padding: 6px 2px;
}

#cur_rflg_data_timestamp_div {
	position: absolute;
    bottom: 92px;
    left: 10px;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    padding: 6px;
    font-size: 14px;
	width: 48px;
}

#cur_rflg_data_timestamp_div img {
	width: 24px;
}

.cur_time_span_class {
	/*padding: 0px 10px;*/
}

#timestamp_info_0 {
	text-align: right;
}
#timestamp_info_1, #timestamp_info_2 {
	text-align: right;
}
#timestamp_info_1, #timestamp_info_0 {
	font-size: 14px;
}

.fa-exclamation-triangle-exclaim {
	font-size: 14px !important;
	color: #FFAE42;
	vertical-align: top;
}

#rfImage404alert, #lgImage404alert {
	display: none;
}

.rflg_timeslot {
	display: inline-block;
	/*border: 1px solid #FFF;*/
}
table tr td {
	/*border: 1px #fff solid;*/
}
td {
	min-width: 20px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	border-radius: 0px !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
	color: white !important;
}
#printlogDiv {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1000000;
	background-color: rgba(0, 0, 0, 0.65);
	color: white;
	padding: 8px;
	
	display: none;
}
#timeslot_table img {
	width: 50px;
}



#umbrellaManGraphContainer {
	width: 100%; min-height: 20px; display: none; padding-bottom: 5px; background-color: #353A43;
}
#timeslot-pos {
	color: #b8b8b8;
}
.emptyDiv {
	width:16.66%;float: left;min-height: 72px;
}
.firstDiv {
	width:16.66%;border-top: 1px solid #555659;border-left: 1px solid #555659;border-bottom: 1px solid #fff;min-height: 72px;float: left;
}
.secondDiv {
	width:16.66%;float: left;border-top: 1px solid #555659;border-right: 1px solid #555659;border-bottom: 1px solid #fff;min-height: 72px;
}
.restDiv {
	width:16.66%;border-top: 1px solid transparent; border-bottom: 1px solid #fff; min-height: 72px;float: left;
}
.emptyTimeslotDiv {
	float: left; width: 8.33%; min-height: 10px;
}
.timeslotDiv {
	float: left; width: 16.66%; min-height: 10px;
}
.iamadot {
	width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    margin: -6px auto 0 auto;
}
.timeslot {
	color: #fff;
    width: 100%;
    text-align: center;
	margin-top: 2px;
}
.icon-wx-container {
	width: 100%;
	height: 42px;
	/*border: 1px solid #0f0;*/
	text-align: center;
}
.icon-wx-container img {
	width: 50%;
	max-width: 41px;
    margin-top: 4px;
    /*border: 1px solid #eee;*/
}
.icon-uman-container {
	width: 100%;
    height: 30px;
    /*border: 1px solid #00f;*/
    text-align: center;
    padding-top: 0px;
}
.icon-uman-container img[src*='umbrella'] {
	/*width: 20px;*/
	width: 14px;
	margin-top: 3px;
}
.icon-uman-container img[src*='lightning'] {
	/*width: 40px;*/
	width: 32px;
	margin-top: 5px;
}
.home-control {
    position: absolute;
    /*top: 26px;*/
	margin-top: 26px;
    left: 0px;
    z-index: 1000000;
    color: #fff;
    font-size: 14px;
}
.home-control .button {
	padding-left: 0px;
}
.zoom-in-control {
    position: absolute;
    /*top: 0px;*/
    left: 0px;
    z-index: 1000000;
    color: #fff;
    font-size: 14px;
}
.zoom-out-control {
    position: absolute;
    /*top: 52px;*/
	margin-top: 52px;
    left: 0px;
    z-index: 1000000;
    color: #fff;
    font-size: 14px;
}
.zoom-in-control .button, .zoom-out-control .button {
	padding-left: 3px;
}
#marker-loc-name {
	text-align: center;
	padding-bottom: 2px;
}
@media screen and (max-width: 375px) {
	.icon-wx-container img {
		width: 75%;
	}
}
@media screen and (max-width: 414px) {
	.icon-wx-container img {
		width: 65%;
	}
}
</pre></body></html>