/**
 * Trata assuntos relacionados às tabelas de todo o documento
 */

.vertical-align-middle,
.vertical-align-middle td,
.vertical-align-middle th {
  vertical-align: middle !important;
}

.table input {
  width: 48px;
  font-size: 11px;
  border: 1px solid rgb(221,221,221);
  border-radius: 5px;
  background-color: inherit;
  padding: 2px 5px;
  text-align: center;
  height: 20px;
}

/* Trata o tamanho dos inputs das tabelas, usado muito nos planejados */
.table-input-sm input {
    width: 50px;
}

.table input:disabled,
.table input:read-only {
  border: none;
  background: none;
}

.table-settings input {
  width: 72px;
}
