/* @override 
	http://ovision/css/gpstyles.css */


/* @group font */

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);*/
/***********************************************************************/

/***********************************************************************/


/* @end */

/* @group reset */

:root {
  --main: #c60507;                         
}

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	
	

}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


.table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover{
	cursor: pointer;
}

/* @end */




html, body{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'novecento_widenormal', sans-serif !important;
	
}

.Container {
	
	width: auto;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-family: 'novecento_widenormal', sans-serif;
	font-weight: 300;
}
/*Espacios*/
.space_small{
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
}

.space_med{
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
}

.space_big{
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
}

/* @group inicio */


#inicio {
	
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/inicio-bg.jpg) center center no-repeat #da1f26;
	background-size: cover;
	min-height: 760px;
}


#inicio .Container header {
	min-height: 250px;
	text-align: right;
	font-size: 14px;
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/inicio-logo.png) center center no-repeat;
	
}

/* @group idioma
 */

#inicio .Container header .idioma {
	display: inline-block;ii
	padding-top: 10px;
	padding-right: 20px;
	font-size: 12px;
}

#inicio .Container header .idioma a {
	text-decoration: none;
	color: white;
}

#inicio .Container header .idioma a strong {
	font-weight: 300;
	padding-right: 25px;
	padding-left: 15px;
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/inicio-flecha-idioma.png) no-repeat 92% center;
	color: #da1f26;
}


#inicio .Container header .idioma .menuIdioma {
	display: none;
	position: absolute;
	right: 5px;
	top: 1px;
	text-align: left;
}

#inicio .Container header .idioma .menuIdioma a{
	color: white;
	text-decoration: none;
	background-color: gray;
	display: block;
	padding-right: 15px;
	line-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

#inicio .Container header .idioma .menuIdioma a:hover{
	background-color: #da1f26;
}

#inicio .Container header .idioma .menuIdioma strong{
	
	font-weight: bold;
	padding-right: 25px;
	padding-left: 15px;
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/idioma-flecha.png) no-repeat 92% center;
	color: white;
}


#inicio .Container header .idioma li:hover .menuIdioma{
	display: block;
}

/* @end */

#inicio .Container section .titulo {
	display: inline-block;
	padding-right: 70px;
	text-align: right;
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/inicio-ico-tutulo.png) no-repeat 99% center;
	min-height: 60px;
	vertical-align: text-bottom;
	padding-top: 45px;
	padding-bottom: 45px;
	line-height: normal;
	color: white;
	font-weight: 700;
	font-size: 2.2em;
}

#inicio .Container section .titulo .fecha {
	font-size: 0.55em;
	font-weight: normal;
	font-style: normal;
}

#inicio .Container .formulario{
	display: inline-block;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	width: 285px;
	padding-top: 0;
	padding-bottom: 50px;
	font-size: 14px;
	color: silver;
}


#inicio .Container section .formulario ul li#mensajes {
	font-size: 12px;
	color: #da1f26;
	line-height: 20px;
	margin-bottom: 1px;
	font-weight: bold;
}

#inicio .Container section .formulario ul li#mensajes p::before {
	content: "x";
	background-color: #da1f26;
	width: 15px;
	height: 15px;
	display: inline-block;
	line-height: 12px;
	color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 4px 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}
#inicio .Container section .formulario ul li input[type="text"], #inicio .Container section .formulario ul li input[type="password"]{
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 38px;
	min-width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: transparent;
	height: 35px;
	border-style: none;
	text-align: center;
	color: white;
}

#inicio .Container section .formulario ul li input::-webkit-input-placeholder {
	text-transform: uppercase;
	font-size: 12px;
}

#inicio .Container section .formulario ul li input:-moz-placeholder { /* Firefox 18- */
   text-transform: uppercase;
   font-size: 12px;
}

#inicio .Container section .formulario ul li input::-moz-placeholder {  /* Firefox 19+ */
    text-transform: uppercase;
    font-size: 12px;
}

#inicio .Container section .formulario ul li input:-ms-input-placeholder {  
    text-transform: uppercase;
    font-size: 12px;
}

#inicio  #loginbox form ul li.linea {
	border-bottom: 1px solid white;
}

#loginbox form ul li label {
		color: white !important;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 15px;
	text-transform: uppercase;
}

#inicio .Container section .formulario input#user:focus, #inicio .Container section .formulario input#pass:focus , #loginbox .inputLogin:focus,.barra2 form input:focus{
	outline:0px;
	/*border: 2px solid #0064cc;*/
	height: 35px;
	-moz-box-shadow: 0 0 10px #ff0000 !important;
	box-shadow: 0 0 10px #ff0000 !important;
	border-color: #ff4444 !important
	;
}


#inicio .Container section .formulario ul li input#user {
}

#inicio .Container section .formulario ul li input#pass {
}

