#sidebarMenu {
    width: 240px; 
    height: 100vh; 
    position: fixed;
}
#bodyLogin {
    height: 100vh;
    background-color:rgb(187, 187, 187);
    background: url("../img/fondo.jpeg")no-repeat center center;
    background-size: cover;
}
#bodyRegistro {
    height: 100vh;
    background-color:rgb(187, 187, 187);
    background: url("../img/fondo.jpeg")no-repeat center center;
    background-size: cover;
}
main {
	margin-top: 60px;
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 740px) {
    #bodyLogin {
        height: 815px;
    }
}
@media (min-width: 800px) and (max-width: 850px) {
    #bodyLogin  {
        height: 650px;
    }
}
@media (min-width: 1400px) {
	main, header, #main-navbar {
		padding-left: 240px;
	}
}
.botonMedicion {
    min-width: 200px;
    max-width: 200px;
    width: 200px !important;
    min-height: 100px;
    max-height: 100px;
    height: 100px !important;
}
.gris {
    background-color: #e2e2e2;
}
#scrollMonitoreoAlarmas {
    min-height: 150px;
    max-height: 150px;
    height: 150px;
    overflow-y: auto;
}
.escondido {
    display: none;
}