html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#viewDiv {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
/* #panel {
  position: absolute;
  right: 0;
  height: 100%;
  width: 380px;
} */

#infoDiv
{
  width: 300px;
  padding: 20px;
}

#numContratados {
  color: #00A884;
  font-size: 20pt;
  font-weight: bolder;
  line-height: 0.8;
}

#numEnAprobacion {
  color: #004DA8;
  font-size: 18pt;
  font-weight: bolder;
  line-height: 0.8;
}

#numEnEvaluacion {
  color: #E69800;
  font-size: 16pt;
  font-weight: bolder;
}
#numInactivos {
  color: #9C9C9C;
  font-size: 14pt;
  font-weight: bolder;
}

#sustitutoPopup {
  float: left;
  width: 30%;
  height: 100%;
  padding: 1em;
}

 #graficaAnual
{
  width: 400px;
  height : 400px;
  background-color: white;
} 

.esri-legend {
opacity: 0.9;
}

/* 
.panel-side {
  padding: 2px;
  width: 390px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 60;
} */
