/*LOADING CSS*/
/*FONTS*/
.camHeaderBtn{
	color: white;
	font-size: 0.8em;
	cursor: pointer;
	float: right;
}
#terminal{
	height: 37px;
}
.monospace{
	font-family: monospace!important;
}
.inherit{
	font-family: inherit!important;
}
.btnForced{
	padding: 5px;
	margin-bottom: 5px;
	min-width: 100px;
}
.jarviswidget-collapsed>div{
	display: none;
}
/*END FONTS*/
.botonesDeAccion{
	float:right;
	margin-right: 10px;
}
.inputLight{
	border:none!important;
	border-bottom:1px solid rgb(0, 116, 190)!important;
	background-color: transparent!important;
}
.sinPermiso{
	height: 200px;
	font-size: 2em;
}
.disa{
	background-color: lightgray!important;
}
.spinner {
  left: 0;top:20%;right: 0;bottom: 0;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  position: absolute;
  text-align: center;
  z-index: 1002;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}
#left-panel{
	min-height: 100%!important;
}
.white{
	color:white!important;
}
.dot1, .dot2 {

  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.loading{
	display: none;
}
.loading220{
	position: absolute;
	top: 15px;
	left: 30px;
	height: 100px;
	width: 200px;

}
.loading220>img{
	width: 50%;
}

#loadingBack{
	margin:0;
	left: 0;top:0;right: 0;bottom: 0;
	position: absolute;
	z-index: 1000;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
}
.dropdown{
	margin-left: 13px;
}
#modalSpace{
	margin: auto auto;
	position: absolute;
	left: 0;right: 0;
	top:30px;
	z-index: 1001;
	width: 80%;
	max-width: 1000px;
	background-color: rgb(255,255,255);
	border:3px solid #474544;
	border-radius: 5px;
	overflow: auto;
	max-height:calc(97% - 30px);
	display: none;
    
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.brilla{
    box-shadow: 0px 0px 10px white;
}
#modalTitle{
	background-color: #474544;
	line-height: 35px;
	font-size: 1.3em;
	text-align: center;
	color:white;
	height: 35px;
    cursor:move;
}
#modalData{
	z-index: 1002;
	max-height:calc(100% - 35px);
	overflow-x:auto;
	position: relative;

}
/*LOADING DE MAPA!! */
	.box:nth-child(2n-1){
		background-color: rgba(39, 156, 255,.3);
		border-radius: 44px;
	}
	.box{
			background-color: rgba(39, 156, 255,.3);
		border-radius: 44px;
		display: inline-block;
		bottom: 4px;
		left: 10px;
		bottom: 30px;
		position: absolute;
		/*margin:0 -4px -5px -2px;*/
		transition: all .2s ease;
	}
	.lolo1{
		position: relative;
		height: 40px;
		width: 40px;
		border-radius: 40px;
		border: 3px solid  rgba(39, 156, 255, 1);

		-webkit-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
		-webkit-animation: lolo1 60s linear infinite;
				animation: lolo1 60s linear infinite;
	}

	.lolo1:after{
		content: "";
		position: absolute;
		top: -7px;
		left: 10px;
		width: 11px;
		height: 11px;
		border-radius: 10px;
		border:1px solid rgb(39, 156, 255);
		background-color: #96E7FF;
	}

	@-webkit-keyframes lolo1{
	    0%{-webkit-transform:rotate(0deg);}
	    100%{-webkit-transform:rotate(360deg);}
	}

	@keyframes lolo1{
	    0%{transform:rotate(0deg);}
	    100%{transform:rotate(360deg);}
	}

	.spinner2 {
		left: 0;top:0;right: 0;bottom: 0;
	  	margin: auto auto;
		position: absolute;
		width: 20px;
		height: 20px;
		top:2px;
	}
	.blocks {
	  width:50%;
	  height:50%;
	  position: absolute;
	}
	.el1 {
	  top:0%;
	  left:0%;
	  background-color: #ce4d45;
	  z-index:1;
	  -webkit-animation: thingy1 4s infinite cubic-bezier(0.680, -0.550, 0.265, 1.550);
	}
	.el2 {
	  top:0%;
	  left:0%;
	  background-color: #ffd265;
	  z-index:2;
	  -webkit-animation: thingy2 4s infinite cubic-bezier(0.680, -0.550, 0.265, 1.550);
	}
	.el3 {
	  top:50%;
	  left:50%;
	  background-color: #2aa876;
	  z-index:3;
	  -webkit-animation: thingy3 4s infinite cubic-bezier(0.680, -0.550, 0.265, 1.550);
	}
	.el4 {
	  top:50%;
	  left:50%;
	  background-color: #0a7b83;
	  z-index:4;
	  -webkit-animation: thingy4 4s infinite cubic-bezier(0.680, -0.550, 0.265, 1.550);
	}

	@-webkit-keyframes thingy1 {
	  0% {left:0%;top:0%;}
	  25% {left:50%;top:0%;}
	  50% {left:50%;top:50%;}
	  75% {left:0%;top:50%;}
	}
	@-webkit-keyframes thingy2 {
	  0% {left:0%;top:0%;}
	  25% {left:0%;top:50%;}
	  50% {left:50%;top:50%;}
	  75% {left:50%;top:0%;}
	}
	@-webkit-keyframes thingy3 {
	  0% {left:50%;top:50%;}
	  25% {left:0%;top:50%;}
	  50% {left:0%;top:0%;}
	  75% {left:50%;top:0%;}
	}
	@-webkit-keyframes thingy4 {
	  0% {left:50%;top:50%;}
	  25% {left:50%;top:0%;}
	  50% {left:0%;top:0%;}
	  75% {left:0%;top:50%;}
	}
