/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}


td.details-control {
    background: url('../Iconos/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../Iconos/details_close.png') no-repeat center center;
}
    

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

#divGrisado
{
    margin:0px;
    position: absolute;
    top:0px;    
    left: 0px;     
    z-index:20;
    background-color:gray; 
    width:100%; 
    height:100%;
    -moz-opacity:0.8;
	-khtml-opacity: 0.8;	
	filter:alpha(opacity=80);	
	opacity: 0.8;	
	visibility:hidden;
	overflow:hidden 
}

#divAlarmas
{    
    background-image: url('../imagenes/fondodegrad.jpg');
    background-repeat: repeat;	
    position:absolute;    
    top:0px;
	left:51%;    
 	margin-left:-400px;/*-300*/
	margin-top:70px;   /*50*/
	width: 590px;
	height:300px;	
	z-index:99999;	/*21*/
	visibility:hidden;
	overflow:hidden;
}

#TablaAlarmas th
{
    padding: 0px 8px 0 12px;
}

#TablaAlarmas td
{
    height:35px;
    white-space: normal;
    overflow: hidden;
    text-overflow:clip;
    padding: 0px 8px 0 12px;
}

#lblAlarmas.HayAlarmas
{
    color:rgb(250,50,50);
}

#divContenedorMiniMapa
{
    width: 580px;
    height: 350px;
    position: absolute;
    left: 10px;
    top: 75px;
    margin-left: 0;
    margin-top: 0;
}

#divMiniMapa
{
    width:100%;
    height:100%;
    background:white;
    width: auto;        
    bottom: 5px;
    left:5px;
    right:5px;
    top: 49px;
    position: absolute;  
    height: auto;      
}


#divContenedorMiniMapa .tooltip
{
    top: 0; 
    left:0;
    margin-top:0 !important;
    margin-left:0;  
}
#divContenedorMiniMapa .content
{
    height: 49px;
}

#divTablaAlarma
{
    overflow:auto;
    height:208px;
    width:100%
}

#Contenedor
{       
    margin:0px;
    position: absolute;    
    top:0px;
    left: 0px; 
    width: 100%;    
    height:100%;    
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.overflowY
{
    overflow-y:auto;
    overflow-x:hidden;
}

.nooverflow
{
    overflow:hidden;    
}


.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Leaflet Popup Style */
.custom-popup {
     /*background:#2c3e50;*/
  width:570px;
  height:260px;
  padding:0;
  margin:0;
  background:rgba(0,0,0,0.8)!important;
  color:#fff;
  font-size:16px;
  line-height:24px;
}

.leaflet-popup-content-wrapper {
  /*background:#2c3e50;*/
  width:auto!important;
  height:auto!important;
  padding:0;
  margin:0;
  background:rgba(0,0,0,0.8)!important;
  color:#fff;
  font-size:16px;
  line-height:24px;
  }

.leaflet-popup-content {
  width:auto!important;
  height:auto!important;
}
.custom-popup .leaflet-popup-content-wrapper a {
  color:rgba(255,255,255,0.5);  
  /*color:rgba(0,0,0,0.8);*/
  }
.custom-popup .leaflet-popup-tip-container {
  width:30px;
  height:15px;
  }
.custom-popup .leaflet-popup-tip {
  border-left:15px solid transparent;
  border-right:15px solid transparent;
  border-top:15px solid #2c3e50;
  }


/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.floatL
{
    float: left;
    margin-left:160px;
}
.floatR
{
    float: right;
}
.clear
{
    clear: both;
    zoom: 1;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
    color: #7eb441;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background: url(../img/bg.jpg) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden 
    background-color: rgb(43,43,43);
}

footer {
    background: #5c5c5c; /* Old browsers */
background: -moz-linear-gradient(top,  #5c5c5c 0%, #383638 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#383638)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5c5c5c 0%,#383638 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5c5c5c 0%,#383638 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5c5c5c 0%,#383638 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5c5c5c 0%,#383638 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#383638',GradientType=0 ); /* IE6-9 */
height: 33px;
 font-family: 'latoregular';
 font-size: 13px;
 color: #fff;
 position: fixed;
 z-index:1;
 bottom: 0;
 left: 0;
 padding: 7px 50px;
 width: 100%;
 /*position:absolute; */
}

footer div{
    float: left;
    margin-right: 50px;
}

footer .version{
    float: right;
    margin-right: 0;
}

footer strong{
    font-family: 'latobold';
    font-weight: normal;
    text-transform: uppercase;
}

header {
    background: #5c5c5c; /* Old browsers */
    background: -moz-linear-gradient(top,  #5c5c5c 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5c5c5c 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5c5c5c 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5c5c5c 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5c5c5c 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 49px; 
    overflow: hidden;
}

h1 {
    font-family: 'latoregular';
    font-size: 14px;
    text-transform: uppercase;
    color: #7eb441;
    font-weight: normal;
    margin: 15px 15px;
}

input[type="text"], 
input[type="password"], 
textarea {
    border: none;
    background: #706f6f;
    height: 28px!important;
    font-size: 12px;
    color: #fff;
    box-shadow: none;
    padding: 5px 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%!important;
    display: block; 
}

input[type="submit"], .button {
    font-family: 'latoregular';
    background: #74ab37; /* Old browsers */
    background: -moz-linear-gradient(top,  #74ab37 0%, #2e3a1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74ab37), color-stop(100%,#2e3a1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #74ab37 0%,#2e3a1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #74ab37 0%,#2e3a1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #74ab37 0%,#2e3a1c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #74ab37 0%,#2e3a1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ab37', endColorstr='#2e3a1c',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0px 2px 0 #26470d;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 170px;
}

input[type="submit"]:hover, .button:hover {
    background: #577e2b; /* Old browsers */
}

input[type="submit"].grey, .button.grey {
   background: #636363; /* Old browsers */
    background: -moz-linear-gradient(top,  #636363 0%, #292529 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636363), color-stop(100%,#292529)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #636363 0%,#292529 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #636363 0%,#292529 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #636363 0%,#292529 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #636363 0%,#292529 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#292529',GradientType=0 ); /* IE6-9 */
    text-shadow: 0px 2px 0 #292529;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    padding: 7px 20px;
}

input[type="submit"].grey:hover, .button.grey:hover {
    background: #2a272b; /* Old browsers */
    text-decoration: none;
}

.buttongray:hover {
    background: #577e2b; /* Old browsers */
}

.buttongrey {
   font-family: 'latoregular';
    background: #74ab37; /* Old browsers */
    background: -moz-linear-gradient(top,  #74ab37 0%, #2e3a1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74ab37), color-stop(100%,#2e3a1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #74ab37 0%,#2e3a1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #74ab37 0%,#2e3a1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #74ab37 0%,#2e3a1c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #74ab37 0%,#2e3a1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ab37', endColorstr='#2e3a1c',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0px 2px 0 #26470d;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 170px;
}

/*.botonTonchoFlexible {
    background: #636363;
    background: linear-gradient(to bottom, #636363 0%, #292529 100%);
    color: white;
    border: none;
    border-radius: 4px;
    text-shadow: 0px 2px 0 #292529;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    padding: 7px 20px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    width: 100px; 
}
*/
.botonTonchoFlexible {
     background: #636363;
    background: linear-gradient(to bottom, #636363 0%, #292529 100%);
    color: white;
    border: none;
    border-radius: 4px;
    text-shadow: 0px 2px 0 #292529;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    /*padding: 7px 20px;*/
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    width: 100px;
    margin-right: 8px;

}


.button.grey:hover {
    background: #577e2b; /* Old browsers */
}

textarea {
    width: 100%;
    height: 80px;
}

select {
    width: 100%!important;
    height: 28px!important;
    border-radius: 0;
    border: 0;
    background: #706f6f;
    font-size: 12px;
    color: #fff;
}



label {
    display: block;
    font-family: 'latoregular';
    font-size: 14px;
    text-transform: uppercase;
    color: #7eb441;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 10px;
}

.table table th {
    background: rgba(224,224,224, 0.8)!important;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    color: #636363;
    vertical-align: middle;
    height: 33px;
    padding: 0 15px;
}

.table table th:first-child {
    min-width: 60px;
}

.table table td {
    background: rgba(43,43,43,0.8)!important;
    color: #fff;
    font-size: 12px;
    height: auto;
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px #b3b3b3;
    padding: 0 15px;
    /*AGREGADO*/
    white-space: nowrap;    
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

.table table tr.iluminado td
{
    background-color: rgba(63,63,63,0.8)!important;
}

tbody tr.odd {
    background-color: transparent!important;
}
table.dataTable tbody tr {
    background-color: transparent!important;
}

.dataTables_filter
{
    display: none!important;
}

.dataTables_length
{
    position: absolute;
    top: -40px;
    left: 10px;
}

.dataTables_length label
{
    white-space: nowrap;
}

.tituloGrilla
{
    padding-left: 60px;
}

.table table td p{
    margin: 4px 0;
}

.table table td.alignCenter {
    text-align: center;
    vertical-align: top;
}

.table table td.alignTop {
    vertical-align: top;
}


.footable-row-detail-inner {
    margin-bottom: 10px;
}

#Login {
    background-color: rgba(0,0,0,0.8);
    width: 790px;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -395px;
}

#Login .third {
    width: 243px;
    margin-left: 15px;
    float: left;
    margin-bottom: 15px;
}

#Login .full {
    border-top: solid 1px #706f6f;
    border-bottom: solid 1px #706f6f;
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
}

#Login .full label{
    display: inline;
    margin: 0 5px 0 0;
    font-family: Helvetica, Arial, Sans-Serif;;
    font-size: 11px;
    color: #939393;
    text-transform: none;
    font-family: 'latobold';
}

#Login .full input[type="submit"]{
    margin: 0 0 0 10px;
}

#Login footer {
    background: #000;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
    display: block; 
    height: 49px;
    font-family: 'latoregular';
    font-size: 13px;
    color: #7b7b7b;
    padding: 2px 10px;
    position: relative;
}

#logo {
    margin: 15px;
}

#logo img{
    width: 100%
}

