.planilla{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 2px;
}
pre{
   
}
.planilla table{
    background-color: #fff;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
}
.planilla table thead th{
    font-size: .7em;
    text-align: center;
    padding: 1px;
    border-right: 1px solid #909090;
}
.planilla table thead{
    background-color: #303F9F;
    color: #fff;
}
.planilla table.hoverable > tbody > tr:hover{
    background-color: #E0E0E0;
}
.planilla table tbody tr td{
    font-size: .8em;
    padding: 2px 0;
    border-right: 1px solid #909090;
}
.planilla_header_carrera{
    background-color: #C5CAE9;
    margin-bottom: -21px;
    height: 68px;
    border-left: 1px solid #dcdcdc;
}
.planilla_header_carrera h5{
    padding: 0;
    margin: 0;
    text-align: center;
    width: 70%;
    padding: 10px 0;
    font-size: 1em;
}
.planilla_header_carrera h6{
    padding: 0;
    margin: 0;
    text-align: center !important;
    width: 15%; 
}
.planilla_nueva_carrera{
    width: 100% !important;
    padding: 6px 0px !important;
}
.planilla_nueva_carrera .col{
    padding: 0;
}
.planilla_nueva_carrera h1{
    margin: 0;
    font-size: 2.2em;
    width: 100%;
}
.planilla_nueva_carrera .btn{
    width: 100%;
    background-color: #303F9F;
    color: #fff;
}
.planilla_nueva_carrera .btn i{
    font-size: 2.5em;
    margin: 0;
    padding: 6px 0;
    height: 1px;
    line-height: 1;
}
.planilla_lista_carreras{
    padding: 1px !important;
    width: 70%;
    float: left;
   /* height: 100%;*/
}
.planilla_lista_carreras table tbody tr.PENDIENTE{
    background-color: #88D82E  ;
}
.planilla_lista_carreras table tbody tr.PENDIENTE.RESERVA{
    background-color: #FFEB3B;
}
.planilla_lista_carreras table tbody tr.PENDIENTE.RESERVA.MANUAL{
    background-color: #FF9800;
    color: #000;
}
.planilla_lista_carreras table tbody tr.TERMINADA{
    background-color: #bbdefb    ;
}
.planilla_lista_carreras table tbody tr.ENRUTA{
    background-color: #f8f4ff    ;
}
.planilla_lista_carreras table tbody tr.CANCELADA{
    background-color: #bdbdbd   ;
}
.planilla_lista_carreras table tbody tr.ENRUTA.PASADA_TIEMPO{  
    background-color: #FFB7B7    ;
}
.planilla_lista_carreras table tbody tr.ABORDO{
    background-color: #FFB0B0;
}
.planilla_lista_carreras table tbody tr.BLOQUEADA{  
    background-color: #2736FC;
    color: #fff;
}
.planilla_lista_carreras table tbody tr.BLOQUEADA:hover{  
    background-color: #27D6FC;
    color: #000;
}

.planilla_lista_carreras table tbody tr.PENDIENTE.MANUAL{  
    background-color: #8E24AA;
    color: #fff;
}

.PASADA_TIEMPO_ENVIO{  
    background-color: #FF7E00    ;
}

.planilla_lista_carreras table tbody tr.active{
    background-color: #DD6B55 !important;
}
.planilla_lista_carreras table tbody tr.pendiente>td{
    padding: 8px 2px;
}
.planilla_lista_carreras table tbody tr td:last-child a{
    text-align: center;
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 1.5em;
    padding: 0 3px;
    color: #fff;
}
.planilla_lista_carreras table tbody tr td:last-child a > i{
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 1em;
 }
