
#mensajes{
  display: none;
  height:50px;
  padding: 5px 0px;
  position:fixed;
  text-align: center;
  top:0px;
  width:100%;
  z-index:2000;
  font-weight: bold;
  font-size: 1.2em;
}

#mensajes b{
  font-size: 1.5em;
}

.navbar-inner {
    padding: 0 5px;
    border-radius: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #D4D4D4;
}

.navbar .brand {
    padding: 5px 0 !important;
    margin: 0px;
}

.brand img{
  width: 190px;
}

.navbar-inner{
  border-radius: 0 !important;
}

.container-login{
    text-align:center;
    margin-top: 5% !important;
}

.container-login img{
    margin-bottom: 10px !important;
    width: 300px;
}

.form-horizontal .control-group {
    margin-bottom: 10px !important;
}

.form-horizontal .control-group .input-prepend{
    width: 100%;
}

.form-horizontal {
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    max-width: 380px;
}

.form-horizontal h3{
    text-align: center;
}

.form-horizontal input[type="text"], .form-horizontal input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 5px;
    padding: 4px 9px;
}

#recargar {
    display: none;
}

.bootbox i.icon-warning-sign {
    font-size: 2em;
}

.contenedor {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    margin-left: .5%;
    margin-right: .5%;
    padding: 0%;
    width: 99%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contenedor_mapa {
    margin-left: .5%;
    margin-right: .5%;
    padding: 0%;
    width: 99%;
}

.contenedor_mapa .lista_vehiculos,
.contenedor_mapa #mapa{
    float: left;
    border: 1px solid #D4D4D4;
    /*overflow-x: hidden;*/
    overflow: auto;
}

.contenedor_mapa .lista_vehiculos{
    width: 19%;
    margin-right: .5%;
    background-color: #ccc;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contenedor_mapa #mapa{
    width: 80%;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contenedor_mapa .lista_vehiculos div.header_lista_vehiculos,
.contenedor_mapa .lista_vehiculos div.header_detalle_historial{
    padding: 3px;
    /*font-weight: bold;*/
}

.contenedor_mapa .lista_vehiculos div.header_detalle_historial{
  display: none;
}

#tab_vehiculos span.badge:hover{
    cursor: pointer;
}

.opciones {
    padding: 5px 0;
    height: 30px;
    margin-left: .5%;
    margin-right: .5%;
    width: 99%;
}

.opciones .buscador .header_grid_name {
    margin-right: 20px;
    padding-top: 5px;
    float: left;
    font-weight: bold;
}

.opciones .buscador .header_grid_name i {
    font-size: 1.5em;
}

.opciones .buscador {
    width: 80%;
    float:left;
}

.opciones .buscador .input-append {
    margin: 0;
}

.cargando {
    display: inline-block;
    color: #AD1D27;
    font-size: 1.5em;
    margin-top: 5px
}

.cargando2 {
    display: inline-block;
    color: #AD1D27;
    font-size: 1.5em;
    margin-top: 5px
}
/*
.cargando_mapa {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background-color: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #ad1d28;
    display: none;
    font-size: 1.5em;
    left: 40%;
    margin: auto;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top:5px;
    width: 20%;
    z-index: 5000;
}
*/
.opciones .menu-acciones {
    text-align: right;
    width: 20%;
}

.opciones .botones_map {
    text-align: right;
    width: 70%;
}

.opciones .botones_map .input-append, .opciones .botones_map .input-prepend {
    margin: 0 0 0 5px;
}

.form_datetime input{
    font-size: 12px;
    width: 105px;
}

.opciones .header_map .header_map_name {
    margin-right: 20px;
    padding-top: 5px;
    float: left;
    font-weight: bold;
}

.opciones .header_map .header_map_name i {
    font-size: 1.5em;
}

.opciones .header_map {
    width: 30%;
    float:left;
}

.table{
    margin: 0;
}

.table th, .table td {
    border-right: 1px solid #D4D4D4;
}

.table th.no-right-border, .table td.no-right-border {
    border-right: none;
}

tr.r_selected td{
    background-color: #fcfc84 !important;
    font-weight:bold;
    color: #333 !important;
}

#ajax_paging {
    border-top: 1px solid #D4D4D4;
    padding: 1% 0;
    margin: 0;
    width: 100%;
    background-color: #F5F5F5;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#ajax_paging label {
    margin: 0;
    cursor: default;
}

.formulario{
  width: 100% !important;
}

