html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-size: 1em;
  font-family: 'Arimo', sans-serif !important;
}

input {
  padding: 0.7em;
  border: solid 1px #f0f0f0;
  border-top: solid 1px #d9d9d9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.75em;
  color: #999;
}

select {
  font-size: 1em;
}

select {
  width: 87%;
}

input {
  width: 80%;
}

select.mobile {
  display: none !important;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 1.2em;
  color: #004789;
  line-height: 1.2em;
}

p {
  margin: 0.5em 0 0.5em 0;
  /* color: #717171; */
  color: black;
  font-size: 0.8em;
  line-height: 1.2em;
}

button {
  cursor: pointer;
}

.genericbuttons button, .print button {
  display: inline-block;
  color: #08508f;
  margin: 0 3px 12px 3px;
  padding-top: 8px;
  padding-top: 0px\9;
  padding-bottom: 8px;
  padding-bottom: 0px\9;
  font-size: 0.8em;
  /* fallback */
  background-color: #eeeeee;
  background-repeat: repeat-x;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#cacaca));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #eeeeee, #cacaca);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #eeeeee, #cacaca);
  /* IE 10 */
  background: -ms-linear-gradient(top, #eeeeee, #cacaca);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #eeeeee, #cacaca);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  /* Font styles */
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}

.genericbuttons button:hover, .genericbuttons button.selected, .print button:hover {
  color: #e9e9e9;
  background-color: #004a8e;
  background-repeat: repeat-x;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004a8e), to(#003e76));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #004a8e, #003e76);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #004a8e, #003e76);
  /* IE 10 */
  background: -ms-linear-gradient(top, #004a8e, #003e76);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #004a8e, #003e76);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  /* Font styles */
  text-decoration: none;
  text-shadow: 1px 0 rgba(0, 0, 0, 0.7);
}

.container {
  padding-bottom: 1em;
  background: url(../images/container-background.gif) #fafafa repeat-x;
  *zoom: 1;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  border-left: solid 2px #d1d1d1;
  border-right: solid 2px #d1d1d1;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.container .grid-header, .container .grid-footer {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  background: #555;
  padding: 0;
}

.row {
  clear: both;
}

select.hidden {
  display: none !important;
}

.loadindicator {
  margin: 0 auto;
  padding: 0;
  width: 170px;
}
.loadindicator img {
  float: left;
}
.loadindicator p {
  float: right;
}

.navitem span {
  background: url("../images/navicons.png") no-repeat;
  padding: 12px 0 12px 4.55em;
  margin: 0 auto;
  text-align: left;
}

.navitem.active {
  background: #e8e8e8;
  background: linear-gradient(bottom, #dfdfdf 15%, #f4f4f4 73%);
  background: -o-linear-gradient(bottom, #dfdfdf 15%, #f4f4f4 73%);
  background: -moz-linear-gradient(bottom, #dfdfdf 15%, #f4f4f4 73%);
  background: -webkit-linear-gradient(bottom, #dfdfdf 15%, #f4f4f4 73%);
  background: -ms-linear-gradient(bottom, #dfdfdf 15%, #f4f4f4 73%);
}
.navitem.active a {
  color: #115ca3;
}

.navitem.first span {
  background-position: 0 -100px;
}

.navitem.first.active span {
  background-position: 0 0;
}

.navitem.second span {
  background-position: 0 -500px;
}

.navitem.second.active span {
  background-position: 0 -400px;
}

.navitem.third span {
  background-position: 0 -300px;
}

.navitem.third.active span {
  background-position: 0 -200px;
}

.navitem.fourth span {
  background-position: 0 -800px;
}

.navitem.fourth.active span {
  background-position: 0 -600px;
}

.navitem.fourth.warning span {
  background-position: 0 -700px;
}

.portalLogo {
  float: left;
  margin: 0 0 0 5%;
  font-size: 1.8em;
  height: 65px;
}

.portalLogo a {
  color: #fff;
  float: left;
  padding: 12px 0 12px 200px;
  margin: 7px 0 0 0;
  background: url(../images/logo2.png) 0 0px no-repeat;
}

.pageheader {
  overflow: hidden;
  clear: both;
  background: url(../images/pageheader-bg.png) #003d6f no-repeat;
}
.pageheader div {
  overflow: hidden;
}
.pageheader a {
  display: block;
}
.pageheader ul {
  /*@include horizontal-list(); */
  overflow: hidden;
}

.main-menu {
  font-size: 0.8em;
  border-bottom: solid 1px #969696;
  background: #e0e0e0;
  background: linear-gradient(bottom, #e9e9e9 0%, #f4f4f4 34%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f4f4f4 34%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f4f4f4 34%);
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f4f4f4 34%);
  background: -ms-linear-gradient(bottom, #e9e9e9 0%, #f4f4f4 34%);
}
.main-menu li {
  width: 20%;
  float: left;
  text-align: center;
}
.main-menu li a {
  padding: 0;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #7b8290;
  font-size: 0.9em;
  text-shadow: 1px 1px 0px #f3f3f3;
  text-align: center;
  border-left: solid 1px #d6d6d6;
  border-right: solid 1px #f8f8f8;
}
.main-menu li.last {
  border-right: 0;
}

.langSelection {
  margin-right: 1em;
}

.langSelection a {
  color: #fff;
  float: right;
  font-size: 0.8em;
  margin: 1.5em 0.25em 0 0;
  border: solid 1px #396992;
  padding: 0.5em 1em 0.5em 1em;
}
.langSelection a a {
  color: #fff;
  text-decoration: none;
}

.langSelection.last {
  margin-right: 2em;
}

.boxgeneric {
  margin-top: 1em;
  line-height: 2.15em;
}
.boxgeneric #initiate-weathermap-play {
  float: left;
  margin-top: 22px;
  width: 10%;
}
.boxgeneric #initiate-weathermap-play img {
  width: 100%;
  max-width: 50px;
}
.boxgeneric header {
  font-size: 0.9em;
  padding: 0 0 0 0.75em;
  background: #013e77;
  color: #e9e9e9;
  border-bottom: solid 1px #fff;
  cursor: pointer;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.boxgeneric header.warning {
  background: #d64a4a;
  overflow: hidden;
}
.boxgeneric header.warning-combined {
  background: #d64a4a;
  overflow: hidden;
}
.boxgeneric header.warning-24h {
  background: #013e77;
  overflow: hidden;
}
.boxgeneric header.warning button, .boxgeneric header.weatherinfo button {
  background: none;
  line-height: 30px;
  padding: 0;
  margin-right: 1em;
  margin-top: 0.1em;
  border: none;
  color: #802c2c;
  font-size: 0.9em;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  cursor: pointer;
}
.boxgeneric header.weatherinfo button {
    color: #FFFFFF;
}
.boxgeneric .boxcontainer {
  overflow: hidden;
  background: #ebebeb;
  -moz-box-shadow: inset 0 0 0 1px #e7e7e7;
  -webkit-box-shadow: inset 0 0 0 1px #e7e7e7;
  box-shadow: inset 0 0 0 1px #e7e7e7;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 0.75em;
}
.boxgeneric .boxcontainer.noheader {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.boxgeneric .submenu {
  background: #ececec;
}
.boxgeneric .submenu ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.boxgeneric .submenu ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.boxgeneric .submenu ul li:first-child, .boxgeneric .submenu ul li.first {
  padding-left: 0;
}
.boxgeneric .submenu ul li:last-child {
  padding-right: 0;
}
.boxgeneric .submenu ul li.last {
  padding-right: 0;
}
.boxgeneric .submenu ul li {
  line-height: 2em;
}
.boxgeneric ul.boxelements li {
  //border-bottom: solid 1px #bcbcbc;
  //border-top: solid 1px #fff;
  overflow: hidden;
}
.boxgeneric input {
  width: 80%;
}

section.large {
  width: 66.10169%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

section.large-left {
  width: 67.10169%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}

section.small {
  width: 31.20339%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}

section.small-right {
  width: 31.20339%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

section.full {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}

.wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.wrapper footer {
  background: #004380;
  //line-height: 50px;
  padding: 1em 0 1em 0;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}

.weather-anim-image {
  max-width: 100%;
  height: auto;
}

.slider-legend {
  float: right;
  margin: 0.35em 0.4em 0 0;
  overflow: hidden;
}

.slider-legend div, .slider-legend span {
  float: left;
  line-height: 20px;
  font-size: 0.9em;
}

#slider a {
  position: absolute !important;
  outline: none;
  top: -12px;
  margin-left: -15px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: url(../images/slider-indicator-background.png) no-repeat center center !important;
  border: none;
  width: 30px;
  height: 30px;
}

.ui-widget-content {
  //background: url(../images/slider-bg.png) no-repeat center center !important;
  //background-image: url(../images/slider-bg.png) !important;
  //height: 5px;
}

.ui-tooltip {
  display: inline-block !important;
  z-index: 9999 !important;
  font-size: 0.75em !important;
  height:auto !important;
  padding: 5px !important;
  padding: 0 0 0 0.75em;
  background: #013e77 !important;
  color: #e9e9e9 !important;
  line-height:1.5em;
  border-bottom: solid 1px #fff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;


}

.slider-container {
  margin-top: 40px;
  margin-left: 1em;
  float: left;
  width: 80%;
}

#slider {
  border: 0px;
  background: transparent;
  z-index: 9;
}

.slider-steps {
  top: -20px;
  border: 2px solid #7b8290;
  border-radius: 3px;
  float: right;
  width: 100%;
  position: relative;
  height: 20px;
}
.tick {
  position: absolute;
  text-align: center;
  left:0px;
  height:20px;
  background-color: #0e599e;
  border-left: 1px solid #ebebeb;
}
.ticktime {
  position: absolute;
  left: -1.5em;
  bottom: -30px;
  font-size: 0.7em;
  text-align: center;
  width: 3em;
}
.day {
  font-size: 1em;
}

.product-menu {
  display: block;
  overflow: hidden;
}

.product-menu-region header {
  margin: 0 0 8px 0;
  display: none;
}

.product-menu-region {
  display: block;
  position: static;
  overflow: hidden;
}

.product-menu-region.small {
  float: left;
  //width: 50%;
}

.product-menu-region button {
    font-size: 0.75em;
}

.product-menu-region.full {
  clear: both;
}

.product-menu.left {
  float: left;
  width: 82%;
//  display: inline;
}

.product-menu.right {
  float: right;
  text-align:center;
  display: inline;
  width: 18%;
}

.product-menu.mobile {
  display: none;
}

.weather-observation .metadata {
  overflow: hidden;
  /*margin: 0.25em 0 0.25em 0;*/
  margin: 0.50em 0 -0.25em 0;
}

.weather-observation.metadata span {
  margin-right: 12px;
  padding-left: 15px !important;
  color: #000;
}

.weather-observation .metadata p {
  font-size: 1em;
}
.weather-mode {
  font-size: 1.3em !important;
  padding: 0.5em 0 0.5em 0;
}

span.marker {
  margin-right: 12px;
  padding-left: 15px !important;
  color: #777;
  background: url(../images/metadata-icon-marker.png) left no-repeat;
}

span.clock {
  margin-right: 12px;
  padding-left: 15px !important;
  color: #777;
  background: url(../images/metadata-icon-clock.png) left no-repeat;
}

span.flag {
  margin-right: 12px;
  padding-left: 15px !important;
  color: #777;
  background: url(../images/metadata-icon-flag.png) left no-repeat;
}

.weather-observation {
  padding-left: 0.75em;
  //padding-bottom: 0.75em;
  line-height: 1.5em;
}
.weather-observation aside {
  float: left;
  width: 10%;
}
.weather-observation span {
  float: left;
  font-size: 0.8em;
}
.weather-observation p {
  //padding: 0;
  padding: 0 0 0 40px;
  text-indent: -40px;
  margin: 0;
  font-family: "Lucida Console", Monaco, monospace !important;
}

#weatherinfo .weather-observation p {
  text-indent: 0px;
  padding: 0px;
}

.weather-observation.odd {
  background: #dfdfdf;
}

.observation {
  clear: both;
}

#weather-map {
  width: 100%;
  height: 30em;
}
#scrolling {
  display: none;
  border: 1px dashed red;
  padding-left: 5px;
}
.scroll {
  /*display: block !important;*/
}

#addLookupItem {
  display: block;
  overflow: hidden;
  margin: 6px 0 6px 0;
}
#addLookupItem p, #addLookupItem img {
  float: left;
}
#addLookupItem p {
  padding: 7px 0 0 0;
  font-size: 0.8em;
}

#textproduct-querysettings-radius {
  width: 40px;
  margin: 0 0.5em 0 0.5em;
}
#weathermap-indicator-cont {
  //position: relative;
  //float: right;
  position: absolute;
  top: -35px;
  left: -85px;
  width: 200px;
  text-align:center;
}
#weathermap-indicator {
  //position: absolute;
  //margin: 12px 0 0 12px;
  //margin: 12px;
  //padding: 0 8px 0 8px;
  //right: 0px;
  //top: -70px;
  color: #fff;
  border-radius: 3px;
  background: #003e76;
  z-index: 25;
  font-size: 1.1em;
  padding: 4px;
  margin: 0 auto;
}
/*
#weathermap-indicator:hover {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
   filter: alpha(opacity=10);
   -khtml-opacity: 0.1;
   -moz-opacity: 0.1;
   opacity: 0.1;
}
*/
#weathermap-images {
  position: relative;
  z-index: 15;
}

