@font-face {
  font-family: weathertext;
  src: url(../fonts/weathertext.eot?) format("eot"),
       url(../fonts/weathertext.woff) format("woff"),
       url(../fonts/weathertext.ttf) format("truetype");
}

body {
  padding: 0;
  margin: 0;
}

#mapid,
body,
html {
  height: 100%;
  font-family: weathertext, verdana, helvetica, arial, sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #c3c3c3;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.beautify-marker {
  text-align: center;
  font-family: weathertext, verdana, helvetica, arial, sans-serif;
  font-weight: 400 !important;
  font-size: 10px !important;
}

.popup-fixed {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: 350px !important;
  transform: none !important;
  margin: 0;
  border-radius: 0;
  opacity: .95 !important;
}

.leaflet-popup-tip-container {
  display: none;
}

.leaflet-bottom,
.leaflet-top {
  z-index: 400;
}

.leaflet-popup-content-wrapper {
  font-family: weathertext, verdana, helvetica, arial, sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1px;
  text-align: center;
  border-radius: 2px;
  height: 100% !important;
  width: 100%;
}

figure {
  width: 300px;
  max-height: 140px;
  overflow: hidden;
  margin: 0;
}

.img-responsive {
  width: 100%;
  height: auto;
  margin-top: -15%;
}

.vertical-menu {
  width: 106%;
}

.vertical-menu a {
  font-size: 1em;
  background-color: #eee;
  color: #000;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #0074d9;
  color: #fff;
}

.vertical-menu i {
  float: right;
  margin-right: 15px;
  padding-top: 15px;
}

input[type=checkbox] {
  visibility: hidden;
}

.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 5px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.2);
}

.slideThree:after {
  content: 'OFF';
  font: 12px/26px Arial, sans-serif;
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(255,255,255,.15);
}

.slideThree:before {
  content: 'ON';
  font: 12px/26px Arial, sans-serif;
  color: #00bf00;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: 700;
}

.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #f4f9ff 0, #d7dce5 40%, #adb2be 100%);
  background: -moz-linear-gradient(top, #f4f9ff 0, #d7dce5 40%, #adb2be 100%);
  background: -o-linear-gradient(top, #f4f9ff 0, #d7dce5 40%, #adb2be 100%);
  background: -ms-linear-gradient(top, #f4f9ff 0, #d7dce5 40%, #adb2be 100%);
  background: linear-gradient(top, #f4f9ff 0, #d7dce5 40%, #adb2be 100%);
}

.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

.fa-thermometer-full {
  color: #1da1f2 !important;
}

.wind-icon-parent {
  font-family: weathertext, verdana, helvetica, arial, sans-serif;
  font-size: 9px;
  text-shadow: 1px 1px 2px #dfdfdf;
  text-align: center;
  background-size: 100%;
  font-weight: 600;
  opacity: .9;
}

.wind-icon {
  overflow: hidden;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  background-position: 0 center;
  margin-left: -27px;
  margin-top: -27px;
  left: -401px;
  top: 56px;
  display: block;
  cursor: pointer;
}

.leaflet-control-layers-toggle {
  width: 30px !important;
  height: 30px !important;
  background-size: 18px 18px;
}

.leaflet-popup-close-button {
  font-size: 24px !important;
}

.top-bar {
  z-index: 401;
  border: 2px solid rgba(0,0,0,.23);
  border-radius: 4px;
  top: 10px;
  left: 108px;
  height: 31px;
  width: 250px;
  opacity: 1;
  position: absolute;
  background-color: rgba(255,255,255,1);
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

#radar {
  display: none;
}

#blitz {
  position: absolute;
  width: 120px;
  height: 85px;
  z-index: 401;
  left: 106px;
  top: 55px;
  opacity: 1;
}

#radartxt {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}

.radartxt2 {
  text-align: center;
  position: absolute;
  top: 233px;
  left: 0;
  right: 0;
  font-size: 11px;
  color: #fbff00;
  text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}

.graph {
  float: right;
  margin-top: -11px;
  margin-right: -38px;
  width: 200px;
  height: 80px;
}

.data {
  border-top: 1px solid #f0f0f0;
  margin-bottom: -10px;
  padding-top: 5px;
}

button[type=submit] {
  background: #fff !important;
  padding: 2px 8px !important;
  border-width: 1px !important;
  border-style: outset !important;
  border-color: #c7c7c7 !important;
  border-image: initial !important;
  cursor: pointer !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}

.data2 {
  font-size: 25px;
  text-align: left;
  margin-bottom: -15px;
}

.blitzimg {
    border-radius: 4px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.35);
}