.centradoCabecera {
    text-align: center;
}
.centradoCabecera td,th {
    font-size: 23px;
}
.centradoCabeceraBultos td,th {
    font-size: 14px;
}
.cabeceraFija{
    
    top: 0;
    
}
.table{
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

th, td {
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
}

th {
    background-color: #FFCC00;
    font-weight: 600;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f0f0f0;
}

.statusOk::before {
    background-color: #2ECC71;
}

.statusError::before {
    background-color: #FF6347;
}

.statusWarning::before {
    background-color: #FFCC00;
    animation: pulse 1s infinite;
}

.status::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.botonesTeclado:hover{
    background: #c0c0c0;
}
.botonesTeclado{
    color: black; 
    font-weight: bold;
    border: none;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    border: 4px solid;
}
.botonesTeclado:focus{
    outline: none;
}
.botonesTeclado:active{
    transform: translate(2px,2px);
    
}
.botonAceptarTeclado {
    
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .botonAceptarTeclado:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b6edb3;
    border-radius: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .botonAceptarTeclado:hover, .botonAceptarTeclado:focus, .botonAceptarTeclado:active {
    color: black !important;
  }
  .botonAceptarTeclado:hover:before, .botonAceptarTeclado:focus:before, .botonAceptarTeclado:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 5px;
  }
.botonAceptarTeclado{
    color:green;
}

@keyframes movimientoCaja
{
    0% {
        opacity: 0.6;
        left: 115px;
        top: 55px;
    }
    50% {
        opacity: 1;
        top: 65px;
    }
    100% {
        left: 255px;
        opacity: 0.6;
        top: 55px;
    }
}
#cajaMovimiento{
    animation: movimientoCaja 2s linear infinite;
    
}
.noPointerEvents{
    pointer-events: none;
}
.alertaOkay{
    color:black !important;
    background-color: #d4edda !important;
    border: 3px solid #9de0ad !important;
    border-radius: 15px;
    cursor: pointer !important;
    
}
.alertaError{
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border: 3px solid #f1a3ab !important;
    border-radius: 15px;
    cursor: pointer !important;
}
.alertaWarning{
    color: #856404 !important;
    background-color: #fff3cd !important;
    border: 3px solid #f3dd9a !important;
    border-radius: 15px;
    cursor: pointer !important;
}
.alertaTextoOkay{
    color:#155724 !important;
    
    
}
.alertaTextoError{
    color: #721c24 !important;
    
}
.alertaTextoWarning{
    color: #856404 !important;
    
}
.ui-btn-up-3{
    background-color: #153b60 !important;
}

  #map {width:100%;height: 100%; background-color: whitesmoke;border:2px solid black;}
  .my-label {
    position: absolute;
    border:none  !important;
    background-color:transparent !important;
    font-size:30px;
    font-weight: bold !important;
    background-image: none  !important;
    box-shadow: none !important;
}
.leaflet-tooltip-right:before {
    border: none !important;
    
}
.leaflet-tooltip-left:before {
    border: none !important;
}
.contenedor::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
    width:10px;
}

