.header-aqms{
  font-weight: bold;
}

.sub-header-aqms{
  width: 125px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  border-style: solid;
  height: 30px;
  font-size: 11px;
}

#myTab{
  padding-left: 0 !important;
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7Ml2xMB.ttf) format('truetype');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml2xMB.ttf) format('truetype');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMl2xMB.ttf) format('truetype');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQl2xMB.ttf) format('truetype');
}

.compass {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.2);
  position: relative;
  font-family: "Dosis";
  color: white;
  text-shadow: 1px 1px 1px white;
}

.compass:before {
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 100%;
  content: "N";
  font-size: 14px;
  top: -2px;
}

.compass .direction {
  height: 100%;
  width: 100%;
  display: block;
  background: #8ce18c;
  background: -moz-linear-gradient(top, #8ce18c 0%, #5fd7ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ce18c), color-stop(100%, #5fd7ce));
  background: -webkit-linear-gradient(top, #8ce18c 0%, #5fd7ce 100%);
  background: -o-linear-gradient(top, #8ce18c 0%, #5fd7ce 100%);
  border-radius: 100%;
}

.dark .compass .direction {
  background: #318731;
  background: -moz-linear-gradient(top, #318731 0%, #1f756f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #318731), color-stop(100%, #1f756f));
  background: -webkit-linear-gradient(top, #318731 0%, #1f756f 100%);
  background: -o-linear-gradient(top, #318731 0%, #1f756f 100%);
}

.compass .direction p {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 80px;
  display: block;
  margin-top: -45px;
  font-size: 40px;
  font-weight: bold;
}

.compass .direction p span {
  display: block;
  line-height: normal;
  margin-top: -24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}

.compass .arrow {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.compass .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 40px solid red;
  position: absolute;
  top: 20px;
  left: 48%;
  margin-left: -5px;
  z-index: 99;
}

.compass .arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 40px solid #0dcaf0;
  position: absolute;
  bottom: 20px;
  left: 48%;
  margin-left: -5px;
  z-index: 99;
}

.compass .arrow.nne {
  transform: rotate(22.5deg);
}

.compass .arrow.ne {
  transform: rotate(45deg);
}

.compass .arrow.ene {
  transform: rotate(67.5deg);
}

.compass .arrow.e {
  transform: rotate(90deg);
}

.compass .arrow.ese {
  transform: rotate(112.5deg);
}

.compass .arrow.se {
  transform: rotate(135deg);
}

.compass .arrow.sse {
  transform: rotate(157.5deg);
}

.compass .arrow.s {
  transform: rotate(180deg);
}

.compass .arrow.ssw {
  transform: rotate(202.5deg);
}

.compass .arrow.sw {
  transform: rotate(-135deg);
}

.compass .arrow.wsw {
  transform: rotate(-114.5deg);
}

.compass .arrow.w {
  transform: rotate(-90deg);
}

.compass .arrow.wnw {
  transform: rotate(-69.5deg);
}

.compass .arrow.nw {
  transform: rotate(-45deg);
}

.compass .arrow.nnw {
  transform: rotate(-24.5deg);
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}

.slider:after {
  content: "OFF";
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider:after {  
  content: "ON";
}