.formulario input[type="text"], .formulario input[type="password"]{
  /*width: 98%;*/
  padding: 2% 1%;
  margin: 0;
}

.contenedor-usuarios-v1 .formulario input[type="text"],
.contenedor-usuarios-v1 .formulario input[type="password"]{
  width: 98%;
}

.formulario select{
    width: 98%;
    margin: 0;
}

.formulario input[type="checkbox"]{
    margin: 0;
}

.formulario input.doble{
  width: 99% !important;
  padding: 1% .5% !important;
}

.formulario select.doble{
  width: 99% !important;
}

.formulario td{
  padding: 3px;
}

.formulario td span{
  float:right;
}

.error{
    color: red;
    margin: 0;
}

.derechos {
    border-radius: 6px 6px 6px 6px !important;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin: 0 0 2% 0;
    width: 100%;
}

.derechos th {
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    font-weight: bold;
}

.derechos td {
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    padding: 3px;
    text-align: center;
}
.derechos td.check_padre {
    text-align: left;
}
.derechos td.check_hijo {
    padding-left: 25px;
    text-align: left;
}
.derechos tr.gris {
    background: none repeat scroll 0 0 #F9F9F9;
}

.table th,
.accordion-heading,
.contenedor_mapa .lista_vehiculos,
.contenedor_mapa .lista_vehiculos div.header_lista_vehiculos,
.contenedor_mapa .lista_vehiculos div.header_detalle_historial,
#mostrar_lista_vehiculos {
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.contenedor_mapa .detalle_historial > table tr.marcador_movimiento{
  display: none;
}

.contenedor_mapa .lista_vehiculos table th,
.contenedor_mapa .lista_vehiculos table td{
  padding: 5px 3px;
  border-right:none;
}

.contenedor_mapa .lista_vehiculos table tr td{
  font-size: 12px;
}

.contenedor_mapa .lista_vehiculos table tr td img{
  width: 10px;
}

.accordion-heading{
    font-size: 1.5em;
}

#ocultar_lista_vehiculos,
#ocultar_lista_vehiculos_mobile,
#mostrar_lista_vehiculos_mobile{
    float: right;
    font-size: 1.5em;
    opacity: 0.3;
    cursor: pointer;
}

#mostrar_lista_vehiculos{
    position: absolute;
    left: 15px;
    top:50%;
    display: none;
    z-index: 1000;
    font-size: 1.5em !important;
    cursor: pointer;
    background-color: #fff;
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
}

/*
#ocultar_lista_vehiculos_mobile,
#mostrar_detalle_historial{
    display: none;
}
*/
i:hover{
    color: #AD1D27;
}

.overlay{
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -2px;
    white-space: nowrap;
    background-color: #fff;
    font-family: Arial, sans-serif !important;
    /*border: 1px solid #333333;*/
}

.overlay_movimiento{
    border: 1px solid #23ab0c;
}

.overlay_alarmado{
    border: 1px solid #dd0808;
}

.overlay_acc-on{
    border: 1px solid #dd0808;
}
.overlay_acc-off{
    border: 1px solid #dd0808;
}
.overlay_estacionado, .overlay_estacionadoacc{
    border: 1px solid #3f87c5;
}

.overlay_offline{
    border: 1px solid #9e9e9e;
}

.overlay_bloqueado{
    border: 1px solid #b919d1;
}

.overlay_ubicacion{
    border: 1px solid #ad1d27;
}
.overlay_georuta{
    color: #ffffff;
    background: none !important;
}

tr.offline td{
    color: gray;
}
tr.alarmado td{
    color: red;
}
/*tr.acc-on td{
    color: red;
}
tr.acc-off td{
    color: red;
}
*/
tr.movimiento td{
    color: green;
}
tr.estacionado td, tr.estacionadoacc td{
    color: blue;
}

tr.bloqueado td{
  color:#b919d1;
}

/*
.offline{
    color: gray;
}
.alarmado{
    color: red;
}
.acc-on{
    color: red;
}
.acc-off{
    color: red;
}
.movimiento{
    color: green;
}
.estacionado, .estacionadoacc{
    color: blue;
}

.bloqueado{
  color:#b919d1;
}
*/
.right{
    float: right;
}

footer{
  text-align: center;
  margin: 10px 0;
}
.table .icon-ok{
    color: #00C700;
}
.table .icon-remove{
    color: #EC0000
}

.asignacion input{
  width: 98%;
  padding: 2% 1%;
  margin: 0;
}

