<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
.banner img {background-color: #FFFFFF;}
.brand {padding-top: 30px;}
.brand h4 {color: #999999}
ol.breadcrumb li {color: white; font-style: italic;}
ol.breadcrumb li a {color: white; font-weight: bold; font-style: normal;}
body.undernavigation {overflow-x: hidden; padding-top: 65px;}
#content {padding-bottom:60px;}
#designedby {padding: 5px;}
#footer_feedback {padding-top: 10px;}
input[type="file"] {display: block;height: auto;}
div.panel-primary div.panel-heading a {color: white;}
/* This magic gets the 16x16 icon to show up.. setting height/width didn't
   do it, but adding padding actually made it show up. */
img.ds-authority-confidence,
span.ds-authority-confidence
{ width: 160px; height: 16px; margin: 5px; background-repeat: no-repeat;
  padding: 0px 2px; vertical-align: bottom; color: transparent;}
img.ds-authority-confidence.cf-unset,
span.ds-authority-confidence.cf-unset
  { background-image: url(../../../image/authority/bug.png);}
img.ds-authority-confidence.cf-novalue,
span.ds-authority-confidence.cf-novalue
  { background-image: url(../../../image/confidence/0-unauthored.gif);}
img.ds-authority-confidence.cf-rejected,
img.ds-authority-confidence.cf-failed,
span.ds-authority-confidence.cf-rejected,
span.ds-authority-confidence.cf-failed
  { background-image: url(../../../image/confidence/2-errortriangle.gif); }
img.ds-authority-confidence.cf-notfound,
span.ds-authority-confidence.cf-notfound
  { background-image: url(../../../image/confidence/3-thumb1.gif); }
  
img.ds-authority-confidence.cf-ambiguous,
span.ds-authority-confidence.cf-ambiguous
  { background-image: url(../../../image/confidence/4-question.gif); }
img.ds-authority-confidence.cf-uncertain,
span.ds-authority-confidence.cf-uncertain
  { background-image: url(../../../image/confidence/5-pinion.gif); }
img.ds-authority-confidence.cf-accepted,
span.ds-authority-confidence.cf-accepted
  { background-image: url(../../../image/confidence/6-greencheck.gif); }

/* hide authority-value inputs in forms */
input.ds-authority-value { display:none; }

/** XXX Change to this to get the authority value to show up for debugging:
 input.ds-authority-value { display:inline; }
**/

/* for edit-item-form lock button */
input.ds-authority-lock
  { vertical-align: bottom; height: 24px; width: 24px; margin-right: 8px;
    background-repeat: no-repeat; background-color: transparent; }
input.ds-authority-lock.is-locked
  { background-image: url(../../../image/lock24.png); }
input.ds-authority-lock.is-unlocked
  { background-image: url(../../../image/unlock24.png); }

/* field required in submission */
.label-required:after { content:" *"; }



/** 
	************************************************************************************
	ModificaÃ§Ãµes para o TEDE
	************************************************************************************

	DefiniÃ§Ã£o de cores:
	
	Azul logo: #206D99
	Azul claro: #EBF7FB
	Borda do azul claro: #CCEBFF

##MPEG

	NEPHRITIS: #27ae60;
	EMERALD: #37d077;
	GREEN SEA:#16a085;
	
	Verde Musgo: #186713;
	Veder Escuro: #378332;
	Verde Hover: #2e7f29; -- bootstrap-theme.min
	
**/

/** Linhas de tabelas **/

/**.banner {
	padding-bottom: 15px;
}
**/
/** Topo **/
.navbar-fixed-top {
	background-color: #186713;
	/**background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.3));**/

}

/** Caixa de pesquisa topo **/
.navbar-form .form-control {
	height: auto;
	padding: 4px 6px;
	border-radius: 10px;

}

/** RodapÃ© **/

.panel-default &gt; .panel-heading {
    background-image: none;
   /*  background-color: #dcffd4; */
}

.panel-footer {
   /*  background-color: #dcffd4; */
}

.default-padding-left {
	padding-left: 10px;
}

.footer-institution-data {
	width: 179px;
	height: 50px;
	clear: both;
	font-size: 10px;
	text-align: left;
}


.navbar-inverse .navbar-nav &gt; .active &gt; a {
        background-color: #186713;
        font-size: 14px;

}

.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #fff;
    font-size: 14px;
}


.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
        background-color: #186713;
        font-size: 14px;
}

.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    background-color: #186713;
}

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
    background-color: #186713;
    background-image: linear-gradient(to bottom, #186713 0px, #186713 100%);
    background-repeat: repeat-x;
}

.form-control:focus {
    /* border-color: #449d44; */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(120, 169, 122, 0.6);
    outline: 0 none;
}


.panel-primary &gt; .panel-heading {
    background-image: none;
   /*  background-color: #449d44; */
    background-repeat: repeat-x;
    border-bottom: none;
}

.panel-primary {
 border: none;
}

.panel-info  {
    border: none;
}

.alert-info  {
    border: none;
}

