@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.swal2-buttonswrapper,
.swal2-title,
.swal2-content{
    font-family: 'Poppins', sans-serif;
}

body{
    padding-bottom: 0.5%;
    font-size: 14px;
}

.incidence_text{
    color: #dc3545;
    font-weight: bold;
    background: #fff700;
}

.swal-ultimos-datos{
    font-size: 13px;
    text-align: left;
}

.contenedor_mapa,
.lista_vehiculos,
#content_mensajes{
    height: 100%;
}

.container{
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.hidden-desktop {
    display: none !important;
}

.hide{
    display: none;
}

.btn-default{
    border: 1px solid #ced4da;
}

a:hover{
    color: #AD1D27;
    text-decoration: none;
}

.close-spectator-mode:hover{
    background: #AD1D27 !important;
}

.close-spectator-mode > a{
    color: #fff !important;
}

.close-spectator-mode > a > i:hover{
    color: #fff !important;
}

.pac-container{
    z-index: 10000 !important;
}

#mensajes {
    height: auto;
}

.prefijo_telefono{
    border-radius: 0.25rem 0px 0px 0.25rem;
}

.status-element-error {
    color: #FF4444;
    font-size: 13px;
    display: block !important;
}

.btn-active{
    color: #AD1D27;
}

.contenedor{
    border: none;
}

#tgrid td{
    background: inherit;
}

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

#tgrid_length{
    float: inherit;
    margin-right: inherit;
}

#tgrid_filter {
    float: inherit;
    margin-left: inherit;
}

#tgrid_info{
    text-align: inherit;
}

.border-options{
    border-bottom: 1px solid #dee2e6;
}

.container-fondo{
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}

.bootstrap-duallistbox-container select,
.bootstrap-duallistbox-container button,
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da !important;
}

.bootstrap-duallistbox-container button:hover{
    color: #0f1923;
    background: #dee2e6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #AD1D27 !important;
}

:focus-visible {
    outline: 1px solid #aaa;
    outline-offset: -1px;
}

.content-acciones-catalogo{
    display: flex;
    flex-wrap: wrap-reverse;
    padding: 14px 0px 4px 0px;
    justify-content: space-between;
}

.content-options-catalogo{
    display: flex;
    margin-left: auto;
    flex-wrap: wrap-reverse;
    flex-grow: 1;
    justify-content: flex-end;
    
}

.content-options-selects > div,
.content-options-btns{
    margin-bottom: 4px;
}

.content-options-selects{
    display: flex;
    flex-wrap: wrap;
}

.content-options-catalogo .select2-container{
    width: 100% !important;
}

.margin-top-contenedor{
    margin-top: 30px;
}

.content-options-btns{
    text-align: right;
}

.content-tabla-length{
    margin-right: auto;
}

.content-select-form{
    min-width: 200px;
}

.content-select-form .select2-container{
    width: 100% !important;
}

.content-btns-options{
    flex-grow: 1;
    text-align: right;
}

.button-mini{
    padding: 0px 4px;
}

.item-list .item-actions-dropdown .item-actions-toggle-btn{
    color: #0f1923;
}

.table.derechos tbody td input{
    margin-right: 4px;
}

.border-bottom-gris{
    border-bottom: 1px solid #e5e5e5;
}

.controls-flex{
    display: flex;
}

.controls-flex > div{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.accordion-btn{
    width: 100%;
    display: block;
    border-bottom: 1px solid #ced4da;
    padding:0.375rem 0.75rem;
    position: relative;
}

.accordion-btn-programacion-enlace{
    padding: 3px 0px;
    font-size: 14px;
}

#accordion_programacion_enlace_body > .accordion-inner{
    padding-top: 5px;
}

#div_compartir_enlace_horario_permitido{
    display: none;
}

#accordion_programacion_enlace_body .content-schedule{
    overflow-x: scroll;
}

