/*Verson 13.7*/

/*INTERFAZ PRINCIPAL---------------------*/
/*--Menu principal--*/
/*--Barra de scroll--*/
/*--Mensajes emergentes--*/
/*--Panel Alertas--*/

/*MAPA-----------------------------------*/
/*--Listado--*/
/*--Recorridos--*/
/*--Listado minimizado--*/
/*--Mostrar en mapa--*/

/*GENERICO-------------------------------*/
/*-Estilos----------------*/
/*-Movil------------------*/
/*-Utilidades-------------*/
/*--Desplegado*/
/*--desplegado consulta--*/
/*--desplegado-mixto--*/
/*--Formulario-desplegable*/
/*-Formato---------------*/
/*-Inputs---------------*/
/*--error--*/
/*--strong--*/
/*--input-icon--*/
/*--input-button--*/
/*--input-boton-exterior-*/
/*--input-borde-*/
/*-Datepicker-----------*/
/*-Selects--------------*/
/*-Tablas---------------*/
/*--tabla-oficial--*/
/*--tabla-scroll--*/
/*--tabla-accion--*/
/*--tabla-desplegado--*/
/*--tabla-anidada--*/
/*--tabla-hover--*/
/*--tr-formulario--*/
/*--tr-seccion--*/
/*--td-boton--*/
/*--td-boton-doble--*/
/*--tabla-varios--*/
/*-Paneles--------------*/

/*MAZORCAS TABLAS------------------------*/

/*CATALOGOS------------------------------*/

/*MODALES--------------------------------*/
/*--Nuevo--*/
/*--FLEXBOX--*/
/*--seccion-panel--*/
/*--Varios--*/
/*--Mapas--*/
/*--Controles--*/

/*ALERTAS--------------------------------*/

/*RUTAS----------------------------------*/
/*--Direcciones ruta--*/


/*MONITOREO TURNOS-----------------------*/

/*TIEMPOS MUERTOS-----------------------*/

/*MODAL DETALLES MOVIMIENTO-----------------------*/

/*MENSAJE PANICO-----------------------*/

/*APAGADO MOTOR--------------*/

/*DASHBOARD------------------*/
/*DASHBOARD CLIENTES DE CLIENTES---------*/

/*TEMPORAL-------------------------------*/

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



/*INTERFAZ PRINCIPAL---------------------*/

/*--Menu principal--*/

#submenu-derecho li a{
  padding: 10px 0px 0px 11px;
  height: 32px;
}

#submenu-derecho .divider{
  margin-bottom: 0px;
  margin-top: 7px;
}

#submenu-derecho #logaut{
  height: 37px;
}


ul{
  list-style: none;
  padding: 0;
}

html,body{
  height:100%;  
}

/*Menu*/
#menu-principal{
  background-color: #333333;
  border: none;
  border-bottom: 3px solid #8cc63f;
  margin-bottom: 0;
  min-height: auto;
  border-radius: 0;
}

  #menu-principal .navbar-brand{
    padding: 11px 10px 10px 15px;
    height: 41px;
  }

    #menu-principal .navbar-brand img{
      display: inline-block;
      margin-top: -7px;
      width: 121px;
    }

  #menu-principal.navbar-default .navbar-nav>li>a{
    color: white;
    font-size: 14px;
    padding: 11px 6px 11px 18px;
    height: 41px;
  }

    #menu-principal.navbar-default .navbar-nav>li>a>i{
      font-size: 20px;
      margin-right: 3px;
      vertical-align: middle;
      position: relative;
      top: -1px;
    }

    #menu-principal.navbar-default .navbar-nav>.active>a{
      background-color: #8cc63f;
    }

  #menu-principal .iconos-grandes{
    background-color: #4d4d4d;
    width: 330px;
    padding: 6px 10px;
    border-radius: 0;
    border: none;
  }

    #menu-principal .iconos-grandes a{
      color: white;
      text-align: center;
      padding: 10px 0;  
    }

      #menu-principal .iconos-grandes a div{
        white-space: normal;
        line-height: 15px;
      }

    #menu-principal .iconos-grandes i{
      font-size: 40px;
      display: block;
      height: 47px;
    }

#menu-principal .gg-flecha-abierto{
  color: #808080;
  font-size: 15px!important;
  margin-left: 5px;
}

.navbar-default .navbar-nav a:hover .gg-flecha-abierto,
.navbar-default .navbar-nav .open .gg-flecha-abierto{
  color: white!important;
}

#menu-principal .iconos-grandes li{
  display: inline-block;
  width: 100px;
  text-align: center;
  vertical-align: top;
}

#menu-principal .dropdown-menu>li>a:focus,
#menu-principal .dropdown-menu>li>a:hover{
  background-color: transparent;
  color: #8cc63f;
}

#menu-principal .notificaciones a{
  padding: 0;
  position: relative;
  display: inline-block;
}

#menu-principal .notificaciones > a > i{
  font-size: 23px!important;
}

#menu-principal .notificaciones .cantidad{
  background: red;
  font-size: 14px;
  line-height: 18px;
  padding: 1px 6px;
  border-radius: 20px;
  position: absolute;
  top: -4px;
  right: -7px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:hover{
  background-color: #8cc63f;
}


/*Area trabajo*/

#area-trabajo{
  background-color: #f2f2f2;
  width: 100%;
  height: calc(100vh - 72px);
  position: relative;
  overflow: auto;/*temp*/
}

#area-trabajo > .tab-pane{
  height: 100%;
  position:relative!important;
  
}

/*--Barra de scroll--*/

::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-track{
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    background-color: #939393;
}


/*--Mensajes emergentes--*/


 /*job, lo movi a la hoja de estilo del plugin porque lo necesitaba en el login y no tenia caso cargar toda esta hoja de estilo solo por esta parte (Y)*/


/*--Panel Alertas--*/

#alertas-sistema{
  border-left: 1px solid gray;
  position: absolute;
  top: 0px;
  right: 27px;
  width: 39px;
  height: 41px;
  padding: 9px 0 0 7px;
  z-index: 1000;
}

  #alertas-sistema:hover{
    background-color: #8cc63f;
  }

  #alertas-sistema div.cantidad:empty{
    display:none;
  }

  #alertas-sistema .dropdown-menu{
    padding: 0;
    margin-top: 3px;
    width: 380px;
    height: 480px;
    display: block;
    top: 41px;
    right: 0px;
    left: initial;
  }

  #alertas-sistema > a{
    color: white;
    text-decoration: none;
  }

