@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(200, 200, 200);
  letter-spacing: 1px;
  /* font-size: 0.8rem; */
  font-size: 12px;
}

td,
th {
  border: 1px solid rgb(190, 190, 190);
  padding: 3px 6px;
}

th {
  background-color: rgb(235, 235, 235);
  text-align: right;
}

td {
  text-align: left;
}

tr:nth-child(even) td {
  background-color: rgb(250, 250, 250);
}

tr:nth-child(odd) td {
  background-color: rgb(245, 245, 245);
}

.map-label {
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 10px;
  width: 10px;
  white-space: nowrap;
}

.map-label_2 {
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
  width: 10px;
  white-space: nowrap;
}

body {
  display: grid;
  overflow: hidden;
  background-color: rgb(35, 47, 62);
  grid-template-rows: 5vh 91vh 4vh !important;
  font-family: Roboto, sans-serif;
  margin: 0;
  margin-top: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div#the_header {
  height: 5vh;
  display: grid;
  grid-template-columns: 340px auto 12vw;
  color: whitesmoke;
}

div#logo {
  display: flex;
  top: 0;
  justify-content: center;
}

div#midheader {
  text-align: left;
  font-size: 12px;
  color: white;
  top: 0;
  padding: 12px;
  left: 0;
}

div#rightheader {
  text-align: center;
  font-size: 14px;
  color: white;
  padding-left: 2px;
}

div#logocliente {
  text-align: right;
  padding-left: 2px;
}

div#the_center {
  display: grid;
  grid-template-columns: 340px auto;
  text-align: center;
  color: whitesmoke;
}

#mnumaptype {
  position: absolute;
  text-align: left !important;
  text-align: center;
  width: 200px;
  height: 100px;
  max-width: 200px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
  margin-left: auto;
}

#mnumaptype-table {
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #f1f1f1;
  letter-spacing: 1px;
  font-size: 12px;
}

div#leftmenu {
  background-color: whitesmoke;
  text-align: left;
  color: black;
  width: 340px !important;
  min-width: 340px !important;
  position: relative;
  overflow: hidden;
}

div#map-canvas {
  background-color: black;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

div#the_footer {
  display: grid;
  height: 5vh;
  grid-template-columns: 340px auto 300px;
  text-align: center;
  color: whitesmoke;
}

div#statusleft {
  width: 340px !important;
  display: grid;
  grid-template-columns: auto 28px 28px;
  text-align: left;
  font-size: 14px;
  color: silver;
}

div#footercoords {
  color: whitesmoke;
  text-align: left;
  font-size: 12px;
  margin-top: 6px;
  margin-left: 6px;
  height: 0.3vh;
}

div#setcoords {
  padding-top: 6px;
  padding-left: 6px;
  color: silver;
}

div#midfooter {
  display: grid;
  grid-template-columns: 20% 20% 20% 40%;
  text-align: left;
  font-size: 14px;
  color: silver;
  width: 100%;
}

#setzoomup {
  background: url(assets/ZoomIn.png) no-repeat center;
  width: 35px;
}

#setzoodown {
  background: url(assets/ZoomOut.png) no-repeat center;
  width: 35px;
}

#setmap0 {
  background: url(assets/3.png) no-repeat center;
  background-color: silver;
}
#setmap1 {
  background: url(assets/1.png) no-repeat center;
}

#setmap2 {
  background: url(assets/2.png) no-repeat center;
}
#setmap3 {
  background: url(assets/4.png) no-repeat center;
}
#setcoordicon {
  background: url(assets/pin5.png) no-repeat center;
}

#setadress {
  background: url(assets/address.png) no-repeat center;
}

#setmap0,
#setmap1,
#setmap2,
#setmap3,
#setcoordicon,
#setadress {
  display: flex;
  cursor: pointer;
  border-radius: 0.3em;
  color: silver;
  margin: 0.1em;
  border: 1px solid #626262;
  height: 22px;
  width: 24px;
}

#setmap0:hover,
#setmap1:hover,
#setmap2:hover,
#setmap3:hover,
#setcoordicon:hover {
  display: inline-block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid#ccc;
  padding: 2px 5px;
  color: #555;
}

div#divers {
  color: whitesmoke;
  padding-left: 6px;
}

div#logusername {
  color: whitesmoke;
  padding-top: 6px;
  padding-left: 6px;
}