/*FIN LOADIGN DE MAPA!!!*/
/********AVISOS */
.avisos{
	padding: 0!important;
	margin: 0!important;
}
.aviso{
	background-color: #616161;
	width: calc(100% - 25px);
	min-height: 30px;
	line-height: 30px;
	border-radius: 2px;
	cursor: pointer;
	margin: 5px 0;
	padding: 0 10px!important;
	padding-bottom: 3px!important;
	color:white;
}
.aviso:hover{
	background-color: #455A64;
}
.sin{
	background-color: #01579B!important;
	cursor: auto!important;
}
.sp1{float:left;}
.sp2{float: right;}
.avisoT{
	background-color: #424242;
	color:white;
	width: calc(100% - 5px);
	min-height: 30px;
	line-height: 30px;
	border-radius: 2px;
	text-align: center;
	font-size: 1.5em;
}
.av{
	height: auto!important;
	min-height: 50px!important;
	max-height: 300px!important;
}
.visto{
	background-color: #546E7A;
}
.cuerpoAviso{
	display: none;
	cursor: auto!important;
	border-radius: 2px;
	background-color: #F5F5F5;
	margin:0!important;
	margin-bottom: 10px;
	padding: 1px 10px;
	text-align: justify;
	width: calc(100% - 20px);
	color:#616161;
}
.mensajesBox{
	margin-left: 87px;
	margin-top: 5px;
}

/******** FIN AVISOS */
/*----*/
#divMiniIcons{right:40px!important;}
#widget-grid{padding-right: 0px!important;}
.row{margin-right:0px!important;margin-left:0px!important;}
/**{border:1px solid red;}
html, body,header{min-width: 350px;max-width: calc(100% - 1px)}
body{width: calc(100% - 20px);}*/
.clearer{clear:both;}
/*--------------*/
#vueltas>label{
	margin-top: 10px;
}

#botones{
	display:none;
	margin-top: 10px;
}
#separadorRol{
	border-left:2px dashed gray;
	margin-left: 5px;
	margin-right: 7px;
}
.floatRight{
	float: right;
}
#botones>div>*{
	float:left;
	margin-left: 2px;
}
#botones>div>form{
	margin-left: 10px;
}
#elSelect{
	width: 80px;
}
#acciones{
	margin: 0 0 0 15px;
	width: calc(100% - 30px);
}
/**
 * Define el maximo tamaño de las notificaciones...
 */