.asignacion select{
    width: 100%;
    margin: 5px 0;
}

.asignacion select[multiple]{
    height: 180px;
}

#tgrid td {
    background-color: #fff;
}

.tab-content table{
    width: 100%;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #0F1923;
}

.seccion_doble {
    padding:1% 0 1% 1%;
    width:48.4%;
    display:inline-block;
    vertical-align:top;
}

.seccion_full {
    display:inline-block;
    padding:0 1% 1% 1%;
    width: 98%;
}

.seccion_inicio div.seccion_header {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  color: #0F1923;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-size: 1.5em;
  padding: 5px;
}

.seccion_inicio div.seccion_content {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-top: none;
  color: #0F1923;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 1% 1% 2% 1%;
}

#accesos_content a{
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    text-align: center;
    width:38%;
    padding:4% 5%;
    margin: 1% 0 0 1%;
    display: inline-block;
    border: 1px solid #d4d4d4;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-size: 1.5em;
}

#accesos_content a i{
    font-size: 2em;
}

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

#actividad{
    overflow: auto;
}
/*
#actividad div.content_notify {
    padding: 1%;
    margin: 1% 0;
    display: block;
    border-bottom: 1px dashed #d4d4d4;
    color: #373737;
}

#actividad div a{
    color: #373737;
    text-decoration: underline;
}
*/
#actividad div h4{
    margin: 0;
    font-weight: normal;
}

span.n_notify{
    vertical-align: top;
    padding: 2px 5px !important;
}
/*
#actividad div p{
    display: block;
}

#actividad div.vehiculo {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border-bottom: 1px solid #d4d4d4;
  color: #373737;
  padding: 1%;
  margin: 2% 0 1% 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
*/
#content_notify tr.notice {
  background-color: #fcf5cf;
}

#content_notify tr.error {
  background-color: #fccfcf;
  color: #0f1923 !important;
}

#content_notify tr.info {
  background-color: #cfebfc;
}
#content_notify tr.group {
  font-size: 1.3em;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
/*
.stack-bottomright{
  width: 300px;
  display: block;
  overflow: visible;
  opacity: 1;
  right: 25px;
  bottom: 25px;
  cursor: auto;
}*/

#tgrid_filter{
  float: left;
  margin-left: 10px;
}
#tgrid_length{
  float: right;
  margin-right: 10px;
}
#tgrid_info{
  text-align: left;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
.scrollFix hr{
   margin:5px 0;
}
/*
.context-menu-ul li{
  border-bottom: 1px dotted #333;
}*/

.context-menu-ul li:hover{
  background-color: #ddd;
}

.context-menu-ul li input{
  margin-top: -5px;
}

.context-menu-ul li button{
  margin: -2px 5px 0 0;
}

.lista_vehiculos table tr.group td {
  font-size: 1.3em;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.highlight {
  /*background-color: yellow;*/
  font-weight: bold;
  text-decoration: underline;
}

.content_tabs_panel_left{
  padding: 1%;
}

/* Tabs Vehiculos y Geocercas */
.nav-tabs  span{
  display: none;
}

.nav-tabs  li.active  span{
  display: inline;
}

.nav-tabs{
  margin: 0px 0px 10px 0px;
}

table input[type=checkbox]{
  margin: 0px;
}

#ayuda{
  max-width: 6000px;
}

#ayuda .row-fluid .span6{
  margin:10px 0px;
  /*text-align: center;*/
}

#ayuda .row-fluid b{
  font-size: 1em;
  vertical-align: middle;
  color: #777;
}

#table_recargas_wrapper, #content_asignacion_wrapper, #content_asignacion_enlace_wrapper{
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.texto-derecha{
  text-align: right !important;
}
.texto-centrado{
  text-align: center !important;
}