div#divtool1 {
  display: flex;
  text-align: left;
  font-size: 14px;
  color: silver;
  width: 300px;
  height: 3vh;
  margin-top: 6px;
  margin-left: 6px;
}

div#divtool2 {
  display: flex;
  text-align: center;
  font-size: 14px;
  color: silver;
  width: 200px;
  height: 3vh;
  margin-top: 6px;
  margin-left: 6px;
}

div#divtool3 {
  /* background-color: rgb(26, 191, 166); */
  display: flex;
  text-align: center;
  margin-top: 6px;
  margin-left: 6px;
}

div#leftfooter {
  display: grid;
  grid-template-columns: 200px 100px;
  text-align: center;
  color: silver;
  width: 100%;
  height: 3vh;
  position: relative;
}

#coordicon {
  float: right;
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
}

#coordicon:hover {
  background-color: rgb(47, 68, 93);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding-left: 5px;
  color: #fff;
}

#close {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer;
}

#close:hover {
  float: right;
  display: inline-block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 2px 5px;
  background: #ccc;
  color: #fff;
}

#load_unload {
  display: flex;
  cursor: pointer;
  border-radius: 0.3em;
  margin: 0.1em;
  border: 1px solid #626262;
  line-height: normal;

  font-size: 0.95em;
  height: auto;
  width: 150px;
}

#login_msgs {
  font-size: 13px;
  color: red;
}

.pull {
  text-align: center;
}

#lostrec {
  text-align: center;
  color: #555;
  font-size: 11px;
  cursor: pointer;
}

#login_table {
  color: #555;
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 0;
  align-items: center;
  justify-content: center;
}

.pass-body {
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-group {
  font-size: 14 px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
}

h1 {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
}

#logologin {
  text-align: center;
  margin: 0px;
  left: 0;
  top: 0px;
  padding-top: 18px;
}

h2 {
  font-size: 18px;
}

label#coords {
  font-size: 12px;
}

div#loginmain {
  background-color: rgb(35, 47, 62);
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

[hidden] {
  display: none !important;
}

div#logincard {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 75%;
  max-width: 364px;
  padding: 8px;
  background: whitesmoke;
  color: rgb(14, 30, 37);
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#usuario {
  font-size: 10 px;
  margin-bottom: 2px;
}

div#splfooter {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  display: flex;
  margin-top: 72px;
  color: grey;
  font-size: 10px;
  height: 12px;
  width: 10vw;
  top: 0;
}

div#loadmain {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

div#cablemain {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

#btnadd,
#btndelrow,
#btnCloseEnlace {
  z-index: 10;
  height: 20px;
}

#btnCloseEnlace {
  cursor: pointer;
  z-index: 10;
  height: 20px;
  width: 30px;
  color: #fff;
  text-align: center;
  background-color: rgb(222, 70, 15);
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

#enlacedrg {
  position: absolute;
  left: 33vw;
  top: 20vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 565px;
  height: 485px;
  max-width: 565px;
  max-height: 485px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#enlacedrgheader {
  cursor: move;
  display: grid;
  grid-template-columns: 535px 35px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;

  height: 22px;
}

#enlacename {
  cursor: move;
  margin-top: 2px;
  margin-left: 6px;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 20px;
  text-align: left;
  max-width: 535px !important;
}

#enlace_id {
  color: rgb(231, 234, 28);
  text-align: right;
  margin-right: 24px;
}

div#enlace_data {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 140px;
  width: 100%;
}

#captiondivider {
  padding: 6px;
  display: grid;
  grid-template-columns: 390px 80px 80px;
  text-align: left;
  background-color: rgb(58, 62, 67);
  color: #fff;
  height: 18px;
}

#caption_panel {
  display: grid;
  grid-template-columns: auto 80px;
  padding: 6px;
  text-align: left;
  background-color: rgb(58, 62, 67);
  color: #fff;
  height: 18px;
}

div#div_percorrer {
  background-color: rgb(199, 206, 213);
  display: flex;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#cabodrg {
  position: absolute;
  left: 33vw;
  top: 20vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 565px;
  height: 465px;
  max-width: 565px;
  max-height: 465px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#btnCloseCabo {
  cursor: pointer;
  z-index: 10;
  height: 20px;
  width: 30px;
  color: #fff;
  text-align: center;
  background-color: rgb(222, 70, 15);
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