#menu_trigger {
    display: none;
    background: url('../img/sprites.png') no-repeat -275px -80px;
    width: 30px;
    height: 26px;
    overflow: hidden;
    text-indent: 1000px;
    margin: 15px;
    position: absolute;
    z-index: 10000;
    left: 0px;
    top: 0px;   
}

#settings_trigger {    
    background: url('../img/settings.png') no-repeat;
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    left: 5px;
    top: 13px;       
    display: block;
    z-index: 900000;
}

#filter_trigger {
    display: none;
    background: url('../Iconos/sprites.png') no-repeat -316px -80px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    text-indent: 1000px;
    margin: 15px;
    position: absolute;
    z-index: 9800;
    right: 0px;
    top: 0px;   
}

#loading_trigger {
    display:none;    
    width: auto;
    height: 45px;
    overflow: hidden;
    text-indent: 1000px;
    margin: 11px;
    position: absolute;
    z-index: 10000;
    right: 0px;
    top: 0px;   
}

#loading_trigger.loading 
{
    display: block;
}


#menu_trigger.hide, #filter_trigger.hide, #settings_trigger.hide, loading_trigger.hide {
    display: none;
}

#menu {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #5c5c5c 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5c5c5c 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5c5c5c 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5c5c5c 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5c5c5c 0%,#000000 100%); /* W3C */
    height: 66px;
    width: 100%;
    padding-top: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}


#divSettings .popup_content
{
    width:400px;
    height:270px;    
    left:50%;    
    margin:-100px 0 0 -150px;
    color:White;
    text-align:center;
}

#Settings_Content
{
    padding:5px;
}

#menu .close {
    background: url('../img/sprites.png') no-repeat -109px -80px;
    width: 26px;
    height: 26px;
    display: none;
    overflow: hidden;
    text-indent: 1000px;
    margin-right: 15px;
    float: right;
}

#menu ul {
    margin: 0 auto;
    list-style: none;
    width: 941px;
    display: block;
    height: 51px;
}

#menu ul li{
    display: inline-block;
    float: left;
    margin-left: 20px;
    position: relative;
    height: 51px;
}

#menu ul li:hover .submenu{
    display: block;
}

#menu ul li:first-child{
    margin-left: 10px;
}

#menu ul li a{
    font-family: 'latobold';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
}

#menu ul li a:hover{
    opacity: 0.5;
    text-decoration: none;
}

#menu ul li a span,
#menu ul li a div
{
    display: inline-block;
    float: left;
    margin-top: 10px;
}

#menu ul li a .icon{
    margin: 0 5px 0 0;
}

#menu ul li.posicion a .icon{
    background: url('../img/sprites.png') no-repeat -28px -23px;
    width: 35px;
    height: 37px;
}

#menu ul li.consultas a .icon{
    background: url('../img/sprites.png') no-repeat -83px -23px;
    width: 37px;
    height: 37px;
}

#menu ul li.consultas .submenu li.seguimiento a .icon{
    background: url('../img/sprites.png') no-repeat -375px -142px;
    width: 26px;
    height: 28px;
}

#menu ul li.consultas .submenu li.seguimiento a:hover .icon, #menu ul li.consultas .submenu li.seguimiento.current a .icon{    
    background: url('../img/sprites.png') no-repeat -375px -177px;
}

#menu ul li.consultas .submenu li.recorridos a .icon{
    background: url('../img/sprites.png') no-repeat -66px -142px;
    width: 26px;
    height: 28px;
}

#menu ul li.consultas .submenu li.recorridos a:hover .icon, #menu ul li.consultas .submenu li.recorridos.current a .icon{
    background: url('../img/sprites.png') no-repeat -66px -177px;
}

#menu ul li.consultas .submenu li.historico a .icon{
    background: url('../img/sprites.png') no-repeat -375px -142px;
    width: 26px;
    height: 28px;
}

#menu ul li.consultas .submenu li.historico a:hover .icon, #menu ul li.consultas .submenu li.historico.current a .icon{
    background: url('../img/sprites.png') no-repeat -375px -177px;
}

#menu ul li.tablas a .icon{
    background: url('../img/sprites.png') no-repeat -139px -23px;
    width: 37px;
    height: 36px;
}

