/*****************************
 *  TABLE
 ******************************/
/* wpcf-table é uma classe para tabelas codificadas no editor WYSIWYG */

.table-responsive {
  margin-bottom: 1rem;
}

.wpcf-table td,
.wpcf-table th {
  text-align: center;
}

.wpcf-table th,
.wpcf-table td,
.table-striped {
  border: 1px solid var(--fsa-color-maastricht-blue);
}

.wpcf-table th,
.table-striped th {
  background-color: var(--fsa-color-maastricht-blue);
  color: var(--fsa-color-white);
}

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

.wpcf-table tfoot td,
.table-striped tfoot td {
  font-weight: bold;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: var(--fsa-color-boy-blue);
}

.table-striped tbody tr:hover {
  background-color: var(--fsa-color-blueberry);
}

.wpcf-table dl,
.wpcf-table ol,
.wpcf-table ul,
.table-striped dl,
.table-striped ol,
.table-striped ul {
  margin: 0;
}

.fsa-modal-pos-graduacao-valores .wpcf-table {
  border-collapse: separate;
}

.fsa-modal-pos-graduacao-valores .table-responsive .wpcf-table thead th {
  height: 90px;
  min-width: 110px;
  width: 25%;
}

.fsa-modal-pos-graduacao-valores .table-responsive .wpcf-table tbody td {
  height: 60px;
}

.fsa-modal-pos-graduacao-valores .table-responsive .wpcf-table thead th:nth-child(3) {
  background-color: var(--fsa-color-earth-yellow);
  color: var(--fsa-color-maastricht-blue);
  border-color: var(--fsa-color-earth-yellow);
}

.fsa-modal-pos-graduacao-valores .table-responsive .wpcf-table thead th:last-child {
  background-color: var(--fsa-color-black);
  border-color: var(--fsa-color-black);
}