#cabodrgheader {
  cursor: move;
  display: grid;
  grid-template-columns: 535px 35px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;

  height: 22px;
}

#caboname {
  cursor: move;
  margin-top: 2px;
  margin-left: 6px;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 20px;
  text-align: left;
  max-width: 535px !important;
}

#cabo_id {
  color: rgb(231, 234, 28);
  text-align: right;
}

div#cabo_data {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 120px;
  width: 100%;
}

div#grid_cabo_enlaces {
  background-color: whitesmoke;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 270px;
  overflow-x: auto;
  width: 100%;
}

#btnCSVDown {
  cursor: pointer;
  z-index: 10;
  height: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(22, 111, 4);
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

#popmenu {
  position: absolute;
  text-align: left !important;
  left: 30px;
  top: 150px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 200px;
  max-width: 200px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#popmenu-table {
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #f1f1f1;
  letter-spacing: 1px;
  font-size: 12px;
}

#popmenu-table,
td,
th,
tr {
  text-align: left;
  border: 1px solid #f1f1f1;
  letter-spacing: 1px;
  font-size: 12px;
}

#mnuclenamap,
#mnustreet,
#menugmaps,
#mnucopygmaps,
#menupastegmaps,
#menuloadall,
#menuloadrl,
#cablerow,
#menumedir {
  text-align: left;
}

#mnuclenamap:hover,
#mnustreet:hover,
#menugmaps:hover,
#mnucopygmaps:hover,
#menupastegmaps:hover,
#menuloadrl:hover,
#menuloadall:hover,
#menumedir:hover {
  background: #555;
  color: #fff;
}

#cablerow {
  text-align: left;
  cursor: pointer;
}

#cablerow:hover {
  color: blue;
  /* font-weight: bold; */
}

#mnuclenamap:link,
#mnustreet:link,
#menugmaps:link,
#mnucopygmaps:link,
#menupastegmaps:link,
#menuloadall:link {
  background-color: #f1f1f1;
  color: #fff;
}

#mnuclenamap:visited,
#mnustreet:visited,
#menugmaps:visited,
#mnucopygmaps:visited,
#menupastegmaps:visited,
#menuloadall:visited {
  background-color: #f1f1f1;
  color: #fff;
}

#pontodrg {
  position: absolute;
  left: 33vw;
  top: 20vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 565px;
  height: 465px;
  max-width: 565px;
  max-height: 135px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#btnCloseponto {
  cursor: pointer;
  z-index: 10;
  height: 20px;
  width: 30px;
  color: #fff;
  text-align: center;
  background-color: rgb(222, 70, 15);
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

#pontodrgheader {
  cursor: move;
  display: grid;
  grid-template-columns: 535px 35px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;

  height: 22px;
}

#pontoname {
  cursor: move;
  margin-top: 2px;
  margin-left: 6px;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 20px;
  text-align: left;
  max-width: 535px !important;
}

#ponto_id {
  color: rgb(231, 234, 28);
  text-align: right;
}

div#ponto_data {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100px;
  width: 100%;
}

div#grid_ponto_enlaces {
  background-color: whitesmoke;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 243px;
  overflow-x: auto;
  width: 100%;
}

div#enlaces_loading {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#gif_enlaces_loading {
  display: flex;
}

div#grid_cable {
  background-color: whitesmoke;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 243px;
  overflow-x: auto;
  width: 100%;
}

div#cable_loading {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#gif_cable_loading {
  display: flex;
}

div#lowertool {
  padding: 6px;
  display: grid;
  grid-template-columns: 390px 80px 80px;
  background-color: rgb(245, 245, 245);
  color: #fff;
  height: 8px;
}

#ed_dista {
  z-index: 10;
  height: 20px;
  width: 85px;
}

#search {
  z-index: 10;
  height: 20px;
  width: 385px;
}

#ed_dista_cb {
  z-index: 10;
  height: 20px;
  width: 85px;
}

#btnClosecaixa {
  cursor: pointer;
  z-index: 10;
  height: 20px;
  width: 30px;
  margin-left: 40px;
  color: #fff;
  text-align: center;
  background-color: rgb(222, 70, 15);
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

