/****** TABS *******/

#conteudo #conteudo_centro #tabwrap {
	display: none;
	background: #E3E3E3;
	overflow: hidden;
	width: 95%;
	min-height: 160px;
	margin-bottom: 20px;

}

#conteudo #conteudo_centro #tabs {
	overflow: hidden;
	background: #f1f1f1;
}

#conteudo #conteudo_centro #tabs li {
	list-style: none;
	padding-left: 0px;
}

#conteudo #conteudo_centro #tabs li a {
	float: left;
	display: block;
	padding: 10px;
	color: #8A8A8A;
	width: 25%;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #CBCBCB;
	margin-bottom: -1px;

	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #F8F8F8 0%, #CECECE 97%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(97%, #CECECE));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F8F8F8 0%, #CECECE 97%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F8F8F8 0%, #CECECE 97%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F8F8F8 0%, #CECECE 97%);
	/* IE10+ */
	background: linear-gradient(to bottom, #F8F8F8 0%, #CECECE 97%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#CECECE', GradientType=0);
	/* IE6-9 */

}

#conteudo #conteudo_centro #tabs li.current a {
	color: #777;
	text-shadow: 1px 1px 0 #fff;
	border-bottom: 1px solid #e3e3e3;

	background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 97%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(97%, #e3e3e3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 97%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e3e3e3 97%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e3e3e3 97%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 97%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
	/* IE6-9 */
}

/*#tabs-container > div*/
#conteudo #conteudo_centro #tabs-1,
#conteudo #conteudo_centro #tabs-2 {
	clear: both;
	padding: 20px 0 10px 20px;
	color: #666;
	border: 1px solid #CBCBCB;
	background: #E3E3E3;
}

/****** FIM TABS *******/


/****** FORMULARIO *******/

input[type="checkbox"]{
	border: 1px solid #666 !important;
}
input[type="text"],
select {
	margin: 0 10px 5px 0;
	border: 1px solid #666 !important;
	/*min-width: 400px;*/
    height: 40px;
    padding: 2px 15px;
    border-radius: 5px;
	box-sizing: border-box;
}


input[type="text"] {
	padding-left: 10px;
}
input[type="text"][id*=busca] {
	background: white url("../images/lupa.png") no-repeat center right 10px;
}

.digital {
	/* padding-left: 5px; */
	/* font-weight: bold; */
	cursor: pointer;
	font-size: .9em;
}

input[type="button"].btn-buscar {
    background: 0 0;
    font-size: 1.1em;
    color: var(--cor-links);
    font-weight: 600;
    display: inline-block;
    text-align: center;
    transition: background 250ms;
    border: 1px solid var(--cor-links);
    border-radius: 2em;
    width: auto;
    padding: 10px 3em;
    margin: 20px auto 34px;
    /* height: 45px; */
    /* line-height: 30px; */
	cursor: pointer;
}
input[type="button"].btn-buscar:hover {
    background: var(--cor-links);
    border-color: var(--cor-links);
    color: #fff;
}

input[type="button"].pesquisaBib{	
	margin-bottom:1em;
}
/* #botao_pesquisa_rapida, 
input[type="button"]#botao_pesquisa {
	/* margin: 105px 0 0 95px;
} */

fieldset.busca-acervo {
	/* float: left; */
	border:0;
}

/****** FIM FORMULARIO *******/


/****** LISTA RESULTADOS *******/

#cabecalho {
	/*background-color: #C2D6D6;*/
	line-height: 45px;
	background: var(--cor-fundo);	
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.resultados,
.zeroResultados {
	font-size: 1em;
	color:white;
	padding-left: 15px;
	/* font-weight: bold; */
}

#tabela_resultados tr td a {
	display: block;
	width: 100%;
	height: 100%;
	color:black;
	text-align: left !important;
}

div#tbResult_length {
	margin-top: 1em;
	margin-left: 1.2em;
	display: none;
}

table a:hover {
	/* background: transparent !important; */
	
}

#conteudo_centro {

	height: 100%;
	float: left !important;
}

/****** FIM LISTA RESULTADOS *******/


/****** DETALHES *******/

#conteudo_centro h2 a.h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 7px 5px 0;
}

#conteudo_centro h2 a.h2:hover {
	background: none !important;
	color: #555;
}

#detalhes {
	/*width: 550px;*/
	height: 100%;
	/* float:left; */
}

#detalhes p {	
	line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}


#download_files {
	height: 100%;
	/* float: left; */
	/*width: 200px;*/
}
#download_files>strong{
	font-size: 1.3em;
}

#download_files ul li {
	list-style: none;
	background: none !important;
	padding-left: 0 !important;
}

#download_files a {
	/* background: none !important; */
	/* display: block; */
	line-height: 10px;
	color: var(--cor-links);
}

#download_files a>svg {
	width: 2em;
	height:1.6em;
}

#download_files a:hover {
	color: var(--cor-fundo);
}

#download_files a span {	
	padding: 0px 0 0 20px;
    background: transparent url(../images/down.svg) no-repeat top left;
    width: 10px;
    display: block;
    height: 1em;
    line-height: 1em;
    font-weight: bold;
}

#download_files a.dropdown-item{
	line-height: initial;
}

.download_table {
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}

.download_table tr:not(:last-child){
	border-bottom:1px solid black;
}

.download_table td,
.download_table th {
	/* border: 1px solid #ddd; */
	padding: 8px;
	text-align: center;
}
.download_table tr th:first-child {
	text-align: left;
	border-radius: 1em 0 0 0;
}

.download_table tr th:last-child {
	/* text-align: left; */
	border-radius: 0 1em  0 0;
}

.download_table td img {
	vertical-align: middle;
}

/* .download_table tr:nth-child(even){background-color: #f2f2f2;} */
.download_table td:first-child, .download_table td:nth-child(even) {
	background-color: #f2f2f2;
}

.download_table tr:hover {
	/* background-color: #ddd; */
}

.download_table thead th {
	background-color: var(--cor-fundo);
	color: black;
	color:white;
}


#conteudo #conteudo_centro div.breadcrumb {
	margin-left: 0 !important;
}

.floatThead-table th {
	color: white;
	background-color: var(--cor-fundo);
	border: 0;
	height: 24px;
}

.floatThead-table th:first-child {
	border-top-left-radius: 10px;
	/* Adjust radius as needed */
}

.floatThead-table th:last-child {
	border-top-right-radius: 10px;
	/* Adjust radius as needed */
}

/****** FIM DETALHES *******/