.textoFull{
	max-height: 200px;
	overflow:auto;
}
input.form-control{
	padding: 0 0 0 5px;
}
/*----------------*/
#mapa{
	min-height:300px;
	width:100%;
}
#content{
	margin:0;
}
#noti{
	background-color:red;
}

#shortcut>ul>li>a>span>span{
	text-align: center;
}
.icnG{
	padding-top:10px!important; 
	width:100%!important;
}
.mms{
	cursor:pointer;
	margin:5px 5px 0 0;
    width: 25px;
    padding-left: 5px;
    background-color:rgb(66,139,202);
    border-left: 5px solid white;
	font-size: 18px;
    font-family: Arial, sans-serif;
    float:left;
}
#buscaCamNE{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
}
.detalle{
	max-height: 200px;
	overflow-y:scroll;
}
.menuCamIcon{
	margin-left: -5px!important;
	font-size: 1.4em;

}
.detalle li a label{
	color:white;
	width: 90px;
	text-align: right;
	padding-right: 10px;
}
.detalle li a span{
color: #E2E2E2;
}
.detalle li a span i{
	margin-left: 5px;
}
.icm{
	background-image: url("../img/ajax_loading.gif");
	width: 20px;
	height: 21px;
	position: absolute;
	right: 20px;
	display: none;
}

.green{color:green;}
.red{color:red;}
.bgGray{background-color:rgb(71, 69, 68);}
#fechaRol{
	text-align: center;
}
#cc{
	font-size: 1.5em;
}
/*--POP-UP vuelta rol---*/
#ultimaInfoVR {
	background-color: #F3F3F3;
	margin:0 auto;
}
.boxUIVR{
	width:100%;
	margin:5px 0;
	border-radius: 3px;
	min-height: 70px;
	border: 1px solid #D2D2D2;
	background-color: white;
}
#bateria{
	color:#209CDF;
}
#checadas{
	color:#2D9B26;
}
#ultimaChecada{
	color:#EE932D;
}
#ultimaTransmision{
	color:#9F9F9F;
}
#ultimTransTxtZ{
	font-size: 1.4em!important;
}
.iconUIVR{
	position: absolute;
	top:5px;
	right: 10px;
	height: 40px;
	width: 40px;
	margin-top: 15px;
	font-size: 1.9em;
}
.teBoxUIVR{
	padding-left: 10px;
	float: left;
	width: 90%;
}
.titUIVR{
	font-size: 1.8em;
}
.detUIVR{
	color:black;
}
.info{
	max-height: 250px;
	max-width: 270px!important;
}
#myTab1>li>a{
	color:#646464!important;	
}
#myTab1>li>a>i{
	margin-right: 10px;
	color:#646464;	
}
#myTab1>li{
	width: 25%;	
}
/*----------------*/