#menu ul li.tablas .submenu li.clientes a .icon{
    background: url('../img/sprites.png') no-repeat -27px -142px;
    width: 26px;
    height: 28px;
}

#menu ul li.tablas .submenu li.clientes a:hover .icon, #menu ul li.tablas .submenu li.clientes.current a .icon{
   background: url('../img/sprites.png') no-repeat -27px -177px;
}

#menu ul li.tablas .submenu li.moviles a .icon{
    background: url('../img/sprites.png') no-repeat -104px -148px;
    width: 26px;
    height: 17px;
    margin-top: 5px;
}

#menu ul li.tablas .submenu li.moviles a:hover .icon, #menu ul li.tablas .submenu li.moviles.current a .icon{
   background: url('../img/sprites.png') no-repeat -104px -182px;
}


#menu ul li.tablas .submenu li.choferes a .icon{
    background: url('../img/sprites.png') no-repeat -298px -142px;
    width: 26px;
    height: 28px;
}

#menu ul li.tablas .submenu li.choferes a:hover .icon, #menu ul li.tablas .submenu li.choferes.current a .icon{
   background: url('../img/sprites.png') no-repeat -298px -177px;
}

#menu ul li.tablas .submenu li.eventos a .icon{
    background: url('../img/sprites.png') no-repeat -143px -142px;
    width: 26px;
    height: 28px;
}

#menu ul li.tablas .submenu li.eventos a:hover .icon, #menu ul li.tablas .submenu li.eventos.current a .icon{
   background: url('../img/sprites.png') no-repeat -143px -177px;
}

#menu ul li.tablas .submenu li.cercas a .icon{
   background: url('../img/sprites.png') no-repeat -182px -144px;
    width: 26px;
    height: 24px;
}

#menu ul li.tablas .submenu li.cercas a:hover .icon, #menu ul li.tablas .submenu li.cercas.current a .icon{
  background: url('../img/sprites.png') no-repeat -182px -179px;
}

#menu ul li.tablas .submenu li.usuarios a .icon{
  background: url('../img/sprites.png') no-repeat -336px -143px;
    width: 26px;
    height: 27px;
}

#menu ul li.tablas .submenu li.usuarios a:hover .icon, #menu ul li.tablas .submenu li.usuarios.current a .icon{
  background: url('../img/sprites.png') no-repeat -336px -177px;
}

#menu ul li.tablas .submenu li.entradas a .icon{
  background: url('../img/sprites.png') no-repeat -259px -142px;
    width: 26px;
    height: 28px;
}

#menu ul li.tablas .submenu li.entradas a:hover .icon, #menu ul li.tablas .submenu li.entradas.current a .icon{
  background: url('../img/sprites.png') no-repeat -259px -177px;
}

#menu ul li.tablas .submenu li.flotas a .icon{
  background: url('../img/sprites.png') no-repeat -223px -143px;
    width: 20px;
    height: 26px;
}

#menu ul li.tablas .submenu li.flotas a:hover .icon, #menu ul li.tablas .submenu li.flotas.current a .icon{
  background: url('../img/sprites.png') no-repeat -223px -178px;
}

#menu ul li.alarmas a .icon{
    background: url('../img/sprites.png') no-repeat -197px -23px;
    width: 35px;
    height: 37px;
}

#menu ul li.silenciar a .icon{
    background: url('../img/parlantes.png') no-repeat 0px 0px;
    width: 35px;
    height: 37px;
}

#menu ul li.silenciar.silenciado a .icon{
    background: url('../img/parlantes.png') no-repeat -35px 0px;
    width: 35px;
    height: 37px;    
}

#menu ul li.cerrar a .icon{
    background: url('../img/sprites.png') no-repeat -256px -23px;
    width: 29px;
    height: 37px;
}

#menu ul li input[type="text"]{
    font-family: 'latoregular';
    width: 155px!important;
    height: 34px!important;
    background-color: rgb(112, 111, 111)!important;
    font-size: 12px;
    color: #000;
    margin-right: 5px;
    float: left;
}

#menu ul li input[type="submit"]{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: -530px -26px;
    background-image: url('../img/sprites.png');
    width: 35px;
    height: 35px;
    float: left;
    overflow: hidden;
    text-indent: 1000px;
    min-width: 0;
    filter:none;
}

#menu ul.submenu {
    background: #7eb441;
    width: 188px;
    list-style: none;
    height: auto;
    position: absolute;
    top: 51px;
    left: 50%;
    margin: 0 0 0 -94px;
    padding: 0 0 15px 0;
    display: none;
    z-index: 9999;
}

#menu ul.submenu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(125, 179, 64, 0);
    border-bottom-color: #7db340;
    border-width: 12px;
    margin-left: -12px;
}

#menu ul.submenu li{
   border-bottom: solid 1px #447e17;
   box-shadow: 0 1px 0 #9ad856;
   display: block;
   margin: 0 15px;
   color: #fff;
   font-family: 'latoregular';
   font-size: 13px;
   text-shadow: 0 1px #447e17;
   text-transform: uppercase;
   width: 157px;
   height: auto;
}

#menu ul.submenu li:first-child{
   padding: 15px 0;
   text-align: center;
}

#menu ul.submenu li:last-child{
   border:none;
   box-shadow: none;
}

#menu ul.submenu li a{
    padding: 10px;
    text-align: center;
}

#menu ul.submenu li a:hover{
   background: #235800; /* Old browsers */
    background: -moz-linear-gradient(top,  #235800 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#235800), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #235800 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #235800 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #235800 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #235800 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235800', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 1;
    color: #7db340;
    text-shadow: none;
}

#menu ul.submenu li.current a{
   background: #235800; /* Old browsers */
    background: -moz-linear-gradient(top,  #235800 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#235800), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #235800 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #235800 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #235800 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #235800 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235800', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 1;
    color: #7db340;
    text-shadow: none;
}

#menu ul.submenu li a span{
    margin-top: 3px;
}

#menu ul.submenu li a .icon{
    margin: 0 10px 0 0;
}



#posicion
{
    min-height: 69px!important;
}

#posicion header
{
    position: absolute;
    top: 0;
    height: 49px;
    left: 0;
    right: 0;
    bottom: auto;
}

#posicion .table
{
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}


#posicion .pieTabla
{
    position: absolute;
    top: auto;
    height: 80px;
    bottom:0;
    left: 0;
    right: 0;    
    color:white;    
    /*background: #f3f3f3;*/
    border: 0;
    border-top: 1px solid white;
    padding: 8px 0 0 13px;
}

#entradas .filtro
{    
    margin-left: 20px;    
    margin-top: 20px;
    overflow: hidden;
    width:90%;
}

#recorridos
{
    min-height: 69px!important;
}


/*Oculto el select*/
#mySelect{    
    width: 95%!important;
}
.es-list{
    z-index:9000;
    background: #9bc869;
    color: #000;
    font-size:11px;
}


/*#myInput {
    width: 95%!important;
    display:none;
    visibility:collapse;   
}*/

#recorridos header
{
   position: absolute;
    top: 0;
    height: 49px;
    left: 0;
    right: 0;
    bottom: auto;
}