.accordion-btn .fa-chevron-down{
    bottom: calc(50% - 7.5px);
    position: absolute;
    right: 5px;
    font-size: 16px;
    width: 15px;
    height: 15px;
}

.icono-color-tabla{
    width: 55px;
    height: 10px;
    border: 1px solid #0f1923;
    border-radius: 2px;
    margin: 0 auto;
}

.fecha-modif-popover-status{
    font-size: 11px;
    text-align: center;
    color: gray;
    font-weight: bold;
}

.btn-input-group{
    padding: 0px;
    border-radius: 0px 5px 5px 0px !important;
}

.btn-input-group > a{
    padding: 0.375rem 0.75rem;
}

.see-password,
.generate-password{
    float: right;
}

.generate-password{
    margin-left: 10px;
}

/*=== LOADER ===*/

.content-lds-roller{
    position: absolute;
    background: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    text-align: center;
    height: 100%;
    display: none;
  }

  .lds-roller {
    display: inline-block;
    position: fixed;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
  }

  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
  }

  .lds-roller label {
    width: 250px;
    margin-top: 70px;
    margin-left: -92px;
    font-size: 1.5em;
    color:#AD1D27;
  }  

  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    margin: -3px 0 0 -3px;
  }

  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }

  .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
  }

  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }

  .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
  }

  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }

  .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
  }

  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }

  .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
  }

  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }

  .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
  }

  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }

  .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
  }

  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }

  .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
  }

  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }

  .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
  }

  .parpadea {
  
    animation-name: parpadeo;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  
  @-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
     100% { opacity: 1.0; }
  }
  
  @keyframes parpadeo {  
    0% { opacity: 1.0; }
     50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }  

  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

#content_titulo_reporte > .badge {
    color: #fff;
}

.table-hover tbody tr:hover button{
    border-color: #000;
}

.msj-seleccione-un-vehiculo{
    text-align: center;
    font-weight: bold;
    margin: 10px 0px;
}

.boder-error{
    border: 1px solid red;
}

#loading_card{
    height: 40px;
    background: white;
    position: absolute;
    z-index: 1;
    left: calc(50% - 50px);
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    animation: show_loading_card 1s ease forwards;
    padding: 0px 8px;
}

#loading_card > div{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

@keyframes show_loading_card {
    0%{
        transform: translateY(0%);
    }
    40%{
        transform: translateY(40%);
    }
    80%, 100%{
        opacity: 1;
        transform: translateY(10px);
    }
}

#loading_card.hide-loading-card{
    animation: hide_loading_card 1s ease forwards;
}

@keyframes hide_loading_card {
    0%{
        transform: translateY(10px);
    }
    40%{
        transform: translateY(40%);
    }
    80%, 100%{
        opacity: 0;
        pointer-events: none;
        transform: translateY(0%);
    }
}

/*========== TYPEAHEAD ==========*/

span.twitter-typeahead{
    display: block !important;
  }

  .tt-menu {
    width: 303px;
    margin: 7px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
  }

  .tt-suggestion{
    padding: 3px 20px;
    cursor: pointer;
  }

  .tt-suggestion:hover{
    background: #AD1D27;
    color: #fff
  }

  .content-buscador-tabla-ajax .input-group-text{
    padding: 0px;
    border-radius: 0px 5px 5px 0px !important;
  }

  .content-buscador-tabla-ajax #btn_buscar{
    padding: 0.375rem 0.75rem;
  }

  .ui-pnotify-icon{
    padding: 5px 0px;
  }

  .ui-pnotify-title{
    font-size: 17.5px;
    font-weight: bold;
  }