/*---CSS MAP DROP-------*/
#drop-container {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    padding: 20px;
    background-color: rgba(100, 100, 100, 0.5);
  }
  #drop-silhouette {
    color: white;
    border: white dashed 8px;
    height: calc(100%);
    width: calc(100%);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAAXNSR0IArs4c6QAAAAZiS0dEAGQAZABkkPCsTwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90LHAIvICWdsKwAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAACdklEQVR42u3csU7icBzA8Xp3GBMSeRITH8JHMY7cRMvmVmXoE9TAcJubhjD4ApoiopgqDMWAKAgIcSAiCfxuwhwROVJbkPD9rP23ob8vpZCQKgoAAAAAAAAAAPDYyiK/eNM05bNtr6+vSjgcXiHxDMkE1WpVFvGcfpCVICAIQUAQgoAgBAFBCAKCgCAEAUEIAoIQBAQhCAgCghAEBCEICEIQEIQgIAgIQhAQhCAgCEFAEIKAICAIQUAQgoAgBAFBCDIzhmFINBo9/K6D0XVddnd3ZaneDY7jSCqVcn3SfjyeKRKJbJ2dnYllWbKUl2i5XJaXlxdJJBIy7yDHx8fy9vYm6XR6OWMM3d/fi4hIqVSSWCwmsw5ycHAgrVZLRETOz8+XO8ZQpVJ5H2Y6nRZN0/b9DqLruhSLxfd9MpkMMT6L0uv1JJlMih9BhveJwWDwvv7i4oIY4zw8PIwMtt1uSzweF6+CHB0dSbfbHVmbzWaJMcnj4+OHAd/d3cne3p64DWKapjw/P39Yd3l5SYxpVKvVsYO2LEtUVd2ZNoiu6+I4ztg1V1dXxPAiSq/Xk5OTk0k9pNVqyenp6ch94l+5XI4YbtRqNfHa9fX1t43xcwGa/Nnc3PwdDAY9OZht28rGxgZPvP6KSCSy9fT09OUrw7ZtPqa8jFKv113HuLm5IYbXVFXdcRPl9vaWGH5GaTQaU8fI5/PE8JumafvNZvO/MQqFAjFmJRqNHk6Ksqgx5vr1zzAM2d7edr3/6uqqsra2NnZbp9NR+v2+62OHQqG5zObXPIMEAgFlfX3dl2N79btl1viTA0FAEIKAIAQBAAAAAAAAsMz+Ai1bUgo6ebm8AAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}
/*----------------*/

/*------------camiones------------*/
#camionesEnMapa{
	display: none;
	position: absolute;
	z-index: 902;
	/*background-color: rgba(255,255,255,0.1);*/
	margin: 0 15px 0px 15px;
	/*border: 2px solid #D2D2D2;*/
}
#camionesEnMapa>label{
	height: 25px;
}
#camionesEnMapa>label>i{
	cursor: pointer;
	font-size: 1em;
	margin-left:-20px; 
	position: relative;
	color:#0498B7!important;
	line-height: 30px;
}
#camionesEnMapa>label>i:hover{
	color:#A60004!important;
}
#btnPancoAlertas{
	background: #f44336;
	padding: 0 12px;
	color: white;
	display: none;
}
#menuCamiones>a{
	font-size: 1.2em
}
#menuCamiones .btnPanico-alerta{
	background-color:#f44336;
}
#menuCamiones .btnPanico-alerta>a{
	color:#c9c9c9;
	font-size: 1.4em;
	font-weight: bold;
}
#menuCamiones .collapse-sign{
	font-size: 1em;
}
.camionEnMapa{
	height: 30px;
	line-height: 30px;
	width: 80px;
	color:#0498B7;
	padding:0 10px;
	font-size: 1.3em;
	cursor: pointer;
	background-color: rgba(255,255,255,0.8);
	border:2px solid #A0A0A0;
	margin-top: 10px;
	margin-left: 5px;
	border-radius: 6px 6px 3px 3px;
}
.camionEnMapa:hover{
	/* color:#026980;
	border-bottom: 3px solid #5798DF; */
	border-bottom-width: 3px !important;
}
#txtArrMapa{
	text-align: center;
	font-size: 2em;
	font-family: sans-Serif;
	margin: 0!important;
	margin-top: 5px!important;
	color:#c1c2c1;
}
.conte0s{
	padding-bottom:3px!important;
	min-height: 40px!important;
}
.conteosBox{
	background-color: rgb(23, 113, 173);
	margin-top:3px;
	text-align: center;
	padding: 5px 0;
	border-radius: 4px;
}
.conteosBox:hover{
	background-color: rgb(13, 128, 204);
}
.conteosCamIcon{
	font-size: 2em;
	color:white;
}
.dateCount,.recoCa{
	color: white;
	padding-top: 2px;
	font-size: 2em;
	line-height: 28px;
	cursor: pointer;
	padding:0 8px;
	border-right: 1px solid rgba(0,0,0,0.09);
}
.dateCount:hover,.recoCa:hover{
	color:lightgray;
}
#dateCountAll,#recorridoCam{
	color: white;
	font-size: 0.8em;
	cursor: pointer;
	float: right;
}
.datPick{
	position: absolute;
	left: 0;
	right: 0;
	top:20px;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 260px;
	width: 90%;
	max-width: 500px;
	z-index: 999998;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 0px 15px white;
	border:2px solid lightgray;
	visibility: hidden;
}
#closeCont{
	position: absolute;
	right: 3px;
	top: 3px;
	cursor:pointer;
	color: gray;
	font-size: 1.5em;
	z-index: 1002;
}
#closeCont:hover{
	color:red;
	border-top:1px solid transparent;
	border-right:1px solid transparent;
}
.datPick h1{
	font-size: 2em;
	color:gray;
	text-align: center;
}
.feCo{
	border-radius: 5px!important;
	width: 35%;
	max-width: 250px;
	text-align: center;
	display: inline;
}
.feCoS{
	border-radius: 5px!important;
	
}
.form-group{
	padding-top: 10px;
	width: 100%;
}
.textConteos{
	font-size: 1.4em;
	margin: 0!important;
	color:white;
	display: inline!important;
}
.numEconCont {
	padding-top: 5px;
}
.lblNormal{
	border-radius: 2px;
	background-color: white;
	color:rgb(0, 123, 206);
	line-height: 25px;
	margin: 0;
	width: 70px!important;
	font-weight: bold;
}
.Card{
	height: 35px!important;
	width: 55px!important;
 }
  #wid-id-0-c .widget-body{
  	max-height: 215px;
  	overflow-y: scroll;
  }