#recorridos  .header2
{
   position: absolute;
    top: 230px;
    height: 49px;
    left: 0;
    right: 0;
    bottom: auto;
}

#recorridos .filtro
{
    position: absolute;
    top: 69px;
    left: 20px;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#recorridos .table
{
    top: 49px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#contenedorTablaRecorridos {
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    /*display: block;*/
    width: 100%;
    height: auto;
   /* bottom: 80px;*/
    top:279px;
}

#recorridos .pieTabla
{
    position: absolute;
    top: auto;
    height: 80px;
    bottom:0;
    left: 0;
    right: 0;    
    color:white;    
    /*background: #f3f3f3;*/
    border: 0;
    border-top: 1px solid white;
    padding: 8px 0 0 13px;
}


#geocercas
{
    min-height: 69px!important;
}

#geocercas .filtro
{
    position: absolute;
    top: 69px;
    left: 20px;
    right: 0;
    bottom: 0;
    width:90%;
    overflow: hidden;
}


#Historico
{
    min-height: 69px!important;
}

#divFiltros 
{
    margin-top:60px;
}

#divTableHistorico
{
    margin-top:60px !important;
}

#TablaListadoHistorico .table table td 
{
   white-space: normal !important;
}

#Historico  .filtro
{ 
    position: relative;
    top: 10px;
    left: 10px;
    right:10px;
    width: 90%;
    overflow: hidden;
}
#Separador {
    margin-left:50px;
}

#divDatePickers {
    height:55px;
}

.ResumenRecorrido 
{
    margin-top:20px; 
	width: 100% !important;
}

#Historico .filtro .one_third {
    width: 20%!important;
    display: inline-block;
    float: left;
}

#Historico .filtro .two_third {
    width: 68%!important;
    margin-right: 2%;
    display: inline-block;
    float: left;

}


#Historico .table
{
    /*top: 49px;*/
    /*margin-top:20px;*/
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;

	
}

#contenedorTablaHistorico {
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    /*display: block;*/
    width: 100%;
    height: auto;
   /* bottom: 80px;*/
    top:280px;



}

#Historico .pieTabla
{
    position: absolute;
    top: auto;
    height: 80px;
    bottom:0;
    left: 0;
    right: 0;    
    color:white;    
    /*background: #f3f3f3;*/
    border: 0;
    border-top: 1px solid white;
    padding: 8px 0 0 13px;


}



#filtros {
    background: #4f8315; /* Old browsers */
    background: -moz-linear-gradient(top,  #4f8315 0%, #263e0b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f8315), color-stop(100%,#263e0b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4f8315 0%,#263e0b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4f8315 0%,#263e0b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4f8315 0%,#263e0b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4f8315 0%,#263e0b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f8315', endColorstr='#263e0b',GradientType=0 ); /* IE6-9 */
    padding: 20px 0 0 0;
    width: 100%;
    text-align: center;
    overflow: hidden;    
    position: fixed;
    left: 0;
    z-index: 0;
    right: 0;
    margin-top: 65px;
}


    #filtros.moviles {
        text-align: left;
        padding: 20px 20px 0 20px;
        position: absolute;
        height: auto;
        top: 0px;
    }
    
    .tablaSistemaClientes
    {
      position: absolute;
      top: 157px;
      bottom: 33px;
      left: 0;
      right: 0;
    }

     .tablaSistemaChoferes
    {
      position: absolute;
      top: 157px;
      bottom: 33px;
      left: 0;
      right: 0;
    }

     .tablaSistemaUsuarios
    {
      position: absolute;
      top: 157px;
      bottom: 33px;
      left: 0;
      right: 0;
    }
    .tablaSistema
    {
      position: absolute;
      top: 229px;
      bottom: 33px;
      left: 0;
      right: 0;
    }
    
    .tablaSistema #contenido
    {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
        overflow-y: auto;
    }
    
    
    .tablaSistema #contenido #TablaListadoMoviles
    {
        max-height: 100%;
        overflow-y: auto;
    }
    
    
 .dataTables_wrapper .dataTables_paginate .paginate_button {
   color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4D4D4D), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #4D4D4D 0%, #000000 100%);
  background: -moz-linear-gradient(top, #4D4D4D 0%, #000000 100%);
  background: -ms-linear-gradient(top, #4D4D4D 0%, #000000 100%);
  background: -o-linear-gradient(top, #4D4D4D 0%, #000000 100%);
  background: linear-gradient(to bottom, #4D4D4D 0%, #000000 100%);
  
}

.dataTables_info
{
    color:White!important;
}

.dataTables_paginate
{
    margin: 10px 0;
}

#filtros .contFiltro
{
    display: block;
}

#filtros .filtro {
    display: inline-block;
    margin: 0 10px 15px 0;
    float: left;
    width: 280px;
}

#filtros label{
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    margin: 0 10px 5px 0;
    min-width: 125px;
    line-height: 24px;
}

#filtros input{
    display: inline-block;
    float: left;
}

#filtros input[type="text"]{
    width: 195px;
    background: #9bc869;
    color: #000;
    font-family: 'latoregular';
}

#filtros input[type="text"].small{
    width: 83px;
}

#filtros select{
    width: 195px;
    background: #9bc869;
    color: #000;
    font-family: 'latoregular';
    float: left;
    margin-bottom: 0;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
}

.filas
{
    padding-left: 230px;
}

.bigbutton, .bigbuttoncliente, .bigbuttonmovil , .bigbuttonchofer , .bigbuttonusuario
{
    position: absolute;
    background: #7eb441; /* Old browsers */
    background: -moz-linear-gradient(top,  #7eb441 0%, #629a23 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7eb441), color-stop(100%,#629a23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7eb441 0%,#629a23 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7eb441 0%,#629a23 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7eb441 0%,#629a23 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7eb441 0%,#629a23 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb441', endColorstr='#629a23',GradientType=0 ); /* IE6-9 */
    font-family: 'latoregular';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #639b24;
    overflow: hidden;
    display: block;
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    margin: 0px 10px 0px 10px;
}




.bigbutton:hover , .bigbuttoncliente:hover , .bigbuttonmovil:hover , .bigbuttonchofer:hover, .bigbuttonusuario:hover {
    background: #629a23;
}

.bigbutton span , .bigbuttoncliente span, .bigbuttonmovil span , .bigbuttonchofer span , .bigbuttonusuario span {
    display: block;
    float: left;
    margin-top: 5px;
}

.bigbutton span strong , .bigbuttoncliente span strong , .bigbuttonmovil span strong , .bigbuttonchofer span strong , .bigbuttonusuario span strong{
    display: block;
    font-size: 16px;
    font-family: 'latobold';
    line-height: 14px;
}

.bigbuttonchofer#nuevo_chofer .icon {
    background: url('../img/sprites.png') no-repeat -306px -21px;
    width: 40px;
    height: 42px;
    display: block;
    margin: 0 10px 0 0;
}

.bigbuttoncliente#nuevo_cliente .icon {
    background: url('../img/sprites.png') no-repeat -362px -21px;
    width: 41px;
    height: 42px;
    display: block;
    margin: 0 10px 0 0;
}


