.table-pesq-produto-col-preco {
	min-width: 130px;
	text-align: center;
	display: none !important;
}

@media ( min-width : 992px) {
	.table-pesq-produto-col-preco {
		display: block !important;
	}
	table.table-pesq-produto-col-preco {
		display: table !important;
	}
	tr.table-pesq-produto-col-preco {
		display: table-row !important;
	}
	th.table-pesq-produto-col-preco, td.table-pesq-produto-col-preco {
		display: table-cell !important;
	}
}

.table-pesq-produto-col-estoque {
	min-width: 100px;
	text-align: center;
	display: none !important;
}

@media ( min-width : 992px) {
	.table-pesq-produto-col-estoque {
		display: block !important;
	}
	table.table-pesq-produto-col-estoque {
		display: table !important;
	}
	tr.table-pesq-produto-col-estoque {
		display: table-row !important;
	}
	th.table-pesq-produto-col-estoque, td.table-pesq-produto-col-estoque {
		display: table-cell !important;
	}
}

.table-pesq-produto-col-status {
	min-width: 100px;
	text-align: center;
}

.table-pesq-produto-col-acoes {
	min-width: 105px;
	text-align: center;
}

.foto-autor {
	width: 128px;
	height: 128px;
	margin: auto;
}

.foto-autor img {
	width: 128px; height: 128px; object-fit: cover;
}

.foto-autor i {
	margin: 16px 32px;
	color: #1e94d2;
}

.autor-item-lista {
	padding-top: 40px;
}

a.autor {
	color: #333;
}

.autor-unesp {
	background-repeat: no-repeat;
	background-image:
		url('https://repositorio.unesp.br/themes/Mirage2/images/unesp-author-logo-gray.png');
	background-position: right;
	padding-right: 20px;
}

#paginador {
	text-align: center;
}

.orcid-link {
	background-image:
		url('https://orcid.org/sites/default/files/images/orcid_16x16.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	margin-right: 10px;
}

.lattes-link {
	background-image: url('../images/lattes.jpg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	margin-right: 10px;
}

.fapesp-link {
	background-image: url('../images/fapesp.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	margin-right: 10px;
}

.gscholar-link {
	background-image: url('../images/gscholar.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	margin-right: 10px;
}

.researcherid-link {
	background-image: url('../images/researcherid.gif');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	margin-right: 10px;
}

.scopus-link {
	background-image: url('../images/scopus.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	margin-right: 10px;
}

.dimensions-link {
	background-image: url('../images/dimensions.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	margin-right: 10px;
	background-size: 16px;
}

.repositorio-link {
	background-image: url('../images/repositorio.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	margin-right: 10px;
}

#gsc_rsb_cit {
	padding: 0px;
	margin: 0px;
}

.gsc_rsb_header {
	display: none;
}

.circles-text {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
}

div.autor-item-lista div h2 {
	margin-top: 0px;
}

.botao-ajuda {
	cursor: pointer;
}

.card:hover {
	text-decoration: none;
}

.flag-portugues {
	background-image: url(../flags/pt-br.png);
	background-repeat: no-repeat;
	background-size: 25px;
	height: 50px;
	background-position: center;
}

.flag-ingles {
	background-image: url(../flags/en-uk.png);
	background-repeat: no-repeat;
	background-size: 25px;
	height: 50px;
	background-position: center;
}

.ultimaatualizacao{
	color: #1a80b5;
	font-weight: bold;
}