/*=============================================================================================================
                                        STATUS LISTA DE VEHÍCULOS
/*=============================================================================================================*/

    [data-vehicle-status="inactivo"],
    [data-vehicle-status="inactivo"]{
        text-decoration: line-through;
        color: gray !important;
    }

    [data-vehicle-status="offline"],
    [data-vehicle-status="offline"] td{
        color: gray;
    }

    [data-vehicle-status="alarmado"],
    [data-vehicle-status="alarmado"] td{
        color: red;
    }

    [data-vehicle-status="movimiento"],
    [data-vehicle-status="movimiento"] td{
        color: green;
    }

    [data-vehicle-status="estacionado"],
    [data-vehicle-status="estacionado"] td,
    [data-vehicle-status="estacionadoacc"],
    [data-vehicle-status="estacionadoacc"] td{
        color: blue;
    }

    [data-vehicle-status="bloqueado"],
    [data-vehicle-status="bloqueado"] td{
        color:#b919d1;
    }

/*=============================================================================================================
                                            MENÚ
/*=============================================================================================================*/

.navbar{
    padding: 0px .5%;
    border-bottom: 1px solid #dee2e6;
}

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

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-inner{
    border-bottom: 1px solid #dee2e6;
}

.navbar .btn-navbar{
    display: none;
}

.content-menu{
    width: 100%;
    justify-content: flex-end;
}

.content-menu > li{
    text-align: center;
    margin: 0px 5px;
    padding: 5px;
}

.content-menu li i{
    font-size: 20px;
    display: block;
}

.content-menu > li:hover{
    background: #eee;
}

.dropdown-item:hover, .dropdown-item:focus{
    background: #AD1D27;
    color: #fff;
}

.dropdown-item:hover a i, .dropdown-item:focus a i{
    color: #fff;
}

.dropdown-item:hover a, .dropdown-item:focus a,
.dropdown-item:hover i, .dropdown-item:focus i{
    color: #fff !important;
    text-decoration: none;
}

.dropdown-menu li a,
.dropdown-menu li a i{
    font-size: 13px;
    display: inline-block;
}

.navbar .dropdown-menu .dropdown-item{
    padding: 0px;
}

.navbar .dropdown-menu .dropdown-item a {
    padding: 0.25rem 1.5rem;
    width: 100%;
}

.navbar-nav li.active,
.dropdown-item.active,
.dropdown-item:active{
    background-color: #AD1D27;
}

.navbar-nav li.active a,
.navbar-nav li.active i,
.dropdown-item.active a,
.dropdown-item:active a,
.dropdown-item.active i,
.dropdown-item:active i{
    color: #fff;
}

.chosen-vehiculos{
    background-color: #f8f9fa;
    padding: 10px;
}

.chosen-vehiculos .chosen-choices{
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    background-image: none;
}

.lista_vehiculos_asignacion .dataTables_wrapper{
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.content-check-todos-vehiculos{
    text-align: left;
}

.content-check-todos-vehiculos input{
    position: inherit;
    margin-left: 3px !important;
}

.icon-Mextic-Go::before {
    color: #0f1923 !important;
}

.navbar-nav li.active .icon-Mextic-Go::before {
    color: #ffffff !important;
}

.custom-icon-Mextic-Go {
    display: flex;
    align-items: center;
    gap: 3px;
}

.custom-icon-Mextic-Go .icon-Mextic-Go {
    font-size: 16px;
}

.dropdown-item .icon-Mextic-Go {
    width: initial;
}
/*=============================================================================================================
                                            OPCIONES
/*=============================================================================================================*/

.opciones{
    display: flex;
    height: auto;
    padding: 8px 0px;
}

.opciones .header_map{
    float: inherit;
}

.opciones .botones_map{
    float: inherit;
}

.opciones .header_map .header_map_name{
    /*display: inline-block;*/
    float: inherit;
    padding: 0px;
}

.opciones .menu-acciones-desktop{
    flex-grow: 1;
}

.opciones .menu-acciones{
    flex-grow: 1;
}

.opciones .header_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.opciones .header_name > label{
    margin: 0px;
    font-weight: bold;
}

.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 35px !important;
}

/*=============================================================================================================
                                            LISTA DE VEHÍCULOS
/*=============================================================================================================*/

