.fabpredic .fabsel:hover{
    background-color:aliceblue;
}
.plugin_fabricantes_tituloTabla
{
    
    padding: 10px 3px; /* Espaciado interno */
    text-decoration: none; /* Quita la decoración de los enlaces */
    color: #136380; /* Color de texto */
    transition: background-color 0.3s; /* Transición suave del color de fondo */
        text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align:center;

}
.plugin_fabricantes_titulPasoCompra
{
    font-size: 18px!important;
    font-weight: 600;
    text-align:center!important;
}

.plugin_fabricantes_tituloSeccion
{
    padding: 10px 15px; /* Espaciado interno */
    text-decoration: none; /* Quita la decoración de los enlaces */
    color: #6dab3c!important; /* Color de texto */
    transition: background-color 0.3s; /* Transición suave del color de fondo */
        text-transform: uppercase;
    font-size: 25px!important;
    font-weight: 600!important;
    text-align:center!important;
}

.input-buscar
{
    width: 100%;    
    /* margin-left: 10%;      */
    /* margin-top: 20px; */
    border: 2px solid #136380!important;height:45px; 

}
.input-fecha
{   
    /* margin-top: 20px; */
    border: 2px solid #136380!important;
    height:45px;
    margin-bottom: 4px;
    padding: 10px;
}

.addPedidoForm{    
    max-width: 85%;
    margin: 0 auto;
}
.FechasDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    margin-bottom:20px;
}

.FechaSelect {
    margin: 0 10px; /* Ajusta el espaciado entre los selects según necesites */
}

.addPedidoForm input[type="submit"] {     
    border: 2px solid #136380 !important;
    color: #FFF !important;
    background: #136380 !important;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    padding: 9px;
    width: 65%;
    cursor: pointer;
    margin-bottom: 50px;
    font-size: 24px;
}



.addFabricanteForm{    
    max-width: 65%;
    margin: 0 auto;
    width: 50%;
}

.addFabricanteForm input[type="submit"] {     
    border: 2px solid #136380 !important;
    color: #FFF !important;
    background: #136380 !important;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
  
    margin-bottom: -16px;
    padding: 9px;
    width: 100%;
    cursor: pointer;
}

.plugin_fabricantes_TablaHeader{
    border-bottom: 3px solid #136380;;
}

.plugin_fabricantes_TablaBody{
    margin-top: 20px;;
}

.light-theme .current {
    background: #136380!important;
    color: #FFF!important;;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme a, .light-theme span {
   
    color:  #136380!important;
}



/* Estilos para el contenedor principal */
.lateralmenu {
    margin-top: 100px;
    background-color: #d6e1e8; /* Color de fondo */
    padding: 20px;
    padding-bottom: 100px;
}

/* Estilos para la lista */
.lateralmenu ul {
    list-style-type: none; /* Quita los puntos de la lista */
    padding: 0;
    text-align: center;
}

/* Estilos para los elementos de la lista */
.lateralmenu li {
    margin-bottom: 10px; /* Espacio entre elementos */
}

/* Estilos para los enlaces */
.lateralmenu li a {
    display: block;
    padding: 11px 1px;
    text-decoration: none;
    color: #136380;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* Estilos al pasar el ratón sobre los enlaces */
.lateralmenu li a:hover {
    background-color: #ddd; /* Cambia el color de fondo al pasar el ratón */
    color: #000; /* Cambia el color del texto al pasar el ratón */
}

.botonBuscar
{
    border: 2px solid #136380 !important;
    color: #FFF !important;
    background: #136380 !important;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
  
    margin-bottom: -16px;
    padding: 9px;
    width: 10%;
    cursor: pointer;
    vertical-align: unset;
}
.botonExcel
{
    border: 2px solid #207346 !important;
    color: #FFF !important;
    background: #207346 !important;
    border-color: #444;
    padding: 9px;
    cursor: pointer;
    vertical-align: unset;
}
.botonExcelDiv
{   margin-top: 20px;
    margin-bottom: 20px;}


.fabpredic .fabsel:hover{
            background-color:aliceblue;
        }

.zonaBusqueda
{
    margin-left:10%;
}

.zonaPaginacion
{
    display: flex;    
    justify-content: center;    
    align-items: center;margin-bottom:20px;
}


#loader {
    display: none; /* Oculta el loader inicialmente */
    position: fixed; /* Posición fija en la pantalla */
    left: 0;
    top: 0;
    width: 100%; /* Anchura completa */
    height: 100%; /* Altura completa */
    background: rgba(255, 255, 255, 0.7); /* Fondo blanco con opacidad */
    z-index: 9999; /* Asegura que el overlay esté sobre otros elementos */
    justify-content: center; /* Centra horizontalmente el contenido */
    align-items: center; /* Centra verticalmente el contenido */
    display: flex; /* Usa flexbox para el centrado */
}

.spinner {
    border: 5px solid #f3f3f3; /* Color de fondo */
    border-top: 5px solid #136380; /* Color del spinner */
    border-radius: 50%;
    width: 150px; /* Tamaño del spinner */
    height: 150px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
