/* Fondo general */
body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 11px;
}

label.form-label {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

.main-container {
        max-width: 1200px;
        margin: 0 auto;
}

.custom-alert {
    font-size: 14px; /* Cambia el tamaño de la fuente */
    padding: 5px 10px; /* Ajusta el padding (espaciado) */

}

.btn {
    font-size: 13px !important;
}

.btn-green {
    background-color: #28a745; /* Verde Bootstrap */
    color: white;
    border: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
  }
  
  .btn-green:hover {
    background-color: #218838; /* Verde más oscuro para hover */
  }

  .h3, h3 {
        font-size: 18px !important;
    }

border {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: blue !important;
}

header {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header h1 {
    margin: 0;
    font-size: 1.5rem;
}
nav {
    display: flex;
    gap: 15px;
}
nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}
.main-title {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    font-size: 1.8rem;
    font-weight: bold;
}
.tables-container {
    display: flex;
    justify-content: space-around;
    margin: 20px;
}
table {
    border-collapse: collapse;
    width: 45%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
table thead {
    background-color: #007bff;
    color: #fff;
}
table th, table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
table th {
    text-align: center;
}
.btn {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
}
.btn-view {
    background-color: #17a2b8;
}
.btn-log {
    background-color: #ffc107;
}
.btn-delete {
    background-color: #dc3545;
}

/* Encabezado */
h1 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #333; /* Texto oscuro */
}

p {
    font-size: 1rem;
    color: #6c757d; /* Texto gris */
}

/* Input y botón */
.input-group-text {
    background-color: #333; /* Fondo oscuro */
    color: #ffffff; /* Texto blanco */
}

.btn-dark {
    background-color: #333; /* Botón oscuro */
    border: none;
    font-size: 1rem;
}

.btn-dark:hover {
    background-color: #555; /* Botón más claro al pasar el mouse */
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }


/* ORDEN DE INGRESO*/
.form-control {
    font-size: 12px !important;
}

.form-select {
    font-size: 12px !important;
}

 .seccion-titulo {
    padding: 1px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #333 !important;
   
  }

  .my-3 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .form-control[readonly] {
    background-color: #f5f5f5;
  }
  .avatar {
    width: 21px;
  }
  .form-container {
    max-width: 900px;
    width: 100%;
    padding: 2rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  th {
      background-color: #f8f9fa;
      color: #495057;
  }
  td {
      font-size: 0.875rem;
  }

  .campo-hora {
  display: none;
  }  

 /* FANCYBOX*/

  .dataTables_wrapper {
        overflow-x: auto  !important;
        }

  .barra {
        height: 4px;
        background-color: #3c8dbc;
        margin-bottom: 20px;
        border-radius: 2px;
        }

/*ESTILOS DATA TABLE*/

    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 10px; /* Ajusta el margen entre la barra de búsqueda y la tabla */
    }

    .table-bordered, .table-bordered th, .table-bordered td {
      border: 1px solid #ddd; /* Bordes de color gris claro */
    }

    .table th, .table td {
      border-top: 1px solid #ccc; /* Bordes de las filas */
     }

     .small-text-table td, .small-text-table th {
    font-size: 11px;  /* Cambia el tamaño según lo necesites */
}



.table_detalles_ordenes {
    width: 100% !important;
    table-layout: fixed !important;
}

.table_detalles_ordenes th,
.table_detalles_ordenes td {
    font-size: 10px !important;
    padding: 2px 4px !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}