.bigbuttonusuario#nuevo_usuario .icon {
    background: url('../img/sprites.png') no-repeat -362px -21px;
    width: 41px;
    height: 42px;
    display: block;
    margin: 0 10px 0 0;
}

.bigbuttonmovil#nuevo_movil .icon {
    background: url('../img/sprites.png') no-repeat -474px -29px;
    width: 42px;
    height: 26px;
    display: block;
    margin: 7px 10px 0 0;
}

.bigbutton#nuevo_usuario .icon {
    background: url('../img/sprites.png') no-repeat -419px -21px;
    width: 40px;
    height: 42px;
    display: block;
    margin: 0 10px 0 0;
}


#content {
    position: relative;    
    margin-bottom: 100px;
    margin-top:100px;
    overflow-x: hidden; 
}


#contentEventos {
    position: relative;    
    margin-bottom: 100px;
    margin-top:66px;
    overflow-x: hidden; 
}


#contentEntradas {
    position: relative;    
    margin-bottom: 100px;
    margin-top:66px;
    overflow-x: hidden; 
}

.popup {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
     bottom: 0;
    right: 0;
       z-index: 20000;
       display: none;
}

.popup.active {
    display: block;
}

h1 span {
    text-transform: none;
    color: #858484;
}

header .close {
    background: url('../img/sprites.png') no-repeat -109px -80px;
    width: 26px;
    height: 26px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    text-indent: -1000px;
    margin: 10px 15px;
    cursor: pointer;
}

header .close:hover {
    opacity: 0.6;
}

.popup .popup_content {
    background: rgba(0,0,0,0.8);
    width: 738px;
    height: 518px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -259px 0 0 -374px;
}

.popup .popup_content#popup_clientes {
    margin: -275px 0 0 -374px;
    height: 550px;
}

.popup .popup_content#popup_moviles {
    margin: -409px 0 0 -438px;
    height: 690px;
    width: 876px;
}

.popup .popup_content#popup_moviles.small {
    margin: 0 0 0 -448px;
    height: 600px;
    width: 896px;
    overflow-y: scroll; 
    top: 0;
}


.popup .popup_content#popup_usuarios {
    margin: -259px 0 0 -248px;
    height: 518px;
    width: 496px;
}


.popup .popup_content form{
    margin: 15px 0 0 0;
}

.popup .two_third {
    width: 482px;
    float: right;
    margin-right: 15px;
}

.popup .third {
    width: 226px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup .fourth {
    width: 117px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup .three_fourth {
    width: 335px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup .two_half {
    width: 467px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup .third.empty {
    height: 63px;
}

.popup #popup_moviles .two_third {
    width: 620px;
}

.popup #popup_moviles .third {
    width: 191px;
        margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup .fifth {
    width: 115px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup .nuevo_toncho {
    width: 100px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

/*.popup .fifthToncho {
    width: 100px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}*/

.popup .four_fifth {
    width: 410px;
        margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup .two_fifth {
    width: 230px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup .three_fifth {
    width: 360px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup #popup_moviles .two_half {
    width: 605px;
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.popup #popup_moviles .check {
    width: 50px;
    float: left;
    margin-left: 15px;
    text-align: center;
}

.popup #popup_usuarios .group {
    width: 241px;
    float: left;
    margin-left: 0;
}

.popup #popup_usuarios .group .check {
    width: 110px;
    float: left;
    margin: 10px 0;
    text-align: center;
}

.popup #popup_usuarios .group .check label {
    font-size: 11px;
}

.popup .third.image input{
    color: #fff;
    width: 226px;
}

.popup .third.image label{
    color: #e3e3e3;
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}

.popup label {
    margin-bottom: 5px;
}

.popup input[type="text"], textarea, select {
    margin-bottom: 10px;
}

.popup .third .small {
    width: 161px;
    float: left;
    margin-right: 15px;
}

.popup .third .check {
    width: 50px;
    float: left;
    text-align: center;
}

.popup .full {
    border: none;
    padding: 10px 15px;
    text-align: right;
    clear: both;
}

.popup input[type="submit"], input[type="button"] {
    padding: 7px 20px;
    margin-right: 10px;
}

.RedBorder
{
    border:2px solid red;
}

.spanError
{
    color: Red;
    float: left;
    padding: :10px;
    font-size: 12px;
    font-family: 'latoregular';
    text-transform: uppercase;
    margin-top: 5px;    
}

#spanError
{
    display:none;
}

.checkbox_list {
    background: #706f6f;
    list-style: none;
    padding: 15px;
    margin: 0;
    overflow: scroll;
    height: 277px;
}

.checkbox_list input, .checkbox_list label{
    display: inline-block;
    color: #fff;
    text-transform: none;
}

.wrapper {
    clear: both;
    overflow: hidden;
}

.wrapper .table {
    width: 50%;
    float: left;
    display: inline-block;
    overflow-x: hidden;
}

.wrapper .table table{
     border-right: solid 5px #000;
     border-left: solid 5px #000;
}

.wrapper .aside .table table{
     border: none;
}


.wrapper .aside {
background: #74b52b; /* Old browsers */
background: -moz-linear-gradient(top,  #74b52b 0%, #4a7816 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74b52b), color-stop(100%,#4a7816)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #74b52b 0%,#4a7816 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #74b52b 0%,#4a7816 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #74b52b 0%,#4a7816 100%); /* IE10+ */
background: linear-gradient(to bottom,  #74b52b 0%,#4a7816 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b52b', endColorstr='#4a7816',GradientType=0 ); /* IE6-9 */
width: 50%;
float: left;
display: inline-block;
}

.aside form {
    padding: 15px;
}

.aside label {
    color: #fff;
    text-transform: none;
    text-shadow: 0 1px 0 #4a7816;
}

.aside input[type="text"] {
    margin-bottom: 10px;
}

.aside input[type="text"], .aside select {
    background: #9bc869;
    color: #000;
}

.aside .check label, .aside .check input {
    display: inline-block;
}

 .divided select{
    width: 60%;
    margin-right: 2%;
    display: inline;
}

.divided input{
    width: 36%;
    display: inline;
}

 .divided div {
    width: 48%;
    display: inline-block;
    position: relative;
}

.divided div#desde {
    margin-right: 2%;
}

 .divided div input{
    width: 77%;
    float: left;
    margin-right: 5px;
}

 .divided div span{
    background: url('../img/sprites.png') no-repeat -150px -80px;
    width: 26px;
    height: 26px;
    display: inline-block;
    float: left;
}

 .divided div#hasta span{
    background: url('../img/sprites.png') no-repeat -188px -80px;
}

.edit {
    background: url('../img/sprites.png') no-repeat -352px -81px;
    width: 26px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    text-indent: -1000px;
}

.aside .table, .draggable .table  {
    width: 100%;
    background: #2B2B2B;
}


.aside .table table th, .draggable .table  table th {
    background: rgb(224,224,224);
    height: auto;
    padding: 5px 3px;
}

.aside .table table td, .draggable .table table td  {
    background: rgb(43,43,43);
    height: auto;
    padding: 4px 2px 2px 5px;
}

.greendot {
   display: block;
    width: 18px;
    height:18px;
    border-radius: 20px;
    margin: 4px 0 4px 0;
    background: #0c842e;
}

.reddot {
    display: block;
    width: 18px;
    height:18px;
    border-radius: 20px;
    margin: 4px 0 4px 0;
    background: #da1f4b;
}

#map {
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 66px;
    left: 0;
    z-index: 0;
    bottom: 33px;

}

#map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.draggable {
    background: #74b52b; /* Old browsers */
    background: -moz-linear-gradient(top,  #74b52b 0%, #4a7816 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74b52b), color-stop(100%,#4a7816)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #74b52b 0%,#4a7816 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #74b52b 0%,#4a7816 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #74b52b 0%,#4a7816 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #74b52b 0%,#4a7816 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b52b', endColorstr='#4a7816',GradientType=0 ); /* IE6-9 */
    width: 420px;    
    overflow-x:hidden;
    overflow-y:auto;
    bottom:33px;
    right: 0px;
    top: 66px;
    position: absolute;
}

.draggable#recorridos, .draggable#posicion {
    min-height: 0;
    z-index: 8000;

}

.draggable#posicion {
        background: rgba(43,43,43,0.8);
}

.draggable#posicion .table table tr td{
    background: none;
}