.panel-info &gt; .panel-heading  {
	background-image: none;
    /* background-color: #449d44; */
    background-repeat: repeat-x;
    border-bottom: none;
    color: white;

}

.panel-primary {
   /*  border-color: #7aa97a; */
}

.form-group-lg input  {
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 16px;	
}

.form-group-lg {
	width: 100%;
}

/** Delimita regiÃ£o de hiperlink para mudanÃ§a de idioma **/
.langChangeOn {
	cursor: pointer;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #186713;
    border-color: #186713;
}

/** Ãcone do sistema junto a barra de navegaÃ§Ã£o. **/
.navbar-brand {
	/**padding:  8px 15px 0px 15px; **/
	visibility: hidden;
}

/** CorreÃ§Ã£o visando evitar que navbar estenda quando hÃ¡ ocorrÃªncia de usuÃ¡rio logado **/
.logged-user {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}



/* Div container da descriÃ§Ã£o do repositÃ³rio */
.repo-description {
	margin-left: 15px;
	float: left;
}


/** Cor de fundo do "jumbotron"
.jumbotron {
	width: 1027px;
	height: 100px;
	background-color: #ffffff;
	padding-top: 10px;

	
}
**/

.jumbotron {
	width: 590px;
	height: 210px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 100px;	
}


/*.jumbotron h1 {
	font-size: 20px;
	font-weight: bold;
}
*/

/** Cor do botÃ£o de busca **/
.navbar-form  button, .search-button
{
	background-image: none;
	/* border: #7aa97a; */
        background-color: #186713;
        border-color: #186713;
	border-radius: 10px;
}

.addongreen .form-control
{
	/* border-color: #7aa97a; */
}

.top-search-container {
	padding-top: 40px;
	padding-bottom: 40px; 
	background-color: #f1ffee;
}

/** Modifica cor dos links da busca facetada **/
.list-group-item a .pull-right, .list-group-item  .pull-left {
        color: #186713;
}

/** Modifica estilo dos tÃ­tulos da busca facetada **/
h3, .h3 {
	font-size: 16px;
	font-weight: bold;	
}

h4, .h4 {
	font-size: 14px;
}

.about-bdtd {
	padding-top: 10px;
}

.facetName {
	font-weight: bold;
}


/*** Nuvem de tags ***/
.cloudtag-1 {
	font-size: 14px;	
}

.cloudtag-2 {
	font-size: 18px;	
}
.cloudtag-3 {
	font-size: 22px;	
}
.cloudtag-4 {
	font-size: 26px;	
}

.cloud-tag-label {
	width: 100%; 
	text-align: center;
}

.cloud-tag-label h3 {
	/* color: #c4c4c4; */
	font-size: 22px;
	letter-spacing: 3px;
}
 
#cloud a
{
	color: #8d8f92;
} 
 
.tag-cloud-container {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	position: relative;
	margin: -5px auto 40px;
	height: 350px;
	border: 2px solid #ffffff;
}


#cloud-text {
	text-align: center;
}

#cloud-text span {
	padding-right: 10px;
}

.date-lenght, .submit-date-field {
	width: 16%;
}

.alert-warning a {
	
	/* color: #006633; */
}

.label-important {
	/* background-color: #d9534f; */
}


/**
 * Statistics customization
 */
 .statsTable {
 	width: 100%;
 }
 
 .statsTable td,  .statsTable th  {
 	padding-left: 10px;
 }
 
 .stats-title {
 	padding-bottom: 25px;
 } 
 
.stats-item-title {
	width: 20%;	
}

.ui-datepicker {
	z-index: 2000 !important;	
}

/** Cor da seta (dropdown) dos menus **/
.nav .caret {
	/* border-top-color: white;
	border-bottom-color: white; */
}

/** Caixas de aviso **/
.well {
	/* background-image: linear-gradient(to bottom, #f1ffee 0px, #dae8d7 100%);
	border-color: #bed7be; */
}

/** Tag "code" **/
code {
    border-radius: 4px;
/*     background-color: white;
    border: 2px #dae8d7 solid;
    color: #006633; */
    font-size: 90%;
}

/** Alfabeto da caixa de busca **/
#browse_navigation .label-default {
	/* background-color: #7aa97a; */
}

#browse_navigation a {
	font-weight: bold;
}

.input-border {
    /* background-color: #fff; */
    border: 1px solid/*  #ccc */;
    /* color: #555; */
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
.input-border-no-paddings {
/*     background-color: #fff;
    border: 1px solid #ccc; */
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  /*   color: #555; */
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    padding-left: 2px;
}

/** Aplicabilidade nas tabelas **/
.table &gt; tbody &gt; tr:nth-child(2n+1) &gt; td {
        background-color: #fafcf1;
}
.table &gt; tbody &gt; tr:nth-child(2n+1) &gt; th {
        background-color: #fafcf1;
}

/** EspaÃ§amento entre labels da submissÃ£o e seus textos **/
#edit_metadata .metadataFieldValue a {
	padding-left: 10px;
}

/** Facetas pÃ¡gina inicial, busca **/
.hideFacets {
	display: none;
}

