@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap");
@font-face {
  font-family: "fontello";
  src: url("/font/fontello.eot?94254041");
  src: url("/font/fontello.eot?94254041#iefix") format("embedded-opentype"), url("/font/fontello.woff?94254041") format("woff"), url("/font/fontello.ttf?94254041") format("truetype"), url("/font/fontello.svg?94254041#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

body {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

a, a:visited, a:hover {
  text-decoration: none;
  color: inherit;
}

.box-shadow, .graphs-overlay .close-overlay, .logo-title,
.logo-lab {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: none;
}

.graphs-overlay {
  display: none;
  width: 100%;
  min-height: 100vh;
  background: white;
  position: absolute;
  z-index: 51;
  top: 0;
  left: 0;
}

.graphs-overlay .close-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border: 1px solid black;
  border-radius: 4px;
  padding: 0.5rem;
}

.controls-overlay {
  height: 100vh;
  background-color: #4f260014;
  -webkit-box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.controls-overlay header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
  max-height: 100vh;
  overflow: hidden;
}

.controls-overlay header .header-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

.controls-overlay header .header-controls .checks {
  @extern .box-shadow;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.controls-overlay header .info {
  pointer-events: all;
  @extern .box-shadow;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.controls-overlay header .info .btn {
  font-family: "Roboto";
  text-align: center;
  font-weight: 300;
  margin: 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.controls-overlay header .info #user-selection-status {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fixed-header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.8);
          box-shadow: 0 10px 20px rgba(255, 255, 255, 0.8);
}

#details {
  padding: 0.5rem;
  padding-top: 4.5rem;
}

.one-strike-details {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  height: 25rem;
}

.one-strike-details:first-of-type {
  border-top: 1px solid #000;
}

.one-strike-details .section-header {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

.one-strike-details .one-strike-details-info {
  width: 17rem;
  float: left;
}

.one-strike-details .one-strike-details-info-chart {
  width: calc( 100% - 17rem);
  float: left;
}

.one-strike-details .one-strike-details-table {
  width: 17rem;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

.one-strike-details .one-strike-details-table th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
}

.one-strike-details .one-strike-details-table td {
  border: 1px solid #dddddd;
  padding: 5px;
}

.one-strike-details .one-strike-details-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.one-strike-details .download_csv {
  display: block;
  float: left;
  padding: 0.5rem;
  margin-top: 0.5rem;
  color: blue;
}

.one-strike-details .download_csv:hover {
  color: magenta;
}

.logo-title,
.logo-lab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem;
  height: 2rem;
  font-weight: 300;
  line-height: 110%;
  border-radius: 0.25rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
}

.logo-title {
  background: white;
}

.logo-title img {
  height: 2rem;
  width: 2.8rem;
}

.logo-title,
.logo-lab {
  font-family: "Oswald";
  color: #715454;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.logo-lab {
  margin-right: 0;
}

.check {
  @extern .box-shadow;
  pointer-events: all;
}

.check input {
  display: none;
}

.check label {
  font-family: "Oswald";
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.check label span {
  font-family: "fontello";
}

.check label:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #aaa;
}

.check label[for="show_heatmap"] {
  background: url(/files/heatmap.png), white !important;
  background-size: contain !important;
}

.check label[for="show_heatmap"]:hover {
  background: url(/files/heatmap.png), #aaa !important;
  background-size: contain !important;
}

.check input:checked ~ label {
  color: white;
  background: #777;
  border-color: #777;
}

.check input:checked ~ label[for="show_heatmap"] {
  background: url(/files/heatmap.png), #777 !important;
  background-size: contain !important;
}

.datetime {
  @extern .box-shadow;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 0.5rem;
  height: 1.7rem;
  border: 1px solid #eee;
  border-radius: 4px;
}

.datetime input {
  float: left;
  width: calc(100% - 2rem);
  border: none;
  padding-top: 0.2rem;
  background: transparent;
}

.datetime input:focus {
  border: none;
  outline: none;
}

.datetime span {
  display: block;
  float: left;
  width: 1.5rem;
  font-size: 0.8rem;
  text-align: center;
  padding-top: 0.35rem;
}

.datetime:focus-within {
  border-color: magenta;
}

.buttons {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: all;
}

@-webkit-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: black;
  }
  100% {
    color: red;
  }
}

@keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: black;
  }
  100% {
    color: red;
  }
}

.btn {
  @extern .box-shadow;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.25rem;
  border-radius: 4px;
  font-family: "fontello";
}

.btn:hover {
  background: #b3b3b3;
  color: white;
}

.btn.btn-middle {
  font-family: "Roboto" !important;
  font-weight: 300;
}

.btn.wait {
  -webkit-animation: color-change 1s infinite;
          animation: color-change 1s infinite;
}

.summary-table {
  pointer-events: all;
  border-spacing: 2px;
  text-shadow: 2px 2px 2px white, -2px -2px 2px white;
}

.summary-table td:first-of-type {
  width: 3rem;
}

.summary-table td:last-of-type {
  width: 3rem;
}

.summary-table tr:nth-of-type(2n + 1) {
  text-shadow: 2px 2px 2px #eee, -2px -2px 2px #eee;
}

.ol-attribution {
  -webkit-filter: sepia(50%) brightness(120%);
          filter: sepia(50%) brightness(120%);
}

.strikes-status {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background: rgba(0, 0, 0, 0.274);
  display: block;
  border-radius: 4px;
  color: white;
  padding: 0.25rem;
  font-size: 0.8rem;
}

.a_disabled {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.712);
  color: gray !important;
}

.device-name {
  display: block;
  width: 14rem;
  padding: 0.5rem;
}
/*# sourceMappingURL=main.css.map */