.inputs-personales .input-group {
  width: 100% !important;
}

.truncar-texto {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table {
  table-layout: fixed;
}

.table .truncar-texto-tabla {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.imagen-miniatura-paginacion {
  width: 110px;
  height: 70px;
  margin: 4px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  text-align: center;
  background-color: #2d2d2d;
}

.imagen-miniatura-paginacion img {
  padding: 5px;
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dedede !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dedede !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dedede !important;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #dedede !important;
}