.clickable-panel {
	cursor: pointer;
}


/** Cor do carrossel **/
#recent-submissions-carousel {
	/* background-color: #94d984; */
}

/** Tamanho de h2 **/
h2, .h2 {
    font-size: 22px;
}

.well h2 {
	margin-top: 0px;
	margin-bottom: 0px;	
}

/* Ajuste da largura para o thumbnail */
table img[src*="/retrieve/"] {
	width : 100px;
	height : auto;
}

.thumbnail-image {
	width : auto !important;
	height : auto !important;
}

/* Ajuste de tamanho dos tÃ­tulos */

h1, .h1 {
font-size: 20x;
}

/* Ajuste de tamanho da descriÃ§Ã£o do repositÃ³rio */

.repo-description h1 {
font-size: 40px;
}

/** InÃ­cio: DelimitaÃ§Ã£o de sublinado em links **/
.langChangeOn, .panel-footer a, .panel-heading a, #loginform a, p a[href*="/mydspace"], .link {
	text-decoration: underline;
}

/** Fim: DelimitaÃ§Ã£o de sublinado em links **/

/** Tratamento do logo **/
#logo-deposita {
	margin-bottom: 30px;
	margin-left: -30px;
}

#link-logo-deposita {
	cursor: url(../../../image/lupa.png), default;
}

/** Aplica borda nas barras de navegaÃ§Ã£o (topo e rodapÃ©) **/
.navbar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/** Modifica fonte padrÃ£o do tema **/
body {
	font-family: Helvetica,Arial,sans-serif;
}

/** Modifica fundo da caixa de busca da pÃ¡gina inicial **/
.searchbox {
        /**background-color: #186713; **/
	/** background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.5)); **/
	/**  padding: 15px;  **/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 30px;
}

/** Torna lupa de busca da pÃ¡gina inicial maior **/
.searchbox .glyphicon-search {
	font-size: 22px;
}

/** Termo de busca da pÃ¡gina inicial **/
#tequery-main-page {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 15px;
	font-weight: bold;
	/** font-size: 22px; **/
}

/**
 * Statistics customization
 */
 .statsTable {
 	width: 100%;
 }
 
 .statsTable td,  .statsTable th  {
 	padding-left: 10px;
 }
 
 .stats-title {
 	padding-bottom: 25px;
 } 
 
.stats-item-title {
width: 20%;	
}


/** Torna "placeholder" itÃ¡lico **/
::-webkit-input-placeholder { /* WebKit browsers */
    font-weight: normal;
    font-style: italic;
}
/** Torna "placeholder" itÃ¡lico **/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: normal;
    font-style: italic;
}
/** Torna "placeholder" itÃ¡lico **/
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: normal;
    font-style: italic;
}
/** Torna "placeholder" itÃ¡lico **/
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-weight: normal;
    font-style: italic;
}

/** Corre problema com "radioboxes" da pÃ¡gina de ediÃ§Ã£o de coleÃ§Ãµes **/
.input-group .form-control {
	float: none;
}

.panel-success {
	border:none;
	border-radius: 5px;
}

/** Z-index do footer, para trÃ¡s das caixas de seleÃ§Ã£o **/
footer {
    z-index : -1 !important;
}

/**
 * Statistics customization
 */
 .statsTable {
 	width: 100%;
 }
 
 .statsTable td,  .statsTable th  {
 	padding-left: 10px;
 }
 
 .stats-title {
 	padding-bottom: 25px;
 } 
 
.stats-item-title {
	width: 20%;	
}

/* Modifications */
/**
html, *{
   font-size: 14px;
}
**/
#facet_contributor .panel{
            background: url(../../../image/repoicon/repoicon11.png) no-repeat center top;
            background-color:#378332;
      padding-top: 82px;
}

#facet_contributor .panel-heading, #facet_subject .panel-heading, #facet_cnpq .panel-heading, #facet_type .panel-heading, #facet_dateIssued .panel-heading, #facet_access .panel-heading{
text-align: left;
font-weight: bold;
font-size: 16px;
}

#facet_subject .panel{
      background: url(../../../image/repoicon/repoicon22.png) no-repeat center top;

            padding-top: 82px;
                        background-color:#378332;
}

#facet_cnpq .panel{
      background: url(../../../../image/repoicon/repoicon33.png) no-repeat center top;
            padding-top: 82px;
                        background-color:#378332;
}

#facet_type .panel{
      background: url(../../../image/repoicon/repoicon44.png) no-repeat center top;
            padding-top: 82px;
                        background-color:#378332;
}

#facet_dateIssued .panel{
      background: url(../../../image/repoicon/repoicon55.png) no-repeat center top;
            padding-top: 82px;
                        background-color:#378332;
}

#facet_access .panel{
      background: url(../../../image/repoicon/repoicon66.png) no-repeat center top;
            padding-top: 82px;
                        background-color:#378332;
}

.navbar-inverse {
        background-color: #186713;
        border-color: #186713;
}
.facets{
	visibility:hidden;
}
</pre></body></html>