/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 @-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

.desactivarEnlace {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;

}

/*ESTILO DE LISTAS*/
.ui-autocomplete {
  list-style: none; 
  max-width: 500px;
  background-color: #F7F5F5;
  border: 1px solid #ccc;
  padding-left:0;
/*  max-height: 300px;*/
}

.ui-menu-item {
  padding: 5px 10px;
  width: 100%; 
  
}

.ui-menu-item:hover {
  background-color: #65BCFA; 
  color: #fff; 
}

#pg_cargando{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999999;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
}

.mrm {
  margin-right:10px;
}

.desactivarEnlace {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;

}