#panel-alertas{
  width: 100%;
  height: 100%;
  background-color: white;
}

  #panel-alertas .header{
      padding: 5px 0 0;
  }

    #panel-alertas .header ul{
        border: none;
        border-bottom: 3px solid #8bc540;
        padding-left: 2px;
    }

      #panel-alertas .header ul li{
          border: none;
          margin-bottom: 0;
          margin-left: 5px;
          width: 181px;
      }

        #panel-alertas .header ul li a{
            background-color: #797676;
            color: white;
            padding: 5px 18px 5px 11px;
            font-size: 14px;
            border: none;
            border-radius: 3px 3px 0 0;
            text-align: center;
        }
        #panel-alertas .header ul li.active a{
          background: #8bc540;
        }


  #panel-alertas .body{
    height: calc(100% - 23px);
  }

    #panel-alertas .body .tab-content{
      height:100% /* calc(100% - 25px); */
    }

    #panel-alertas .body .tab-pane{
      height: 100%;
      overflow: auto;
    }


      #panel-alertas .body .seccion-alertas label{
          background: #B3B3B3;
          color: white;
          width: 100%;
          padding: 2px 10px;
          margin: 0;
      }

      #panel-alertas .body .seccion-alertas ul{
          margin: 0;
      }

        #panel-alertas .body .seccion-alertas ul li{
            border-bottom: 1px solid #cccccc;
            padding: 3px 10px;
            line-height: 17px;
            position: relative;
            height: 44px;
        }
        #panel-alertas .body .seccion-alertas ul li.pendiente{
          background-color: #e6f7db;
        }
        #panel-alertas .body .seccion-alertas ul li:last-child{
          border-bottom: none;
        }

          #panel-alertas .body .seccion-alertas ul li .evento{
              position: absolute;
              top: 3px;
              left: 25px;
              display: inline-block;
              width: 230px;
          }

          #panel-alertas .body .seccion-alertas ul li .unidad{
              position: absolute;
              top: 21px;
              left: 25px;
              display: inline-block;
              width: 310px;
          }

          #panel-alertas .body .seccion-alertas ul li .tiempo{
              position: absolute;
              top: 3px;
              right: 10px;
              font-size: 11px;
              color: gray;
          }

          #panel-alertas .body .seccion-alertas ul li i{
              position: absolute;
              top: 5px;
              left: 6px;
              display: inline-block;
          }

          #panel-alertas .body .footer{
            text-align: center;
            line-height: 22px;
            color: gray;
            border-top: 1px solid #cccccc;
          }


@media only screen and (max-width: 767px) {

  #alertas-sistema{
    right: 0px
  }


  #alertas-sistema .dropdown-menu{
    width: calc(100vw );
    height: calc(100vh - 44px);
  }

}


/*MAPA-----------------------------------*/

#mainMap{
  width: calc(100% - 310px)!important;
  margin-left: 310px;
  height: 100%;
  background: #f0ede5;
}
#mainMap.ampliado{
  width: calc(100% - 36px)!important;
  margin-left: 36px;
}

/*--Listado--*/

#listado-catalogos.listado{
  width: 310px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;/*puede afectar otra funcionalidad*/
  border-right: 1px solid #ddd;
}

/*Header*/

#listado-catalogos .header{
  padding: 5px 0 0;
  background-color: #4D4D4D;
}

  #listado-catalogos .header i.boton{
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 7px;
  }

  #listado-catalogos .header > ul{
    border: none;
    border-bottom: 3px solid #8bc540;
  }

    #listado-catalogos .header > ul li{
      border: none;
      margin-bottom: 0;
      margin-left: 5px;
      width: 134px;
    }

    #listado-catalogos .header .nav-tabs li a{
      background-color: #797676;
      color: white;
      padding: 5px 18px 5px 11px;
      font-size: 14px;
      border: none;
      border-radius: 3px 3px 0 0;
    }
    #listado-catalogos .header .nav-tabs li.active a{
      background: #8bc540;
    }

      #listado-catalogos .header .nav-tabs li a i{
        font-size: 18px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 2px;
      }

/*Body*/

#listado-catalogos .body {
    padding: 0px 10px 10px 10px;
    height: calc(100vh - 112px);
}

  #listado-catalogos .body .nav-tabs{
    margin-left: -10px;
    border: none;
    margin-bottom: 10px;
    width: calc(100% + 20px);
  }

    #listado-catalogos .body .nav-tabs li{
      margin: 0;
      width: 20%;
    }

#listado-catalogos .slimScrollDiv{
  height: calc(100vh - 235px)!important;
  width: calc(100% + 10px)!important;
}

.listado .carpetas{
  height: calc(100% - 10px)!important;
  overflow: auto;
  padding-right: 4px;
  margin-bottom: 0;
}

/*Form elements*/

#listado-catalogos input[type="text"]{
  padding: 1px 3px;
  height: 26px;
  margin-bottom: 0;
}

  #listado-catalogos .input-icono i{
    top: -3px;
  }

  #listado-catalogos .form-group{
    margin-bottom: 0;
  }

  #listado-catalogos label.error{
    font-size: 10px;
    bottom: -12px;
  }

/*tiempo-ubicacion*/

#listado-catalogos #tiempo-ubicacion{
  margin-bottom: 7px;
  position: relative;
  height: 26px;
}

  #listado-catalogos #tiempo-ubicacion > label{
    float: left;
    margin-top: 2px;
  }

  #listado-catalogos #tiempo-ubicacion div.fecha{
    float: left;
    padding: 2px 16px 2px 3px;
    width: calc(100% - 122px);
    border-radius: 2px;
    margin-left: 2px;
    position: relative;
    left: 1px;
    background-color: white;
  }

    #listado-catalogos #tiempo-ubicacion div.fecha > i{
      position: relative;
      top: 1px;
      left: 1px;
      margin-right: 2px;
    }
    #listado-catalogos #tiempo-ubicacion i.gg-estado{
      color: red
    }

  #listado-catalogos #tiempo-ubicacion > i{
    position: absolute;
    top: 5px;
    right: 2px;
  }

#listado-catalogos #tiempo-ubicacion > i{
  position: absolute;
  top: 5px;
  right: 2px;
}

  #listado-catalogos #tiempo-ubicacion .desplegado-mixto{
    top: 29px;
    right: 0;
    width: 100%;
  }

/*--Recorridos--*/

#listado-catalogos #tab-recorridos .seccion-panel{
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
}

#listado-catalogos #tab-recorridos .botones-tiempo{
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 47px;
  width: 100%;
  margin-bottom: 15px;
  margin-left: 1px;
}

  #listado-catalogos #tab-recorridos .botones-tiempo button{
    float: left;
    border-radius: 0!important;
    background-color: #f2f2f2;
    width: 20%;
    min-width: initial;
    padding: 3px 0;
    border-top: 1px solid #ccc!important;
    border-left: 1px solid #ccc!important;
    text-align: center;
    font-size: 11px;
  }
  #listado-catalogos #tab-recorridos .botones-tiempo button.active{
    background-color: #8bc540; 
    color: white;
  }

  #listado-catalogos #tab-recorridos .bootstrap-select{
    width: 100%;
    height: 26px;
    margin-bottom: 7px;
  }

    #listado-catalogos #tab-recorridos .bootstrap-select button{
      border: 1px solid #ccc!important;
      height: 100%;
      padding-top: 2px;
    }

/*#indicaciores-mapa > li{
  margin-bottom: 7px;
}*/

/*Significado iconos*/

#listado-catalogos .significados{
  text-align: right;
  cursor: default;
  position: relative;
}

  #listado-catalogos .significados > i{
    font-size: 17px;
    color: gray;
    position: relative;
    top: 1px;
  }

  #listado-catalogos .significados .desplegado{
    bottom: 20px;
  }
  #listado-catalogos .significados:hover .desplegado{
    display: block!important;
  }

    #listado-catalogos .significados .desplegado:after{
      left: initial;
      right: 55px;
    }

    #listado-catalogos .significados .desplegado i{
      font-size: 17px;
      position: relative;
      top: 2px;
    }

      #listado-catalogos .significados .desplegado i.gg-wrench{
        font-size: 14px;
      }

    #listado-catalogos .significados .desplegado small{
      color: gray;
    }


/*--Listado minimizado--*/
#listado-catalogos.minimizado{
  width: 36px;
}

#listado-catalogos.minimizado .body{
  display: none;
}

