#map {
	height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html, body, .container-fluid {
	height: 100%;
	margin: 0;
	padding: 0;
}

#menu{
	height: 100%;
	background-color:  #FAEEDE;

}
#reactivos{
	height: 100%;
	background-color:  #FAEEDE;
	text-align: center;
}

#lista-reactivos{
	height: 50%;
}

#captureWrapper{
	color: white;
	/*margin-top: 1em;*/
}

.cem-header, #menu{
	background-color: #234d46;

}

.cem-header, .obra-social, #header-reactivos{
	text-align: center;
}

.cem-logo{
	width: 200px;
}

.obra-social{
	background-color: white;
	color: #234d46;
}

#reactivos{
	color: #234d46;
	overflow-y: scroll;
	display: none;
}

.categoria-reactivo{
	text-align: center;
	font-weight: 900;
	border: 3px #E8C9BA solid;
	border-radius: 10px;
}

/* Este hace que se oculte el scroll , se tiene que quitar o al menos comentar para que en la web se muestre el scroll y se pueda apreciar en el navegador de Chrome */
/* ::-webkit-scrollbar {
    display: scroll;
} */
/* fin */

/* Scroll para indicadores */
.stuck-indicadores{
  overflow-y: scroll;
  height: 70vh;
}

.stuck-indicadores::-webkit-scrollbar{
	width: 7px;
}

.stuck-indicadores::-webkit-scrollbar-thumb{
	background: #FAEEDE;
	border-radius: 20px;
}
/*Fin Scroll para indicadores */

/* Scroll para reactivos */
.stuck-reactivos{
	overflow-y: scroll;
	height: 70vh;
  }

  .stuck-reactivos::-webkit-scrollbar{
	  width: 7px;
  }

  .stuck-reactivos::-webkit-scrollbar-thumb{
	  background: #873327;
	  border-radius: 20px;
  }
/* Fin  Scroll para reactivos */
