
input[type=range] {
  -webkit-appearance: none;
yan  width: 100%;
  margin: 5.8px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  // width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
  background: #5e8bd2;
  border-radius: 4px;
  border: 0.3px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.9px 0.9px 1px rgba(0, 0, 0, 0), 0px 0px 0.9px rgba(13, 13, 13, 0);
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.1px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #769cd9;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
  background: #5e8bd2;
  border-radius: 4px;
  border: 0.3px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0.9px 0.9px 1px rgba(0, 0, 0, 0), 0px 0px 0.9px rgba(13, 13, 13, 0);
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #467acb;
  border: 0.3px solid #010101;
  border-radius: 8px;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #5e8bd2;
  border: 0.3px solid #010101;
  border-radius: 8px;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0.9px 0.9px 1px rgba(0, 0, 0, 0), 0px 0px 0.9px rgba(13, 13, 13, 0);
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #5e8bd2;
}
input[type=range]:focus::-ms-fill-upper {
  background: #769cd9;
}


img.pa-image-polar.loading {
   opacity: 0.75;
}

#pa-plotarea .card-img-top {
   height:112.5%;
}

div.pa-figure {
   margin:5px;
   padding-top:  112.5%;
   position: relative;
   padding-bottom: 1rem;
}

div.pa-figure > img {
   position:absolute;
   top:0;
   left:0;
}

form.pa-form-physics .form-group {
   margin-bottom: 0.2rem;
}

form.pa-form-physics input[type="number"] {
  width: 6rem;
}

div.pa-form-panel {
   padding: 1rem;
   border: 1px solid #e5e5e5;
}

div.pa-ctrl-visual {
   padding:1rem;
}


div.pa-form-panel {
   padding: 1rem;
   background-color: white;
   border: 1px solid #e5e5e5;
}


div.pa-polarplot div.pa-form-panel {
   margin-top:0;
   background-color:none;
}


div.pa-polarplot {
   border: 1px solid #e5e5e5;
   background-color: white;
   margin-bottom:2rem;
}

div.pa-polarplot div.pa-form-panel {
   margin-top: 0;
   padding: 1rem;
   border:none;
}

#pa-plot-realtime-container {
   padding:3rem;
   border: 1px solid #e5e5e5;
   background-color: white;
   margin-top:2rem;
   
}

#pa-plot-realtime {
}

#pa-main {
}

.pa-hidden {
   display:none;
} 

.pa-form-physics label {
   font-size:90%;
}

.pa-form-physics label {
   margin-bottom:0;
   font-weight:inherit;
}

.pa-compass-container {
  position: relative;
  width:150;
  height:150;
}
.pa-compass-canvas {
  position: absolute;
  top:0;
  left:0
}
.pa-compass-text {
  position:absolute;
  top:0;
  right:0;
  text-align: right;
  font-size:80%;
}

.pa-compass-canvas {
}