.lista_vehiculos{
    overflow-x: hidden !important;
    position: relative;
}

.table th,
.accordion-heading,
.contenedor_mapa .lista_vehiculos,
.contenedor_mapa .lista_vehiculos div.header_detalle_historial{
    background: #fff;
}

#show_vehicle_list{
    position: absolute;
    left: 15px;
    top:50%;
    display: none;
    z-index: 1000;
    cursor: pointer;
    background-color: #fff;
}

.header_lista_vehiculos,
.header_detalle_historial{
    background: #f8f9fa !important;
    border-bottom: 1px solid #dee2e6;
    display: flex;
}

.header_lista_vehiculos > div:nth-child(2),
.header_detalle_historial > div:nth-child(2){
    flex-grow: 1;
    text-align: right;
}

.header_lista_vehiculos > div{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 0px 2px;
}

.lista_vehiculos table tr.group td{
    background: rgba(102,102,102,.05);
}

.contenedor_mapa .lista_vehiculos,
.contenedor_mapa #mapa,
.contenedor_mapa #mapa_georoute{
    border: 1px solid #dee2e6;
}

span.n_notify{
    vertical-align: middle;
    font-size: 12px;
}

#btn_hide_mobile_vehicle_list{
    display: none;
}

.content-fechas-filter{
    width: 360px;
}

#btn_hide_mobile_vehicle_list,
#btn_show_mobile_vehicle_list{
    float: right;
}

#content_vehiculos tr.dtrg-group td {
    background: rgba(102,102,102,.05);
    font-size: 1.3em;
    font-weight: normal;
}

#content_vehiculos tr td button.btn-mini{
    padding: 0px 4px;
}

/*=============================================================================================================
                                            GRÁFICA
/*=============================================================================================================*/

.amChartsPeriodSelector {
    float: right;
}

.amChartsPeriodSelector .amChartsButton {
    padding-top: 5px;
    padding-bottom: 3px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dddddd;
    outline: none;
    background: #fff;
    color: #000;
}

.amChartsPeriodSelector .amChartsButton:hover {
    background-color: #eeeeee;
}

.amChartsPeriodSelector .amChartsButtonSelected {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #0088CC;
    color: #000000;
    padding-bottom: 3px;
    border-radius: 0;
    margin: 1px;
    outline: none;
}

/*=============================================================================================================
                                            MAPA HISTORIAL
/*=============================================================================================================*/

.map_custom_btns_container{
    display: flex;
    justify-content: flex-end;
    z-index: 1 !important;
    right: 5px !important;
}

/*=============================================================================================================*/

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout-danger {
    border-left-color: #d9534f;
}

/*=============================================================================================================
                                            GEOROUTES
/*=============================================================================================================*/

#georoute_score{
    padding: 0px 10px;
    border-radius: 5px;
}

.score-status-passed{
    background: #25bf25;
    color: #fff;
}

.score-status-warning{
    background: #ffc107;
}

.score-status-failed{
    background: #ea4335;
    color: #fff;
}

/*=============================================================================================================
                                            PROFILE
/*=============================================================================================================*/

#accordion_map_profile_body .accordion-inner {
    padding: 10px 0px;
}

/*=============================================================================================================
                                CONFIGURACIÓN DEL MAPA DE HISTORIAL
/*=============================================================================================================*/

#heat_maps_tab_content  tr.odd td:first-child,
#heat_maps_tab_content  tr.even td:first-child {
    padding-left: 4em;
}

/*=============================================================================================================
                                        MODAL DE CONFIGURACION DEL DISPOSITIVO
/*=============================================================================================================*/

/* Estilos para la sección de temperatura */
.temperatura-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.temperatura-titulo {
    text-align: center;
    margin-bottom: 20px;
}

.temperatura-titulo h5 {
    margin: 0;
    font-weight: bold;
}

.temperatura-inputs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.temperatura-input-group {
    flex: 1;
}

.temperatura-separador {
    margin: 20px 0;
    border-top: 1px solid #dee2e6;
}

