#data_and_map {
  width: 100%;
  height: 85%;
}

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

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

#tableData {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#toolView {
  display: none;
}

#cross_section {
  height: 40%;
}

#debug-card {
  display: none;
}

.leaflet-container {
  background-color: rgba(255,255,255,1);
 }

.fontAwesomeMarker {
  text-align: center;
  background-color:rgba(0,0,0,0);
}

.mapLabels {
  text-align: left;
  background-color:rgba(0,0,0,0);
}

.xtrackGauge {
  visibility: hidden;
  position: relative;
  width: 15%;
  float: right;
  margin-right: 10px;
  z-index: 1000;
  bottom: 20px;
  text-align: center;
}

.xtrackGauge-responsive {
  background: rgba(240, 240, 240, 0.7);
  border-radius: 20%;
  border-width: 1px;
  padding: 10%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.xtrackRuler {
  visibility: hidden;
  position: relative;
  width: 60%;
  margin: auto;
  align: center;
  z-index: 1000;
  bottom: 97%;
  text-align: center;
}

.xtrackRuler-responsive {
  background: rgba(240, 240, 240, 0.7);
  border-radius: 15%;
  padding: 5%;
  display: inline-block;
  position: absolute;
  width:100%;
  top: 0;
  left: 0;
}

kbd {
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
  color: #333;
  display: inline-block;
  font-size: .85em;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  white-space: nowrap;
}

.kinematic {
  /* border: solid; */
  width: 100%;
  align: center;
  z-index: 1000;
  text-align: center;
}

.kinematic-responsive {
  /* border: solid; */
  display: inline-block;
  position: relative;
  width:100%;
  top: 0;
  left: 0;
}

.xySensorMap {
  /* border: solid; */
  width: 100%;
  align: center;
  z-index: 1000;
  text-align: center;
}

.xySensorMap-responsive {
  /* border: solid; */
  display: inline-block;
  position: relative;
  width:100%;
  top: 0;
  left: 0;
}

.xzSensorMap {
  /* border: solid; */
  width: 100%;
  align: center;
  z-index: 1000;
  text-align: center;
}

.xzSensorMap-responsive {
  /* border: solid; */
  display: inline-block;
  position: relative;
  width:100%;
  top: 0;
  left: 0;
}

/* Extra Small devices (landscape phones, 576px and below) */
@media (min-width: 10px) {
  #xtrackGauge * {font-size:0.5rem;}
  #xtrackRuler * {font-size:0.5rem;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #xtrackGauge * {font-size:0.5rem;}
  #xtrackRuler * {font-size:0.5rem;}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  #xtrackGauge * {font-size:0.5rem;}
  #xtrackRuler * {font-size:0.5rem;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #xtrackGauge * {font-size:0.5rem;}
  #xtrackRuler * {font-size:0.5rem;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #xtrackGauge * {font-size:0.5rem;}
  #xtrackRuler * {font-size:0.5rem;}
}