#caixadrg {
  position: absolute;
  left: 33vw;
  top: 20vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 605px;
  height: 465px;
  max-width: 765px;
  max-height: 465px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#caixadrgheader {
  cursor: move;
  display: grid;
  grid-template-columns: 535px 35px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 22px;
}

#caixaname {
  cursor: move;
  margin-top: 2px;
  margin-left: 6px;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 20px;
  text-align: left;
  max-width: 535px !important;
}

#caixa_id {
  color: rgb(231, 234, 28);
  text-align: right;
}

div#caixa_data {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 120px;
  width: 100%;
}

div#print_caixa {
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  height: 343px;
  max-height: 435px !important;
  overflow-x: auto;
  width: 605px;
}

div#pnCXEnlaces {
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  height: 343px;
  max-height: 435px !important;
  overflow-x: auto;
  width: 605px;
}

#btnNewClose {
  cursor: pointer;
  padding-top: 2px;
  z-index: 10;
  height: 20px;
  width: 30px;
  color: #fff;
  text-align: center;
  background-color: rgb(222, 70, 15);
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

#btnClosepop {
  cursor: pointer;
  z-index: 10;
  height: 20px;
  width: 30px;
  margin-left: 40px;
  color: #fff;
  text-align: center;
  background-color: rgb(222, 70, 15);
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

.titlebar {
  cursor: move;
  text-align: left;
  display: grid;
  grid-template-columns: 535px 35px;
  z-index: 10;
  background-color: rgb(42, 62, 35);
  color: #fff;
  height: 22px;
}

#popname {
  cursor: move;
  margin-top: 2px;
  margin-left: 6px;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 20px;
  text-align: left;
  max-width: 535px !important;
}

#popdrg {
  position: absolute;
  left: 33vw;
  top: 20vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 605px;
  height: 465px;
  max-width: 765px;
  max-height: 465px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#popdrgheader {
  cursor: move;
  display: grid;
  grid-template-columns: 535px 35px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 22px;
}

#popname {
  cursor: move;
  margin-top: 2px;
  margin-left: 6px;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 20px;
  text-align: left;
  max-width: 535px !important;
}

#pop_id {
  color: rgb(231, 234, 28);
  text-align: right;
}

div#pop_data {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 120px;
  width: 100%;
}

div#print_pop {
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  height: 343px;
  max-height: 435px !important;
  overflow-x: auto;
  width: 605px;
}

#new_popdrg {
  position: absolute;
  left: 330px;
  top: 10vh;
  text-align: center;
  width: 70vw;
  max-width: 80vw;
  /* min-width: 80vw; */
  min-width: 950px;
  height: 81vh;
  max-height: 81vh;

  padding: 2px;
  z-index: 11;
  background-color: #f1f1f1;
  /* background-color: #ce3f3f;   */
  text-align: center;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#new_popdrgheader {
  cursor: move;
  display: grid;
  grid-template-columns: auto 32px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 22px;
}

#new_main_panel {
  display: grid;
  grid-template-columns: 40vw 30vw;
  height: 25vh;
  max-height: 55vh;
  color: #fff;
}

#new_popname {
  cursor: move;
  margin-top: 2px;
  margin-left: 6px;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 20px;
  text-align: left;
  max-width: 535px !important;
}

#pop_enlaces_table {
  text-align: left;
  color: #444;
  border-collapse: collapse;
  border: 2px solid #f1f1f1;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
}

#pop_enlaces_table,
td,
th,
tr {
  text-align: left;
  border: 1px solid #f1f1f1;
  letter-spacing: 1px;
  font-size: 12px;
  max-height: 25vh;
}

#caixa_enlaces_table {
  text-align: left;
  color: #444;
  border-collapse: collapse;
  border: 2px solid #f1f1f1;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
}

#caixa_enlaces_table,
td,
th,
tr {
  text-align: left;
  border: 1px solid #f1f1f1;
  letter-spacing: 1px;
  font-size: 12px;
  max-height: 25vh;
}

div#header_pop_data {
  background-color: rgb(199, 206, 213);
  color: #444;
  text-align: center;
  position: relative;
}

#new_pop_table {
  text-align: left;
  color: #444;
  border-collapse: collapse;
  border: 2px solid #f1f1f1;
  background-color: #b42929;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
}

div#new_enlaces_panel {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: 50px;   */
  overflow-x: auto;
  overflow-y: auto;
  min-width: 250px;
}