.controls {
    background: url('../img/sprites.png') no-repeat -28px -80px;
    display: inline-block;
    width: 26px;
    height: 26px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    margin: 10px;
}

.controls:hover {
    opacity: 1;
}

#drag {
    cursor: move;
    left: 0px;
}

#minimize {
        background: url('../img/sprites.png') no-repeat -55px -80px;
        right: 36px;        
}

.minimize {
        background: url('../img/sprites.png') no-repeat -55px -80px;
        right: 70px;
        top:5px;
}

#maximize {
        background: url('../img/sprites.png') no-repeat -82px -80px;
        right: 0;        
}

.maximize {
        background: url('../img/sprites.png') no-repeat -82px -80px;
        right: 37px;
        top:5px;
}

.draggable form {
    padding: 55px;
   
}

.draggable label {
    color: #fff;
    text-transform: none;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #4a7816;
}

 .draggable input[type="text"] {
    margin-bottom: 10px;
    background: #9bc869;
    color: #000;
}

.draggable select {
    margin-bottom: 10px;
    background: #9bc869;
    color: #000;
  /*  width: 60%!important;*/
}



.draggable header h1 {
    margin-left: 15px;
}



.draggable header h1.no-margin {
    margin-left: 15px;
}


.draggable header h1 span{
    font-size: 14px;
    text-transform: uppercase;
    color: #7eb441;
}

.draggable .pieTabla h1 span{
    font-size: 14px;
    text-transform: uppercase;
    color: #7eb441;
}