#listado-catalogos.minimizado .nav{
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  transform: rotate(270deg);
  position: absolute;
  left: -123px;
  top: 159px;
  width: 281px;
  border: none;
}

#listado-catalogos.minimizado .header{
  height: calc(100vh - 74px);
}

  #listado-catalogos.minimizado .header .nav-tabs li a{
    border-radius: 0;
    cursor: pointer;
  }
  #listado-catalogos.minimizado .header .nav-tabs li.active a{
    background-color: #797676;
  }
  
  #listado-catalogos #rango-tiempo .mover-datepicker .bootstrap-datetimepicker-widget{
    left: initial!important;
    right: -2px!important;
  }

  #listado-catalogos #rango-tiempo .mover-datepicker .bootstrap-datetimepicker-widget .arrow{
    display: none;
  }

  #listado-catalogos #rango-tiempo .form-group{
    margin-bottom: 10px;
  }

  #listado-catalogos #rango-tiempo button{
    margin-top: 8px;
  }
  
/*--Movil--*/

@media only screen and (max-width: 767px) {

  #listado-catalogos.listado{
    width: 100%;
    border-right: none;
  }

  #mainMap, #mainMap.ampliado{
    width: 100%!important;
    margin-left: 0;
    height: calc(100% - 40px);
    top: 40px;
  }

  #listado-catalogos.minimizado .nav{
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial; 
    position: initial;
  }

  #listado-catalogos.minimizado .header{
    height: 38px;
  }

  #listado-catalogos.minimizado .nav{
    width: initial;
  }

  #listado-catalogos .header > ul li{
    width: calc(50% - 23px);
  }

  #listado-catalogos.minimizado .header .nav-tabs li a {
    border-radius: 3px;
    height: 28px;
  }

  #listado-catalogos .header .switch{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 3px!important;
    top: 3px!important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
  }

  #listado-catalogos.minimizado .header i.switch.gg-angle-double-right{
    top: 4px!important;
  }


  #listado-catalogos .body{
    overflow: auto;
  }

    #listado-catalogos .slimScrollDiv{
      height: calc(100vh - 225px)!important;
    }

  .bs-container.bootstrap-select{
    width: calc(100% - 30px);
    background: red;
  }

    .bs-container.bootstrap-select .dropdown-menu{
      min-width: initial;
      width: 100%;
    }

      .bs-container.bootstrap-select .dropdown-menu li a .text{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        margin: 0px!important;
        width: calc(100% - 15px);
      }



    #listado-catalogos #tab-recorridos .botones-tiempo{
      height: 55px;
    }

      #listado-catalogos #tab-recorridos .botones-tiempo button{
        padding: 5px 0;
      }

}


/*--Mostrar en mapa--*/

#mostrar-en-mapa{
  position: absolute;
  top: 7px;
  right: 7px;
  width: 300px;
}

  #mostrar-en-mapa .header{
    height: 55px;
    padding: 0;
  }

    #mostrar-en-mapa .header .switch{
      padding: 5px 3px 0 10px;
      font-size: 20px;
      display: inline-block;
      vertical-align: top;
    }

    #mostrar-en-mapa .header label{
      height: 33px;
      padding-top: 6px;
      font-size: 14px;
      margin-bottom: 0;
    }

    #mostrar-en-mapa .header .acciones-mapa{
      position: absolute;
      top: 5px;
      right: 4px;
      margin-bottom: 0;
    }

      #mostrar-en-mapa .header .acciones-mapa li{
        display: inline-block;
        margin-left: -3px; 
      }

        #mostrar-en-mapa .header .acciones-mapa button{
          border:none;
          background: transparent;
          padding: 3px 5px 2px;
        }

          #mostrar-en-mapa .header .acciones-mapa button i{
            color: white;
            font-size: 16px;
          }

          #mostrar-en-mapa .header .acciones-mapa button .gg-trafico.activo{
            color:#8ac63f;
          }

    #mostrar-en-mapa .header .filtro-recursos{
      background-color: #808080;
      margin-bottom: 0;
      height: 22px;
    }

      #mostrar-en-mapa .header .filtro-recursos li{
        float: left;
        text-align: center;
        width: 42.8px;
        height: 100%;
        border-right: 1px solid #4d4d4d;
        cursor: pointer;
      }
      #mostrar-en-mapa .header .filtro-recursos li.active,
      #mostrar-en-mapa .header .filtro-recursos li:hover{
        background-color: #8bc540;
        color: white;
      }
      #mostrar-en-mapa .header .filtro-recursos li:last-child{
        border-right: none;
      }

        #mostrar-en-mapa .header .filtro-recursos li i{
          vertical-align: middle;
        }


  #mostrar-en-mapa .tarjetas-recursos{
    margin-bottom: 0;
    max-height: calc(100vh - 258px);
    overflow: auto;
  }

    #mostrar-en-mapa .tarjetas-recursos .tarjeta{
      margin-top: 5px;
      background-color: rgba(77, 77, 77, 0.85);
      height: 50px;
    }
    #mostrar-en-mapa .tarjetas-recursos .tarjeta.rec{
      margin-top: 0;
      background-color: rgba(105, 104, 104, 0.85);
    }

      #mostrar-en-mapa .tarjetas-recursos .tarjeta .icono{
        background-color: #4a4a4a;
        float: left;
        width: 32px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

        #mostrar-en-mapa .tarjetas-recursos .tarjeta .icono > span{
          background-color: rgba(255, 255, 255, 0.2);
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        #mostrar-en-mapa .tarjetas-recursos .tarjeta .icono i{
          color: white;
          font-size: 20px;
        }

      #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion{
        margin-left: 32px;
        color: white;
        font-size: 12px;
        padding-left: 5px;
        position: relative;
      }

        #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .titulo{
          padding-top: 3px;
          font-weight: bold;
          width: 180px;
        }
        #mostrar-en-mapa .tarjetas-recursos .tarjeta.unidad .informacion .titulo{
          margin-left: 12px;
        }

          #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .titulo i.estado{
            position: absolute;
            top: 5px;
            left: 2px;
          }
          #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .titulo i.estado.gg-detenido{
            color:#afafaf;
          }

        #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .opciones{
          float: right;
          width: 55px;
          text-align: right;
          margin-top: 3px;
          margin-right: 4px;
          height: 16px;
        }

          #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .opciones button{
            padding: 0;
            height: 17px;
            width: 18px;
            background: transparent;
            border: none;
            margin-left: -3px;
          }

          #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .opciones i{
            color: #cccccc;
            line-height: initial;
            font-size: 15px;
          }


        #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .detalles{
          height: 26px;
          margin-top: -6px;
          padding-right: 3px;
        }

          #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .detalles .grupo-info{
            padding: 0;
            line-height: 13px;
          }

            #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .detalles .grupo-info label{
              color: #cccccc;
              font-size: 11px;
            }

            #mostrar-en-mapa .tarjetas-recursos .tarjeta .informacion .detalles .grupo-info p{
              font-size: 13px;
              height: 14px;
            }

/*Minimizado*/