div#table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  min-width: 250px;
}

div#new_print_pop {
  background-color: white;
  overflow-x: auto;
  overflow-y: auto;
  height: 64vh;
  width: 55vw;
  max-width: 100%;
  display: flex;
  flex-direction: row;
}

div#formbody {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 75%;
  max-width: 364px;
  padding: 8px;
  background: whitesmoke;
  color: rgb(14, 30, 37);
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#btnClosedista {
  cursor: pointer;
  z-index: 10;
  height: 20px;
  width: 30px;
  color: #fff;
  background-color: rgb(222, 70, 15);
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

#makelink {
  cursor: pointer;
  z-index: 10;
  height: 20px;
  position: absolute;
  left: 300px;

  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

#distadrg {
  position: absolute;
  left: 33vw;
  top: 20vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 405px;
  height: 178px;
  max-width: 765px;
  max-height: 465px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#setcenterdrg {
  position: absolute;
  left: 33vw;
  top: 33vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 405px;
  height: 100px;
  max-width: 765px;
  max-height: 465px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#distadrgheader {
  cursor: move;
  display: grid;
  grid-template-columns: 375px 35px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 22px;
}

#setcenterdrgheader {
  cursor: move;
  display: grid;
  grid-template-columns: 375px 35px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 22px;
}

div#dista_data {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 120px;
  width: 100%;
}

div#center_data {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 120px;
  width: 100%;
}

#ed_latlong {
  width: 320px;
  border-radius: 0.1em;
}

#setcenteradd {
  position: absolute;
  left: 33vw;
  top: 33vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 405px;
  height: 100px;
  max-width: 765px;
  max-height: 465px;
  padding: 2px;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16);
}

#setcenteraddgheader {
  cursor: move;
  display: grid;
  grid-template-columns: 375px 35px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 22px;
}

div#dista_data {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 120px;
  width: 100%;
}

#ed_address {
  width: 320px;
  border-radius: 0.1em;
}

#lb_link {
  width: 75%;
}

.container {
  width: 80%;
  margin: 0 auto;
}

header::after {
  content: "";
  display: table;
  clear: both;
}

nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

nav li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 2px;
  position: relative;
}

nav a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: whitesmoke;
}

nav a::before {
  content: "";
  display: block;
  height: 5px;
  background-color: #444;

  position: absolute;
  top: 0;
  width: 0%;
  transition: all ease-in-out 250ms;
}
nav a:hover::before {
  width: 100%;
}


div#header_pop_data {
  background-color: rgb(199, 206, 213);
  color: #444;
  text-align: center;
  position: relative;
}


div#caixa_enlaces_panel {
  background-color: rgb(199, 206, 213);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: 50px;   */
  overflow-x: auto;
  overflow-y: auto;
  min-width: 250px;
}

div#table_container {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  min-width: 250px;
}


.spbody {
  text-align: center;
  border: 1px solid gray;
  background-color: whitesmoke;  
  width: 25px;
}

.spentra {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25px;
}

.spin {
  text-align: center;
  border-collapse: collapse;
 /* background-color: silver; */
 background-color: white;  
  font-size: 12px;
  width: 25px;
  height: 4px;
  min-height: 4px !important;  
  min-height: 4px !important;  

}

.spin:hover,.tbarea:hover,.spbody:hover,.spout:hover,.fibrar:hover,.fibral:hover {
  width: 35px; 
} 

polyline:hover {
  fill: red;
}


.spsaidas {
  width: 25px;
}

.spout {
  width: 25px;
  /* background-color: silver; */
  background-color: whitesmoke;  
  margin-top: 1px;
  margin-bottom: 1px;
  height: 4px !important;
  min-height: 4px !important;  
  min-height: 4px !important;  

}

.cbleft {
  display: flex;
  flex-direction: column;
}

.acabol {
  display: flex;
  flex-direction: row;
  grid-template-columns: 20% 80%;
  font-size: 12px;
}

.capacabo {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid gray;
  background-color: black;
  width: 50%;
}

.tubetes {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 50%;
}

