/**
 * 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: 20px;}
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: #164d83
	Azul claro: #EBF7FB
	Borda do azul claro: #CCEBFF
	
**/

/** Linhas de tabelas **/

.banner {
	padding-bottom: 15px;
}

/** Topo **/
.navbar-fixed-top {
	background-color: #164d83; /* #008CBA  */
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.3));
	
}

/** Rodapé **/
.navbar-bottom {
	background-color: #164d83;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.3));
	border-radius: 0;
	border-left: none;
    	border-right: none;
    	border-bottom: none;
    	padding-top: 0px;
}

.panel-default > .panel-heading {
    background-image: none;
 /*    background-color: #fff; */
}

.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 > .active > a {
	background-color: #164d83; /**  #164d83  #164d83  **/
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff; /** Links com a cor branca **/
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
   background-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #164d83; /* cor do menu na barra de navegação ao clicar com o mouse - NIT - BCE */
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #164d83;
    background-image: linear-gradient(to bottom, #164d83 0px, #164d83 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 > .panel-heading {
    background-image: none;
    background-color: #164d83;
   /*  background-color: #449d44; */
    background-repeat: repeat-x;
    border-bottom: none;
}

.panel-info > .panel-heading  {
	background-image: none;
	background-color: #164d83;
    /* 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: #164d83;
    border-color: #164d83;
}

/** Ícone do sistema junto a barra de navegação. **/
.navbar-brand {
	padding:  8px 15px 0px 15px;
	/** position: absolute;
        width: 10%;
        left: 0;
        text-align: left;
        margin:0 auto; **/
}

/** 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;
}
*/

.addongreen .form-control
{
	/* border-color: #7aa97a; */
}

.top-search-container {
	padding-top: 40px;
	padding-bottom: 40px; 
	background-color: #f1ffee; /** #f1ffee  **/
}

/** Modifica cor dos links da busca facetada **/
.list-group-item a .pull-right, .list-group-item  .pull-left {
 	color: #000000; /* Cor dos links próximo nas listas de navegar - NIT - BCE */
}

/** 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-color: #D9D9F3; */
	/* 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 > tbody > tr:nth-child(2n+1) > td {
	background-color: transparent; /* Cores das tabelas alternadas - NIT - BCE */
}
.table > tbody > tr:nth-child(2n+1) > th {
	background-color: #EBF7FB; /* Cores das tabelas alternadas - NIT - BCE */
}

/** 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;
    font-weight: bold;
}

.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; */ /* Botão iniciar nova pesquisa sublinhado - NIT - BCE */
}

/** Fim: Delimitação de sublinado em links **/

/** Tratamento do logo **/
#logo-deposita {
	margin-bottom: 15px;
}

#link-logo-deposita {
	cursor: url(../../../image/lup1a.png), default;
}

/** Aplica borda nas barras de navegação (topo e rodapé) **/
.navbar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}

@font-face {
font-family:'unbpro';
src:url('../fonts/UnB_Pro_Regular.otf');
font-weight: normal;
font-style: normal;
}

/** Modifica fonte padrão do tema **/
body {
	font-family: Helvetica,Arial,sans-serif; 
}

/** Cor do botão de busca **/
.navbar-form  button, .search-button
{
	background-image: none;
	/* border: #008f4f; */
	background-color: #008f4f; /* Cor da lupa de busca na home - NIT - BCE */
    border-color: #008f4f;
}

/** Modifica fundo da caixa de busca da página inicial **/
.searchbox {
	background-color: #008f4f; /* cor verde = #008f4f cor azul = #164d83 Caixa de pesquisa home - NIT - BCE */
	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: 5px;
	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;
}

/** Faceta 0: Modifica cor da borda **/
.colorborder0 {
	border-color: #164d83;
}

/** Faceta 0: Modifica cor dos links da faceta **/
.colorborder0 a {
	color: #164d83;
}

/** Faceta 0: Modifica cor de fundo da faceta **/
.panel-success .color0 {
	background-color: #164d83;
	border-color: #164d83;
}

/** Faceta 1: Modifica cor da borda **/
.colorborder1 {
	border-color: #164d83; /* #008CBA; */
}

/** Faceta 1: Modifica cor da borda **/
.colorborder1 a {
	color: #164d83; /* #008CBA; */
}