#mostrar-en-mapa.minimizado{
  width: auto;
  top: 0px;
  right: 0px;
}

  #mostrar-en-mapa.minimizado .header{
    width: 36px;
    height: calc(100vh - 73px);
  }

    #mostrar-en-mapa.minimizado .header .switch{
      padding: 7px 10px 11px 12px;
    }


    #mostrar-en-mapa.minimizado .header label{
      -ms-transform: rotate(180deg); /* IE 9 */
      -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      writing-mode: vertical-rl;
      height: auto;
      position: relative;
      left: 8px;
      margin-top: 5px;
    }

    #mostrar-en-mapa.minimizado .header .acciones-mapa{
      top: initial;
      bottom: 1px;
      left: 10px;
    }

      #mostrar-en-mapa.minimizado .header .acciones-mapa li{
        margin-bottom: 5px;
      }

    #mostrar-en-mapa.minimizado .header .filtro-recursos{
      height: 273px;
    }

      #mostrar-en-mapa.minimizado .header .filtro-recursos li{
        float: none;
        height: auto;
        min-height: 39px;
        padding-top: 4px;
        padding-bottom: 0px;
        border-bottom: 1px solid #4d4d4d;
        border-right: none;
        width: 100%;
      }

        #mostrar-en-mapa.minimizado .header .filtro-recursos li i{
          display: block;
        }

          #mostrar-en-mapa.minimizado .header .filtro-recursos li i.gg-todo{
            margin-top: 8px;
          }


  #mostrar-en-mapa.minimizado .tarjetas-recursos{
    position: absolute;
    top: -2px;
    right: 39px;
    width: 300px;
    
  }


/*GENERICO-------------------------------*/

/*-Estilos----------------*/

.verde-oficial{
  background-color: #8CC63F;
}