.tubete {
  position: relative;
  display: flex;
  grid-template-columns: 30% 70%;
  flex-direction: row;
  text-align: center;
  font-size: 8px;  
  margin-top: 4px;
  margin-bottom: 4px;
}
.tbarea {
  display: flex;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  flex-direction: row;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.fibras {
  display: flex;

  flex-direction: column;
  width: 32px;
}

.fibrar {
  display: inline-block;    
  background-color: whitesmoke;
  margin-top: 0.5px !important;
  margin-bottom: 0.5px !important;
  height: 2.8px !important;
  min-height: 2.8px !important;
  overflow:hidden;   
  text-align: right;
  padding-right: 2px;
  color: yellow;
  font-weight: bold;
  justify-content: center;  
}
.fibral {

  display: inline-block;    
  background-color: whitesmoke;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  overflow:hidden;   
  height: 2.8px !important;
  min-height: 2.8px !important;  
  justify-content: center;    
  text-align: left;
  padding-right: 2px;
  color: yellow;
  font-weight: bold;
}

.cbright {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.acabor {
  display: flex;
  flex-direction: row;

  grid-template-columns: 80% 20%;
  margin-top: 8px;
  font-size: 12px;
}

.hline {
  position: absolute;
  height: 1px;
  background-color: silver;
}

.vline {
  position: absolute;
  width: 1px;
  background-color: silver;
}


#new_caixadrg {
  position: absolute;
  left: 330px;
  top: 10vh;
  text-align: center;
  width: 950px;
  height: 550px;
  padding: 1px;
  z-index: 11;
  background-color:#fff;
  text-align: center;
  font-size: 12px;
  /* border: 1px solid #d3d3d3; */
  /* box-shadow: 0 2px 4px 0 rgba(14, 30, 37, 0.16); */
}

#new_caixadrgheader {
  cursor: move;
  display: grid;
  grid-template-columns: auto 32px;
  z-index: 10;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 23px;
}

#caixa_main_panel {
  display: grid;
  grid-template-columns: 600px 350vw;
  height: 350px;
  margin: 1px;
  max-height: 350px;
  color: #fff;
}

#new_caixaname {
  cursor: move;
  margin-top: 1px;
  margin-left: 6px;
  background-color: rgb(35, 47, 62);
  color: #fff;
  height: 20px;
  text-align: left;
  max-width: 535px !important;
}


div#new_print_caixa {
  /* background-color: whitesmoke; */
  background-color: silver;  
  position: absolute;
  /* color: #444; */
  color:black;
  overflow-x: auto;
  
  height: 446px;
  width: 600px;
  max-width: 600px;
  display: flex;
  z-index: 0;  
  flex-direction: column;
}

#new_caixa_table {
  text-align: left;
  color: #444;
  border-collapse: collapse;
  border: 2px solid #f1f1f1;
  letter-spacing: 1px;
  font-size: 12px;
  width: 948px;
  height: 50px;
}

.cabos_area {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  z-index: 1;  
}

.conexarea {
  width: 100%;
  text-align: center;
  z-index: 1;    
}

.spl_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;    
}

.asplitter {
  display: flex;
  flex-direction: row;
  grid-template-columns: 33% 34% 33%;
  margin: 4px;
  z-index: 11;      
}

.splaname {
  display: flex;
  font-size: 10px;  
  flex-direction: row;
  grid-template-columns: 33% 34% 33%;
  margin: 1px;
}


div#new_caixa_enlaces_panel {
  /* background-color: rgb(199, 206, 213); */
  text-align: center;
  position: relative;
  display: flex;
  /* margin: 1px;   */
  flex-direction: column;
  width: 350px;
  height: 476px;  
  overflow-x: auto;
  overflow-y: auto;
  min-width: 250px;
}

div#cx_gif_panel_result {
  display: flex;
  position: absolute;
  height: 60px;
  width: 60px;
  left: 300px;
  top: 300px;  
  z-index: 20;
  justify-content: center;
  line-height: normal;  
  vertical-align: middle;  
}
#kmldown {
  cursor: pointer;
  z-index: 10;
  height: 20px;
  background: url(assets/kml.png) no-repeat center;
  background-color: white; 
   /* rgb(58, 62, 67); */
  width: 24px;  
  text-align: center;  
  /* border: 1px solid #d3d3d3; */
  border-radius: 2px;
}


#enlace_title {
  padding: 6px;
  display: grid;
  grid-template-columns: 420px 112px 30px;
  text-align: left;
  background-color: rgb(58, 62, 67);
  color: #fff;
  height: 18px;
}
