/* GPX Viewer Main page */
.gpxv-option label {
  clear: both;
  width: auto;
  float: left; }

.gpxv-option input[type="color"],
.gpxv-option select {
  width: 50px !important;
  float: left;
  margin-left: 10px;
  padding: 3px 5px; }

.gpxv-option input[type="color"] {
  line-height: 1.3em;
  height: normal; }

.gpxv-option select {
  height: auto; }

.gpxv-head {
  clear: both;
  float: left;
  width: auto; }

.gpxv-head .dashicons-search {
  position: relative;
  top: 1.3em;
  color: #087; }

.gpxv-head input {
  padding: 0 0 0 20px !important; }

.gpxv-list {
  clear: both;
  float: left;
  width: auto;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #08b; }

.gpxv-select {
  border: 0; }

.gpxv-select thead th,
.gpxv-select tbody td {
  padding: 0.4em;
  border: 0; }

.gpxv-select thead tr {
  background: #08b;
  color: #fff;
  border: 1px solid #08b; }

.gpxv-select tbody > tr:nth-of-type(even) {
  background: #eef; }

.gpxv-select tbody td:hover {
  background-color: #bbb; }

.gpxv-select button {
  color: inherit !important;
  background: inherit !important;
  padding: inherit !important;
  margin: inherit !important;
  font-size: inherit !important; }

.gpxv-select .selected {
  background-color: #ff0; }

.gpxv-view {
  margin-bottom: 2.0em; }

/* Map display */
.map-container {
  clear: both;
  position: relative; }

.map-container {
  border: 0px solid #9e9e9e;
  background-color: #f0f0f0;
  box-sizing: border-box; }

.map-control.dashicons {
  width: 25px;
  height: 25px;
  background-color: #fff;
  font-size: 25px;
  border-radius: 4px;
  margin-left: 14px; }

.map-control-container .map-control {
  margin: 0 0 0 10px;
  display: inline-block;
  font: normal normal normal 14px/1;
  width: 30px;
  height: 30px;
  background-color: white;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  clear: none;
  float: right; }

.map-control.dashicons:hover {
  background-color: #f4f4f4;
  color: #0ba; }

.dashicons-download {
  padding-top: 5px; }

.hook {
  width: 100%;
  height: 100%; }

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  overflow: hidden; }

.fullscreen > div > .track-map {
  height: 100% !important; }

.fullscreen .track-info {
  background-color: white;
  border-right: 2px grey groove;
  border-bottom-left-radius: 6px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
  -ms-transition: -ms-transform 0.8s, max-height 0.8s;
  -webkit-transition: -webkit-transform 0.8s, max-height 0.8s;
  -moz-transition: -moz-transform 0.8s, max-height 0.8s;
  -o-transition: -o-transform 0.8s, max-height 0.8s;
  transition: transform 0.8s, max-height 0.8s;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.fullscreen .track-info {
  position: absolute;
  left: 0;
  min-width: 100%;
  width: 100%;
  border: 0;
  top: auto;
  z-index: 10000;
  bottom: 0;
  height: 450px; }

.properties td {
  padding: 2px 4px;
  font-size: 18px; }

@media (min-width: 621px) {
  .fullscreen .track-info {
    position: absolute;
    text-align: left;
    top: 50px;
    right: 0px;
    width: 300px;
    opacity: 1;
    font-size: 12px;
    z-index: 800;
    min-width: inherit;
    left: auto; } }
/* Profile display */
.track-info {
  position: absolute;
  text-align: left;
  top: 50px;
  right: 0px;
  width: 300px;
  opacity: 1;
  font-size: 12px;
  z-index: 800; }

.active .track-info.hidden {
  max-height: 0;
  -ms-transform: translateX(400px);
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -o-transform: translateX(400px);
  transform: translateX(400px);
  -ms-transition: -ms-transform 0.8s, max-height 0.8s;
  -webkit-transition: -webkit-transform 0.8s, max-height 0.8s;
  -moz-transition: -moz-transform 0.8s, max-height 0.8s;
  -o-transition: -o-transform 0.8s, max-height 0.8s;
  transition: transform 0.8s, max-height 0.8s;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.track-info h3 {
  margin: 0;
  padding: 5px;
  background-color: #637d36;
  color: #ffffff; }

.track-info .content {
  display: block;
  height: auto;
  line-height: 1;
  margin: 0 5px 5px 5px; }

.track-info .no-data {
  text-align: center;
  color: red;
  height: 20px;
  line-height: 20px;
  border: 1px dotted red;
  margin: 5px; }

.track-info svg + .gpx-no-data {
  display: none; }

.track-info .no-data {
  display: block;
  margin-top: 2px;
  height: 153px;
  line-height: 153px; }

.track-info {
  position: relative;
  left: 0;
  min-width: 100%;
  width: 100%;
  border: 0;
  top: 0; }

.track-info .properties {
  margin: 10px 0; }

a.gpx-file {
  margin-left: 5px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border: 0 !important;
  float: right; }

a.gpx-file {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
  margin: 0 5px; }

/* svg */
.track-info svg {
  margin: 0; }

.track-info svg {
  margin-top: 0; }

.elevation-profile {
  z-index: 1000;
  position: relative;
  margin-bottom: 5px; }

.track-info .axis {
  stroke: #000;
  stroke-width: 1px;
  marker-end: url(#t); }

.track-info text {
  font-size: 8px;
  stroke: none;
  fill: #000; }

.track-info .line {
  stroke: #e0e0e0;
  stroke-width: 1px; }

.track-info text.line {
  stroke: none;
  font-size: 10px; }

.track-info rect {
  stroke: #e0e0e0;
  fill: none; }

.track-info .profile-line {
  stroke: #00f;
  fill: none;
  stroke-width: 1px; }

.track-info .move-line {
  stroke: #f00;
  fill: none;
  stroke-width: 1px; }

@media (min-width: 768px) {
  .map-container:not(.fullscreen) .content {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important; }
    .map-container:not(.fullscreen) .content > div:nth-child(1) {
      width: 70% !important; }
    .map-container:not(.fullscreen) .content > div:nth-child(2) {
      display: flex;
      display: flex;
      align-items: center;
      justify-content: center; } }

/*# sourceMappingURL=gpxViewer.css.map */