.inactivo{
  text-decoration: line-through;
  color: gray !important;
}


        /* Not PNotify specific, just make this page a little more presentable. */
        #switcher-container {
            position: fixed;
            top: 60px;
            right: 5px;
            z-index: 100;
        }
        #switcher-jqueryui, #switcher-jqueryui * {
            box-sizing: content-box;
        }
        @media (max-width: 980px) {
            #switcher-container {
                position: absolute;
                top: 55px;
            }
        }
        .ui-widget {
            font-size: 75% !important;
        }
        .btn-toolbar {
            line-height: 28px;
        }
        .btn-toolbar h4 {
            margin: 1em 0 .3em;
        }
        .btn-toolbar .btn-group {
            vertical-align: middle;
        }
        .panel .btn {
            /* margin-top: 5px; */
            margin-top: -5px;
        }

        /* Translucent notice CSS */
        .ui-pnotify.translucent.ui-pnotify-fade-in {
            opacity: .8;
        }

        /* Custom styled notice CSS */
        .ui-pnotify.custom .ui-pnotify-container {
            background-color: #404040 !important;
            background-image: none !important;
            border: none !important;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }
        .ui-pnotify.custom .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
            font-family: Arial, Helvetica, sans-serif !important;
            text-shadow: 2px 2px 3px black !important;
            font-size: 10pt !important;
            color: #FFF !important;
            padding-left: 50px !important;
            line-height: 1 !important;
            text-rendering: geometricPrecision !important;
        }
        .ui-pnotify.custom .ui-pnotify-title {
            font-weight: bold;
        }
        .ui-pnotify.custom .ui-pnotify-icon {
            float: left;
        }
        .ui-pnotify.custom .fa {
            margin: 3px;
            width: 33px;
            height: 33px;
            font-size: 33px;
            color: #FF0;
        }

        /* Alternate stack initial positioning. This one is done through code,
            to show how it is done. Look down at the stack_bottomright variable
            in the JavaScript below. */
        .ui-pnotify.stack-bottomright {
            /* These are just CSS default values to reset the PNotify CSS. */
            right: auto;
            top: auto;
            left: auto;
            bottom: auto;
        }
        .ui-pnotify.stack-custom {
            /* Custom values have to be in pixels, because the code parses them. */
            top: 200px;
            left: 200px;
            right: auto;
        }
        .ui-pnotify.stack-custom2 {
            top: auto;
            left: auto;
            bottom: 200px;
            right: 200px;
        }
        /* This one is totally different. It stacks at the top and looks
            like a Microsoft-esque browser notice bar. */
        .ui-pnotify.stack-bar-top {
            right: 0;
            top: 0;
        }
        .ui-pnotify.stack-bar-bottom {
            margin-left: 15%;
            right: auto;
            bottom: 0;
            top: auto;
            left: auto;
        }

#chartdiv {
  width : 100%;
  height  : 500px;
}

/*Cuartos Frios*/

  .cuartos_frios {
      border-radius: 5px;
      margin-left: .5%;
      margin-right: .5%;
      padding: 1%;
      width: 97%;
      background-color: #f5f5f5;
  }

  .cuartos_frios div{
      border-radius: 5px;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
      margin: 1%;
      padding: 2% 0;
      background-color: #fff;
  }

  .cuartos_frios div:hover {
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
  }

  .cuartos_frios div h2{
      color: #0f1923 !important;
  }

  .cuartos_frios div p{
      font-size: 1.2em;
      color: #0f1923 !important;
  }

/*Fin Cuartos Frios*/

/*Tabla Programación Semanal*/
.schedule-rows td {
  height: 30px;
  margin: 3px;
  padding: 5px;
  background-color: #49afcd;
  cursor: pointer;
}

.schedule-rows td:first-child,
.schedule-header th:first-child {
  background-color: transparent;
  text-align: center;
  position: relative;
}

