.spinner
 {
   z-index: 801;
 position:relative;
 margin-left:50%;
 margin-top:10%;

}
.spinnerOculto {
  z-index: 801;
display: none;
position:relative;
margin-left:50%;
margin-top:10%;
}
.botonera-grafo {
margin-bottom: 5px;
margin-top: 5px;

}

.botonera {

  display: block;
}
.botones-relaciones {
  height: 27px;
  /*    line-height: 40px;*/
  display: inline-block;
  margin-bottom: 5px;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 90vh;
  width: 90vw;
  padding-bottom: 100px;

}
.vis-item.vis-selected {
  background-color: white;
  border-color: black;
  color: black;
  box-shadow: 0 0 10px gray;
}
.vis-item.vis-hijos {
  background-color: #feacac;
  border-color: darkred;
  color: white;
  font-family: monospace;
  box-shadow: 0 0 10px gray;
}
.vis-item.vis-hermanos {
  background-color: #2b74fb;
  border-color: darkred;
  color: white;
  font-family: monospace;
  box-shadow: 0 0 10px gray;
}
.vis-item.vis-parejas {
  background-color: #fbaefe;
  border-color: darkred;
  color: white;
  font-family: monospace;
  box-shadow: 0 0 10px gray;
}
.vis-item.vis-nietos {
  background-color: #00e0a6;
  border-color: darkred;
  color: white;
  font-family: monospace;
  box-shadow: 0 0 10px gray;
}
.vis-item.vis-tioas {
  background-color: #83afff;
  border-color: darkred;
  color: white;
  font-family: monospace;
  box-shadow: 0 0 10px gray;
}
.vis-item.vis-abuelos {
  background-color: #ffb37c;
  border-color: darkred;
  color: white;
  font-family: monospace;
  box-shadow: 0 0 10px gray;
}
.vis-item.vis-padres {
  background-color: #b0aeae;
  border-color: darkred;
  color: white;
  font-family: monospace;
  box-shadow: 0 0 10px gray;
}
.chip.chip-md:hover {
font-weight: 700;
font-size: 1.0rem;
color: #b6b6b6;
}
.chip.chip-md {
  /*  height: 42px;*/
    line-height: 32px;
    border-radius: 21px;
    cursor: pointer;
  }



  .chip.chip-md .close {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }

.btn-hijos{
background-color:#fb2b2b;
}
.btn-parejas{
background-color:#f340f9;
}
.btn-hermanos{
background-color:#2b74fb;
}
.btn-primos{
background-color:#be40f9;
}
.btn-sobrinos{
background-color:#33d304;
}
.btn-nietos{
background-color:#00e0a6;
}
.btn-bisnietos{
background-color:#eaa015;
}
.btn-tios{
background-color:#024bcf;
}
.btn-suegros{
background-color:#fb2b2b;
}

.capaFlotanteRelacionado {

  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 0.375rem;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;

}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.oculto {
            display: none;
        }

.text {
  font-size:16px;

  font-weight:bold;
  color:#021e49;

}
.parpadea {

  animation-name: parpadeo;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.clase-p-select {
margin-bottom: 10px;
margin-top: 10px;
}

.clase-boton-arterisco {
 border: 0px solid ;
background: #ffffff;
}
.panel {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: transform 300ms;
  z-index: 888;
}


.panel div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffff72e8;
  width: 400px;
  /*height: 400px;*/
  z-index: 1000;
  padding: 30px;
  font-style: italic;
  border: 2px solid lightgray;
  border-radius: 0.375rem;
}

.panel[data-on='on'] {
  transform: scale(1);
}


.panel[data-on='off'] {
  transform: scale(0);
}


h1 {

  margin-bottom: : 1.5rem !important;
}

.mynetwork {

    height: 600px;
    border: 2px solid lightgray;
  }
.mapa { height: 180px; }
.formulario  {
   margin: auto;
  width: 90%;
  border: 2px solid ;
color:#6c757d;
  padding: 5px;
margin-bottom: 5px;
border-radius: 0.375rem;
border-color:#6c757d;
}
select {
  margin: auto;
 width: 90%;
 border: 2px solid ;
border-color:#6c757d;
 padding: 5px;
margin-bottom: 5px;
border-radius: 0.375rem;
color:#6c757d;
}
input {
  margin: auto;
 width: 90%;
 border: 2px solid ;
color:#6c757d;
 padding: 5px;
margin-bottom: 5px;
border-radius: 0.375rem;

border-color:#6c757d;
}

.div-centrado {
  margin: auto;
  width: 100%;
text-align: center;
}
.titulo2 {
 font-size: 1rem;
margin-top: 10px;
}
.padding {

  padding: 0.75rem;
}
.cursiva {

  font-style: italic;
}
.sobre-grafo {

  margin: 10px;
/*width:500px;
clear: both;
z-index: 800;
position: relative;
float:right;
  margin-top: -70px;
        margin-right: 01px;
    -webkit-tap-highlight-color: transparent;
    */
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.spinner
 {
   z-index: 801;
 position:relative;
 margin-left:50%;
 margin-top:10%;

}
.spinnerOculto {
  z-index: 801;
display: none;
position:relative;
margin-left:50%;
margin-top:10%;
}
.sobre-mapa-2 {
  overflow-x: hidden;
overflow-y: scroll;
height:400px;
line-height: 1em;
}
.botonMenu {
border: none;
outline:none;
}
.botonVerde {
background:#02ff00;
color: #fff
}
.botonRojo {
background:#ff0000;
color: #fff
}
.botonNaranja {
background:#ff8a00;
color: #fff
}
.botonAmarillo {
background:#ffff00;
color: #b3b38c
}
.botonNegro {
background:#000000;
color: #fff
}
.p-PopUp {
  text-align: center;
  }
.oculto {
            display: none;
        }
.visible {
            display:block;
        }
/*.leaflet-popup-content-wrapper {
    background:#2c3e50;
    color:#fff;
    font-size:16px;
    line-height:24px;
    }
.leaflet-popup-content-wrapper a {
    color:rgba(255,255,255,0.5);
    }
   .leaflet-popup-tip-container {
    width:30px;
    height:15px;
    }
  .leaflet-popup-tip {
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #2c3e50;
    }
