html{
	height: 100%;
}

body{
	height: 100%;
	padding-top: 70px;
}

#contenedor-principal{
	height: 100%;
}

#contenido{
	height: 100%;
}

#cargando-datos {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #eeeeee;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#cargando-img{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -25px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/***************************** INDEX *****************************/

#contenedor-izquierdo{
	height: 100%;
	padding-bottom: 41px;
}

#contenedor-derecho{
	height: 100%;
	padding-bottom: 20px;
}

#contenedor-derecho-xs{
	height: 100%;
	padding-bottom: 55px;
}

#contenedor-dispositivos{
	height: 50%;
	padding-bottom: 40px;
}

#contenedor-dispositivos .scroll{
	height: 100%;
	overflow: auto;
}

#contenedor-dispositivos-movil .form-control[readonly]{
	padding: 0px;
	background-color: #ffffff;
}

#contenedor-alertas{
	height: 50%;
	padding-bottom: 40px;
}

#contenedor-alertas .scroll{
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;  
}

#contenedor-mapa, #contenedor-mapa-xs {
	height: 100%;
}

/***************************** HISTORIAL RECORRIDO *****************************/

#contenedor-izquierdo-historial{
	height: 100%;
	padding-bottom: 41px;
}

#contenedor-derecho-historial{
	height: 100%;
	padding-bottom: 62px;
}

#contenedor-derecho-historial-xs{
	height: 100%;
	padding-bottom: 144px;
}

#contenedor-dispositivos-historial{
	height: 50%;
	padding-bottom: 40px;
}

#contenedor-dispositivos-historial .scroll{
	height: 100%;
	overflow: auto;
}

#contenedor-dispositivos-movil-historial .form-control[readonly]{
	padding: 0px;
	background-color: #ffffff;
}

#contenedor-busqueda{
	height: 50%;
	padding-bottom: 40px;
}

#contenedor-busqueda .scroll{
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;  
}

#contenedor-mapa-historial, #contenedor-mapa-historial-xs{
	height: 100%;
}


/***************************** LOGIN *****************************/


#contenedor-login .input-group{
	margin-bottom: 10px;
}


/***************************** MENU TOP *****************************/

.navbar-brand{
	padding-top: 8px;
	padding-left: 15px;
}

.navbar-brand img{
	max-height: 35px;
	max-width: 231px;
	margin-top: 5px;
}

/***************************** CONFIGURACION *****************************/

#contenidoConfiguracion{
	height: 100%;
}
#contenedor-mapa-geocerca{
	height: 320px;
}