#inicio .Container section .formulario ul li input#recordar {
	margin-top: 10px;
	margin-bottom: 10px;
}

#inicio .Container section .formulario ul li input[type="submit"] {
	height: 55px;
	line-height: 0;
	border: 1px solid white;
	font-size: 14px;
	margin-top: 25px;
	padding: 20px 80px;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	-webkit-transition-duration:250ms;
	-moz-transition-duration:250ms;
	-o-transition-duration:250ms;
	transition-duration:250ms;
}

#inicio .Container section .formulario ul li input[type="submit"]:hover {
    background: red;
	cursor: pointer;
	color: white;
	border: 1px solid red;
	-webkit-transition-duration:250ms;
	-moz-transition-duration:250ms;
	-o-transition-duration:250ms;
	transition-duration:250ms;
}

#inicio div.Container footer {
	display: block;
	font-size: 12px;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
}

#inicio div.Container footer a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

#inicio div.Container footer a:hover{
	color: #8dc63f;
}

.imgLogoIntro{
	width:169px; 
	height:166px;
	margin-left: auto ;
	margin-right: auto ;
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-logo.png) no-repeat;
	background-size: 169px 166px;		
}

/* @Stylos Agregados JHAM */





.imgLogo{
	content:url("https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-logo.png");
    /*background: url('https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-logo.png') no-repeat; */
}
.imgClose{
	content:url("https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-close-ico.png");
    background: url('https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-close-ico.png') no-repeat;
	width: 25px;
	height: 25px;
}

.imgCloseHeader{
	
    background: url('https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-close-ico.png') no-repeat; 
		height:33px;
	width:33px;	
    right:0px;
    top: 0px;
}
}


input[type="text"], input[type="password"], textarea , .campo, select ,.select, input[type="submit"]  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
	padding:0px;	
}

.inputSend{
	color: white;
	display: inline-block;	
	border-style: none;	
	
    padding:2px 10px 2px 35px;
	height: 30px;

	font-weight: bold;
	background: #a81a1d url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/inicio-enviar-ico.png) no-repeat 5px center;
	cursor: pointer;
}

in-pagebar {    
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	float: left;
	width: 100%;		
}

.in-pagebar {    
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	float: left;
	width: 100%;	
	padding:5px;	
	background-color:#f0f0f0;	
}

.in-pagebar span#pagetitle {
	color: #252525;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-indent: 0px;
	padding-top: 10px;	
	padding-right: 20px;
	width: auto;
}
.in-pagebar div#pagetools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	
	padding-top: 4px;
	padding-left: 12px;
	float: left;
	display: block;
	width: auto;
}
.in-pagebar div#pagetools td {
	font-weight: normal;
	padding-left: 4px;
	padding-right: 2px;
}
.in-pagebar div#pagetools label {
	color: #252525;
	font-weight: bold;
}

.line{width:92%;color:#d71f26;}
.CajaTitle{background-image: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/bg_dark.gif);background-repeat: repeat;background-color: #d71f26;}

.bubbles span {
  background: #d71f26 !important;
}



/* @end */

/* @group dashboard */
#dashboard{
background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-bg.png) repeat-x white;
	/*background-size: cover;*/
	min-height: 600px;
	color: black;
}

#dashboard div.Container header{
	height: 170px;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-align-content: center;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
}

#dashboard .Container header .logo {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
	margin-right: 20px;
	border-right: 1px solid silver;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#dashboard .Container header .titulo {
	height: 80px;
	padding-right: 8%;
	text-align: right;
	line-height: 80px;
	font-size: 30px;
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-ico-titulo.png) no-repeat 95%;
	font-weight: bold;
	color: black;
}

#dashboard .Container section .contenido nav {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	width: 35%;
}

#dashboard .Container .login {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


#dashboard .Container .login p {
	text-align: left;
	/*padding-right: 90px;*/
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
}

#dashboard .Container .login p.fecha {
	color: gray;
}

#dashboard .Container .login p strong {
	font-weight: bold;
	margin-right: 5px;
}
#dashboard .Container .login .user {
	display: inline-block;
	float: right;
	position: relative;
	margin: 0;
}

#dashboard .Container .login .user .cerrar{
	display: block;
	position: relative;
}

#dashboard .Container .login .user .imgUser{
	margin-right: -10px;
	margin-top: 5px;
}

#dashboard .Container .login .user .cerrar a{
	text-decoration: none;
}

#dashboard .Container section .contenido article {
	display: inline-block;
	width: 35%;
	text-align: left;
	padding-left: 0%;
	vertical-align: top;
}

#dashboard .Container section .contenido article ul, #dashboard .Container section .contenido article ul>li{	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-align-content: center;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
}

#dashboard .Container section .contenido nav  ul li{
	border-bottom: 1px solid rgb(255, 255, 255);
}