.draggable .big {
    width: 240px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.draggable .big .half {
    width: 112px;
    display: inline-block;
    float: left;
}

.draggable .big .half:first-child {
    margin-right: 15px;
}

.draggable .check {
    width: 50px;
    display: inline-block;
    float: left;
    text-align: center;
}

.draggable input[type="submit"].half {
    width: 142px;
    float: left;
    display: inline-block;
    padding: 7px 0;
    margin-top: 5px;
    text-align: center;
}

.draggable input[type="submit"].half:first-child {
    margin-right: 15px;
}

.draggable.minimized {
    height: 5px; /*129*/
    min-height: 0;
    overflow: hidden;
}

.draggable .one_third {
    width: 20%!important;
    display: inline-block;
    float: left;
}

.draggable .two_third {
    width: 68%!important;
    margin-right: 2%;
    display: inline-block;
    float: left;
}




.pinoff {
        background: url('../img/pins.png') no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.pinon {
    background: url('../img/pins.png') no-repeat 0px 0px !Important;     
}

.iconiw {
        background: url('../img/infowindow.png') no-repeat 0px 0px;
    width: 16px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.redantena {
    background: url('../img/sprites.png') no-repeat -30px -217px;
    width: 22px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
}

.greenantena {
background: url('../img/sprites.png') no-repeat -152px -217px;
    width: 22px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
}

.yellowantena {
    background: url('../img/sprites.png') no-repeat -91px -217px;
    width: 22px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
}

.redphone {
        background: url('../img/sprites.png') no-repeat -65px -217px;
    width: 14px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
}

.yellowphone {
    background: url('../img/sprites.png') no-repeat -126px -217px;
    width: 14px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
}

.greenphone {
        background: url('../img/sprites.png') no-repeat -187px -217px;
    width: 14px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
}

.redkey {
        background: url('../img/llaves.png') no-repeat -28px 0px;
    width: 14px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
}

.yellowkey {
    background: url('../img/llaves.png') no-repeat -14px 0px;
    width: 14px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
}

.greenkey {
        background: url('../img/llaves.png') no-repeat 0px 0px;
    width: 14px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
}

.redcar {
        background: url('../img/autos.png') no-repeat -58px 0px;        
    width: 29px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
}

.yellowcar {
    background: url('../img/autos.png') no-repeat -29px 0px;
    width: 29px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
}

.greencar {
        background: url('../img/autos.png') no-repeat 0px 0px;
    width: 29px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
}

.Counter
{
    vertical-align: super;
    margin:5px;
}

#greenCounter
{
    color:rgb(14,186,6);
}

#yellowCounter
{
    color:rgb(247,212,20);
}

#redCounter
{
    color:rgb(229,56,95);
}

.edificio {
        background: url('../img/sprites.png') no-repeat -25px -259px;
    width: 47px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 30%;
}

.moto {
    background: url('../img/sprites.png') no-repeat -84px -259px;
    width: 47px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 40%;
}

.camion {
    background: url('../img/sprites.png') no-repeat -143px -259px;
    width: 47px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.tooltip {
    width: 530px;
    height: 287px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -243px;
    margin-top: -372px;
    display: none;
    z-index: 9000;
}

.gm-style-iw {
   width: 570px !important;
   height: 260px !important;/*287*/
   top: 0 !important;
   left: 0 !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);      
}

#divInfoWindowContenedor
{
    visibility:hidden;    
    width:570px;
    height:260px; /*260 287*/
    float:left;
	position:absolute;
	overflow:hidden;	
}

#divInfoWindowContenedorRecorrido
{
    visibility:hidden;    
    width:270px;
    height:260px; /*287*/
    float:left;
	position:absolute;
	overflow:hidden;	
}

.InfoWindowRecorrido {
    width:270px!important;
    height:200px!important;
}

.contenidoInfoWindow {
    margin: -20px;
    width: 570px;
    height: 350px; /*260px 287*/
    padding: 0;
    left: 0;
}

.contenidoInfoWindow:after 
{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;    
    border-top-color: rgba(0,0,0,0.8);
    border-width: 10px;
    margin-left: -10px;
    margin-top: -13px;
}

.contenidoInfoWindow.active {
    display: block;
}

.contenidoInfoWindow .content {
    padding: 15px;
}

.contenidoInfoWindow .content div {
    float: left;
    color: #FFF;
    font-family: sans-serif;
    font-size: 12px;
}

.contenidoInfoWindow  .content div.img {
    margin-right: 15px;    
}

.contenidoInfoWindow  img {
    width:280px
}

.contenidoInfoWindow  .content div.text {
    width: 225px;
    color: white;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contenidoInfoWindow  .content div p{
    margin: 0;
}

.contenidoInfoWindow  .content div h3{
    font-family: 'latoregular';
font-size: 14px;
text-transform: uppercase;
color: #7eb441;
font-weight: normal;
margin: 0;
}

.contenidoInfoWindow  .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    background: url('../img/sprites.png') no-repeat -109px -80px;
    width: 26px;
    height: 26px;
    display: block;
    opacity: 0.5;
    cursor: pointer;
}

.contenidoInfoWindow  .close:hover {
    opacity: 1;
}


.tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: rgba(0,0,0,0.8);
    border-width: 10px;
    margin-left: -10px;
}

.tooltip.active {
    display: block;
}

.tooltip .content {
    padding: 15px;
}

.tooltip .content div {
    float: left;
    color: #FFF;
    font-family: sans-serif;
    font-size: 12px;
}

.tooltip .content div.img {
    margin-right: 15px;
}

.tooltip .content div.text {
    width: 261px;
}

.tooltip .content div p{
    margin: 0;
}

.tooltip .content div h3{
    font-family: 'latoregular';
font-size: 14px;
text-transform: uppercase;
color: #7eb441;
font-weight: normal;
margin: 0;
}

.tooltip .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    background: url('../img/sprites.png') no-repeat -109px -80px;
    width: 26px;
    height: 26px;
    display: block;
    opacity: 0.5;
    cursor: pointer;
}


.tooltip .close:hover {
    opacity: 1;
}

.seguirmovil {
    width: 100%;
    padding: 7px 10px;
    background: #e9e9e9;
    color: #969696;
    font-size: 10px;
    text-transform: uppercase;
    margin: 10px 0;
    display: block;
    overflow: hidden;
}

.seguirmovil span {
    margin: 5px 0 0 10px;
    float: left;
}

.seguirmovil span.icon {
    background: url('../img/sprites.png') no-repeat -232px -78px;
    width: 26px;
    height: 26px;
    display: inline-block;
    float: left;
    opacity: 0.4;
    margin: 0;
}

.seguirmovil:hover {
    text-decoration: none;
    color: #000;
}

.seguirmovil:hover span.icon {
    text-decoration: none;
    color: #000;
     opacity: 1;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.editar {
    background: url('../img/sprites.png') no-repeat -387px -83px;
    width: 25px;
    height: 25px;
    display: block;
    overflow: hidden;
    text-indent: 1000px;
}

#txtFiltrar
{
display: inline-block;
width: 160px!important;
margin: 0 20px;
background-color: #f3f3f3;
font-size: 14px;
vertical-align: top;
margin-top: -5px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 768px) {

    body
    {
        overflow: hidden;
    }
    #Login {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        position: relative;
    }

    #Login .form {

    }

    #Login .third {
        width: auto;
        margin: 15px 0;
        float: none;
        padding: 0 5%;
    }

    #Login footer {
        position: relative;
        bottom: 0;
    }

    #menu_trigger {
        display: block;        
    }

    #menu_trigger.active, #filter_trigger.active  {
        background: url('../img/sprites.png') no-repeat -109px -80px;
        width: 26px;
        height: 26px;
        right: 0;
        left: auto;
    }
    
    #settings_trigger.active {
        background: url('../img/sprites.png') no-repeat -109px -80px;
        width: 26px;
        height: 26px;
        right: 0;
        left: auto;
        margin: 15px;        
        top:0px;
    }
    
    #Cerrar
    {
        display:none;
    }

    #filter_trigger {
        display: block;
    }
    
    #settings_trigger {    
        left: 50%;    
    }


    #menu {
        width: 100%;
        padding-top: 15px;
        height: auto;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
         z-index: 9999;
         display: none;
    }

    #menu.active {
        display: block;
    }

    #menu ul {
        margin: 0 auto;
        list-style: none;
        width: auto;
        display: block;
        height: auto;
        padding: 30px 15px 0 15px;
    }

    #menu ul li{
        display: block;
        float: none;
        margin: 0;
        height: auto;
        clear: both;
        border-bottom: solid 1px rgba(0,0,0,0.3);
        padding: 0;
        box-shadow: 0 1px 0 #666;
    }

    #menu ul li a{
        margin: 10px 0;
    }

    #menu ul li:last-child{
        overflow: hidden;
        padding: 10px 0;
    }

    #menu ul li:hover .submenu{
        display: none;
    }

    #menu ul.submenu {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        margin: 10px 0 0 0;
        padding: 0;
        display: none;
    }

    #menu ul.submenu.active {
        display: block;
    }


    #menu ul li:hover .submenu.active{
        display: block;
    }

    #menu ul.submenu:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(125, 179, 64, 0);
        border-bottom-color: #7db340;
        border-width: 12px;
        margin-left: -12px;
    }

    #menu ul.submenu li{
       margin: 0;
       width: 100%;
       padding: 0;
    }

    #menu ul.submenu li:first-child{
       padding: 15px 0;
       text-align: center;
    }

    #menu ul.submenu li:last-child{
       border:none;
       box-shadow: none;
    }

    #menu ul.submenu li a{
        padding: 10px;
        text-align: center;
        margin: 0;
    }

    #filtros {
        text-align: left;
        padding: 55px 15px 15px 15px;
        display: none;
        z-index: 9700;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        margin: 0;
    }
    
    #filtros.moviles {
        padding: 15px 15px 15px 15px;
        height: auto;
    }

    #filtros div {
        display: block;
        margin: 0;
        width: 100%;
        clear: both;
        float: none;
    }

    #filtros label{
        display: block;
        float: none;
        color: #fff;
        margin: 0 10px 5px 0;
    }
    
    .bigbutton
    {
        position: relative;
    }
    
    #filtros .filtro
    {
        width: 100%;
    }
    
    .filas
    {
        padding: 0;
    }
    
    #filtros input.grey{
        display: block;
        float: none;
        width: 100%;
        padding: 10px 0;
        margin: 10px 0;
    }

    #filtros input[type="text"], #filtros input[type="text"].small{
        width: 100%;
        float: none;
    }
    
    #ExportarListado
    {
        visibility:collapse;     
        display:none;
    }
    

    #filtros select{
        width: 100%;
        float: none;
    }

    #filtros.active {
        display: block;
        position: absolute;
    }
    
    .tablaSistema
    {
        margin-top: 50px;
    }

    #content {
        margin-top: 55px;
    }
    
    #Contenedor
    {
        bottom: 30px;
        height: auto;
    }

    footer {
        position: absolute;
        overflow: hidden;
        padding: 10px 15px;
        bottom: 0;
        width: 100%;
        height: 30px;
    }

    footer div{
        text-align: left;
        display: none;
    }
    
    footer div:first-child{
        display: block;
    }

    footer .version {
        float: none;
    }
    
    .tablaSistema
    {
      top: 0;      
    }
    
    #divContenedorMiniMapa
    {
        width: 400px!important;
        height: 250px!important;
        bottom: 40px!Important;
        top: auto!Important;

    }
    

    .popup {
        background: transparent;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 20000;
    }

    .popup .popup_content {
        background: rgba(0,0,0,0.8);
        width: 100%  !important;
        height: auto  !important;
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        overflow: hidden;
    }

    .popup .popup_content form{
        margin: 15px 0 0 0;
    }

    .popup .two_third, .popup #popup_moviles .two_third {
        width: 100%;
        float: none;
    }

    .popup .third, .popup #popup_moviles .third {
        width: 100%;
        margin-left: 0;
        float: none;
        padding: 0 15px;
    }

    .popup .third.empty {
        height: auto;
    }


    .popup .fourth {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-bottom: 0;
        padding: 0 15px;
    }

    .popup .three_fourth {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-bottom: 0;
        padding: 0 15px;

    }

    .popup .two_half, .popup #popup_moviles .two_half {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-bottom: 0;
        padding: 0 15px;

    }

        .popup .fifth, .popup .two_fifth, .popup .three_fifth, .popup .four_fifth,  .popup #popup_moviles .check {
            width: 100%;
            margin-left: 0;
            float: none;
            margin-bottom: 0;
            padding: 0 15px;
        }

    .popup .third.image div{
        display: none;
    }

    .popup .third.image label{
        color: #7eb441;
        font-size: 14px;
        text-align: left;
        margin: 0 0 5px 0;
    }

    .popup .third .small {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .popup #popup_moviles .check {
        padding: 0 15px;
        text-align: left;
        margin: 10px 0;
    }

    .popup #popup_usuarios .group {
        width: 100%;
    }

    .popup #popup_usuarios .group .check , .popup .third .check {
        width: 100%;
        text-align: left;
        font-size: 14px;
        margin: 10px 0;
    }

    .popup #popup_usuarios .group .check label, .popup .third .check label {
        display: inline-block;
        margin-right: 10px;
    }

    .popup #popup_usuarios .group .check input, .popup .third .check input{
        display: inline-block;
    }

    .popup input[type="text"] {
        padding: 10px 5%;
        margin-right: 0;
        width: 90%;
        display: block;
    }

    .popup select, .popup textarea {
        margin-right: 0;
        width: 90%;
        display: block;
    }

    .popup input[type="submit"] {
        padding: 10px 0;
        margin-right: 0;
        width: 100%;
        display: block;
    }

    .popup .grey {
        padding: 10px 0;
        margin-right: 0;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .popup input[type="submit"], .popup .button {
        width: 100%;
        min-width: 0;
    }

    .wrapper .table, .wrapper .aside{
        width: 100%;
        float: none;
        border: none;
    }

    .wrapper .table table{
     border-right: none;
    }

    .wrapper .aside {
        min-height: 0 !important;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9700;
        display: none;
    }

    .wrapper .aside.active {
        display: block;
    }

    .aside .grey {
        width: 100%;
        margin-top: 10px;
    }


    .greendot , .reddot  {
       margin-bottom: 7px;
    }

    #map {
        position: relative;
        height: 700px;
        top: 66px;
    }

    #map iframe {
        position: relative;
        height: 100%;
        margin-top: 0;
        width: 95%;
    }

    .draggable {
        width: 100%;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .draggable.active {
        display: block;
        top: -66px !important;
        left: 0 !important;
    }

    .draggable .controls {
        display: none;
    }

    .draggable header h1{
        margin-left: 15px;
    }

    .draggable .big {
    width: 80%;
    margin-right: 2%;
    }

    .draggable .big .half {
        width: 49%;
    }

    .draggable .big .half:first-child {
        margin-right: 2%;
    }

    .draggable .check {
        width: 18%;
    }

    .tooltip {
        left: 0 !important;
        top: 0!important;
        width: 100% !important;
        height: 100% !important;
        margin: 0;
        z-index:0;
    }

    .tooltip .content div.img {
    margin: 0 0 15px 0;
    }

    .bigbutton {
        margin: 10px 0px;
    }

    #entradas .footable-row-detail-inner .footable-row-detail-row:first-child {
        display: none;
    }

    #entradas .footable-row-detail-inner .footable-row-detail-row .footable-row-detail-name {
        display: none;
    }
    
    #entradas .footable-row-detail-inner .footable-row-detail-row .footable-row-detail-inner {
        width: 100%;
    }

    #entradas .footable-row-detail-inner .footable-row-detail-row {
        display: block;
        width: 50%;
        float: left;
        min-height: 120px;
    }

    #entradas .footable-row-detail-inner .footable-row-detail-row:nth-child(even)  {
        width: 10%;
    }

    #entradas .footable-row-detail-inner .footable-row-detail-row:nth-child(odd)  {
        width: 90%;
    }


    #entradas .footable-row-detail-inner .footable-row-detail-row .footable-row-detail-value {
        display: block;
        width: 100%;
    }


}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*HECHO POR NICOLE*/
#divTableHistorico, #table2{width: 100% !important;margin-top: 0px !important;margin-bottom: 50px !important;}
.aside{ padding-bottom: 20px !important; }
#aside{width: 40% !important;}
.resumen{    margin-top:-226px !important; float: right !important; margin-right: 0px !important; position: absolute; left: 50%; width: 50%; }
.posicion2{margin-bottom: 30px;}
.tablaresumen-ancho{width: 100%;}
header {width: 100% !important;}
#TablaResumen2{float: right !important;  position: absolute;  top: 70px; left: 51%; width: 48%;}
#TablaResumen{float: right !important;  position: absolute;  top: 70px;width: 48%; left: 2%; height: 5px !important;}
#TablaResumen thead th {height: 30px;}
#TablaResumen2 thead th {height: 30px;}
#numero{width: 5px !important; padding-left: 15px;}
#hasta{display: inline-block; float: right; position: absolute;  top: 85px; left: 51%;}
.selec-hist, .check { width: 45%;}
#check2 { width: 50%;float: right !important;position: relative;  top: -68px;}
.margen{margin-top: -15px !important;}
#TablaListadoHistorico td{white-space: normal; }
#TablaListadoHistorico th,#TablaListadoHistorico td {    text-align: center !important;white-space: normal; } 
#TablaListadoHistorico tr th,#TablaListadoHistorico tr td {    text-align: center !important;white-space: normal; } 
.centro{ text-align: center !important;}
@media only screen and (max-width: 768px) {
	#resumen{width: 100%;
		display: block; position: absolute; left: 0%;margin-top:0px !important;  }
	.table table td {
		background: rgba(43,43,43)!important;}
		
#TablaResumen tr{   height: 30px !important;	}
#TablaResumen2 tr{   height: 30px !important;	}
	.table table th {
		background: rgba(224,224,224)!important;}


}


.wrapper #aside2, .wrapper #entradas{width: 30% !important;}

.wrapper #table3{width: 70% !important;}
	
	


/*
div .selec-hist1{width:50% !important;float: right !important;   }
div .selec-hist{width:50% !important;float: right !important; margin-top: 6px;  }
div .selec-hist select{margin-left:  8px; padding-right: 10px !important; }*/