.verde, .fn-verde{color:#2dcc70}
.ambar, .fn-ambar{color:#f39c11}
.rojo, .fn-rojo{color:#e74d3d}
.gris, .fn-gris{color:#666666}
.gris-claro, .fn-gris-claro{color:#afafaf}
.fn-blanco{color:white}

.bg-verde{background:#2dcc70}
.bg-ambar{background:#f39c11}
.bg-rojo{background:#e74d3d}
.bg-gris{background:#666666}

.borde{border: 1px solid #ccc!important;}
.borde-arriba{border-top: 1px solid #ccc!important;}
.borde-abajo{border-bottom: 1px solid #ccc!important;}
.borde-derecha{border-right: 1px solid #ccc!important;}
.borde-izquierda{border-left: 1px solid #ccc!important;}

/*-Movil------------------*/

@media only screen and (max-width: 767px) {
  
  .no-movil{
    display: none;
  }

}

@media only screen and (min-width: 767px) {
  
  .solo-movil{
    display: none;
  }

}


/*-Utilidades-------------*/

.header{
  background: #4d4d4d;
  color: white;
  padding: 6px 14px;
  font-size: 14px;
}

.sombra, .sombreado{
  box-shadow: 0px 2px 8px rgba(128, 128, 128, 0.4)!important;
}

.redondeado{
  border-radius: 3px;
}

.redondeado .header{
  border-radius: 3px 3px 0 0;
}

.centrado, .centrar{text-align: center;}
.derecha{text-align: right;}
.izquierda{text-align: left;}

.block{display: block;}
.inline-block{display: inline-block;}

.absolute{position: absolute;}
.relative{position: relative;}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display:inline-block;
  margin:0px;
}

/*--desplegado--*/

.desplegado,
.desplegado-mixto{
  position: absolute;
  background-color: #f7f7f7;
  color: black;
  font-size: 13px;
  line-height: 24px;
  padding: 5px 0;
  min-width: 190px;
  cursor: default;
  display: none;
  z-index: 10;
}

.desplegado.visible,
.desplegado-mixto.visible{
  display: block!important;
}

  .desplegado > li,
  .desplegado-mixto > li{
    padding: 0 15px;
    cursor: pointer;
    text-align: left;
  }

  .desplegado > li:hover,
  .desplegado-mixto > li:hover{
    background-color: #e6f7db;
  }

/*--desplegado consulta--*/

  .desplegado.consulta > li{
    cursor: default;
  }

  .desplegado.consulta:after{
    content: "";
    width: 15px;
    height: 15px;
    background: #F7F7F7;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    bottom: -8px;
    transform: rotate(45deg);
    box-shadow: 2px 2px 3px rgba(128, 128, 128, 0.2)!important;
  }

  .desplegado.consulta > li:hover{
    background: transparent!important;
  }



/*--desplegado-mixto--*/

.desplegado-mixto li{
  padding-top: 3px;
  padding-bottom: 2px;
}

/*--Formulario-desplegable*/

.formulario-desplegable{
  background-color: #F2F2F2;
  position: absolute;
  min-height: 100px;
  z-index: 10;
  text-align: left;
  padding-bottom: 15px;
}

  .formulario-desplegable .seccion-panel:first-child{
    border-top: none;
  }

  .formulario-desplegable .footer-panel{
    text-align: right;
  }


.input-boton-exterior .formulario-desplegable{
  top: 34px;
  left: 0;
  width: 400px;
}

/*--desplegable-mixto*/




/*-Formato---------------*/

.fuente-pequeÃƒÂ±a{
  font-size: 12px;
}


/*-Inputs---------------*/

/*--error--*/

input[type='text'].error{
  border-color: #e73d4a!important;
}

.form-group label.error,
.fileinput  label.error{
  position: absolute;
  bottom: -15px;
  right: 14px;
  font-size: 11px;
  color: red;
}

.bootstrap-select label.error,
.input-icono label.error{
  right: 0!important;
}

/*--strong--*/
label strong,
th strong{
  font-weight: bold;
  color: red;
}

/*--input-icon--*/

.input-icono, 
.input-boton{
  position: relative;
}

  .input-icono input,
  .input-boton input{
    position: relative;
    padding-right: 29px!important;
  }

  .input-icono i{
    border: none;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 31px;
    text-align: center;
    width: 26px;
    border-radius: 0 2px 2px 0;
    line-height: 30px;
    cursor:pointer;
    /*pointer-events: none;*/
  }

  .input-icono i.gg-reloj{
    pointer-events: none;
  }

/*--input-button--*/

.input-boton button{
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 5px 7px;
  border-radius: 0 2px 2px 0;
}

/*--input-boton-exterior-*/


.input-boton-exterior{
  position: relative;
  text-align: left;
}

.tools-holder .input-boton-exterior{
  width: 321px;
}

  .input-boton-exterior > .input-icono{
    width: calc(100% - 36px);
    display: inline-block;
  }
  .input-boton-exterior.invertido .input-icono{
    width: calc(100% - 34px);
  }

    .input-boton-exterior .input-icono input{
      border-radius: 2px 0 0 2px !important;
    }
    .input-boton-exterior.invertido .input-icono input{
      border-radius: 0 2px 2px 0 !important;
    }

    .input-boton-exterior .btn{
      height: 31px;
      position: relative;
      left: -1px;
      vertical-align: top;
    }


    .input-boton-exterior .btn-default{
      border-radius: 0px !important;
      min-width: initial;
    }

      .input-boton-exterior .boton-avanzado{
        border-radius: 0px 2px 2px 0 !important;
        width: 32px;
        padding: 4px 0 0;
      }
      .input-boton-exterior.invertido .boton-avanzado{
        border-radius: 2px 0px 0px 2px !important;
        width: 32px;
        margin-right: -2px;
      }

        .input-boton-exterior .boton-avanzado .caret{
          border-top: 5px dashed;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          position: relative;
          left: -1px;
          top: -3px;
        }

/*Con boton filtrar*/

.tools-holder .input-boton-exterior.filtrar{
  width: 367px;
}

  .tools-holder .input-boton-exterior.filtrar .input-icono{
    width: calc(100% - 116px);
  }



/*--input-borde-*/

/*-Datepicker-----------*/

.datepicker table tr td.disabled,
.datepicker table tr td.new,
.datepicker table tr td.old{
  color: lightgray!important;
}

.datepicker table tr td.active.active{
  background-color: #8CC63F!important;
}

/*-Selects--------------*/

.dropdown-menu{
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 0 0 5px;
}

.dropdown-menu>.active>a{
  background-color: #8CC63F!important;
}

.bootstrap-select .dropdown-toggle{
  height: 31px;
}

  .bootstrap-select .dropdown-toggle.bs-placeholder .caret{
    color: #333;
  }


/*-Tablas---------------*/

/*--tabla-oficial--*/

.tabla{
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background: white;
}

.tabla tr th{
  background: #ddd!important;
}

.tabla td{
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.tabla td,
.tabla th{
  padding: 5px;
  height: 31px;
  border-left: 1px solid #ccc;
  line-height: 16px;
}

/*Tabla de datepicker*/
.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget td{
  border: none;
  width: initial!important;
}

/*--tabla-scroll--*/

.tabla-scroll .tabla-header table.tabla,
.tabla-scroll .tabla-body table.tabla{
  margin-bottom: 0;
}

.tabla-scroll .tabla-body table.tabla{
  
}

.tabla-scroll .tabla-body .tabla tr td:first-child{
  border-left: none;
}

.tabla-scroll.tabla-footer .tabla-body .tabla tr:last-child td{
  border-bottom: none;
}


.tabla-scroll .body-fijo.tabla-body .tabla tr:last-child{
  border-bottom: 1px solid #ccc;
}


/*--tabla-accion--*/

.tabla-accion tr th:last-child{
  padding: 0;
  width: 31px;
}

.tabla-accion tr td:last-child{
  width: 31px;
  padding: 5px 6px 0;
  position: relative;
  vertical-align: top
}
.tabla-accion.table-condensed tr td:last-child{
  padding-top: 5px!important;
}

.tabla-accion .desplegado{
  top: 31px;
  right: -1px;  
}

/*--tabla-anidada--*/

.tabla-accion .tabla-anidada td:last-child,
.tabla-accion .tabla-anidada th:last-child{
  vertical-align: middle; 
  width: initial;
}

.tabla-accion .tabla-anidada th:first-child{
  border-left: none;
}

.tabla td.tabla-anidada{
  padding: 0;
  border-top: none;
}

  .tabla .tabla-anidada table{
    margin-bottom: 0;
    border: none;
    background: transparent;
    height: 100%;
  }

  .tabla tr:hover .tabla-anidada table tr{
    background-color: transparent!important;
  }

    .tabla .tabla-anidada table tr td:first-child{
      border-left: none;
    }

    .tabla .tabla-anidada table tr:last-child td{
      border-bottom: none;
    }

/*Header*/

/*.tabla th.tabla-anidada{
  padding: 5px!important;
  padding-bottom: 0!important;
}

.tabla th.tabla-anidada table{
  height: auto;
  border:none!important;
  border-top: 1px solid #ccc!important;
  margin-top: 3px;
  margin-left: -5px;
  width: calc(100% + 10px);
  max-width: initial;
}

.tabla th.tabla-anidada th{
  text-align: center;
  font-size: 10px;
  padding: 1px 3px;
  height: auto;
}

.tabla th.tabla-anidada th:first-child{
  border-left: none;
}*/

.th-subtitulo{
  font-size: 11px;
  vertical-align: bottom!important;
  text-align: center;
  padding: 0!important;
  position: relative;
}

.titulo-subtitulos{
  position: absolute;
  top: 0;
  left: 0;
  background: #ddd!important;
  font-size: 13px;
  z-index: 1;
  text-align: center;
  padding: 0 0 2px;
}
      

/*--tabla-hover--*/

.tabla-hover tr:hover > td{
  background-color: rgba(131, 228, 13, 0.1)!important;
}

/*--tr-formulario--*/

.tabla-footer > .tabla > tbody > .tr-formulario > td{
  background-color: #f2f2f2!important;
  padding: 4px 5px;
}

.tabla .tr-formulario td:first-child{
  border-left: none;
}

.tabla .tr-formulario input{
  padding: 0px 5px;
  height: 23px;
  line-height: 0px;
}

  .tabla .tr-formulario .input-icono i{
    height: 23px;
    line-height: 23px;
  }

.tabla .tr-formulario .bootstrap-select{
  height: 23px;
}

  .tabla .tr-formulario .bootstrap-select button{
    height: 100%;
    padding: 0 5px;
  }


/*--tr-seccion--*/

/*--td-boton--*/

.tabla .td-boton{
  padding: 2px!important;
  color: white;
  width: 31px;
}

  .tabla .td-boton button{
    border: none;
    width: 100%;
    height: 27px;
    display: block;
    background:#ccc;
    padding: 0;
  }

  .tabla .td-boton button i{
    position: relative;
    top: 1px;
  }

  .tabla .td-boton button.agregar{
    background:#8cc63f;
  }

/*--td-boton-doble--*/

.td-doble-accion{
  padding:0!important;
}

.td-doble-accion button.opcion-principal{
  border: none;
  background: white;
  border-bottom: 1px solid #ccc;
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
}

/*--tabla-desplegado--*/

.td-doble-accion button.desplegar,
.tabla-accion .tabla-anidada td:last-child button{
  border: none;
  background: white;
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
}

.td-doble-accion .desplegado{
  top: 60px;
  display: block;
}



/*--tabla-varios--*/

.tabla td label{
  display: block;
  font-weight: bold;
  font-size: 11px;
  line-height: 9px;
  margin-bottom: 1px;
}

.tabla ul{
  margin: 0;
}

.td-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1px;
}

.td-icono{
  padding: 0!important;
  text-align: center;
  vertical-align: middle!important;
}

/*-Paneles--------------*/

.acciones-panel{
  width: 100%;
  text-align: right;
  margin-bottom: 7px;
}

.switch-panel{
  /*display: none;*/
}

.no-row{
  margin-left: -7px;
  margin-right: -7px;
}

.col-padding{
  padding-left: 7px;
  padding-right: 7px;
}

/*MAZORCAS TABLAS------------------------*/

/*#cargas-combustible*/
#cargas-combustible th:nth-child(1), #cargas-combustible td:nth-child(1){ width: 8% }
#cargas-combustible th:nth-child(2), #cargas-combustible td:nth-child(2){ width: 12% }
#cargas-combustible th:nth-child(3), #cargas-combustible td:nth-child(3){ width: auto }
#cargas-combustible th:nth-child(4), #cargas-combustible td:nth-child(4){ width: 12% }
#cargas-combustible th:nth-child(5), #cargas-combustible td:nth-child(5){ width: 12% }
#cargas-combustible th:nth-child(6), #cargas-combustible td:nth-child(6){ width: 12% }
#cargas-combustible th:nth-child(7), #cargas-combustible td:nth-child(7){ width: 12% }
#cargas-combustible{margin-bottom: 10px;}
#cargas-combustible .tabla-body{height: calc(100vh - 183px)!important; }

/*CATALOGOS------------------------------*/

.contenedor-fichas, .contender-grafica{
  padding: 15px 11px 5px 10px;
}

.contenedor-fichas .slimScrollDiv{
  padding-right: 10px;
  margin-right: -10px;
}

.ficha-catalogo{
  background: white;
  padding: 8px 8px 3px;
  position: relative;
  margin: 0 5px 10px 5px;
  width: calc(50% - 10px);
  float: left;
  min-height: 106px;
}

/*temp*/

@media only screen and (min-width: 1400px) {

  .ficha-catalogo{
    width: calc(33% - 6px)!important;
  }

}


/*MODALES--------------------------------*/


/*--Nuevo--*/

.modal.nuevo{
  padding-left: 0!important;
}

.modal.nuevo .modal-dialog{
  margin:0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
}

  .modal.nuevo .modal-dialog.modal-lg{
    margin-left: -450px;
  }
  .modal.nuevo .modal-dialog.modal-sm{
    margin-left: -150px;
  } 

/*Flex*/  
.modal.nuevo .modal-dialog.modal-flex{
  width: 90%;
  margin-left: -45%;
  top: 9px;
  margin-top: 0;
}
.modal.nuevo .modal-dialog.modal-flex .modal-body{
  height: calc(100vh - 83px);
}

/*Alto*/
.modal.nuevo .modal-dialog.modal-alto{
  margin-top: -302px;
}
.modal.nuevo .modal-dialog.modal-alto .modal-body{
  height: 570px;
}

/*Medio (default)*/
.modal.nuevo .modal-dialog{
  margin-top: -272px; 
}
.modal.nuevo .modal-dialog .modal-body{
  height: 510px;
}

/*Corto*/
.modal.nuevo .modal-dialog.modal-corto{
  margin-top: -190px;
}
.modal.nuevo .modal-dialog.modal-corto .modal-body{
  height: 350px;
}

/*Mini*/
.modal.nuevo .modal-dialog.modal-mini{
  margin-top: -145px;
}
.modal.nuevo .modal-dialog.modal-mini .modal-body{
  height: 250px;
}

.modal.nuevo .modal-body{
  padding: 0;
}

  .modal.nuevo .modal-body .tab-content{
    height: calc(100% - 26px);
  }

    .modal.nuevo .modal-body .tab-content .tab-pane{
      height: 100%;
    }

  .modal.nuevo .modal-body .panel-principal,
  .modal.nuevo .modal-body .panel-secundario{
    background-color: #f2f2f2;
    position: relative;
    height: 100%;
  }

  .modal.nuevo .modal-body .panel-principal{
    height: calc(100% - 52px);
    overflow: auto;
  }

  .modal.nuevo .modal-body .panel-secundario{
    background-color: white;
    padding-bottom: 7px;
    border-radius: 0 0 0 5px;
  }
  .modal.nuevo .modal-body .panel-secundario.fuera-de-tabs{
    height: calc(100% - 26px);
  }

  .modal.nuevo .modal-body .footer-modal{
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f2f2f2;
    border-radius: 0 0 5px 5px;
  }

/*--FLEXBOX--*/

.modal.flexbox{
  display: flex;
  align-items: center;
  justify-content: center;
}

  .modal.flexbox .modal-dialog{
    margin: 0;
  }

.modal.flexbox .modal-body{
  padding: 0;
}

  .modal.flexbox .contenedor-panel{
    display: flex;
    width: 100%;
  }


  .modal.flexbox .modal-body .panel-principal{
    background-color: #F2F2F2;
    min-height: 200px;
    position: relative;
    padding-bottom: 52px;
  }

  .modal.flexbox .modal-body .panel-secundario{
    background: white;
    background-color: white;
    border-radius: 0 0 0 5px;
  }

    .modal.flexbox .modal-body .footer-modal{
      display: flex;
      justify-content: flex-end;
      padding: 10px 7px;
      border-radius: 0 0 5px 5px;
      position: absolute;
      bottom: 0;
      width: 100%;
    }

      .modal.flexbox .modal-body .footer-modal .btn{
        margin-left: 10px;
      }

/*Tabs*/

.modal.flexbox .tab-content{
  height: calc(100% - 26px);
}

  .modal.flexbox .tab-pane{
    height: 100%;
  }

  .modal.flexbox .contenedor-panel.panel-fijo{
    height: calc(100% - 26px)!important;
  }

  .modal.flexbox .contenedor-panel.panel-fijo .tab-content{
    height: 100%;
  }

  .modal.flexbox .contenedor-panel.panel-fijo .panel-principal{
    position: initial;
  }

  


/*Full*/  
.modal.flexbox .modal-dialog.modal-full{
  width: 90%;
  margin-top: 5px;
}

  .modal.flexbox .modal-dialog.modal-full .modal-body{
    height: calc(100vh - 90px);
  }

    .modal.flexbox .modal-dialog.modal-full .contenedor-panel{
      height: 100%;
    }

    .modal.flexbox .modal-dialog.modal-full .panel-fijo .panel-principal{
      height: 100%!important;
    }


/*Muy Alto*/
.modal.flexbox .modal-muy-alto .panel-principal{
  min-height: 550px;
}

/*Alto*/
.modal.flexbox .modal-alto .panel-principal{
  min-height: 485px;
}

/*Medio*/
.modal.flexbox .modal-medio .panel-principal{
  min-height: 450px;
}

/*Corto*/
.modal.flexbox .modal-corto .panel-principal{
  min-height: 350px;
}

/*Mini*/
.modal.flexbox .modal-mini .panel-principal{
  min-height: 250px;
}



/*--seccion-panel--*/

  .seccion-panel,
  .seccion-panel.mapa{
    border-top: 1px solid #ccc;
    padding-top: 14px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
  }

  .seccion-panel:first-child,
  .seccion-panel.mapa{
    border-top: none;
  }

  .seccion-panel .col-md-1,
  .seccion-panel .col-md-2,
  .seccion-panel .col-md-3,
  .seccion-panel .col-md-4,
  .seccion-panel .col-md-5,
  .seccion-panel .col-md-6,
  .seccion-panel .col-md-7,
  .seccion-panel .col-md-8,
  .seccion-panel .col-md-9,
  .seccion-panel .col-md-10,
  .seccion-panel .col-md-11,
  .seccion-panel .col-md-12,
  .seccion-panel .col-xs-6
  {
    padding-left: 7px;
    padding-right: 7px;
  }

  .seccion-panel .seccion-label{
    margin-bottom: 0;
    position: relative;
    top: -9px;
    width: 100%;
    padding-left: 5px;
    font-weight: bold;
    height: 14px;
    display: block;
  }

  .alerta-toggle label{
    
  }

  .alerta-toggle .configuraciones{
    
  }

/*Check*/

.seccion-panel .check{
    height: 51px;
    line-height: 21px;
}


/*--Varios--*/

.tabla-doble table{
  margin: 0;
}

/*--Mapas--*/

.seccion-panel.mapa{
  padding-bottom: 25px;
  height: 100%;
}

.modal.flexbox .modal-body .seccion-panel.mapa {
  padding-bottom: 30px;
  height: 100%;
}

  .modal.flexbox .modal-body .seccion-panel.mapa .col-md-12{
    height: 100%;
  }

  .modal.flexbox .selector-mapa{
    background-color: #EBE8DE;
    height: 100%;
  }


/*--controles--*/

.controles{
  text-align: left;
  padding-top: 4px;
}

  .controles span, .controles span:hover{
    color: #333;
  }

  .controles .btn-link {
    padding: 1px 0;   
    margin-right: 5px;
    display: inline-block;
    text-align: left;
    min-width: initial;
  }


/*ALERTAS--------------------------------*/

.activar-alertas{margin-bottom: 13px;font-size: 16px;}

  .activar-alertas i{

  }

.configuraciones-alertas{
  border-top: 1px solid #ccc;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}


  .configuraciones-alertas.on{

  }
  .configuraciones-alertas.off{

  }




/*RUTAS----------------------------------*/


/*--Direcciones ruta--*/

.ruta-direcciones{
  margin-bottom: 10px;
}

  .ruta-direcciones .grupo-info{
    line-height: 14px;
  }


/*--Tipo de ruta--*/

#tipoRutas ul{
  list-style: none;
  padding: 0;
  text-align: center;
}

  #tipoRutas ul li{
    display: inline-block;
    width: calc(50% - 15px);
    background: white;
    margin: 0 5px;
    height: 90px;
    vertical-align: top;
    border-radius: 5px;
    cursor: pointer;
  }

    #tipoRutas ul li i{
      font-size: 40px;
      display: block;
      margin-top: 13px;
      margin-bottom: 13px;
      height: 36px;
    }

    #tipoRutas .modal-dialog{
      margin-top: -98px;
    }

    #tipoRutas .modal-body{
      height: 162px;
    }


/*MONITOREO TURNOS-----------------------*/

/*Eventos*/
ul.eventos{
  font-size: 13px;
}

  ul.eventos li{
    position: relative;
  }

  ul.eventos .descripcion{
    
  }

  ul.eventos .hora{
    float: right;
    width: 60px;
    text-align: right;
    color: #888;
  }

  ul.eventos i{
    color: #555;
  }

/*Cumplimiento*/

td.td-cumplimiento{
  position: relative;
}

  .porcentaje{
    color: white;
    text-align: center;
    width: 41px;
    height: 25px;
    line-height: 24px;
    border-radius: 3px;
    font-weight: bold;
  }

  td.td-cumplimiento .porcentaje{
    float: right;
  }

  td.td-cumplimiento .estatus-turno{
    position: absolute;
    top: 35px;
    right: 14px;
    font-size: 24px;
  }

  .modal .grupo-info .porcentaje{   
    padding: 5px;
  }

.td-boton .gg-crosshairs{
  font-size: 22px;
  line-height: 19px;
}

/*TIEMPOS MUERTOS-----------------------*/

#tiempos-muertos{
    background-color: white;
    margin: 0;
    border: 1px solid lightgray;
    border-bottom: none;
}

    #tiempos-muertos .table-header{
      border-bottom: 1px solid lightgray;
      height: 30px;
      line-height: 23px;
    }

    #tiempos-muertos .col-fija{
      border-right: 1px solid lightgray;
    }

    #tiempos-muertos .row{
      margin: 0;
      height: 30px;
      border-bottom: 1px solid lightgray;
      line-height: 30px;
      overflow: hidden;
    }

    #tiempos-muertos #lista-unidades{
      overflow: hidden;height: calc(100vh - 175px);
      padding:0;
    }

 /*   #tiempos-muertos #lista-unidades div,
    #tiempos-muertos .table-header.col-fija{
      padding-right: 10px;
    }*/

    #tiempos-muertos .table-header.col-fija{
      padding:0;
      line-height: 29px;
    }

    #tiempos-muertos #lista-unidades .row{
      width: 100%;
    }

      #tiempos-muertos .col-fija .row div{
        padding: 0 5px;
        float: left;
      }

      #tiempos-muertos .col-fija .row .nombre{
        width: calc(100% - 280px);
      }

      #tiempos-muertos .col-fija .row .tiempo{
        width: 70px;
        border-left: 1px solid lightgray;
        height: 29px;
      }

      #tiempos-muertos .table-header.col-fija .row .tiempo{font-size: 12px;line-height: 11px;text-align: center;padding-top: 4px;height: 29px;padding: 4px 0;}


    #tiempos-muertos #lista-tiempos{
      overflow: scroll;height: calc(100vh - 175px);
      padding: 0;
    }

    #tiempos-muertos #lista-tiempos span{
      display: inline-block;
      background: #eae9e9;
      height: 29px;
      float: left;
    }
    #tiempos-muertos .apagado{background: #eae9e9!important}
    #tiempos-muertos .ecendido{background: #9de4ba!important}
    #tiempos-muertos .movimiento{background: #38cb73!important}
    #tiempos-muertos .exceso{background: #ff9a5c!important}
    #tiempos-muertos .sd{background: #FFFFFF!important}

    #tiempos-muertos #horas{
      padding: 0;
      overflow: hidden;
      width: calc( 58.33333333% - 9px);
    }

    #tiempos-muertos #horas span{
      width: 60px;
      border-right: 1px solid lightgray;
      float: left;
      text-align: center;
      font-size: 13px;
      line-height: 10px;
      padding: 0 0 2px;
      height: 29px;
    }

      #tiempos-muertos #horas span b{
        font-size: 10px;
        width: 100%;
        display: block;
        line-height: 15px;
        text-align: center;
      }


