#tabela-users {
  display: none;
}

#tabela-companies {
  display: none;
}

.input-row {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 25px;
}

#container-companies .input-row:nth-of-type(3) {
  margin-bottom: 0;
}

.input-row > * {
  flex: 1;
}

.form-group {
  margin-bottom: 0 !important;
}

.dataTables_wrapper {
  margin-top: 100px;
}

.btn.btn-secondary {
  margin: 25px 3px 0 0;
}

td.details-control {
  background: url(../images/icon-info.png) no-repeat center center;
  background-size: 25px;
  cursor: pointer;
}

select {
  text-align: end;
}