.temperatura-rangos {
    text-align: center;
}

.temperatura-rangos-titulo {
    margin-bottom: 15px;
    font-weight: bold;
}

.temperatura-rangos-valores {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.temperatura-rango-item {
    text-align: center;
}

.temperatura-rango-label {
    font-size: 12px;
    margin-bottom: 5px;
}

.temperatura-rango-valor {
    font-size: 16px;
}

.temperatura-objetivo-valor {
    font-size: 20px;
    font-weight: bold;
}

/* Estilos para badge de eficiencia de temperatura */
.efficiency-badge {
    border-radius: 8px;
    padding: 4px;
    text-align: center;
    margin: 4px 0;
    border: 1px solid;
}

.efficiency-badge.manteniendo {
    background-color: #d4edda;
    border-color: #28a745;
    color: #28a745;
}

.efficiency-badge.enfriando {
    background-color: #d1ecf1;
    border-color: #17a2b8;
    color: #17a2b8;
}

.efficiency-badge.perdiendo {
    background-color: #f8d7da;
    border-color: #dc3545;
    color: #dc3545;
}

.efficiency-badge.estabilizando {
    background-color: #fff3cd;
    border-color: #a97f00;
    color: #a97f00;
}

.efficiency-badge .fa {
    margin-right: 5px;
}

.efficiency-badge small {
    font-size: 0.85em;
    line-height: 1.2;
}

.efficiency-ranges {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 8px;
}

.efficiency-ranges > div {
    flex: 1;
    padding: 0 4px;
}

.efficiency-ranges small {
    display: block;
    margin-bottom: 2px;
}

.efficiency-ranges strong {
    font-weight: 600;
}

/* Estilos para eficiencia de combustible */
.efficiency-badge.eficiente {
    background-color: #dcfce7;
    border-color: #22c55e;
    color: #22c55e;
}
.efficiency-badge.normal {
    background-color: #dbeafe;
    border-color: #3b82f6;
    color: #3b82f6;
}
.efficiency-badge.deficiente {
    background-color: #fef3c7;
    border-color: #f59e0b;
    color: #f59e0b;
}
.efficiency-badge.critico {
    background-color: #fee2e2;
    border-color: #ef4444;
    color: #ef4444;
}

/* Estilos para vista completa de eficiencia de combustible */
.fuel-admin-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    background: white;
    margin-top: 8px;
}

.fuel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.fuel-header h4 {
    margin: 0;
    font-size: 0.9rem;
    color: #111827;
}

.fuel-tipo-unidad {
    font-size: 0.75rem;
    color: #6b7280;
    margin-left: 10px;
}

/* Sección de métrica */
.fuel-metrica-section {
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.fuel-metrica-section.principal {
    border-left: 3px solid #3b82f6;
    background: rgba(59, 130, 246, 0.05);
}

.fuel-metrica-section.secundaria {
    opacity: 0.7;
    background: #f9fafb;
}

.fuel-metrica-section h5 {
    margin: 0 0 8px 0;
    font-size: 0.8rem;
    color: #374151;
    font-weight: 600;
}

/* Grid de niveles */
.fuel-niveles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 8px 0px;
}

.fuel-nivel-card {
    text-align: center;
    padding: 8px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    font-size: 0.75rem;
}

.fuel-nivel-nombre {
    font-weight: 600;
    font-size: 0.7rem;
    color: #6b7280;
    margin-bottom: 4px;
}