#dashboard .Container section .contenido nav ul a{
	text-decoration: none;
	padding-right: 70px;
	line-height: 109px;
	height: 109px;
	display: block;
	width: auto;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4d4d4d;
}

#dashboard .Container section .contenido nav ul a#dispositivos{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-dispositivos-ico.png) 96% no-repeat #d6d6d6;
}

#dashboard .Container section .contenido nav ul a#fechas{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-fechas-ico.png) 96% no-repeat #d6d6d6;
}


#dashboard .Container section .contenido nav ul a#_aCMD {
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-backoffice-ico.png) 96% no-repeat #d6d6d6;
}


#dashboard .Container section .contenido nav ul a#dispositivos:hover{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-dispositivos-ico_f2.png) 96% no-repeat #373737;
	color: white;
}

#dashboard .Container section .contenido nav ul a#fechas:hover{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-fechas-ico_f2.png) 96% no-repeat #373737;
	color: white;
}


#dashboard .Container section .contenido nav ul a#_aCMD:hover {
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-backoffice-ico_f2.png) 96% no-repeat #373737;
	color: white;
}




#dashboard .Container section .contenido nav  ul .fecha{
	color: white;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #da1f26;
	text-align: center;
}
#dashboard .Container section .contenido article ul li{
	width: 180px;
	height: 180px;
	    -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	    -webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	    flex: 1 0 auto;
	    -webkit-align-self: auto;
	    -ms-flex-item-align: auto;
	    align-self: auto;
	text-align: center;
	background-color: #da1f26;
	margin: 1px;
}
#dashboard .Container section .contenido article ul li:hover{
	background-color: #454343;
}
#dashboard .Container section .contenido article ul li a{
	color: white;
	text-decoration: none;
	display: block;
}
#dashboard .Container section .contenido article ul li a img{
	color: white;
	text-decoration: none;
	display: inline-block;
	width: 90px;
	height:90px;
	margin-bottom: 10px;
}

#dashboard .Container section .contenido article ul li a#historico img{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-historico-ico.png) center top no-repeat;
	background-size: contain;
	
}
#dashboard .Container section .contenido article ul li a#reportes img{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-reportes-ico.png) center top no-repeat;
	background-size: contain;
}
#dashboard .Container section .contenido article ul li a#lat img{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-lat-ico.png) center top no-repeat;
	background-size: contain;
}
#dashboard .Container section .contenido article ul li a#ayuda img{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-ayuda-ico.png) center top no-repeat;
	background-size: contain;
}

#dashboard .Container section .contenido article ul li a label{
	display: block;
}

#dashboard .Container section .contenido article ul li a#historico:hover img{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-historico-ico_f2.png) center top no-repeat;
	background-size: contain;
	
}
#dashboard .Container section .contenido article ul li a#reportes:hover img{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-reportes-ico_f2.png) center top no-repeat;
	background-size: contain;
}
#dashboard .Container section .contenido article ul li a#lat:hover img{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-lat-ico_f2.png) center top no-repeat;
	background-size: contain;
}
#dashboard .Container section .contenido article ul li a#ayuda:hover img{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-ayuda-ico_f2.png) center top no-repeat;
	background-size: contain;
}

#dashboard .Container section .contenido article ul li a:hover label{
	
	color: white;
}

#dashboard div.Container footer {

	font-size: 12px;
	color: black;
	display: block;
	padding: 30px 20px 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}

#dashboard div.Container footer a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

#dashboard div.Container footer a:hover{
	color: #da1f26;
}

/* @end */

/* @group interna */
.logoInterna{
	display: block;
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/interna-logo.png) 20px no-repeat white;	
	background-size: auto 45px;
	height: 40px;
}

 #bodyFinal  .menu{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	height: 10%;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 14px;
	z-index:0px;
}
 #bodyFinal  .menu ul{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

  #bodyFinal  .menu ul,  #interna .menu li{
 	margin: 0;
 	padding: 0;
 	
 		list-style:none;
 }

 #bodyFinal .menuIco{
 	width: 40px;
 	height: 35px;
 	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/interna-menu-ico.png) center center no-repeat;
 	display: inline-block;
 	padding-top: 7px;
 	position: relative;
 }

 #bodyFinal .menuLat{
	height: 100%;
	display: inline-block;
	background-color: #da1f26;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -220px;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	width: 220px;
	color: white;
	text-align: left;
	z-index: 10000;
}
.menu a{
	color: white;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
}
 #bodyFinal  .menu >ul:hover ,  #bodyFinal .menu ul:hover .menuLat{
	padding-right: 220px;
}