.contenedor::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.contenedor::-webkit-scrollbar:horizontal {
    height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.contenedor::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.divTooltip{
    padding: 10px;
}
.icono_marcado{
    box-shadow: 0px 5px 7px red
}

.textoEstacionES{
    font-size: 23px;
    background-color: lightgray;
    
    text-align: center;
    border: 2px solid black;
    border-radius: 10px;
    font-weight: bold;
    z-index: -1 !important;
    padding-top:20px;
}
.textoEstacionesPersona{
    font-size: 23px;
    background-color: rgb(219, 166, 67);
    
    text-align: center;
    border: 2px solid black;
    border-radius: 10px;
    font-weight: bold;
    z-index: -1 !important;
    padding-top:20px;
}
.textoEstacionES {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .textoEstacionES:hover, .textoEstacionES:focus, .textoEstacionES:active {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
  .textoEstacionCerrado {
    font-size: 23px;
    background-color: red;
    color: white;
    text-align: center;
    border: 2px solid black;
    border-radius: 10px;
    font-weight: bold;
    z-index: -1 !important;
    padding-top:20px;
}
  .capaoculta{
      opacity: 0.5;
      background-color: gray;
      position: absolute;
      z-index: 10;
  }

  .linea_movimiento{
      z-index:100;
  }
  .leaflet-overlay-pane { z-index: 000; }

  .checkbox3co {
    width: 25px;
    height: 25px;
}

.cont {
    display: grid;
    /* auto auto is telling the browser to render two rows, if needed */
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
    overflow-y: hidden;
    width: inherit;
    scrollbar-width: auto;
    scrollbar-color: #545454 #ffffff;
    
}



  /* Chrome, Edge, and Safari */
  .cont::-webkit-scrollbar {
    width: 16px;
  }

  .cont::-webkit-scrollbar-track {
    background: #ffffff;
  }

 .cont::-webkit-scrollbar-thumb {
    background-color: #545454;
    border-radius: 0px;
    border: 3px solid #ffffff;
  }
  .casilla{
    
    border: 1px solid black;
    display:grid;
  box-shadow: 1px black;
  width: 100px;
  height: 100px;
  text-align:center;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(143,143,143,0.52);
-moz-box-shadow: 0px 0px 2px 2px rgba(143,143,143,0.52);
box-shadow: 0px 0px 2px 2px rgba(143,143,143,0.52);
  }
.casillaOK {

  background: lightgreen;
}

.casillaError {
  background: #FF6347;
}

.casillaWarning {
  background: #FFFF66;

}
.casilla > span {
  padding-top: 3px;
}
.txtAGV{
    font-size: 24px;
    cursor: pointer;
}
.txtBateria{
    font-size: 20px;
}
.txtEstado{
    font-size: 13px;
}

.shelf {
    width: 300px;
    height: 40px;
    background-color: #ff0000; /* Brown color for the shelf */
    position: relative;
    margin: 100px auto; /* Center the shelf horizontally */
    font-size: 20px;
}

.pallet {
    width: 200px;
    height: 80px; /* Smaller pallet on top of the shelf */
    background-color: #3498db; /* Blue color for the pallet */
    position: absolute;
    top: -80px; /* Position the pallet on top of the shelf */
    left: 50px; /* Center the pallet horizontally on the shelf */
    border: 2px solid #000; /* Black border for the pallet */
}

.shelfMini {
    width: 200px;
    height: 20px;
    background-color: #ff0000; /* Brown color for the shelf */
    position: relative;
    margin: 50px auto; /* Center the shelf horizontally */
    font-size: 15px;
}

.palletMini {
    width: 100px;
    height: 40px; /* Smaller pallet on top of the shelf */
    background-color: #3498db; /* Blue color for the pallet */
    position: absolute;
    top: -40px; /* Position the pallet on top of the shelf */
    left: 50px; /* Center the pallet horizontally on the shelf */
    border: 2px solid #000; /* Black border for the pallet */
}
.textoPalet {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
.textoPaletMini {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}
.shelf:last-of-type{
    margin-bottom: 0px;
    }

    .fondoEstanteria{
        background: lightgray;
    border: 1px solid black;
    border-radius: 20px;
    width: auto;
    height: 700px;
    }

    .btnAnadirEst{
        width: 80%;
    border-radius: 10px;
    align-content: center;
    margin-left: 10%;
    background: #2ECC71;
    height: 50px;
    font-size: 30px;
    }

    button.btnEstanteria {
        border: none;
        background: red;
        color: white;
        height: inherit;
        margin-top: -3px;
    }

    input.inputSinFondo {
        border: none;
        background: none;
        width: 65%;
    }
    input.inputSinMargen{
        width: 100%;
        text-align: center;
    }


    ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    li.list-group-item {
        width: calc(50% - 10px); /* Adjust the width and margin as needed */
        margin-bottom: 10px; /* Adjust the margin as needed */
        box-sizing: border-box;
        font-size: 15x;
    }
    .card_sscc{
        border: 1px solid black;
        height: 40px;
        width: 80%;
        font-size: 30px;
        text-align: center;
        padding: 10px;
        background: rgb(123, 198, 207);
        border-radius: 10px;
        box-shadow: 1px 1px 1px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 10px;
        }

    .card_sscc_ok{
        background: lightgreen;
    }

    .card_sscc_delete{
        background: rgb(238, 144, 144);
        text-decoration: line-through; /* Text strikethrough when clicked */
        transform: translateX(50px);
    }

    .bordered-div {
        border: 1px solid #000;
        padding: 10px;
        position: relative;
        
    }

    .text-field {
        position: absolute;
        top: 0px;
        left: 10px;
        
    }

    .inner-div {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .column {
        flex: 0 0 45%; /* Maximum of 3 columns */
        margin: 0 10px 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
        width: 100px;
    }

    .menuZonas {
        width: 400px;
        height: 350px;
        border: 1px solid black;
        padding: 10px;
        border-radius:  10px;
        background-color: white;
    }
    .botonZona{
        width: 100%;
        height: 50px;
        background-color:rgba(74, 196, 74, 0.61);
        color: white;
        padding: 14px 20px;
        margin: 4px 0;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease transform 0.3s ease, font-size 0.3s ease;
        font-size: 16px;
        border-radius: 3px;

    }
    .textoZonas{
        font-size: 16px;
        
    }
    .botonZona:hover{
        
        transform: scale(1.01);
        font-size: 17px;
    }
    .centrado{
        text-align: center;
    }
    .button-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .botonAzul{
        background-color: #3498dbc4;
    }
    .botonAzul:hover{
        background-color: #3498db;
    }
    .botonVerde{
        background-color: #2ecc71c4;
    }
    .botonVerde:hover{
        background-color: #2ecc71;
    }
    .botonRojo{
        background-color: #e74c3cc4;
    }
    .botonRojo:hover{
        background-color: #e74c3c;
    }
    .botonNaranja{
        background-color: #e67e22c4;
    }
    .botonNaranja:hover{
        background-color: #e67e22;
    }
    .inputZona{
        padding: 10px;
        border-radius: 5px;
        margin: 0px 0 5px;
        font-size: 18px;
    }

    .search-container {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .search-input {
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 10px;
    }

    .search-button {
        padding: 10px 20px;
        font-size: 16px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .search-button:hover {
        background-color: #45a049;
    }

    .list-container {
        display: flex;
        flex-direction: column;
        max-height: 200px; /* Set a maximum height for the list container */
            overflow-y: auto; /* Add a vertical scrollbar when the list is too big */
    }

    .list-item {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 18px;
    }

    .checkbox {
        margin-right: 10px;
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #4CAF50;
        border-radius: 5px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        
    }
    .checkbox:checked{
        background-color: #4CAF50;
        border: 2px solid white;
        border-radius: 5px;
    }
    .checkbox:checked::before {
        content: '✔';
        font-size: 16px;
        color: white;
        
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .item-selected{
        background-color: #4CAF50;
        color:white;
        font-weight: bold;
    }

    .tablaDestinos {
        width: 50%;
        border-collapse: collapse;
        margin-bottom: 20px;

    }
    
    .tablaDestinos td {
        padding: 10px;
        text-align: center;
        border: 1px solid #000000; /* Set cell border color */
    }
    
    
    
    
    .scrollable-container {
        width: 700px;
        height: 100px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        opacity: 0;
        animation: fadeIn 2s ease-in-out forwards;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;

    }
    
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .inner-container {
        display: inline-block;
        width: 100%;
    }
    
    .clickable-button {
        margin-right: 10px;
        padding: 10px;
        border: 1px solid #ccc;
        cursor: pointer;
        background-color: #f0f0f0;
        transition: background-color 0.3s ease-in-out;
        height: 100%;
        width: 200px;
        font-size: 25px;
    }
    
    .clickable-button:hover {
        background-color: #ddd;
    }
    
    .clickable-button:active {
        transform: scale(0.95);
    }

    .arrow {
        opacity: 0;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        transform: translateX(100%);
    }
    
    .clickable-button:hover .arrow {
        opacity: 1;
        transform: translateX(0);
    }