.schedule-rows td[data-selected],
.schedule-rows td[data-selecting] { background-color: #E74C3C; }

.schedule-rows td[data-disabled] { opacity: 0.55; }
/*Fin Tabla Programación Semanal*/

/***********Despacho de Combustible***********/
  
  .despacho_combustible,
  .detalle_despacho_combustible {
      border-radius: 5px;
      margin-left: .5%;
      margin-right: .5%;
      padding: 1%;
      width: 97%;
      background-color: #f5f5f5;
  }

  .widget_element{
      border-radius: 5px;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
      margin: 1%;
      padding: 0 0 1%;
      background-color: #fff;
      width: 23%;
      float:left;
      height: 310px;
      overflow: hidden;
      font-size: 16px;
      position: relative;
  }

  .widget_element > .header{
      font-size: 1em;
      font-weight: bold;
      text-align: center;
      padding: 10px 5px 10px 5px;
      margin-bottom: 30px;
      clear: both;
      border-bottom: 1px solid #D4D4D4;
      border-radius: 5px 5px 0 0;
      position: relative;
      background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
      background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
      background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);  
  }

  .widget_element > .header button{
      position: absolute;
      left:0px;
      bottom: -22px;
  }

  /*.widget_element > .header button b:hover{
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
  }*/  

  .widget_element > .offcanvas{
      height:0px;
      background-color: #fff;
      overflow: hidden;
      border-bottom: #D4D4D4;
      padding: 0 4%;
      font-size: 0.9em;
      text-transform: capitalize;
  }

  .widget_element > .offcanvas hr{
      border-top: 1px solid #D4D4D4; 
      padding: 0;
      margin: 2% 0;
  }  

  .widget_element > .level{
      width: 51%;
      height: 230px;
      float: left;
  }

  .widget_element > .level > img{
      width: 98%;
  }  

  .widget_element > .detail,
  .widget_element > .despachando{
      width: 48%;
      /*padding-left: 2%;*/
      float: left;
      border-left: 1px solid #D4D4D4;
  }

  .widget_element > .despachando{
    display: none;
  }

  .widget_element > .detail table tbody th,
  .widget_element > .despachando table tbody th{
      text-align: center;
      line-height: 1em;
      font-size: 1em;
  } 

  .widget_element > .detail table tbody th small,
  .widget_element > .despachando table tbody th small{
      font-weight: normal;
      font-size: 0.8em;
  }  

  .widget_element > .detail table tbody td,
  .widget_element > .despachando table tbody td{
      padding: 13% 1% 0;
      text-align: center;
      font-size: 1.4em;
      line-height: 0.5em;
      font-weight: lighter;
  } 

  .widget_element > .detail table tbody td i,
  .widget_element > .despachando table tbody td i{
      margin-top: -10px;
  }    

  .widget_element > .detail table tbody td small,
  .widget_element > .despachando table tbody td small{
      font-size: 0.6em;
  }

  table.table-despacho{
    width: 100%;
  }

  .detalle_despacho_combustible{
    display: none;
  }

  .detalle_despacho_combustible table tbody td:nth-child(2),
  .detalle_despacho_combustible table tbody td:nth-child(3),
  .detalle_despacho_combustible table tbody td:nth-child(4){
    text-align: right;
  }

  .detalle_despacho_combustible table tbody td:nth-child(5),
  .detalle_despacho_combustible table tbody td:nth-child(6){
    text-align: center;
  }

  @keyframes shadow-pulse
  {
    0% {
      box-shadow: 0 0 0 0px rgba(251,180,80, 0.8);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(251,180,80, 0);
    }
  }

  .pulse {
    animation: shadow-pulse 2s infinite;
  }

  @media (max-width: 979px) {
    .widget_element{
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
        min-height: auto;
        width: 96%;
        float:left;
    }
  }

  @media (min-width: 979px) and (max-width: 1200px) {
    .widget_element{
        min-height: 290px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
        padding: 0 0 1%;
        width: 48%;
        float:left;
    }
  }

/***********Fin Despacho de Combustible***********/

#tgrid{
  width: 100% !important;
}

#tgrid tr.group td {
  background-color: #e2e1e1;
  font-weight: bold;
}

#tgrid tr.resumen td{
  font-weight: bold;
  /*font-style: italic;*/
  background-color: #f5f5f5;
}

#tgrid tr.error td{
  color:#ff0000;
  background-color: #fde7e7;
}

table.table_rendimiento_detallado tbody td{
  text-align: right !important;
}

table.table_rendimiento_detallado tbody td:nth-child(1){
  text-align: left !important;
}

table.table_rendimiento_detallado tbody td:nth-child(12){
  text-align: center !important;
}

.contenedor_select2{
  margin-bottom: 0px !important;
  font-size:14px !important;
}

.contenedor_select2 .select2-selection--single{
  border-radius: 0px 4px 4px 0px !important;
  border: 1px solid #cccccc !important;
  height: 30px !important;
}

.table-enlaces tbody td,
.table-enlaces thead th{
  padding: 2px 5px !important;
  border-right: none;
}

.table-enlaces thead th:nth-child(1),
.table-enlaces tbody td:nth-child(1),
  .table-enlaces thead th:nth-child(7),
.table-enlaces tbody td:nth-child(7){
  text-align: center;
}

.table-enlaces tbody tr td{
  text-align: left;
}

.table-enlaces tbody tr.tr_vehiculos_enlace td,
.table-enlaces tbody tr.tr_api_enlace td{
  background-color: #fafafa;
}

.table-enlaces tbody tr td div.vehiculo_enlace{
  width:30%;
  float:left;
  margin:0.5%;
  padding:0.5%;
  border: 1px solid #eeeeee;
  border-radius: 4px;  
  text-align: left;
  background-color: #ffffff;
  /*
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  */
}