.menuLat a{
	display: block;
	padding: 10px 20px 10px 45px;
	margin:0px;
	border-bottom: 1px solid #ff1515;
}
.menuLat .salir{
	display: block;
	vertical-align: middle;
	padding: 20px 60px 20px 10px;
	text-align: right;
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/interna-cerrar-ico.png) 180px 20px no-repeat #9c151a;
	margin: 0;
	border-style: none;
	border-bottom: 1px solid #ba0000;
}
.menuLat .salir:hover{
	background-color: #9c151a;
}
.menuLat .salir strong{
	display: block;
}

#interna div.Gnl footer {
	display: none;
}

 .menuSub a{
 	border-style: none;
 	border-bottom: 1px solid #ba0000;
 	margin-left: 35px;
 	margin-bottom: 5px;
 	margin-top: 5px;
 	-webkit-border-radius: 0px;
 	-moz-border-radius: 0px;
 	border-radius: 0px;
 	padding: 5px;
 	color: rgba(255, 255, 255, 0.7);
 }
 .menuSub a:hover{
 	color: silver;
 	background-color: #9c151a;
 }

.menuLat a.inicio{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/interna-inicio-ico_f2.png) 20px center no-repeat;
}
.menuLat a.dispositivos{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/interna-dispositivos-ico_f2.png) 20px center no-repeat;
}

.menuLat a.fechas{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/interna-fechas-ico_f2.png) 20px center no-repeat;
}

.menuLat a.historicos{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/interna-historico-ico_f2.png) 20px center no-repeat;
}

.menuLat a.administracion{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/interna-settings-ico_f2.png) 20px center no-repeat;
}

.menuLat a.ayuda{
	background: url(https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/interna-ayuda-ico_f2.png) 20px center no-repeat;
}

.menuLat a.inicio:hover, .menuLat a.dispositivos:hover, .menuLat a.inicio:hover, .menuLat a.fechas:hover, .menuLat a.historicos:hover, .menuLat a.administracion:hover, .menuLat a.ayuda:hover{
	background-color: #9c151a !important;
	color: #ffffff;
}

#interna .barra2 {
	background-color: #da1f26;
	color: white;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: normal;
	padding: 5px 4%;
}
#interna .barra2 h3 {
	font-weight: 600;
	font-style: normal;
	display: inline-block;
	font-size: 1.1em;
}
#interna .barra2 form{
	margin: 0;
	padding: 0;
}
#interna .barra2 input{
	border: 1px solid #ba0000;
	font-size: 13px;
	line-height: normal;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
	padding: 0 5px;
}
#interna .barra2 a{
	text-decoration: none;
	color: orange;
}
#interna .barra2 a:hover{
	color: white;
	text-decoration: underline;
}

/* @end */



@media (max-width:460px){
		#dashboard .Container section .contenido nav {
			display: block;
			vertical-align: top;
			width: auto;
		}
		#dashboard .Container header .logo {
			margin-right: 0px;
			border-right: none;
			padding: 10px;
			margin: 20px 0 0;
		}
		#dashboard .Container .login {
		;
		}
		
		#dashboard .Container .login p{
			text-align: center !important;
		}
		#dashboard .Container .login p strong {
			font-weight: bold;
			margin-right: 5px;
			display: inline-block;
		}
		#dashboard .Container section .contenido nav ul a{
			line-height: 70px;
		}
		#dashboard .Container section .contenido article {
			display: block;
			width: 100% !important;
			padding-left: 0;
		}
		#dashboard div.Container footer {
		
			position: relative;
		}
		
}

@media (max-width:1024px){

#dashboard .Container section .contenido article ul {
	
}
#dashboard .Container section .contenido article {
	display: inline-block;
	width: 55%;
	text-align: left;
	padding-left: 0%;
	vertical-align: top;
}

}


input[type="text"], input[type="password"], textarea , .campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
	padding:2px;	
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
}



.imgUser{
	content:url("https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-user-ico.png") no-repeat fixed center;;
    background: url('https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-user-ico.png') no-repeat  center; 
}

.imgUserHeader{
	content:url("https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-user-ico.png") no-repeat fixed center;;
    background: url('https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-user-ico.png') no-repeat  center; 
	width:35px;
	height:37px;
}

.imgHistory{
	content:url("https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-historico-ico.png") no-repeat fixed center; 
  background: url('https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-historico-ico.png' ) no-repeat ; 


}

.imgReportes{
	content:url("https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-reportes-ico.png") no-repeat fixed center;;
    background: url('https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-reportes-ico.png')no-repeat  center; 
}

.imgLatLng{
	content:url("https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-lat-ico.png") no-repeat fixed center;;
    background: url('https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-lat-ico.png')no-repeat  center; 
}
.imgHelp{
	content:url("https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-ayuda-ico.png") no-repeat fixed center;;
    background: url('https://www.trackingsystems.com.mx/Site/Style/OVISION2/img/dashboard-ayuda-ico.png') no-repeat  center; 
}