#anim-background {
  position: relative;
  z-index: 5;
}

#anim-background img {
  position: absolute;
  /* Use same setting as with other elements on map view */
  max-width: 100%;
  height: auto;
}

#anim-foreground {
  position: relative;
  z-index: 20;
}

#anim-foreground img {
  position: absolute;
  /* Use same setting as with other elements on map view */
  max-width: 100%;
  height: auto;
}

#anim-foreground-cumulative {
  position: relative;
  z-index: 21;
}

#anim-foreground-cumulative img {
  position: absolute;
  /* Use same setting as with other elements on map view */
  max-width: 100%;
  height: auto;
}

#anim-icao {
  position: relative;
  z-index: 30;
}

#weathermap-unofficial,#weathermap-unofficial2 {
	position: absolute;
	display: none;
	z-index: 20;
	font-size: 14px;
	line-height: 1.2;
	max-width: 190px;
	color: white;
	background-color: gray;
	opacity: 0.8;
	border: 1px solid red;
	padding: 0px 5px;
	margin: 5px;
}

#anim-icao img {
  position: absolute;
  /* Use same setting as with other elements on map view */
  max-width: 100%;
  height: auto;
}

.viscloud, .viscloudMap{
  position: relative;
}
.viscloud img, .viscloudMap img{
  position: absolute;
  max-width: 100%;
  height: auto;
}
#mapMessage{
  margin: 0;
  font-family: "Lucida Console", Monaco, monospace !important;
  font-size: 0.9em;
  padding: 0 0 0 0.75em;
  color: black;
  font-size: 0.8em;
  line-height: 1.2em;
}