.fuel-nivel-estado {
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.fuel-nivel-estado.eficiente {
    background: #dcfce7;
    color: #22c55e;
}

.fuel-nivel-estado.normal {
    background: #dbeafe;
    color: #3b82f6;
}

.fuel-nivel-estado.deficiente {
    background: #fef3c7;
    color: #f59e0b;
}

.fuel-nivel-estado.critico {
    background: #fee2e2;
    color: #ef4444;
}

.fuel-nivel-estado.na {
    background: #f3f4f6;
    color: #9ca3af;
}

.fuel-nivel-valor {
    font-size: 0.75rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2px;
}

.fuel-nivel-detalle {
    font-size: 0.65rem;
    color: #6b7280;
    line-height: 1.2;
}

/* Último evento */
.fuel-ultimo-evento {
    padding: 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.fuel-ultimo-evento.carga {
    background: #f0fdf4;
    color: #166534;
    border-left: 3px solid #22c55e;
}

.fuel-ultimo-evento.extraccion {
    background: #fef2f2;
    color: #dc2626;
    border-left: 3px solid #ef4444;
}

/* Rangos */
.fuel-rangos {
    font-size: 0.7rem;
    color: #6b7280;
    text-align: center;
    margin: 5px 0px 10px 0px;
}

.fuel-rangos i {
    font-size: 10px;
}

/*=============================================================================================================
                                            RESPONSIVE
/*=============================================================================================================*/

/*========== MAX ==========*/

@media(max-width: 1320px){
    .amChartsPeriodSelector,
    .amChartsPeriodSelector{
        font-size: 12px !important;
    }
}

@media(max-width: 1220px){

    .amChartsPeriodSelector,
    .amChartsPeriodSelector{
      margin-top: 15px !important;
      font-size: 14px !important;
      float: inherit;
    }

    .amChartsPeriodSelector>div:nth-child(1)>input.amChartsInputField,
    .amChartsPeriodSelector>div:nth-child(1)>input.amChartsInputField{
      width: 100px !important;
    }

    .amChartsPeriodSelector>div:nth-child(2),
    .amChartsPeriodSelector>div:nth-child(2){
      float: inherit !important;
      display: inherit !important;
      margin-top: 5px;
    }
}

@media(max-width: 991px){
    .navbar-nav .dropdown-menu{
        background: none;
        border: none;
    }

    .navbar-nav  li a i{
        margin-right: 5px;
        display: inline-block;
    }

    .content-menu li{
        text-align: left;
        margin: 0px;
    }

    .content-menu li a{
        padding: 9px 15px;
        font-weight: bold;
        width: 100%;
        display: block;
        margin-bottom: 2px;
    }

    .contenedor_mapa .lista_vehiculos,
    .contenedor_mapa #mapa,
    .contenedor_mapa #mapa_georoute,
    #content_mensajes,
    #content_mensajes_grupo{
        display: inline-block;
        float: none !important;
        width: 99.5% !important;
    }

    .hidden-desktop{
        display: inherit !important;
    }

    #btn_hide_vehicle_list{
        display: none;
    }

    .contenedor_mapa .lista_vehiculos {
        height: auto !important;
    }

    #btn_hide_mobile_vehicle_list{
        display: initial;
    }
}

@media (max-width: 767px){
    .hidden-phone {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .visible-phone-block {
        display: block !important;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center !important;
    }

    #tgrid_wrapper .dataTables_wrapper > div.row:nth-child(1) > div{
        padding: 0px !important;
    }

    .content-options-catalogo{
        width: 100%;
    }

    .content-options-selects,
    .content-options-selects > div{
        flex-grow: 1;
    }

    .amChartsPeriodSelector,
    .amChartsPeriodSelector{
        font-size: 12px !important;
    }
}

@media (max-width: 480px){
    .content-options-btns{
        width: 100%;
        text-align: right;
    }

    .content-options-selects,
    .content-options-selects > div{
        width: 100%;
        margin-right: 0px;
    }

    .content-buscador-tabla{
        width: 70%;
    }

    .content-tabla-length{
        width: 28%;
    }

    .amChartsPeriodSelector,
    .amChartsPeriodSelector{
        font-size: 11px !important;
    }
}
/*========== MIN ==========*/

@media(min-width: 480px){
    .content-options-selects > div,
    .content-options-btns > a{
        margin-right: 4px;
    }
}