/*
Theme Name: Instituto Politécnico de Coimbra
Author: Crossing Answers
Author URI: http://crossinganswers.com
Description: Custom theme developed with love by "Crossing Answers"
Version: 1.6.13
*/

#tabela-publicacoes-cientificas {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
}

#tabela-publicacoes-cientificas tbody tr:first-of-type {
  background: #ebedefdb;
  color: #545454;
  font-weight: 700;
}

#tabela-publicacoes-cientificas tbody tr th {
  color: #545454;
  border: 1px solid #e5e6e5;
  padding: 1em;
  line-height: 1.2;
}

#tabela-publicacoes-cientificas tbody tr th strong,
#tabela-publicacoes-cientificas tbody tr td strong {
  font-weight: 700;
}

#tabela-publicacoes-cientificas tbody tr td {
  text-align: center;
  padding: 1em;
  color: #545454;
  border: 1px solid #e5e6e5;
  padding: 1em;
  line-height: 1.2;
}

#tabela-publicacoes-cientificas-filtros {
  width:100%;
  display: contents;
}

.filtro-titulo, .filtro-autores {
  width:39.8%;
  line-height: 30px;
  margin-right: 0.1%;
  margin-left: 0.1%;
  min-width: 200px;
}

.filtro-ano{
  width:19.9%;
  line-height: 30px;
  height:36px;
  margin-left:0.1%;
  min-width: 160px;
  background:none;
  border: 1px solid #8f8f9d;
  border-radius: 2px;
  color: dimgrey;
}

#tabela-publicacoes-cientificas tbody tr:nth-child(n+2):nth-child(odd) {
  background-color: #f3f2f2;
}

.paginacao {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.paginacao > a {
  color:black;
}