/*Multiple Emails*/
  .multiple_emails-container { 
    border:1px #ccc solid; 
    border-radius: 4px; 
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
    padding:0; margin: 0; cursor:text; width:100%; 
  }

  .multiple_emails-container input { 
    clear:both; 
    width:100%; 
    border:0; 
    outline: none; 
    margin-bottom:3px; 
    padding-left: 5px; 
  }

  .multiple_emails-container input.multiple_emails-error {  
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red; 
    outline: thin auto red; 
  }

  .multiple_emails-container ul { 
    list-style-type:none; 
    padding-left: 0; 
  }

  .multiple_emails-email { 
    margin: 3px 5px 3px 5px; 
    padding: 3px 5px 3px 5px; 
    border:1px #BBD8FB solid; 
    border-radius: 3px; 
    background: #F3F7FD; 
  }

  .multiple_emails-close { 
    float:left; 
    margin:0 3px;
  }
/*Fin Multiple Emails*/

pre.copiar_enlace{
  width: 0px;
  height: 0px;
  border: 0px;
  /*display: none;*/
  margin:1px !important;
  padding:1px !important;
  overflow: hidden; position: absolute;
  z-index: -1;
}

#enviar-enlace table{
  width: 100%;
  text-align: left;
}

#enviar-enlace table tbody tr:nth-child(1) th,
#enviar-enlace table tbody tr:nth-child(1) td,
#enviar-enlace table tbody tr:nth-child(2) th,
#enviar-enlace table tbody tr:nth-child(2) td,
#enviar-enlace table tbody tr:nth-child(3) th,
#enviar-enlace table tbody tr:nth-child(3) td,
#enviar-enlace table tbody tr:nth-child(4) th,
#enviar-enlace table tbody tr:nth-child(4) td{
  padding: 5px;
  background-color: #f2f2f2;
  vertical-align: top;
}

#enviar-enlace table tbody tr td input{
  width: 98% !important
}

#grid_enlaces{
  min-height: 400px;
}

#grid_enlaces tbody tr td i:hover{
  color: inherit;
}

/*Datos de Usuario*/
#form_modificar_perfil span{
  float: right;
}

#form_modificar_perfil select[name="prefijo_telefono"]{
  width:28%;
  height:30px;
  border-radius: 4px 0px 0px 4px;
}

#form_modificar_perfil input[name="telefono"]{
  width:67%;
  margin-left: -7px;
  border-radius: 0px 4px 4px 0px
}

.opciones .botones_map .div-btn-pdf{
  margin-left:5px;
  display: inline;
}

@media (max-width: 480px) {
  .opciones .botones_map {
    width: 100%;
  }
  .opciones .botones_map div{
    display: block;
  }  
  .opciones .header_map {
    width: 0px;
  }
}

#new_georoute,
#btn-listo-georuta,
#btn-cancelar-georuta{
  display: none;
}

.table-georutas{
  border: none;
}

.table-georutas tr td{
  vertical-align: middle;
}

.table-georutas tr td input{
  /*border-top: 0px;
  border-left: 0px;
  border-right: 0px;*/
  border: 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  width:94%
}

.table-georutas tr td:nth-child(3) button{
  padding: 0px !important;
  display: none;
}

.table-georutas tr:hover .btn{
  display: block;
}

.table-georutas tr td i.selected{
  color: #ad1d27;
}

.table-georutas tr td input:focus{
  border-bottom: 1px solid #fd8c94;
}

.table-georutas tr td span{
  margin-top: -6px;
}

.table-georutas tr td span i:nth-child(1){
  color: #ea4335;
}

.btns-opciones-grafica button {
    flex-grow: 1;
}
.btns-opciones-grafica {
    display: flex;
    flex-wrap: wrap;
}

.toggle-panels-btns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.content-opciones-grafica {
    width: 100%;
    display: none;
    margin: 10px 0px;
}

.content-opciones-grafica button {
    display: inline-block;
    margin: 0px 3px 6px 3px;
}

.grid_canbus .opciones .buscador{
  width: 100% !important;
}

.grid_canbus table tbody tr td .descripcion_parametro{
  text-align: right;
}

@media (max-width: 767px) {
    .grid_canbus table tbody tr td{
        text-align: center;
    }
    .grid_canbus table tbody tr td .descripcion_parametro{
      text-align: center;
    }    
}

table.derechos tbody td{
  vertical-align: middle !important;
}

table.derechos tbody td input{
  margin:0px;
}
