.required label:after {
    content: " *";
    color: red;
}

.humano {
  color: darkviolet !important;
}

.software {
  color: green !important;
}

span.seta {
  display: inline-block;
  margin: 20px;
  -webkit-transform: scale(1, 4);
  -moz-transform: scale(1, 4);
  -o-transform: scale(1, 4);
  transform: scale(1, 4);
}

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

td.seta:hover {
  background-color: #f9fafb;
  color: dodgerblue;
}

thead.topo {
  background-color: #ebedff;
}

tbody.corpo {
  background-color: #f9fafb;
}

table.moldura {
  border: 4px solid #ebedff;
}

.footer {
  background-color: white;
}

.pagination-list {
  list-style: none !important;
}

@media print {
  .no-print {
    display: none;
  }
}
