@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}* {
  box-sizing: border-box;
}
.small-text,
.station-title .station-info .station-type-description,
.station-value-expired,
.station-measurement-time,
.station-value-expired-critical {
  font-size: 11px;
  color: graytext;
}
.station {
  max-width: 807px;
  min-width: 402px;
  background: #fff;
  border: 1px #eee solid;
  padding: 5px 14px 5px 5px;
}
.station-title {
  position: relative;
  margin-right: 9px;
  overflow: auto;
}
.station-title > div {
  float: left;
}
.station-title .station-logo {
  height: 52px;
  width: 52px;
}
.station-title .station-logo-fmi {
  background-image: url('../assets/fmi-opendata-logo_51x51.png');
  background-repeat: no-repeat;
}
.station-title .station-logo-digitraffic {
  background-image: url('../assets/digitraffic-logo_51x51.png');
  background-repeat: no-repeat;
}
.station-title .station-logo-windguru {
  background-image: url('../assets/windguru-logo_51x51.png');
  background-repeat: no-repeat;
}
.station-title .station-info {
  width: 70%;
  margin-left: 8px;
  margin-bottom: 5px;
}
.station-title .station-info .station-name {
  font-size: 20px;
}
.station-title .station-distance {
  padding-top: 10px;
}
.station-data {
  position: relative;
  clear: both;
  border-top: 1px solid #ccc;
  min-height: 42px;
  margin-left: 60px;
  padding-top: 10px;
  margin-bottom: 15px;
}
.station-wind-direction-arrow {
  display: block;
  width: 37px;
  height: 37px;
  background-image: url('../assets/wind-arrow-large.png');
  background-repeat: no-repeat;
  position: absolute;
  left: -53px;
}
.station-current-measurement {
  position: relative;
  height: 42px;
}
.station-loader-icon {
  display: inline-block;
  position: relative;
  top: 1px;
  left: 0px;
  width: 11px;
  height: 11px;
  background-image: url('../assets/measurements-loader-icon.gif');
  background-repeat: no-repeat;
}
.station-value-expired,
.station-value-expired-critical {
  font-weight: normal;
  font-style: italic;
}
.station-value-expired-critical {
  color: red;
}
.station-measurement-time {
  margin-top: 5px;
}
.station-measurement-wind {
  font-size: 16px;
  font-weight: bold;
}
.station-wind-overlimit {
  color: green;
}
.station-measurement-divider {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  color: #bbb;
}
.station-measurement-temperature-icon {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 12px;
  background-image: url('../assets/temperature-icon_12x13.png');
  bottom: -1px;
  margin-left: 13px;
}
.station-measurement-temperature {
  font-size: 12px;
  font-weight: bold;
}
.station-temperature-plus {
  color: #EC0000;
}
.station-temperature-minus {
  color: #2578CA;
}
.station-forecast-link {
  text-decoration: none;
  font-size: 11px;
}
.station-forecast-link:hover {
  text-decoration: underline;
}
.station-forecast {
  margin-bottom: 15px;
}
.station-forecast-title {
  font-weight: bold;
}
.station-forecast-title .forecast-toggle {
  cursor: pointer;
}
.station-forecast-title .forecast-toggle:hover {
  text-decoration: underline;
}
.station-forecast-title .forecast-toggle.active {
  cursor: default;
  text-decoration: underline;
}
.station-forecast-fmi {
  position: relative;
  overflow: hidden;
}
.station-forecast-fmi-iframe-div {
  position: relative;
  height: 208px;
  max-width: 726px;
  overflow: hidden;
  margin-top: 5px;
}
.station-forecast-fmi-iframe-div iframe {
  position: absolute;
  left: -23px;
  top: -328px;
  height: 540px;
  width: 772px;
}
.station-forecast-fmi-iframe-shield {
  position: absolute;
  top: 5px;
  left: 344px;
  height: 44px;
  width: 382px;
  background-color: #fff;
}
.station-forecast-fmi-loadscreen {
  position: absolute;
  height: 208px;
  max-width: 726px;
  background-color: #fff;
}
.station-forecast-fmi-source {
  margin-top: 5px;
}
.station-forecast-windguru {
  position: relative;
  overflow: hidden;
}
.station-forecast-windguru-iframe-div {
  position: relative;
  height: 100%;
  max-width: 726px;
  overflow: hidden;
  margin-top: 5px;
}
.station-forecast-windguru-iframe-div iframe {
  position: relative;
  height: 204px;
  width: 100%;
  left: -2px;
  top: -2px;
}
.station-extra-data-controls {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.station-extra-data-controls .section-control {
  display: block;
  position: absolute;
  width: 38px;
  height: 24px;
  cursor: pointer;
}
.station-extra-data-controls .section-control-expand {
  background-image: url('../assets/expand.png');
  background-repeat: no-repeat;
  bottom: -4px;
  right: 0px;
}
.station-extra-data-controls .section-control-expand:hover {
  background-position: 0px -24px;
}
.station-extra-data-controls .section-control-collapse {
  background-image: url('../assets/collapse.png');
  background-repeat: no-repeat;
  background-position: 0px -24px;
  bottom: -4px;
  right: 0px;
}
.station-extra-data-controls .section-control-collapse:hover {
  background-position: 0px 0px;
}
.station-extra-data {
  margin-left: 60px;
  margin-bottom: 15px;
}
.station-wind-graph-section {
  overflow: hidden;
}
.station-wind-graph-title {
  font-weight: bold;
}
.station-wind-graph {
  margin-top: 0px;
  width: 100%;
  height: 250px;
}
.station-wind-graph-arrows {
  position: relative;
  height: 9px;
  margin-top: 5px;
  margin-left: 30.5px;
  text-align: justify;
  font-size: 0.1px;
}
.station-wind-graph-arrows:after {
  content: "";
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
.station-wind-graph-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url('../assets/wind-arrow.png');
  background-repeat: no-repeat;
}
.station-wind-graph-arrow-unknown {
  background-image: url('../assets/wind-arrow-unknown.png') !important;
}
html {
  height: 100%;
}
body {
  padding-top: 65px;
  height: 100%;
}
.full-width {
  width: 100%;
}
.message-box {
  position: fixed;
  top: 65px;
  right: 15px;
  z-index: 9999;
}
.message-box-message {
  width: 350px;
}
#applicationHost {
  position: relative;
  min-height: 100%;
}
.navbar-brand {
  line-height: 14px !important;
  padding-top: 6px !important;
}
.brand-logo {
  position: relative;
}
.brand-logo > div {
  display: inline-block;
}
.brand-logo-icon {
  position: relative;
  top: 2px;
  font-size: 34px;
}
.btn-default:focus {
  background-color: #fff !important;
  border-color: #ccc !important;
  outline: 0 !important;
}
.btn-group > .btn.active {
  cursor: default;
}
.btn-group > .btn.active:hover {
  color: #333333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
.app-shell {
  padding-bottom: 95px;
}
.page-content {
  margin: auto;
}
.row > div.divider {
  margin-top: 10px;
  margin-bottom: 5px;
}
.divider hr {
  margin-top: 2px;
  margin-bottom: 1px;
}
.divider .divider-text {
  position: relative;
  top: -5px;
}
.ui-panel {
  background-color: #fff;
  box-shadow: 0px 4px 4px -3px #ccc;
  border: 1px #eee solid;
  margin-bottom: 5px;
  padding: 15px;
}
.ui-panel > h1,
.ui-panel h2,
.ui-panel h3,
.ui-panel h4,
.ui-panel h5 {
  margin-top: 0px;
}
.station {
  box-shadow: 0px 4px 4px -3px #ccc;
}
.station-map {
  height: 240px;
  width: 100%;
}
@media (min-width: 992px) {
  .search-controls {
    height: 240px;
  }
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
}
.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}
.search-range-slider {
  height: 40px;
  margin-top: 5px;
}
.search-results-panel {
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-results-panel .search-results-desc {
  line-height: 25px;
}
.station-content {
  margin: auto;
}
.station-content .station {
  margin-left: 0px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .station-content {
    max-width: 644px;
  }
}
@media (min-width: 768px) {
  .station-content {
    max-width: 644px;
  }
}
@media (min-width: 992px) {
  .station-content {
    max-width: 725px;
  }
}
@media (min-width: 1200px) {
  .station-content {
    max-width: 807px;
  }
}
.station-view-list-item {
  position: relative;
}
.station-view-list-item .list-panel {
  position: relative;
  top: 2px;
  height: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  color: #34495e;
  background: #ffffff;
  border-top: 1px #eeeeee solid;
  border-left: 1px #eeeeee solid;
  border-right: 1px #eeeeee solid;
}
.station-view-list-item .list-panel .list-number {
  position: absolute;
  right: 22px;
  text-align: right;
}
.station-content .station-view-list-item .list-panel {
  display: none;
}
.station-content-numbered .station-view-list-item .list-panel {
  display: block;
}
.station-select-button {
  position: absolute;
  top: 0px;
  right: 5px;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.station-select-button:hover {
  opacity: 1;
}
.station-select-button.select {
  color: #ccc;
}
.station-select-button.select:hover {
  color: orange;
}
.station-select-button.deselect {
  color: orange;
}
.station-select-button.deselect:hover {
  color: #ccc;
}
.station-select-button-hidden .station-select-button {
  display: none;
}
.more-search-results-button {
  margin-top: 10px;
}
