html, body{
  height: 100%;
  background-color: #f4f5f7;
  color: #58666e;
}

::-webkit-scrollbar { 
    display: none; 
}

#container{
  height: 100%;
}
#row{
  position: relative;
  height: 100%;
}
.main {
  height: 100%;
  padding: 0;
}
.seccion{

}

#login{
	width: 320px;
	margin: 50px auto;
	padding: 10px;
	background: #fff;
  border: 1px solid #e3e3e3;
}
#login label{
	margin: 0;
	font-weight: 400;
}
#login input{
	margin: 5px 0;
}
#login .btn{
	margin-top: 10px;
	width: 100%;
}

div.bloque{
  background: #fff;
  padding: 10px;
  margin: 10px;
  border: 1px solid #ddd;
} 

.cantidad {
  text-align: right;
}

a {
  color: #41b923;
}
a:hover {
  color: #41b923;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


.bloqueador {
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  background: #000;
  opacity: 0.1;
  left: 15px;
  top: 40px;
  z-index: 5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}