.colorindicator {
  width: 13px;
  height: 13px;
  margin: 0.2em 0.3em 0 1.5em;
}

.colorindicator.observations {
  background: #9ab1c6;
}

.colorindicator.predictions {
  background: #0e599e;
}
#footer-fmi {
  display:block;
}
#mail, #phone {
  font-size: 0.8em;
  color: white;
}

@media print {
  header, footer, section {
   display: none !important;
  }
  .anim-container {
   display: block !important;
  }
  section.large {
   display: block !important;
   width: 100% !important;
  }
  #textproduct-map {
   display: none !important;
  }
  .boxcontainer {
   background: none !important;
  }
  #observation-mode, #print {
   display: none !important;
  }
  .container, .boxcontainer, .boxgeneric, .boxcontainer {
    border: none !important;
    background: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -box-shadow: none !important;
    padding: 0 0 0 0 !important;
  }
  .wrapper {
    margin: 0 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  #print {
    display: none;
  }
  .genericbuttons button {
    margin-left: 2px;
  }
  .langSelection {
    margin-right: 0.8em;
  }

  .container {
    padding: 0 !important;
  }

  .boxgeneric header, .boxgeneric section.noheader {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  li.portalLogo {
    margin: 0 0 0 0.25em;
  }

  section.large, section.large-left {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
  }

  section.small, section.small-right {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
  }

  nav.main-menu li span {
    display: none;
  }
  nav.main-menu li img {
    float: none;
    margin: 0 auto;
  }

  .navitem a {
    background: url("../images/navicons.png") no-repeat;
  }

  .navitem.first a {
    background-position: center -97px;
  }

  .navitem.first.active a {
    background-position: center 3px;
  }

  .navitem.second a {
    background-position: center -497px;
  }

  .navitem.second.active a {
    background-position: center -397px;
  }

  .navitem.third a {
    background-position: center -297px;
  }

  .navitem.third.active a {
    background-position: center -197px;
  }

  .navitem.fourth a {
    background-position: center -797px;
  }

  .navitem.fourth.active a {
    background-position: center -597px;
  }

  .navitem.fourth.warning a {
    background-position: center -697px;
  }

  .product-menu.right {
    float: none;
    width: 100%;
  }

  .product-menu.right select {
    width: 45%;
    margin-right: 12px;
    float: left;
  }

  select.mobile {
    display: inherit;
  }

  .product-menu.desktop {
    display: none;
  }

  .product-menu.mobile {
    display: inherit;
  }

  button {
    font-size: 0.8em !important;
  }
  #weather-map {
    overflow: auto;
    //height: 20em !important;
  }
  .legend-param {
    float: left;
    padding-left: 20px;
  }
  select.mobile {
    display: block !important;
  }
  /* openlayers mobile draw fix test */
  #textproduct-map .boxcontainer{
    //z-index: 999;
    //position: relative;
    //top: 0px;
    //height: 100%;
    //width: 100%;
  }
  .olMap {
    position: relative;
    //width: 100%;
    //height: 100%;
  }
  .boxgeneric {
      //display: none;
  }
  section.position {
      position:static;
      top: 0px;
      background: white;
      width: 100%;
  }
  .portalLogo a {
      color: #fff;
      float: left;
      padding: 12px 0 12px 53px;
      margin: 7px 0 0 0;
      background: url(../images/logo1.png) 0 0px no-repeat;
}

}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .navitem span {
    background: url("../images/navicons@2x.png") no-repeat;
    background-size: 56px 900px;
  }
}
@media only screen and (max-width: 800px) {
  .navitem span {
    padding-left: 6em !important;
  }

  .main-menu a {
    font-size: 0.6em !important;
    letter-spacing: 0;
  }

  button {
    font-size: 0.5em;
  }
  .product-menu-region button {
    font-size: 0.6em;
  }

}