/** Faceta 1: Modifica cor de fundo da faceta **/
.panel-success .color1 {
	background-color: #164d83; /* #008CBA; */
	border-color: #164d83; /* #008CBA; */
}

/** Faceta 2: Modifica cor da borda **/
.colorborder2 {
	border-color: #164d83;
}

/** Faceta 2: Modifica cor da borda **/
.colorborder2 a {
	color: #164d83;
}

/** Faceta 2: Modifica cor de fundo da faceta **/
.panel-success .color2 {
	background-color: #164d83;
	border-color: #164d83;
}

/** 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%;	
}

/* STATS Addon */
/*
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
*/
/* END STATS Addon */

/* Outras customizaes */


#tudo {
  width: 760px;
  margin:0 auto;			
 }


.navbar-center
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
  height:100%;
}

#nav2 {
    margin: 0px; padding: 0px; position: absolute; top: 18px; display: block; left: 313px;
}

#nav2 > li {
    list-style-type:none;
    float:left; display:block;
    margin:0px 10px;
    position:relative;
    padding:10px;
    width:100px;
}
#nav2 > li ul {
    position:absolute;
    bottom: 100%;
}
#nav2 li:hover > ul {
    display:block;
}
#nav2 > li:hover{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#nav2 li ul{
    margin:0px;
    padding:0px;
    display:none;
}
#nav2 li ul li{
    list-style-type:none;
    margin:10px 0 0 0;
}
#nav2 li ul li a{
    display:block;
    padding:5px 10px;
    color:#bdb49f;
    text-decoration:none;
 }
#nav2 li ul li:hover a {
    color:#b15815;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#nav2 li span{
    cursor:pointer;
    margin:0px 10px;
    font-weight:bold;
}

#nav2 {
    margin-top: 100px;
}


.tudo { 
min-height:100%; 
position:relative; 
} 
.topo { 
background:#164d83; 
padding:10px; 
} 
.conteudo { 
padding:10px; 
padding-bottom:60px; /* Mesma Altura do Rodapé */ 
} 
.rodape { 
position:absolute; 
bottom:0; 
width:100%; 
height:100px; /* Mesma Altura do Rodapé */ 
background:#164d83; 
}

/* Outras modificações - NIT - location bar com opção de voltar */

#btn-voltar {
  background-image: linear-gradient(to bottom, #164d83 0%, #164d83 100%);
  background-repeat: repeat-x;
  color: #fff;
  border-color: #fff;
  height: 40px;
  font-weight:600; 
}

#btn-navigation {
  background-image: linear-gradient(to bottom, #164d83 0%, #164d83 100%);
  background-repeat: repeat-x;
  border-color: #fff;
  height: 40px;
  font-weight:600; 
}

#rodapefull {
    width:100%;
    text-align:center;
}

#rodapeleft {
    float:left;
    width:350px;
    height: 80px;
	margin-left:10px;
    margin-top:10px;
	text-align:left;
}

#rodapecenter {
    display: inline-block;
    margin:0 auto;
    width:400px;
	margin-top:10px;
    height: 80px;
    
}

#rodaperight {
    float:right;
    width:300px;
    height: 40px;
   
}

/****** COMUNIDADES ******/

#portfolio {
  padding: 20px 10px 7px 10px;
  background: transparent; /* cor de fundo do item portfolio - NIT - BCE */
}

@media (max-width: 767px) {
  #portfolio {
    padding: 10px 0px 3px 0px;
  }
  .col-sm-6 {
    padding: 0;
  }
  body #portfolio .portfolio-item {
    padding: 2px !important;
    min-height: 20px !important;
  }
  body #portfolio:last-child {
    margin-bottom: 15px;
  }
}

#portfolio .msgcomunidades {
  font-size: 20px;
}

#portfolio .row {
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 0;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 300px; /* Tamanho da imagem - comunidades - NIT - BCE */
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(242,157,0,.8); /* Cor amarela ao passar o mouse na imagem - NIT - BCE */
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 300px; /* Tamanho caixa da imagem - comunidades - NIT - BCE */
    text-align: center;
    background-color: transparent;
    border-top: 6px solid #164d83;
    min-height: 160px;
}

#portfolio * {
    z-index: 2;
}