.planilla_lista_carreras table tbody tr td:last-child a:nth-child(1){
    background-color: red;
}
.planilla_lista_carreras table tbody tr td:last-child a:nth-child(2){
    background-color: grey;
}
.planilla_lista_carreras table tbody tr td:last-child a:nth-child(3){
    background-color: blue;
}
.planilla_lista_carreras table tbody tr td{
    font-size: .6em;
    padding: 4px 3px;
}
.table-wrapper {
  position:relative;
}
#lista_carreras tr td.valor,
#lista_carreras_reserva tr td.valor,
#lista_carreras_cancelada tr td.valor{
    text-align: center !important;
    width: 5% !important;
}
#lista_carreras tr td.numero_menor,
#lista_carreras_reserva tr td.numero_menor,
#lista_carreras_cancelada tr td.numero_menor{
    text-align: center !important;
    width: 4% !important;
}
#lista_carreras tr td.opciones,
#lista_carreras_reserva tr td.opciones,
#lista_carreras_cancelada tr td.opciones{
    text-align: center !important;
    width: 10% !important;
}
#lista_carreras tr td.datoCliente,
#lista_carreras_reserva tr td.datoCliente,
#lista_carreras_cancelada tr td.datoCliente{
    width: 10% !important;
}
#lista_carreras tr td.direccion_carrera_planilla,
#lista_carreras_reserva tr td.direccion_carrera_planilla,
#lista_carreras_cancelada tr td.direccion_carrera_planilla{
    width: 29% !important;   
}
/*MODIFICARR*/
.table-scroll {
    height: 700px;
  overflow:auto;  
  margin-top:20px;
  width: 100%;
}
.table-wrapper table {
  width:100%;
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
}
.table-wrapper > .table-scroll > div:nth-of-type(1){
    z-index: 10 !important;
}
.planilla_lista_moviles{
    padding: 1px !important;
    width: 30%;
    float: left;
    height: 100%;
}
#tabla_moviles{
    overflow:auto;  
}
#tabla_carreras thead:last-child{
    min-width: 50px !important;
}

#buscador_movil_label{
    display: inline-block;
    margin-left: -20px;
}
#buscador_movil{
    height: 23px;
    padding: 0;
    width: auto;
    margin-top: -9px;
    margin-bottom: 2px;
    
    font-size: .8em;
    padding-left: 5px;
    display: inline-block;
}