/*------------FIN CAMIONES---------------*/

#reporteXruta{
	line-height: 30px;
	float: right;
	font-size: 1.5em;
	cursor: pointer;
	padding:0 8px;
	border-right: 1px solid rgba(0,0,0,0.09);
}
#reporteXruta:hover{
		color: lightgray;
}
#selectFechReport{
	height: 170px!important;
	width: 440px;

}
#pdf{
	position: absolute;
	left: 0;
	right: 0;
	top:20px;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 90%;
	width: 90%;
	z-index: 1002;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 0px 15px white;
	border:2px solid lightgray;
	visibility: hidden;
}
#pdfDownload{
	height:30px;
}
#pdfDocument{
	height: calc(100% - 30px);
}
#tituloReporte{
	font-size: 1.5em;
}
.ajaxL{
	margin-top:8px; 
	margin-left: 2px;
	height: 16px;
	width: 16px;
	position: absolute;
	background-image: url("../img/select2-spinner.gif");
}
/*-------------------------RUTAS*/
.infBox{
	margin-top:9px; 
	padding:0 2px!important;
	border-radius: 5px;
	width: 100%;
	background-color:#00529E;
}


.backGreen{
	background-color: #3DA22B!important;
}
.backBlue{
	background-color: #4392E9!important;
}