.placeWrapper {
    width: 87%;
    font-size: 1em;
}
.autocompleteInfo {
    color: #777;
    font-size: 0.75em;
    padding-left: 0.7em;
}
.placeName {
    padding-left: 0.7em;
    font-size: 0.75em;
    border-bottom: dashed 1px #777;
}
.closeButton {

}

#error {
    display: none;
}


@font-face {
  font-family: 'Arimo';
  font-weight: 400;
  font-style: normal;
  src: url('/stylesheets/fonts/Arimo-regular/Arimo-regular.eot');
  src: url('/stylesheets/fonts/Arimo-regular/Arimo-regular.eot?#iefix') format('embedded-opentype'),
       local('Arimo'),
       local('Arimo-regular'),
       url('/stylesheets/fonts/Arimo-regular/Arimo-regular.woff2') format('woff2'),
       url('/stylesheets/fonts/Arimo-regular/Arimo-regular.woff') format('woff'),
       url('/stylesheets/fonts/Arimo-regular/Arimo-regular.ttf') format('truetype'),
       url('/stylesheets/fonts/Arimo-regular/Arimo-regular.svg#Arimo') format('svg');
}


/* llf */

#weather-map-llf {
  height: 30em;
}

#overview_title, #overview_forecast, #overview_forecast_heading {
  margin: 0.5em 0 0.5em 0;
  /* color: #717171; */
  color: black;
  font-size: 0.8em;
  line-height: 1.2em;
}

#overview_title {
  font-weight: bold;
}

#overview_forecast_heading {
  font-weight: bold;
}

.llf-popup-content {
  font-size: 12px;
  line-height: 1.4;
}

.llf-popup-content h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.label table {
	background: rgba(255, 255, 255, 1);
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border-collapse: separate;
	border-spacing: 2px;
}


.label td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: black;
  font-size: 13px;
  line-height: 15px;
}

.legend-container {
  height: 100px;
}

#disclaimer {
  line-height: 1.2em;
  font-size: 0.8em;
  margin: 0.5em 0 0.5em 0;
}

.overview-text {
  line-height: 1.2em;
  font-size: 0.8em;
  margin: 0.5em 0 0.5em 0;
}

.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;
  bottom: 12px;
  left: -50px;
  min-width: 200px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-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: "✖";
}