#res_busqueda tr{
        margin-left: -24px;
    display: -webkit-box;
    font-size: .96em;
    width: max-content;
    margin-bottom: 0`px;
}


.planilla_lista_moviles table tbody tr td{
        font-size: .7em;
    text-align: center;
    font-weight: 600;
}
.planilla_lista_moviles table tbody tr td:nth-child(4) a > i,
.planilla_lista_moviles table tbody tr td:nth-child(5) a > i,
.planilla_lista_moviles table tbody tr td:nth-child(6) a > i,
.planilla_lista_moviles table tbody tr td:nth-child(7) a > i{
    color: #FFF;
    padding: 4px;
    border-radius: 5px;
}
.planilla_lista_moviles table tbody tr td.icono_movil span i{
    font-size: 2em;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px;
}

.planilla_lista_moviles table tbody tr td.icono_movil span.LIBRE > i{
    color: #4caf50;
}
.planilla_lista_moviles table tbody tr td.icono_movil span.FUERA > i{
    color: #6B6B6B;
}
.planilla_lista_moviles table tbody tr td.icono_movil span.OCUPADO > i{
    color: #ef5350;
}
.planilla_lista_moviles table tbody tr td.icono_movil span.PERMISO > i{
    color: #ffeb3b;
}
.planilla_lista_moviles table tbody tr td.icono_movil span.C_RUTA > i{
    color: #ef5350;
}
.planilla_lista_moviles table tbody tr td.icono_movil span.ON_SOS > i{
    color: #FB7701;
}
.planilla_lista_moviles table tbody tr td.icono_movil span.HELP_SOS > i{
    color: #8801FB;
}
.movil_carr_pend{
    color: #0006FF !important;
}
.planilla_lista_moviles table tbody tr td:nth-child(4) a:nth-child(1),
.planilla_lista_moviles table tbody tr td:nth-child(5) a:nth-child(1),
.planilla_lista_moviles table tbody tr td:nth-child(6) a:nth-child(1),
.planilla_lista_moviles table tbody tr td:nth-child(7) a:nth-child(1){
    /*background-color: blue;*/
}
.planilla_lista_moviles table tbody tr td:nth-child(4) a:nth-child(2),
.planilla_lista_moviles table tbody tr td:nth-child(5) a:nth-child(2),
.planilla_lista_moviles table tbody tr td:nth-child(6) a:nth-child(2),
.planilla_lista_moviles table tbody tr td:nth-child(7) a:nth-child(2){
    /*background-color: green;*/
}
.planilla_lista_moviles table tbody tr td:nth-child(4) a:nth-child(3),
.planilla_lista_moviles table tbody tr td:nth-child(5) a:nth-child(3),
.planilla_lista_moviles table tbody tr td:nth-child(6) a:nth-child(3),
.planilla_lista_moviles table tbody tr td:nth-child(7) a:nth-child(3){
    /*background-color: red;*/
}
.planilla_lista_moviles table tbody tr td:nth-child(4) a,
.planilla_lista_moviles table tbody tr td:nth-child(5) a,
.planilla_lista_moviles table tbody tr td:nth-child(6) a,
.planilla_lista_moviles table tbody tr td:nth-child(7) a{
    text-align: center;
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 1.2em;
}
.planilla_lista_moviles table tbody tr td:nth-child(4) a > i,
.planilla_lista_moviles table tbody tr td:nth-child(5) a > i,
.planilla_lista_moviles table tbody tr td:nth-child(6) a > i,
.planilla_lista_moviles table tbody tr td:nth-child(7) a > i{
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 1em;
    border: 1px solid #fff;
 }
.planilla_lista_moviles table tbody tr td.grupo{
    width: 15%;
}

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

#res_busqueda tr td{
    font-size: .7em;
    text-align: center;
    font-weight: 600;
    padding: 3px 3px!important;
    border: 1px solid #fff;
}
#res_busqueda tr td:nth-child(4) a > i,
#res_busqueda tr td:nth-child(5) a > i,
#res_busqueda tr td:nth-child(6) a > i,
#res_busqueda tr td:nth-child(7) a > i{
    color: #FFF;
    padding: 4px 6px;
    border-radius: 5px;
}
#res_busqueda tr td.icono_movil span i{
    font-size: 2em;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px;
}
#res_busqueda tr td.icono_movil span.LIBRE > i{
    color: #4caf50;
}
#res_busqueda tr td.icono_movil span.FUERA > i{
    color: #6B6B6B;
}
#res_busqueda tr td.icono_movil span.OCUPADO > i{
    color: #ef5350;
}
#res_busqueda tr td.icono_movil span.PERMISO > i{
    color: #ffeb3b;
}
#res_busqueda tr td.icono_movil span.C_RUTA > i{
    color: #673AB7;
}

.movil_carr_pend{
    color: #0006FF !important;
}
#res_busqueda tr td:nth-child(4) a:nth-child(1),
#res_busqueda tr td:nth-child(5) a:nth-child(1),
#res_busqueda tr td:nth-child(6) a:nth-child(1),
#res_busqueda tr td:nth-child(7) a:nth-child(1){
   /* background-color: blue;*/
}
#res_busqueda tr td:nth-child(4) a:nth-child(2),
#res_busqueda tr td:nth-child(5) a:nth-child(2),
#res_busqueda tr td:nth-child(6) a:nth-child(2),
#res_busqueda tr td:nth-child(7) a:nth-child(2){
    /*background-color: green;*/
}
#res_busqueda tr td:nth-child(4) a:nth-child(3),
#res_busqueda tr td:nth-child(5) a:nth-child(3),
#res_busqueda tr td:nth-child(6) a:nth-child(3),
#res_busqueda tr td:nth-child(7) a:nth-child(3){
    /*background-color: red;*/
}
#res_busqueda tr td:nth-child(4) a,
#res_busqueda tr td:nth-child(5) a,
#res_busqueda tr td:nth-child(6) a,
#res_busqueda tr td:nth-child(7) a{
    text-align: center;
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 1.2em;
}
#res_busqueda tr td:nth-child(4) a > i,
#res_busqueda tr td:nth-child(5) a > i,
#res_busqueda tr td:nth-child(6) a > i,
#res_busqueda tr td:nth-child(7) a > i{
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 1.1em;
    border: 1px solid #fff;
}
#res_busqueda tr td.grupo{
    width: 20%;
}




.icono_termina_carrera{
    background-color: #FFB400;
}
.icono_carrera_ruta{
    background-color: #1626F4;
}
.icono_cancel_envio{
    background-color: #860599;
}
.icono_inicia_turno{
    background-color: #05801C;
}
.icono_inicia_permiso{
    background-color: #F3DA09;
}
.icono_envia_final{
    background-color: #CA0B0B;
}
.icono_agrega_pendiente{
    background-color: #000;
}
.icono_cambio_estado{
    background-color: #FF9800;
}
/***********************************/





.select_grupo{
    height: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 1.3em !important;
    text-transform: lowercase;
}
.select_grupo option{
        font-weight: bold;
    font-size: 1.2em;
}
.destacada{
    background-color: #FF9800 !important;
}
#alertas, #notif{
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 98;
}
#alertas{
    width: 340px;
    background-color: #fff;
    height: 52px;
    left: -300px;
    position: absolute;
    margin-top: -8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: none;
    padding-right: 5px;
        background-color: #091F8F;
}
#alertas img{
    height: 100%;
    float: right;
    padding: 10px 0;
    -webkit-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
#alertas h5{
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    line-height: 1.35;
}
#alertas span.counter{
   position: absolute;
    top: 4px;
    right: 4px;
    background-color: #f00;
    color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 17px;
    line-height: 1;
    text-align: center;
}
#alertas.displayed{
    left: 0px !important;
    border-bottom: 1px solid #dcdcdc;
}
#notif{
    width: 340px;
    height: 450px;
    position: absolute;
    z-index: 98;
    background-color: #fff;
    top: 116px;
    left: -340px;
}
#notif.displayed{
    left: 0px !important;
}
#notif ul.carreras, #notif ul.moviles{
    margin-top: 0;
    margin-bottom: 0;
}
#notif ul.carreras li, #notif ul.moviles li{
    font-weight: 300;
    font-size: .9em;
    line-height: 1;
    padding: 11px 9px;  
    border-bottom: 1px solid #dcdcdc;
}
#notif ul.carreras li:hover, #notif ul.moviles li:hover{
    cursor: pointer;
    background-color: #D7D7D7;
}
#controles{
    font-size: 1.3em;
    margin-top: 10px;
}
#primera, #pagina_actual, #ultima{
    margin: 0;
    width:  30%;
    display: inline-block;
    text-align: center;
}
#primera > a , #ultima > a{
    width: 27px;
    height: 21px;
    background-color: #E6E6E6;
    display: inline-block;
    line-height: 1;
    border-radius: 5px;
}
#controles a.disabled{
    color: #dcdcdc;
}
#controles .text-left{
    text-align: left;
}
#controles .text-right{
    text-align: right;
}
#controles .text-right i{
    margin-left: 10px;
}
.pautas_adelante{
    background: red;
    color: white;
    line-height: 1;
    padding: 1px 6px;
    border-radius: 100%;
}
.botones_especiales{
        float: right;
    position: relative;
    
    margin-right: 10px;
    padding: 0;
}
.botones_especiales .update{
font-size: 2em;
    background: #2196F3;
    text-align: center;
    line-height: 0;
    padding: 8px 42px 6px 15px;
    width: 29px;
    display: inline-block;
    border-radius: 3px;
    color: #FFF;
    margin-right: 5px;
    /*float: right;*/
}
.botones_especiales .programadas{
        font-size: 1.5em;
    background: #303F9F;
    text-align: center;
    line-height: 0;
    padding: 11px 42px 9px 6px;
    width: 29px;
    display: inline-block;
    border-radius: 3px;
    color: #FFF;
    margin-right: 0px;
    margin-top: 4px;
}
.botones_especiales .programadas i{
    text-align: center;
    margin-right: -34px;
}
.botones_especiales .tiempo_atencion{
    width: 150px;
    float: left;
    margin-right: 8px;
}
.botones_especiales .tiempo_atencion select{
            height: 25px;
    line-height: 19px;
    font-size: 0.7em;
    padding: 0 13px;
    text-align: center;
}
.listado_carreras_boton{
    background: #FF9800 !important;
}
/*******************************************/
/*        RESERVAS PROGRAMADAS
/*******************************************/
.res_programadas{
    margin-bottom: 20px;
    border: 2px inset #2196F3 !important;
    height: 257px;
    overflow-y: scroll;
    display: inherit;
    padding: 6px;
}
.res_programadas th{
    padding: 0px 3px 6px;
    text-align: center;
}
.res_programadas tbody{
        width: 100% !important;
    display: block;
}
.res_programadas tbody tr{
    width: 100% !important;
    display: inline-table;
    margin: -2px 0;
}
.res_programadas thead{
   width: 100% !important;
    display: inline-table;
    margin-bottom: -5px;
}
.res_programadas tr td{
    padding: 2px 5px;
    font-size: 0.8em;
}
.res_programadas tbody tr td:nth-child(1){
    width: 5% !important;
    text-align: center;
}
.res_programadas tbody tr td:nth-child(2){
    width: 20% !important;
}
.res_programadas tbody tr td:nth-child(3){
    width: 30% !important;
}
.res_programadas tbody tr td:nth-child(4){
    width: 5% !important;
    text-align: center;
}
.res_programadas tbody tr td:nth-child(5){
    width: 10% !important;
    text-align: center;
}
.res_programadas tbody tr td:nth-child(6){
    width: 5% !important;
    text-align: center;
}
.res_programadas tbody tr td:nth-child(7){
    width: 5% !important;
    text-align: center;
}
.res_programadas tbody tr td:nth-child(8){
    width: 6% !important;
    text-align: center;
}
.res_programadas tbody tr td:nth-child(10){
    width: 7% !important;
    text-align: center;
}
.res_programadas tbody tr td:nth-child(9){
    width: 7% !important;
    text-align: center;
}
.boton_asigna_rapido{
    width: 39px;
}
.direccion_carrera_planilla i{
        display: inline-block;
    font-size: 2em;
    padding-top: 0px;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

#contenedor_mapa, #contenedor_mapa_sos{
    width: 700px;
    height: 480px;
    border: 3px solid #dcdcdc;
    background: #fff000;
    position: absolute;
    left: 10px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    bottom: 14px;
    -webkit-transition: opacity .3s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;

    -webkit-transition: visibility .3s ease-in-out 0s;
    -o-transition: visibility .3s ease-in-out 0s;
    transition: visibility .3s ease-in-out 0s;
}
.contenedor_mapa_sos{
       width: 500px;
    height: 508px;
        border: 2px solid #303f9f;
    background: #9E9E9E;
    position: absolute;
    left: 10px;
    z-index: 11;
    visibility: visible;
    opacity: 1;
    padding: 0px;
    bottom: 14px;
    -webkit-transition: opacity .3s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
    -webkit-transition: visibility .3s ease-in-out 0s;
    -o-transition: visibility .3s ease-in-out 0s;
    transition: visibility .3s ease-in-out 0s;
}
.hidden{
    display: none;
}

.contenedor_mapa_sos_cliente{
    width: 500px;
    height: 488px;

        border: 2px solid #303f9f;
    background: #9E9E9E;
    position: absolute;
    left: 10px;
    z-index: 11;
    visibility: visible;
    opacity: 1;
    padding: 0px;
    bottom: 14px;
    -webkit-transition: opacity .3s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
    -webkit-transition: visibility .3s ease-in-out 0s;
    -o-transition: visibility .3s ease-in-out 0s;
    transition: visibility .3s ease-in-out 0s;
}
.mapa_sos{
    width: 98%;
    margin: 5px;
    height: 240px;
    border: 1px solid #dcdcdc;
    float: left;
    margin-top: 0px;
}

.info_sos{
    background: #fff;
    margin: 5px;
    padding: 1px;
}
.info_sos h5{
    font-size: 1.4em;
    font-weight: bold;
}
.info_sos .name{
    display: block;
    font-size: .8em;
}
.info_sos .info{
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
}
.sos_ok{
    width: 96%;
    margin-left: 2%;
    background: #f00;
    margin-top: 2px;
}


.sos_cliente{
        width: 500px;
    height: 368px;
    border: 10px solid #3F51B5;
    background: #ffffff;
    position: absolute;
    left: 10px;
    z-index: 11;
    visibility: visible;
    opacity: 1;
    padding: 19px 19px;
    bottom: 23px;
    -webkit-transition: opacity .3s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
    -webkit-transition: visibility .3s ease-in-out 0s;
    -o-transition: visibility .3s ease-in-out 0s;
    transition: visibility .3s ease-in-out 0s;
}
.info_sos_chofer{
        background: #dcdcdc;
    padding: 8px !important; 
    margin-bottom: 10px;
}
.info_sos_chofer label{
    display: block;
    color: #333;
    margin-bottom: -3px;
    font-size: 0.85em;
}
.info_sos_chofer p{
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #000;
    margin-bottom: 1px;
}
#contenedor_mapa.active, #loader.active, #contenedor_mapa_sos.active{
    visibility: visible;
    opacity: 1;
    
}

#mapa_movil_seleccionado, #mapa_sos{
    width: 100%;
    height: 340px;
    border: 1px solid #dcdcdc;
    float: left;
}
#loader.active{
display: inline;
}
#loader{
        display: inline;
    padding-left: 10px;
    font-size: 1em;
    font-weight: 700;
    padding-right: 6px;
    
}

#lista_moviles_ordenados{
        float: right;
    margin-right: -50px;
    margin-top: -3px;
}
#lista_moviles_ordenados span{
        display: block;
    width: 50px;
    background: #fff;
    text-align: center;
    border: 3px solid #dcdcdc;
    margin-bottom: -3px;
    border-collapse: collapse;
    font-weight: bold;
    padding: 10px 0;
}
#aviso{
    background: #F44336;
    width: 100%;
    text-align: center;
    padding: 4px;
    min-height: 25px;
    float: left;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: .8em;
    border-radius: 3px; 
}
.cambia_posicion{
    display: block;
}
.cambia_posicion i{
    font-size: 1.4em;
    cursor: pointer;
}

/****************************/
#listado_carreras_canceladas{
    z-index: -5;
    position: absolute;
    top: 195px;
    background: #fff;
    left: 0px;
}

#listado_carreras_reserva{
    z-index: -5;
    position: absolute;
    top: 195px;
    background: #fff;
    left: 0px;
}

.boton_pestania{
        text-align: center;
    padding: 0;
    margin-right: 10px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
}
.pestania_activa{
        height: 48px;
    line-height: 50px;
    margin-top: 2px;
    width: 55px;
}


.buscador_carrera{
    width: 85%;
}
#direccion_busqueda{
        width: 200px;
    display: -webkit-inline-box;
    position: absolute;
    top: 131px;
}
#direccion_busqueda input{
    width: 100%;
    height: 26px;
    padding: 0;
    margin-top: -3px;
    padding-left: 5px;
    display: inline-block;
}
#resultado_busqueda_carrera{
        /* display: inline-block; */
    width: 0%;
    /* height: 27px; */
    position: absolute;
    display: -webkit-inline-box;
    left: 220px;
    top: 152px;
    z-index: 20;
    border: 2px solid #303f9f;
    padding: 5px;
}
#resultado_busqueda_carrera.busqueda_activa{
	width: 45%;
}
#cierra_resultado_busqueda{
    position: absolute;
    left: 217px;
    z-index: 21;
    top: 146px;
    background: #fff;
    padding: 4px;
    border-radius: 100%;
    color: #f00;
    /* border: 1px solid; */
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 17px;
}
#cierra_resultado_busqueda.busqueda_activa{
	left: calc(45% + 202px);
}
#boton_buscar_direccion{
        position: absolute;
    top: 24px;
    left: 175px;
    width: 24px;
    height: 24px;
    background: #303f9f;
    line-height: 24px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#resultado_busqueda_carrera tr.PENDIENTE{
    background-color: #88D82E  ;
}
#resultado_busqueda_carrera tr.PENDIENTE.RESERVA{
    background-color: #FFEB3B   ;
}
#resultado_busqueda_carrera tr.TERMINADA{
    background-color: #bbdefb    ;
}
#resultado_busqueda_carrera tr.ENRUTA{
    background-color: #f8f4ff    ;
}
#resultado_busqueda_carrera tr.CANCELADA{
    background-color: #bdbdbd   ;
}
#resultado_busqueda_carrera tr.ENRUTA.PASADA_TIEMPO{  
    background-color: #FFB7B7    ;
}
#resultado_busqueda_carrera tr.active{
    background-color: #DD6B55 !important;
}
#resultado_busqueda_carrera tr.pendiente>td{
    padding: 8px 2px;
}
#resultado_busqueda_carrera tr td:last-child a{
    text-align: center;
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 1.5em;
    padding: 0 3px;
    color: #fff;
}
#resultado_busqueda_carrera tr td:last-child a > i{
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 1em;
 }
#resultado_busqueda_carrera tr td:last-child a:nth-child(1){
    background-color: red;
}
#resultado_busqueda_carrera tr td:last-child a:nth-child(2){
    background-color: grey;
}
#resultado_busqueda_carrera tr td:last-child a:nth-child(3){
    background-color: blue;
}
#resultado_busqueda_carrera tr td{
    font-size: .6em;
    padding: 4px 3px;
}

#resultado_busqueda_carrera tr td.valor{
    text-align: center !important;
    width: 5% !important;
}
#resultado_busqueda_carrera tr td.numero_menor{
    text-align: center !important;
    width: 4% !important;
}
#resultado_busqueda_carrera tr td.opciones{
    text-align: center !important;
    width: 10% !important;
}
#resultado_busqueda_carrera tr td.datoCliente{
    width: 10% !important;
}
#resultado_busqueda_carrera tr td.direccion_carrera_planilla{
    width: 29% !important;   
}

.movil_rechaza{
    display: inline-block;
    border: 1px solid #6aa95c;
    margin: 1PX;
}
.sweet-alert h2{
    margin-bottom: 0px;
}
.sweet-alert p{
display: block;
    line-height: 1;
    width: 100%;
    margin: 0;
    margin-bottom: -26px;
    color: #000;
}

.without::-webkit-datetime-edit-ampm-field {
   display: none;
 }

.carrera_aceptada{
    background-color: #cda6d4;
}



.contenedor_tabla{
    padding: 16px;
    margin-top: 70px;
}



/**********/
/* DIALOGO NUEVA CARRERA
/**********/

#overlay_nc{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,.3);
    top: 0;
    z-index: 21;
    display: none;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    overflow:hidden; 
} 



#form_nueva_carrera{
    
    width: 1200px;
    position: absolute;
    z-index: 22;
    background: #fff;
    margin: 0 auto;
    top :6%;
    left: 0;
    right: 0;
    height: 580px;
    padding: 10px;
    font-family: 'Titillium Web', sans-serif !important;

    -webkit-transition: all 1s linear .1s;               
    -moz-transition: all 1s linear .1s;                  
    -o-transition: all 1s linear .1s;                
    -transition: all 1s linear .1s;
        

    margin-left: -1300px;
}
#form_nueva_carrera.show{
    margin-left: auto;
}
#mapa_nueva_carrera{
    width: 100%;
    height: 450px;
}
#form_nueva_carrera h3{
    padding: 5px;
    margin-top: 5px;
        margin: 0;
    margin-bottom: 12px;
    font-size: 2.5em;
    color: #fff;
    background: #2196F3;
    -webkit-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
}
.bloque_nc {
    background: #00BCD4; 
    margin-bottom: 12px;
    display: flow-root;
    padding: 5px;    
    color: #fff;
    -webkit-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
}
.bloque_nc label{
    color: #fff;
}
.bloque_nc p{
    font-size: 1.5em;
    margin: 0;
    margin-top: -4px;
    margin-left: 0;
    font-weight: bolder;
}
.powered_google{
    float: right;
    margin-top: -38px;
    margin-right: 9px;
}


/***********************************************************************/
/* FORMULARIO EDITAR CARRERA */
/***********************************************************************/

#form_editar_carrera{    
    width: 1200px;
    position: absolute;
    z-index: 22;
    background: #fff;
    margin: 0 auto;
    top :6%;
    left: 0;
    right: 0;
    height: 625px;
    padding: 10px;
    font-family: 'Titillium Web', sans-serif !important;
    border: 2px solid #ddd;
    -webkit-transition: all 1s linear .1s;               
    -moz-transition: all 1s linear .1s;                  
    -o-transition: all 1s linear .1s;                
    -transition: all 1s linear .1s;
        

    margin-left: -1300px;
}
#form_editar_carrera.show{
    margin-left: auto;
}
#mapa_editar_carrera{
    width: 100%;
    height: 480px;
}
#form_editar_carrera h3{
    padding: 5px;
    margin-top: 5px;
        margin: 0;
    margin-bottom: 12px;
    font-size: 2.5em;
    color: #fff;
    background: #2196F3;
    -webkit-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
}



/***********************************************************************/
/* MAPA PARA CREAR QTH */
/***********************************************************************/

#mapa_qth{
    width: 80%;
    margin-left: 10%;
    height: 650px;
}


/***********************************************************************/
/* PANTALLA DE ASIGNACION */
/***********************************************************************/

#asignacion_mapa{
    font-family: 'Titillium Web', sans-serif !important;
    padding: 0;
    border: 4px solid #617e8b;
    padding-bottom: 12px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 9px;
    z-index: 22;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-left: -2000px !important;



}
#asignacion_mapa.show{
    margin-left: auto !important;
}

#asignacion_mapa .titulo{
        background: #303F9F;
    display: flex;
    color: #fff;
}
#asignacion_mapa h5{
    margin-bottom: 0;
}

#asignacion_mapa p{
   margin: 5px;
    margin-bottom: 15px;
    font-size: 1.15em;
    font-weight: bolder;
}
#mapa_asig{
    width: 100%;
    height: 470px;
}
#asignacion_mapa h6{
    margin-bottom: 0;
    font-weight: bolder;
        margin-top: -3px;
}

#asignacion_mapa .bloque_asig{
        text-align: center;
    background: #2196f3;
    padding: 8px;
    color: #fff;
    border-left: 4px solid #303f9f;
    border-bottom: 4px solid #303f9f;
    min-height: 100px;
}


.movil_lista_asig{
    padding: 5px 8px;
    text-align: center;
    background: #1565C0;
    margin-top: 8px;
    display: inline-block;
    border-radius: 4px;
    font-weight: bolder;
    margin-right: 3px;
    border: 2px solid #01579B;
}

.movil_lista_asig.no_qth{
    background-color: #750e0e;
    border: 2px solid #B71C1C;
}

.moviles_asig{
    font-size: 1.2em;
    display: block;
    margin-bottom: -9px;
}
.moviles_asig_qth{
font-size: .75em;
}
#datos_ubicacion_movil{
    /*position: absolute; */
    top: 33px;
    background: rgba(255, 255, 255, 1);
    z-index: 100000000;
    width: 100%;
    top: 24px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    padding: 11px;
    height: 110px;
}
.dato_mapa_planilla{
    margin-bottom: 0px !important;
}
.dato_mapa_planilla .bloque{
        margin: 0px;
    border: 1px solid #dcdcdc;
    padding: 0px 0 10px 0;
}

.dato_mapa_planilla .bloque p{
        margin: -3px 0;
    font-size: .85em;
    line-height: 1.1;
    font-weight: bold;
}

.dato_mapa_planilla .bloque label{
       font-weight: 400;
    font-size: .85em;
    margin-bottom: 4px;
    display: block;
}

.dato_mapa_planilla .bloque h5{
        font-size: 1em;
    margin-bottom: 4px;
    margin-top: 8px;
}
.leaflet-tooltip {
  position: absolute;
    padding: 3px 8px;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-weight: bolder;
    /* white-space: nowrap; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.gps_tag{
    font-size: .8em;
    background: #fff;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: bolder;
    border: 1px solid #dadada;
}



/***********************************************************************/
/* FORMULARIO NUEVA CARRERA COMPARTIDA */
/***********************************************************************/

#form_nueva_carrera_compartida{    
    width: 1200px;
    position: absolute;
    z-index: 22;
    background: #fff;
    margin: 0 auto;
    top :6%;
    left: 0;
    right: 0;
    height: 505px;
    padding: 10px;
    font-family: 'Titillium Web', sans-serif !important;
    border: 2px solid #ddd;
    -webkit-transition: all 1s linear .1s;               
    -moz-transition: all 1s linear .1s;                  
    -o-transition: all 1s linear .1s;                
    -transition: all 1s linear .1s;
        

    margin-left: -2300px;
}
#form_nueva_carrera_compartida.show{
    margin-left: auto;
}
#mapa_solicitud_compartida{
    width: 100%;
    height: 366px;
}
#form_nueva_carrera_compartida h3{
    padding: 5px;
    margin-top: 5px;
    margin: 0;
    margin-bottom: 12px;
    font-size: 2.5em;
    color: #fff;
    background: #2196F3;
    -webkit-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
}



#listado_solicitudes_compartidas{    
    width: 1200px;
    position: absolute;
    z-index: 22;
    background: #fff;
    margin: 0 auto;
    top :6%;
    left: 0;
    right: 0;
    height: 505px;
    padding: 10px;
    font-family: 'Titillium Web', sans-serif !important;
    border: 2px solid #ddd;
    -webkit-transition: all 1s linear .1s;               
    -moz-transition: all 1s linear .1s;                  
    -o-transition: all 1s linear .1s;                
    -transition: all 1s linear .1s;
    margin-left: -2300px;
}
#listado_solicitudes_compartidas.show{
    margin-left: auto;
}
#listado_solicitudes_compartidas h3{
    padding: 5px;
    margin-top: 5px;
    margin: 0;
    margin-bottom: 12px;
    font-size: 2.5em;
    color: #fff;
    background: #2196F3;
    -webkit-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
    box-shadow: 3px 4px 12px 0px rgba(50, 50, 50, 0.48);
}

#listado_solicitudes_compartidas td{
    padding: 4px;
    border: 1px solid #dcdcdc;
}
#listado_solicitudes_compartidas table{
    height: 300px;
    overflow: scroll;
}
.lista_frecuentes{
    height: 220px;
    overflow-y: scroll;
    border: 1px solid #dcdcdc;
}
.lista_frecuentes .col.s12 > div{
    font-size: .9em;
    height: 40px;
    vertical-align: middle;
    
}
.lista_frecuentes .col.s12{
    border-bottom: 1px solid #B2B2B2;
    margin-top: 5px;
    padding-bottom: 2px;

}

.version_app_movil, .conexion_app{
    padding: 2px;
    margin: 2px;
    background: #fff;
    border-radius: 2px;
    font-size: .8em;
}