.backYellow{
	background-color: #FFEB3B!important;
}
.backRed{
	background-color: #F44336!important;
}
.cardinalCircle{
	height:14px;
	width: 14px;
	background-color: black;
	color:white;
	font-size: 8px;
	border-radius: 13px;
	padding:3px 0 0 3px!important;
}
.posBus{
	border-left: 2px solid #C0C0C0;
	color: white;
	font-size: 13px;
	line-height: 13px;
}
.numEconTXT{
	font-size: 11px;
	color:white;
}
.positionTXT{
	margin:0 3px; 
	font-size: 15px;
	color:white;
	height: 15px;
	padding-top:5px
}
.positionArrow{
	margin: 0 0 0 5px;
	font-size: 15px;
	color:white;

}
.NORTE{
	-ms-transform: rotate(180deg)!important;
    -webkit-transform: rotate(180deg)!important;
	transform: rotate(180deg)!important;
}
.NORESTE{
	-ms-transform: rotate(225deg)!important;
    -webkit-transform: rotate(225deg)!important;
	transform: rotate(225deg)!important;
}
.ESTE{
	-ms-transform: rotate(270)!important;
    -webkit-transform: rotate(270deg)!important;
	transform: rotate(270deg)!important;
}
.SURESTE{
	-ms-transform: rotate(315deg)!important;
    -webkit-transform: rotate(315deg)!important;
	transform: rotate(315deg)!important;
}
.SUR{
	-ms-transform: rotate(0deg)!important;
    -webkit-transform: rotate(0deg)!important;
	transform: rotate(0deg)!important;
}
.SUROESTE{
	-ms-transform: rotate(45deg)!important;
    -webkit-transform: rotate(45deg)!important;
	transform: rotate(45deg)!important;
}
.OESTE{
	-ms-transform: rotate(90deg)!important;
    -webkit-transform: rotate(90deg)!important;
	transform: rotate(90deg)!important;
}
.NOROESTE{
	-ms-transform: rotate(135deg)!important;
    -webkit-transform: rotate(135deg)!important;
	transform: rotate(135deg)!important;
}
.txtUsr {
    float:left;
    height: 24px;
    line-height: 24px;
}
.tituloDirecciones {
	margin: 5px 0 5px 10px;
}
/**
 * Salidas
 * 
 */
.txtCenter{
	text-align: center;
}
.displayNone{
	display: none !important;
}
#titMenEsperas{
	padding-bottom: 10px;
  	border-bottom: 1px dashed lightgray;
  	text-align:center;
  	color:darkred;
}
#esperaAdd{
	float: right;
	cursor:pointer;
	color: darkgreen;
}
#esperaAdd:hover{
	float: right;
	cursor:pointer;
	color: #339933;
	text-shadow: 0px 0px 2px #339933;
}
#nuevaEsperaSpace{
	border-left: 1px solid lightgray;
  	padding-left: 10px;
  	margin-bottom: 10px;
}
#titNuevaEspera{
	padding-bottom: 10px;
  	border-bottom: 1px dashed lightgray;
  	text-align:center;
  	color:darkred;
}

#esperaSave{
	float: right;
	cursor:pointer;
	color: #428bca;
}
#esperaSave:hover{
	float: right;
	cursor:pointer;
	color: #336699;
	text-shadow: 0px 0px 2px #428bca;
}
.esperaDelete{
	float: right;
	cursor:pointer;
	color: darkred;
}
.esperaDelete:hover{
	color:red;
	text-shadow: 0px 0px 2px red;
}
.espera{
	border-top: 2px solid transparent;
	border-bottom: 1px solid #006699;
	padding: 10px 10px 0 10px;

}
.esperasTit{
	cursor: pointer;	
}
.espera:hover{
	border-top: 1px solid transparent;
	border-bottom: 2px solid #006699;
}

.cellError{
	background-color: rgba(255, 0, 0, 0.12)!important;
	border: 1px solid rgba(255, 0, 0, 0.59)!important;
}

/* ALARMAS */
.alarmaVel {
    display: inline-block;
    width: 150px;
    padding: 10px;
    margin: 10px;
	box-shadow: 0 0 10px 1px #999;
	background-color: rgb(240, 240, 240);
    cursor: pointer;
}

.alarmaVel-header {
    width: 100%;
    display: block;
    justify-content: center;
}

.alarmaVel-camion {
    float: left;
}

.alarmaVel-cantExcesos {
    float: right;
}

.alarmaVel-statsHolder {
    position: relative;
}

.alarmaVel-stats {
	position: absolute;
	z-index: 999;
    top: 25px;
    left: -10px;
    width: 150px;
    border: 1px solid rgb(90, 90, 90);
    background-color: rgb(240, 240, 240);
}

.alarmaVel-tablaStats {
    width: 100%;
	text-align: center;
}

.alarmaVel-tableContent {
	padding: 4px 0;
}

.center-checkbox {
	margin-top: 20px;
}