<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#fontes, #autores,#generos,#editoras,#idiomas,#autorescritica,#obras,#locais {
    max-width: 100%;
    height: auto !important;
}

#fontes option, #autores option,#generos option,#editoras option,#idiomas option {
    margin-bottom: 0.2rem;
}

.advanced-search-container {
    padding-bottom: 20px!important;
}

.advanced-search-container h1 {
    padding-top: 15px !important;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 1.6rem;
}

/* FormataÃ§Ã£o do texto em placeholter */
.form-control::-webkit-input-placeholder {
    color: gray;
    font-size: small;
    font-style: italic;
}  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: gray;
    font-size: small;
    font-style: italic;
}  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: gray;
    font-size: small;
    font-style: italic;
}  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: gray;
    font-size: small;
    font-style: italic;
}  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: gray;
    font-size: small;
    font-style: italic;
}  /* Microsoft Edge */


/* Tabs (http://www.impressivewebs.com/css3-glow-tabs/)
 **************************************************************************
ol {
    list-style: decimal;
    font-size: 24px;
    width: 400px;
    padding: 30px 0 0 60px;
    margin: 0 auto;
}
*/
ul#tabs {
    height: 32px;
    padding: 20px 20px 0 30px;
    width: 940px;
    margin: 0 auto -1px auto;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul#tabs li {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left;
    width: 175px;
    margin: 0 10px 0 0;
    background-color: #403626;
    position: relative;
    z-index: 1;
}

ul#tabs li.selected {
    z-index: 3;
}



ul#tabs li.selected a:link, ul#tabs li.selected a:visited {
    color: #333;
    background: -moz-linear-gradient(top center, #d4d4d4, #f6f6f6 50%)
        repeat scroll 0 0 #f6f6f6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.2, #f6f6f6),
        color-stop(.5, #d4d4d4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4',
        endColorstr='#f6f6f6'); /* IE6,IE7 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#f6f6f6')";
    /* IE8 */
    background-color: #f6f6f6;
    border: solid 1px #bbb;
    margin-top: -5px;
    line-height: 37px;
}

#tabs_content {
    background: #f6f6f6;
    padding: 15px;
    min-height: 200px;
    margin: 0 auto;
    border: 1px solid #bbb;
    -webkit-box-shadow: #777 0 -2px 4px;
    -moz-box-shadow: #777 0 -2px 4px;
    box-shadow: #777 0 -2px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

span.sugestao {
    float: right;
    font-size: .85em;
    font-style: italic;
    color: #999;
}

/* Search results
***************************************************************************/
.form-group {
    margin-bottom: 0.5rem;
}

.form-select {
    font-size: 14px;
    font-weight: 400;
}
/* acima tinha     font-size-adjust: 0.5; */
/*
.forma_busca .select-items .form-control {
        font-size: 12px;
        margin-bottom: 0.0rem;	
}

.custom-element {
  color: gray("100");
  background-color: theme-color("dark");
}
*/

select, option  {
    font-size: 13px;
    margin-bottom: 0.0rem;
}

.input-group&gt;.input-group-prepend {
    flex: 0 0 20%;
}
.input-group .input-group-text {
    width: 100%;
    background: white;
    border: 0;
    font-weight: bold;
    text-align: left;
    float:left;
    padding-left:20px;
}
.t1-label {
    margin-top: 0.4rem;
    padding-left: 10pt;
    padding-right: 10pt;
}
label {
    font-size: 14px;
}

table  {
    text-decoration: none !important;
    color: inherit;
    font-size: 14px !important;
}


table em {
    color: gray;
}

.advanced-search-container div {
    padding-bottom: 2px; /* ERA 5px */
    line-height: normal;
}

.advanced-search-container #results_info {
    font-weight: 700;
    font-size: 16px;
}

.advanced-search-container h3 {
    line-height: 1.5em;
    padding-top: 10px;
}

.advanced-search-container fieldset  {
    border: 2px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0 0 0 0 #000;
    box-shadow:  0 0 0 0 #000;
}

.advanced-search-container legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    font-size: 14px;
    font-weight: bold;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #003C00;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:focus, .page-link:hover {
    color: #fff;
    text-decoration: none;
    border-color: #AEFF5E;
}
/*
.dataTables_filter {
    text-align: end;
}
*/
#results_wrapper .dataTables_info  {
    width: 100%;
    white-space: normal;
    text-align: start;
    
}


#results_wrapper  .filtro {
    white-space: normal;
    text-align: start;
    width: 100%;
}

#results_wrapper  .label {
    white-space: normal;
    text-align: end;
    width: 100%;
}

#results {
    width:100%!important;
    color: black;
}

.bnt-group .btn {
    margin-right: 0;
    margin-bottom: 4px;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 1px;
    transition: 0.5s;
    padding: 12px 12px;
}

#acervo-select {
    height:45px;
}

#tipo_acervo_container {
    display: none;
}
#categoria_container {
    display: none;
}
#seculo_inicio, #seculo_fim, #seculo_nascimento_inicio, #seculo_nascimento_fim, #seculo_morte_inicio, #seculo_morte_fim,
#a_seculo_nascimento_inicio, #a_seculo_nascimento_fim, #a_seculo_morte_inicio, #a_seculo_morte_fim, 
#t_seculo_nascimento_inicio, #t_seculo_nascimento_fim, #t_seculo_morte_inicio, #t_seculo_morte_fim,
#o_seculo_nascimento_inicio, #o_seculo_nascimento_fim, #o_seculo_morte_inicio, #o_seculo_morte_fim {
    display: none;
}
/*
.periodo {
    display: inline;
    margin:0px;
    font-size: 14px;
    font-weight: normal;
}
#periodo_tipo {
    width: 100px;
}

.faixa {
    display:inline;
    margin:0px;
    font-size: 14px;
    font-weight: normal;
}
#ano_inicio {
    width: 95px;
    display: inline;
    margin: 5px;
}
#seculo_inicio {
    max-width: 105px;
    display: none;
    margin:5px;
}
#ano_fim {
    width: 90px;
    display:inline-block;
    margin:5px;
}

#seculo_fim {
    max-width: 105px;
    display: none;
    margin:5px;
}
.inline {
    display: inline !important;
}
*/
.btn-toolbar .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row {
    width: auto!important;
}

.remove-ctrl-field {
}

.add-ctrl-field {
}

.dt-buttons {
  display: inline;  
} 

#results_length {
  display: inline;  
}

#modalBody ol {
    list-style: decimal;
    font-size: 14px;
     margin: 0 auto;
     width: 100%;
     padding-left: 20px;
     padding-top: 0;
     padding-bottom: 20px;
}

#myModal .btn {
    font-size: 14px;
    font-weight: 200;
}

#result .highcharts-title {
    font-size: 22px!important;
}

.img-thumbnail-search {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.caption {
    font-size: 12px;
}
.centered {
    text-align: center;
}


</pre></body></html>