.btn-submit {
  background-color: #1d1790d7;
    color: white;
}

.btn-submit:hover {
  background-color: rgb(11, 3, 60);
    color: white;
}

.btn-insert {
  background-color: #087990;
  color: white;
}

.btn-insert:hover {
  background-color: #092a31;
  color: white;
}

.titulo-modal {
  background-color: #087990;
  color: white;
  border-bottom: solid 5px #62b6c6;
}

.obrigatorio:after {
  content: " *";
    color: red;
    font-weight: bold;
}
.btn-acao-modal:hover {
  background-color: navy;
  border: solid 1px navy;
}
th {
  background-color: #e8e8e8 !important;
  border: solid 1px #bebebe !important;
  color: #0f6c7f !important;
}