/*******************************
General
*******************************/
html {
  height: 100%;
}
.loader-line {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5px;
  position: fixed;
  width: 100vw;
  border-radius: 3px;
  background: linear-gradient(90deg, white 0%, #008dc9 25%, blue 50%, #008dc9 75%, white 100%);
  /* background: linear-gradient(90deg, red 0%, yellow 15%, lime 30%, cyan 50%, blue 65%, magenta 80%, red 100%); */
  background-size: 200%;
  z-index: 1600;
  animation: moveGradient 0.4s linear infinite;
}
@keyframes moveGradient {
  0% {
    background-position: 0% 0%;
  }
  /* 50% {
      background-position: -200% 0%;
  } */
  100% {
    background-position: -200% 0%; 
  }
 
  /* 0% {
      left: -40%;
  }
  50% {
      left: 20%;
      width: 80%;
  }
  100% {
      left: 100%;
      width: 100%;
  } */
}
@font-face {
  font-family: "Encode Sans";
  src: url("../../../dist/fonts/EncodeSans-Regular.ttf");
}
@font-face {
  font-family: "Encode Sans Medium";
  src: url("../../../dist/fonts/EncodeSans-Medium.ttf");
}
@font-face {
  font-family: "Encode Sans Semi Bold";
  src: url("../../../dist/fonts/EncodeSans-SemiBold.ttf");
}
@font-face {
  font-family: "Encode Sans Bold";
  src: url("../../../dist/fonts/EncodeSans-Bold.ttf");
}
body {
  font-family: "Encode Sans", sans-serif;
  overflow: hidden;
  height: 100% !important;
}
@media (max-width: 600px) {
  body {
    overflow-y: scroll;
  }
}
.container-fluid,
.row {
  height: 100%;
}
#wms-combo-list {
  display: none;
}
.capa-info {
  vertical-align: top;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#mapa {
  position: relative;
  height: 100%;
  background-color: white;
}
#top-left-logo {
  width: 170px;
  height: 50px;
}
@media (max-width: 800px) {
  .map-container {
    position: fixed;
  }
  .leaflet-bottom,
  #zoom-level {
    margin-bottom: 51px;
  }
}
@media (min-width: 1367px) {
  .leaflet-control-layers-toggle,
  .leaflet-control-customgraticule,
  #modalgeojson,
  #screenshot {
    box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
  }
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
/*******************************
Menu principal
*******************************/
.tooltip {
  z-index: 2000; /* A value higher than 1010 that solves the problem */
}
.loading {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.loading > img {
  width: 70px;
}
.panel-default > .panel-heading {
  color: white;
  font-size: 15px;
}
.panel-default > .panel-heading > .panel-title > a {
  font-size: 15px;
}
#sidebar-container {
  z-index: 500;
}
#sidebar .nav {
  border: 1px;
}
.navbar-header > button {
  display: block;
}
.navbar-brand {
  padding-top: 7px;
}
.nav-sidebar > .active > a {
  background-color: inherit !important;
}
.navbar-header > a > img {
  width: 50px;
  position: absolute;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > .active {
  background-color: transparent !important;
}
.nav-tabs > li > a {
  color: white;
  border: 1px solid #ddd;
  padding: 5px 15px;
}
.nav-tabs > li > a:hover {
  color: #444444;
}
.nav-tabs > li.active > a {
  background-color: #33b560 !important;
  color: white !important;
}
.tab-content {
  border: 1px solid #ddd;
}
.panel-heading {
  border-bottom: 1px solid white;
  font-family: "Encode Sans", sans-serif;
}
.active {
  background-color: #33b560 !important;
}
li.active > div > a {
  color: white !important;
}
.list-group-item {
  position: initial;
  font-family: "Encode Sans Medium", sans-serif;
}
.list-group-item.active {
  border-color: white;
}
.active-layers-counter {
  height: 20px;
  width: 20px;
  display: table-cell;
  font-size: 10px;
  font-weight: bolder;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #33b560;
}
.total-active-layers-counter {
  display: inherit;
  font-size: 12px;
  font-weight: bolder;
  width: 18px;
  border-radius: 50%;
  background: #33b560;
}
.item-group-short-desc {
  font-size: 11px;
  line-height: 11px;
}
.item-group-short-desc a {
  font-size: 11px;
  color: #dddddd;
}
.item-group-title {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-family: "Encode Sans Semi Bold", sans-serif;
  font-size: 15px;
}
.legend-layer {
  width: 15%;
  display: table-cell;
  font-size: 10px;
  font-weight: bolder;
  text-align: center;
  vertical-align: middle;
  float: right;
  padding-top: 2px;
  padding-right: 2px;
}
.expand-legend-graphic {
  overflow-x: auto;
}
.name-layer {
  padding-left: 5px;
  width: 80%;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.capa-title {
  vertical-align: top;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.icon-layer-geo {
  color: silver;
  margin-left: 15px;
}
.icon-layer-geo :hover {
  color: black;
}
.layer-menu-ui {
  color: silver;
  margin-left: 15px;
}
.layer-menu-ui :hover {
  color: black;
}
.zoom-layer {
  cursor: pointer;
  width: 10%;
  color: silver;
  margin-left: 5%;
}
.zoom-layer:hover {
  color: black;
}
.zoom-layer-combobox {
  cursor: pointer;
  width: 10%;
  color: silver;
  margin-left: 5%;
}
.zoom-layer-combobox:hover {
  color: black;
}
.resize-legend-combobox {
  cursor: pointer;
  color: silver;
}
.resize-legend-combobox:hover {
  color: black;
}
.layer-options-icon {
  cursor: pointer;
  width: 10%;
  color: silver;
  margin-left: 5%;
}
.layer-options-icon:hover {
  color: black;
}
.option-tab-icon:hover {
  color: grey;
}
.display-none {
  display: none;
}
.layer-options-active {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.options-container {
  background-color: white;
  display: flex;
  flex-direction: initial;
}
.options-tabs {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.options-panel {
  width: 80%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-tab-icon {
  height: 30px;
  text-align: center;
  width: 100%;
  color: silver;
  padding: 2px;
  border: 1px solid #ddd;
}
.option-tab-icon-active {
  height: 40px;
  text-align: center;
  width: 100%;
  color: grey;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 2px;
}
option-panel-active {
  background-color: yellowgreen;
}
@media (max-width: 390px) {
  .leaflet-control-minimap {
    display: none;
  }
  .navbar-header > a > img {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .navbar-header a {
    font-size: 13px;
    font-weight: bold;
  }
  .tooltip {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #sidebar-container.collapse {
    height: 93% !important;
  }
}
@media (max-width: 767px) {
  #sidebar-container.collapse {
    height: initial;
    max-height: 50%;
    overflow-y: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
  }
}
.wms-combobox-selector {
  width: 100%;
  height: 35px;
  margin: 10px 0px 10px 0px;
}
.visible {
  visibility: visible !important;
}
.hidden {
  visibility: hidden !important;
}
/*******************************
Searcher
*******************************/
::-ms-clear {
  display: none;
}
.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}
.btn-search {
  background-color: rgb(255, 255, 255);
}
.btn-search:hover {
  background-color: rgb(97, 202, 134);
  color: rgb(255, 255, 255);
}
/*******************************
JQuery Autocomplete
*******************************/
.ui-widget.ui-widget-content {
  z-index: 3000;
}
/*******************************
Login
*******************************/
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 999;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.top-right-btn {
  position: absolute;
  top: 8px !important;
  right: 10px;
}
/*******************************
Leaflet
*******************************/
@media (max-width: 600px) {
  .leaflet-top {
    top: 5px;
  }
}
.leaflet-container {
  font-family: "Encode Sans", sans-serif;
}
.leaflet-control-measure-interaction h3 {
  font-size: 17px !important;
}
.leaflet-popup-content h3 {
  font-size: 17px !important;
}
.individualFeature h4 {
  text-decoration: none !important;
}
.leaflet-control-easyPrint {
  height: 33px !important;
}
.leaflet-control-minimap {
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border-radius: 4px;
  box-sizing: border-box;
}
/*******************************
Leaflet popup featureInfo
*******************************/
.featureInfo {
  font-family: inherit;
  font-size: 12px;
  width: 100%;
}
.featureInfo > li > b {
  font-weight: 500;
}
.featureInfo img {
  display: block;
  float: none;
}
.featureInfo h3 {
  margin-bottom: 1em;
}
.featureInfo h4 {
  margin: 1em;
}
.individualFeature h4 {
  margin: 9px 0px !important;
}
.individualFeature ul {
  list-style-type: none;
  padding-left: 0px;
}
.leaflet-popup-content {
  max-width: 250px;
  font-family: "Encode Sans", sans-serif;
  letter-spacing: 0.02em;
}
#popupPageSeeker {
  float: left;
  width: 100%;
}
#popupPageSeekerNext {
  float: right;
  padding-right: 10px;
}
#popupPageSeekerPrev {
  float: left;
  padding-left: 10px;
}
/*******************************
Popup geometría
*******************************/
.active-layer:hover {
  background-color: rgb(0, 141, 201, 0.1);
}
.active-layer-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup-btn {
  width: 100%;
  height: 26px;
  text-align: center;
  padding: 3px;
  border: solid;
  border-radius: 3px;
  border-width: 1px;
  margin-top: 7px;
  transition: 0.2s;
}
.popup-btn-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 !important;
  font-weight: 700;
}
.btn-active {
  border-color: rgb(0, 141, 201);
  color: rgb(0, 141, 201);
}
.btn-active:hover {
  background-color: rgb(0, 141, 201);
  color: white;
}
.btn-active:active {
  background-color: rgb(0, 92, 131);
  color: white;
}
.btn-disabled {
  border-color: rgb(107, 109, 110);
  color: rgb(107, 109, 110);
}
.edit-style-popup {
  left: 20px !important;
  top: 20px;
}
.edit-style-popup-container {
  width: 350px;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  left: -20px;
  top: -15px;
  padding: 7px;
  box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}
.edit-style-popup-container .section-popup .section-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.edit-style-popup-container .section-popup .section-item label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-popup {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.section-title {
  position: absolute;
  align-self: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -30px;
  font-weight: bold;
  font-size: 14px;
}
.section-item {
  flex-basis: 45%;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-item-input {
  width: 95% !important;
  height: 22px;
}
.popup-parent {
  height: 0px !important;
  width: 0px !important;
}
.download-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}
.download-btn {
  width: 49%;
  height: 22px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-btn-active {
  color: rgb(0, 141, 201);
  border-color: rgb(0, 141, 201);
}
.download-btn-active:hover {
  background-color: rgb(0, 141, 201);
  color: white;
}
.download-btn-active:active {
  background-color: rgb(0, 92, 131);
  color: white;
}
.download-btn-disable {
  color: rgb(107, 109, 110);
  border-color: rgb(107, 109, 110);
}
.zoom-info-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.switch {
  height: 0;
  width: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
input:checked.switch + label {
  background: #37bbed;
}
input:checked.switch + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}
.switch + label:active:after {
  width: 30px;
}
.switch + label {
  cursor: pointer;
  width: 35px;
  height: 20px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}
.switch + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
  background-image: url("../images/mountains.svg");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
}
.a-base-layer {
  pointer-events: none;
  cursor: default;
}
.tooltip {
  position: relative;
}
.tooltiptext {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 40px;
  background-color: white;
  border: 1px solid #008dc9;
  color: #008dc9;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  white-space: pre;
  position: absolute;
  top: -9px;
  left: 150%;
  z-index: 50000;
}
.switch:hover + label .tooltiptext {
  visibility: visible;
}
.base-layer-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.base-layer-item-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.map-tooltip {
  background-color: #000000;
  color: #fafafa;
}
@media (max-width: 700px) {
  .zoom-info-icon {
    visibility: hidden;
  }
}
/*******************************
Control mapa base
*******************************/
#basemap-selector {
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: 1000;
}
#basemap-selector .leaflet-control-layers-toggle {
  width: 34px;
  height: 34px;
  line-height: 30px;
  border-radius: 4px;
  color: black;
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  background-image: none;
  text-align: center;
}
#basemap-selector .leaflet-control-layers-toggle:hover {
  background-color: #f4f4f4;
}
#collapseBaseMapLayers {
  position: absolute;
  top: 1px;
  padding: 0 !important;
  margin-left: 40px;
  /* left: 41px; */
}
#collapseBaseMapLayers .list-group-item {
  padding: 5px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  width: 240px;
}
#collapseBaseMapLayers .list-group-item:hover {
  background: rgb(97, 202, 134);
  color: white;
}
#collapseBaseMapLayers .img-rounded {
  width: 50px;
  margin-right: 5px;
}
.basemap-selector .leaflet-control-layers-toggle {
  width: 35px;
  height: 34px;
  /* line-height: 30px; */
  border-radius: 4px;
  color: black;
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  text-align: center;
  background-image: url(../images/capas.png);
  background-size: 80% 70%;
}
.basemap-selector .leaflet-control-layers-toggle:hover {
  background-color: #f4f4f4;
}
.list-inline {
  margin-bottom: 0px;
}
.list-inline li {
  width: 230px;
}
@media (max-height: 400px) {
  .basemap-selector > a {
    width: 30px !important;
    height: 30px !important;
    border-radius: 4px;
  }
}
/*******************************
Control graticula
*******************************/
.leaflet-control-customgraticule {
  width: 34px;
  height: 34px;
  line-height: 30px;
  border-radius: 2px;
  color: black;
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  background-image: none;
  text-align: center;
  background-image: url(../images/grid.png);
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.leaflet-control-customgraticule:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}
/*******************************
SideBar
*******************************/
@media (max-width: 768px) {
  .leaflet-control-minimap {
    display: none;
  }
  #sidebar-toolbar-icon-right {
    top: 10px;
    right: 46px;
  }
}
@media (max-width: 600px) {
  .leaflet-control {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  div .leaflet-draw-toolbar {
    margin-top: 0px !important;
  }
  .leaflet-right .leaflet-control {
    margin-right: 0px !important;
    margin-top: 0px !important;
  }
}
@media (max-height: 500px) {
  .leaflet-bottom {
    display: none;
  }
  #collapseBaseMapLayers .list-group-item {
    padding: 0px !important;
  }
  #collapseBaseMapLayers {
    margin-left: 40px !important;
  }
  .leaflet-control-customgraticule {
    width: 32px;
    height: 32px;
  }
  div .leaflet-control-measure {
    left: 34px !important;
    top: 156px !important;
    position: absolute;
  }
  div .leaflet-control-geo {
    left: 34px !important;
    top: 195px !important;
    position: absolute;
  }
  div .leaflet-control-scrshot {
    left: 0px !important;
    top: 195px !important;
    position: absolute;
  }
  .leaflet-control-minimap {
    display: none;
  }
  .leaflet-control {
    margin-left: 0px !important;
    margin-top: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .basemap-selector > a {
    border: 0px solid rgba(0, 0, 0, 0.2) !important;
    width: 30px !important;
    height: 30px !important;
  }
  .leaflet-control-layers-toggle {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .leaflet-control-zoom-fullscreen .fullscreen-icon {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .leaflet-draw-toolbar .leaflet-bar {
    bottom: 150px !important;
    position: relative;
  }
  div .leaflet-draw-toolbar {
    margin-top: 0px !important;
  }
  .leaflet-right .leaflet-control {
    margin-right: 0px !important;
    margin-top: 0px !important;
  }
  .leaflet-control-measure-interaction div h3 {
    font-size: 12px !important;
  }
  .leaflet-draw-toolbar {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
}
@media (max-height: 550px) {
  .leaflet-control-minimap {
    display: none;
  }
  .leaflet-control-scale-line {
    display: none;
  }
}
@media (max-height: 400px) {
  .leaflet-bottom {
    margin-right: 40px !important;
  }
}
@media print {
  .navbar,
  .leaflet-control:not(.leaflet-control-attribution > a:nth-child(n + 2)),
  #sidebar,
  #zoom-level,
  #screenshot,
  #spanopenfolder,
  div[id^="sidebar-toolbar-icon-"] {
    display: none !important;
  }
  #mapa {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10000;
  }
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  transform: scale(1);
}
/*New navbar*/
@media (max-width: 390px) {
  .navbar-new-content {
    margin: 0% 4px !important;
  }
}
.navbar-new {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
}
.navbar-new-content {
  flex: inherit;
  margin: 0.1rem 1.5rem;
  text-align: inherit;
}
.navbar-button {
  margin-right: -20px;
}
#logo-navbar {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
}
#logo-help {
  background-repeat: no-repeat;
  background-position-y: center;
  align-self: center;
  border-left-width: 1px;
border-left-style: solid;
border-top-width: 1px;
border-top-style: solid;
border-right-width: 1px;
border-right-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
border-color: #223577;
}
#logo-navbar > div > a,
#logo-help > a {
  display: block;
  height: 100%;
  width: 100%;
}
#logoText {
  align-self: center;
  text-align: right;
  color: white;
  font-size: 18px;
  font-family: "Encode Sans Bold", sans-serif;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
}
#search-navbar {
  align-self: center;
}
.btn-reset-layers {
  background-color: rgb(255, 255, 255);
}
.btn-reset-layers:hover {
  background-color: rgb(97, 202, 134);
  color: rgb(255, 255, 255);
}
/*End New navbar*/

/* SearchForm & Buttons*/
.searchFormBtn {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-evenly;
}
.formBtns {
  width: 100%;
}
/* End of SearchForm & Buttons*/

/*******************************
Perfil Topografico
*******************************/
#pt-wrapper {
  position: absolute;
  right: 20px;
  /* background: RGBA(255, 255, 255, .95); */
  z-index: 99999;
  display: none;
}

.pt {
  padding: 2rem;
  background: RGBA(255, 255, 255, .95);
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
  color: white;
}

#pt-inner {
  width: 100%;
  min-height: 400px;
}

#measurementWrapper { 
  border-radius: 8px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 -1px 0 rgb(0 0 0 / 2%);
  font-size: 18px;
  font-weight: bold;
  min-height: 170px; 
  min-width: 330px; 
  padding: 10px; 
  text-align: inherit;
  user-select: text;
  z-index: 99999;
}

#measurementInfo { 
  background-color: #d7f2f7;
  border: 1px solid #525252; 
  border-radius: 4px;
  font-size: 14px;
  min-height: 100px; 
  min-width: 330px; 
  padding: 5px; 
  user-select: text;
}