/*MODAL DETALLES MOVIMIENTO-----------------------*/

#detalles-movimiento .resumen{height: 35px;width: 100%;margin-bottom: 7px;margin-top: 8px;}

  #detalles-movimiento .resumen .unidad{
    display: inline-block;
    font-size: 17px;
    line-height: 35px;
  }

  #detalles-movimiento .resumen .detalles{
      display: inline-block;
      float: right;
  }

    #detalles-movimiento .resumen .detalles .grupo-info{
      display: inline-block;
      margin-left: 10px;
    }



#tabla-movimientos{
  border: 1px solid lightgray;
  overflow: auto;
  max-height: calc(100% - 45px);
}

  #tabla-movimientos .fila{
    height: 40px;
    border-bottom: 1px solid lightgray;
  }
  #tabla-movimientos .fila:last-child{
    border: none;
  }

  #tabla-movimientos .fila.movimiento{
    background: white;
  }

    #tabla-movimientos .fila.movimiento .horas{
      background: #38cb73;
    }

  #tabla-movimientos .fila.permanencia{
    background: #f2f2f2;
  }

    #tabla-movimientos .fila.permanencia .horas{
      background: #999999;
    }

  #tabla-movimientos .fila .horas{
    float: left;
    height: 100%;
    width: 170px;
    color: white;
  }

    #tabla-movimientos .fila .horas .inicio,
    #tabla-movimientos .fila .horas .fin{
      float: left;
      display: inline-block;
      width: calc(50% - 10px);
      height: 100%;
      padding-top: 8px;
      padding-left: 6px;
    }

    #tabla-movimientos .fila .horas .guion{
      float: left;
      display: inline-block;
      width: 20px;
      height: 100%;
      text-align: center;
      padding-top: 16px;
    }

      #tabla-movimientos .fila .horas .fecha{
        font-size: 13px;
        line-height: 8px;
      }

      #tabla-movimientos .fila .horas .hora{
        font-size: 15px;
      }

  #tabla-movimientos .fila .detalles{
    float: left;
    height: 100%;
    width: calc(100% - 170px);
    margin:0;
    padding-top: 4px;
  }

    #detalles-movimiento .grupo-info span{
      width: 9px;
      height: 9px;
      background: gray;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -1px;
    }
    #detalles-movimiento .grupo-info span.movimiento{
      background: #38cb73}
    #detalles-movimiento .grupo-info span.relenti{
      background: #9de4ba}
    #detalles-movimiento .grupo-info span.exceso{
      background: #fb9933}
    #detalles-movimiento .grupo-info span.permanencia{
      background: #808080}


