#panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  z-index: 1001; }

#panel .tool img {
  width: 36px; }

#panel.ranges .rangetool,
#panel.stationColors .mapcolortool,
#panel.plotParams .plottool,
#panel.filters .filtertool,
#panel.map .maptool,
#panel.tbl .tabletool,
#panel.animation-c .animation,
#panel.plot-c .plot {
  background-color: #eee; }

#panel .icon {
  width: 16px;
  position: relative;
  top: -2px; }

.unselect-station {
  cursor: pointer; }

#panel .hint {
  font-style: italic; }

#panel .buttons {
  position: relative;
  height: 100%;
  width: 100%;
  border-left: 2px solid #888;
  box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.33);
  z-index: 3; }

#panel .tool {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 7px 0; }

#panel .c-tooltip {
  display: none;
  position: absolute;
  right: 48px;
  top: 16px;
  width: auto;
  white-space: nowrap; }

#panel .c-tooltip::after {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 4px solid transparent;
  border-left: 4px solid black; }

#panel .c-tooltip-content {
  border: 1px solid black;
  border-radius: 4px;
  padding: 3px;
  background: #eee; }

#panel .tool:hover .c-tooltip {
  display: block; }

.panel-view {
  display: block;
  position: absolute;
  top: 0;
  right: 48px;
  bottom: 0;
  width: 200px;
  padding-left: 8px;
  background: white;
  z-index: 2;
  border-left: 1px solid #888;
  box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.33); }

.panel-view ul {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 10px; }

.panel-view .form-control {
  display: inline-block;
  width: auto; }

.panel-view.filters .bbox-control input[type="text"] {
  width: 40px; }

.panel-view.filters .bbox-control div {
  text-align: center; }

panel-view.filters .bbox-control div.middle label:nth-child(2) {
  margin-left: 30px; }

.panel-view.filters .radius-control div label {
  margin-left: 12px;
  width: 70px; }

.panel-view.filters .radius-control input[type="text"] {
  width: 60px; }

.panel-view .button-row {
  margin-top: 15px; }

.panel-view .button-row button {
  margin: 0 8px; }

.panel-view.ranges {
  width: 240px;
  overflow-x: hidden;
  overflow-y: auto; }

.panel-view.ranges .param-name {
  margin: 8px 0 2px;
  font-weight: bold; }

.panel-view.ranges input[type="text"] {
  display: inline-block;
  width: 60px;
  margin-left: 10px; }

.name-filter {
  margin-bottom: 1rem; }

#panel hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 0;
  margin-bottom: 2px;
  width: 88%; }

.warning {
  margin-bottom: 8px;
  font-style: italic; }

section {
  margin-bottom: 12px; }

.panel-view .station-list {
  padding-left: 4px;
  font-size: 0.9rem; }

.main-view.table-view {
  right: 52px; }

.table-view select {
  padding: 2px 4px; }

.table-view .menu * {
  vertical-align: middle; }

.table-view .menu label {
  margin-bottom: 0;
  margin-right: 4px; }

.menu .btn {
  margin-left: 20px; }

.table-view .menu {
  position: absolute;
  height: 42px;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 0 0 8px;
  vertical-align: middle; }

.table-view .menu label {
  font-weight: bold;
  font-size: 1.1em; }

.table-view .menu select {
  margin-right: 20px; }

.table-view .content {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  bottom: 0; }

.table-view .submenu strong {
  font-size: 1.1em;
  padding-right: 12px; }

.table-view .submenu {
  position: absolute;
  padding: 8px 0 0 8px;
  height: 36px; }

.table-view .submenu label {
  margin-right: 10px; }

.table-view table {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll; }

.table-view table.meta-table {
  top: 36px; }

.table-view table.stats-table {
  top: 0; }

.table-view td, .table-view th {
  min-width: 80px; }

.table-view th {
  cursor: pointer;
  font-variant: small-caps;
  font-size: 1.1em; }

.st-name {
  cursor: pointer; }

.attr-toggle {
  display: inline-block; }

tr.selected {
  background-color: rgba(0, 0, 0, 0.05); }

.plot-view {
  display: none;
  border-top: 3px solid #888;
  position: fixed;
  left: 0;
  right: 48px;
  bottom: 0;
  height: 270px;
  background: white;
  z-index: 1000; }

.plot-view.open {
  display: block; }

#chart {
  height: 246px;
  width: 99%; }

#dl-plot-bttn {
  position: absolute;
  display: block;
  top: 8px;
  left: 20px; }

.custom-control.c-input-alt {
  padding-right: 1.5rem;
  padding-left: 0; }

.custom-control-indicator.c-indicator-alt {
  right: 0;
  left: auto; }

html {
  font-size: 12px; }

.left-arrow {
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 4px solid transparent;
  border-right: 4px solid black; }

.right-arrow {
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 4px solid transparent;
  border-left: 4px solid black; }

.message-dialog {
  background-color: rgba(0, 0, 0, 0.5); }

#app {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.main-view {
  position: absolute;
  top: 0;
  right: 48px;
  left: 0;
  bottom: 0; }

#map {
  width: 100%;
  height: 100%; }

.animation-control {
  position: fixed;
  left: 0;
  right: 48px;
  top: 0;
  height: 66px;
  background: white;
  z-index: 1000;
  border-bottom: 1px solid #888;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.33);
  padding: 8px 10px; }

.animation-control .progress {
  margin-bottom: 8px; }

.animation-control .controls {
  margin: 0;
  padding: 0; }

.animation-control .controls button {
  display: inline-block;
  margin: 0 2px; }

.animation-control .controls span {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: bold;
  font-style: italic;
  font-size: 1.1em; }

.legend {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1010;
  height: 180px;
  width: 48px;
  border: 1px solid #888;
  border-radius: 2px;
  left: 8px;
  top: 166px;
  padding: 2px;
  background-color: #fff;
  font-size: 0.9em; }

.legend .min, .legend .max {
  flex: none;
  height: 1.5em;
  text-align: center; }

.legend .color {
  flex: auto; }

.leaflet-control-container {
  position: absolute;
  top: 86px; }

.working-dialog {
  display: none;
  /*flex-direction: column;*/
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  /*text-align: center;*/
  align-items: center;
  justify-content: center; }

.working-dialog.open {
  display: flex; }

.modal-footer button {
  margin-left: 20px; }

.leaflet-popup-content .key {
  font-weight: bold; }

.config-select input[type="radio"] {
  position: relative;
  top: 2px; }

.stationery-app .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.controls.play-state .play, .controls.pause-state .pause {
  background-color: #025aa5;
  border-color: #01549b; }
