/* CRUD */

.caja {
  /* border: 1px solid; */
  padding: 15px;
}

.ferMarcoCrud {
  border-style: double;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 8px;
}

table.dataTable thead {
  /*
  background: #007bff;
  background-color:saddlebrown;
  color: white;
  */
  font-style: italic;
}

.ferTablaBase {
  font-family: "Times New Roman", Times, serif;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.ferTablaTop {
  /*  
  background-color: whitesmoke;
  color:black;
*/
  font-family: "Times New Roman", Times, serif;
}

/* 
***************************************
** MEJORAS A LOS GET DEL CRUD
** 2026-04-08
*************************************** 
*/
.crud-pic {
  border-radius: 8px;
  background-color: aqua;
  max-width: 99%;
  width: 99%;
  margin: 3px auto;
  height: 99%;
  max-height: 99%;
}

.crud-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.crud-header {
  position: relative;
  padding: 0;
  flex-shrink: 0;
}

.crud-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  margin: 0;
}

.crud-body {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding: 3px;
}

.crud-footer {
  flex-shrink: 0;
  /*
  padding-bottom: 0px;
  */
}