/*MENSAJE PANICO-----------------------*/

#panico{
  background: rgba(51, 51, 51, 0.9);
  width: 650px;
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -325px;
  padding: 5px;
  z-index:2000;
}

  #panico .barra{
    background: url(../img/banda-alerta.svg);
    height: 16px;
  }

  #panico .titulo{color: white;text-align: center;margin-top: 4px;line-height: 12px;margin-bottom: 6px;font-size: 12px;}

    #panico .titulo h1{margin: 0;color: #ff5a5a;font-size: 24px;font-weight: bold;}

  #panico .detalles{
    padding: 0 10px;
    margin: 0;
    margin-bottom: 1px;
}

    #panico .detalles .grupo-info{
      color: white;
      line-height: 14px;
      padding: 0 5px;
    }

    #panico .detalles .grupo-info i{float: left;font-size: 28px;margin-right: 5px;line-height: 33px;}

    #panico .detalles .grupo-info label{color: #a5a5a5;font-size: 12px;}

    #panico .detalles .grupo-info p{font-size: 14px;}

    #panico button{
    margin-bottom: 8px;
    background-color: #ff5a5a;
}

/*APAGADO MOTOR--------------*/

.apagado-motor .modal-dialog{
  width: 450px;
}

.apagado-motor .panel-principal{
  background: white;
  border-radius: 0 0 5px 5px;
  padding-right: 2px;
}

.apagado-motor .seccion-panel{
  padding-top: 10px;
}

.apagado-motor .msgBoxImage {
    margin: 0 10px 0 0;
    display: inline-block;
    float: none;
    height: 75px;
    width: 75px;
    vertical-align: top;
}

.apagado-motor .msgBoxImage img {
    height: 75px;
    width: 75px;
}

.apagado-motor .informacion{
  width: calc(100% - 90px);
  display: inline-block;
}

.apagado-motor input[type="password"]{
  width: 100%;
  height: 31px;
  border: 1px solid #ccc!important;
  padding: 3px 13px;
  margin-bottom: 1px;
}

.apagado-motor .footer-modal{
  padding: 10px;
}


/*DASHBOARD------------------*/

#dashboard{
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  #dashboard{
    padding: 18px 0;
  }
}

.widget{
  border:1px solid #cccccc;
  background: white;
  margin-bottom: 15px;
}

.widget .resumen{
  padding: 10px;
  color: white;
  height: 105px;
}

.widget .resumen .valor{
  font-size: 61px;
  line-height: 60px;
}

.widget .resumen .metrica{
  font-size: 25px;
  line-height: 26px;
}

.widget .resumen i{
  float: right;
  font-size: 50px;
  margin-top: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}

/*.widget .contenido{
  height: calc(100vh - 240px);
}*/
.widget .contenido .listado{
  margin-bottom: 0;
}

.widget .contenido .listado > li{
  padding: 5px;
  padding-left: 4px;
  padding-bottom: 0;
  border-top: 1px solid #cccccc;
}
.widget .contenido .listado > li:last-child{
  border-bottom: 1px solid #cccccc;
}

.widget.unidades-activas .contenido .listado li .ficha {
  padding-top: 5px;
  padding-bottom: 3px;
}

.widget .contenido .listado > .nombre{
  font-size: 12px;
}

.widget .contenido .listado > i{
  font-size: 12px;
}

.widget .contenido .listado .pull-right{
  width: 80px;
  line-height: 11px;
  text-align: right;
  position: relative;
  top: -4px;
  margin-right: 0;
}

.widget .contenido .listado .pull-right .detalle{
  font-size: 9px;
  color: #666666;
}


.widget .contenido .listado .pull-right .detalle strong{
  font-size: 11px;
  font-weight: bold;
  display: block;
}

.widget .contenido .listado .pull-right .estado{
  float: right;
  margin-left: 5px;
  position: relative;
  top: 5px;
}

.widget ul.historial-unidad{
  background-color: #f2f2f2;
  margin-left: -5px;
  margin-right: -5px;
  border-top: 1px solid #cccccc;
  font-size: 12px;
  line-height: 10px;
  color: #666666;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 3px;
}

.widget ul.historial-unidad li{
  padding: 5px;
}

.widget ul.historial-unidad li .estado{
  margin-right: 5px;
}

.widget .contenido .listado .pull-right .estado{
  float: right;
  margin-left: 5px;
  position: relative;
  top: 4px;
  right: 0;
}

.widget .contenido .listado .label{
  padding-left: 3px;
  padding-right: 3px;
  width: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-color: #c1c1c1;
  margin-left: -3px;
}

.widget .contenido .listado .label.notificar{
  background-color: #ff0000;
}

.widget .contenido .listado .nombre-unidad{
  width: calc(100% - 145px);
  vertical-align: middle;
}

.widget .contenido.de-grafica{
  padding: 15px;
  height: calc(100vh - 235px);
}

.widget .contenido .grafica{
  min-height: 300px;
}

.widget .contenido .grafica svg{
  margin-left: -12px;
}

#dashboard .historial-unidad i{
  color: #555 !important;
}


.historial-unidad .ver-mapa{
  padding-left: 0;
}

/*Widgets*/

.widget.unidades-activas .resumen{
  background-color: #2dcc70;
}

.widget.kilometros-recorridos .resumen{
  background-color: #297fb8;
}

.widget.horas-servicio .resumen{
  background-color: #e74d3d;
}

.widget#unidades-asignadas .resumen{
  background-color: #e74c3c;
}

.widget#turnos-ejecutados  .resumen{
  background-color: #19bc9c;
}

.widget#paradas-detectadas .resumen{
  background-color: #3398db;
}



/*DASHBOARD CLIENTES DE CLIENTES---------*/

.widget .contenido .listado > li {
  padding: 0 5px;
}

  .widget .contenido .listado li .ficha {
    height: auto;
  }

    .widget li .ficha .gg-flecha-cerrado{
      display: inline-block;
      vertical-align: middle;
    }

    .widget li .ficha .check{
      display: inline-block;
      vertical-align: middle;
      font-size: 22px;
      margin-left: 4px;
    }
    .widget li .ficha .check.gg-check-square{ color: #2dcc70 }
    .widget li .ficha .check.gg-square-o{color: #999999}

    .widget li .ficha .informacion {
      display: inline-block;
      line-height: 14px;
      vertical-align: middle;
      padding-top: 5px;
      padding-bottom: 3px;
      padding-left: 8px;
      width: 100%;
    }
    .widget li.con-detalles .ficha .informacion {
      width: calc(100% - 30px);
      padding-left: 0;
    }
    .widget li.con-check .ficha .informacion {
      width: calc(100% - 32px);
      padding-left: 8px;
    }
    .widget li.con-check.con-detalles .ficha .informacion {
      width: calc(100% - 53px);
      /* background: red; */
      padding-left: 0;
    }


      .widget li .principal{height: auto;width: 100%;}

      .widget li .auxilar{
        color: gray;
        font-size: 10px;
      }
      .widget li .detalles .auxilar{
        margin-bottom: 3px;
      }

      .widget li .auxilar.mitad{
        display: inline-block;
        width: calc(50% - 5px);
        vertical-align: top;
      }



  .widget .contenido .listado li .detalles{
    background-color: #f2f2f2;
    margin-left: -5px;
    margin-right: -5px;
    border-top: 1px solid #cccccc;
    font-size: 12px;
    line-height: 12px;
    color: #666666;
    padding: 5px 15px 4px 28px;
  }



/*TEMPORAL-------------------------------*/


