/**
 * 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/
 */
.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: 5px;
}

input[type="file"] {
	display: block;
	height: auto;
}

/* 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: 16px;
	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: " *";
}

/** Linhas de tabelas **/
.banner {
	padding-bottom: 15px;
}

/** Topo **/
.navbar-fixed-top {
	background-image: none;
}

/** Rodapé **/
.navbar-bottom {
	background-image: none;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: 3px;
}

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

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

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

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

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus {
	/* background-color: #449d44; */
	
}

.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-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-repeat: repeat-x;
	border-bottom: none;
}

.panel-info>.panel-heading {
	background-image: none;
	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: #31B404;
	border-color: #31B404;
}

/** Ícone do sistema junto a barra de navegação. **/
.navbar-brand {
	padding: 8px 15px 0px 15px;
}

/** 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 {
	/* background-color: #f1ffee; */
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
	padding: 10px;
}

.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: #449d44;
    border-color: #088a29; */
}

.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: #0174DF; */
	
}

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

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

.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 #f3f3f3;
}

#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;
	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 {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	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: #EBF7FB;
}

.table>tbody>tr:nth-child(2n+1)>th {
	background-color: #EBF7FB;
}

/** 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;
}

.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 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 **/

/** 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 {
	font-size: 20px;
}

/** Corre problema com "radioboxes" da página de edição de coleções **/
.input-group .form-control {
	float: none;
}

/** Z-index do footer, para trás das caixas de seleção **/
footer {
	z-index: -1 !important;
}

.color-white, .color-white a {
	color: #fff !important;
}

.white-background {
	/* background-color: rgba(255, 255, 255, 1.0); */
	
}

.well {
	background-color: rgba(236, 240, 241, 1);
}

/*** Define estilo para caixa de busca da página inicial ***/
.home-search {
	margin-top: 50px;
}

.label-new-deposit {
	color: #0c5187 !important;
	text-decoration: none !important;
	font-size: 13px;
}

.no-pre-visualization {
	background-color: #fffff7;
	border: 1px solid #bdbdbd;
	font-style: italic;
	color: #a5a5a5;
	cursor: pointer;
}

.repository-name {
	color: white !important;
	font-weight: bold;
}

/* icones */
.icon, .ic-logo {
	background: url('../../../image/logos.png') no-repeat;
	display: block;
}

.icon.ic-menu {
	height: 14px;
}

.icon.ic-menu-gray.logo-cni {
	background-position: -2px -91px;
}

.icon.logo-sesi {
	background-position: -53px -70px;
	width: 55px;
}

.icon.logo-cni {
	background-position: -2px -70px;
	width: 45px;
}

.icon.logo-senai {
	background-position: -114px -70px;
	width: 73px;
}

.icon.logo-iel {
	background-position: -193px -70px;
	width: 40px;
}

.icon-sprite-cinza {
	background: url('../../../image/logos.png') no-repeat;
	display: block;
}

.icone-carta {
	width: 24px;
	height: 20px;
	background-position: -206px 0px;
}

.icone-estatisticas {
	width: 18px;
	height: 20px;
	background: url('../../../image/stats-icon.png') no-repeat;
}

#logos li, #logos {
	float: left;
}

#logos li:nth-child(n+2) {
	float: left;
	margin-left: 3px;
}

#logos li:last-child {
	margin-right: 10px;
}

#logos {
	margin-top: 14px;
	margin-left: 0px;
	padding-left: 0px;
}

.languages {
	margin-top: 9px;
}

.languages a {
	color: white !important;
}

.default-separator {
	background-position: -2px -66px;
	width: 4px;
	height: 21px;
	background-color: #2c3e50;
	margin-right: 4px;
}

.graytext {
	color: rgb(120, 115, 115);
}

/** Facetas página inicial/busca **/
.hideFacets {
	display: none;
}

.clickable-panel {
	cursor: pointer;
}

/** Modifica cor das caixas das facetas **/
.panel-success>.panel-heading {
	color: #ffffff;
	background-color: #3A83A8;
	border-color: #3A83A8;
}

/** Borda das facetas **/
.panel-success {
	border-color: #006ba2;
}

/** Contador de ocorrências de termo da faceta **/
.badge {
	background-color: #3A83A8;
}

a {
	color: #006ba2;
}

a:hover, a:focus {
	color: #3A83A8;
}

.communities-list {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/** Título **/
.list-group-item-heading {
	padding-bottom: 0px !important;
	margin-bottom: 0px;
	font-size: 14px;
}

.community-list h3, .community-list p {
	font-size: 14px;
}

.icon-barra-busca {
	background: url('../../../image/sprite-cinza.png') no-repeat;
	display: block;
}

.ic-book {
	background-position: -160px -2px;
	width: 15px;
	height: 15px;
}

.ic-presentation {
	background: url('../../../image/apresentacao_icone.png') no-repeat;
	width: 20px;
	height: 15px;
}

.ic-di {
	background: url('../../../image/di_icone.png') no-repeat;
	width: 15px;
	height: 15px;
}

.ic-video {
	background-position: -2px -2px;
	width: 15px;
	height: 15px;
}

.ic-infografico {
	background-position: -184px -2px;
	width: 15px;
	height: 15px;
}

.ic-em-tempo {
	background-position: -121px -1px;
	width: 15px;
	height: 15px;
}

.ic-boletim {
	background: url('../../../image/boletim_icone.png') no-repeat;
	width: 12px;
	height: 15px;
}

.ic-artigo {
	background-position: -282px -2px;
	width: 15px;
	height: 15px;
}

.search-icon-bar {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 6px;
	color: #c5c5c5 !important;
}

.search-icon-bar>li {
	padding-right: 2px;
	padding-left: 0px;
}

.search-icon-bar a {
	color: #c5c5c5;
}

.search-icon-bar i {
	margin-right: 2px;
}

/** Início: modificações no "carousel" **/
#recent-submissions-carousel {
	background-color: #fff;
}

.carousel-control.left, .carousel-control.right {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0) 0%);
}

#recent-submissions-carousel h3 {
	z-index: 9999;
}
/** Fim: modificações no "carousel" **/

/** Início: Modificações para facetas **/
.facet-stats {
	/* background-color: #f7f9fb; */
	background-color: #dfead4;
	height: 5px !important;
}

.facet-stats:last-child {
	border-bottom: 0 none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/***
 * Início: Área de comentários
 **/
.detailBox {
	width: 100%;
}

.titleBox {
	background-color: #fdfdfd;
	padding: 10px;
}

.titleBox label {
	color: #444;
	margin: 0;
	display: inline-block;
}

.commentBox {
	padding: 10px;
}

.commentBox .form-group:first-child, .actionBox .form-group:first-child
	{
	width: 80%;
}

.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2)
	{
	width: 18%;
}

.actionBox .form-group * {
	width: 100%;
}

.taskDescription {
	margin-top: 10px 0;
}

.commentList {
	padding: 0;
	list-style: none;
	max-height: 300px;
}

.commentList li {
	margin: 0;
	margin-top: 10px;
}

.commentList li>div {
	display: table-cell;
}

.commentText {
	padding-left: 8px;
}

.commentText p {
	margin: 0;
}

.sub-text {
	color: #aaa;
	font-family: verdana;
	font-size: 11px;
}

.actionBox {
	border-top: 1px dotted #bbb;
	padding: 10px;
}

.comment-title {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


div.avatar {
	float: left;
}

.avatar {
	border-radius: 32px;
}

.avatar {
	width: 36px;
	height: 36px;
	border-radius: 3px;
	background: #eee;
	text-align: center;
	font-size: 22px;
	line-height: 36px;
	color: #bbb;
	display: inline-block;
	border-radius: 50%;
}
/***
 * Fim: Área de comentários
 **/
 
 
 /**
  * Retira borda do carrossel
  */
 .container-carousel, #recent-submissions-carousel {
 
 	border-color: white !important;
 	border: 0px white !important;
 	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
 }

/** Adiciona background nos itens da página inicial **/ 
.home-publication:HOVER {
    background-color: #ebebeb;
}


.carousel-control {
	color: #3a83a8;
}

.header-new-submission {
	font-size: 14px;
}

.modal-header, .modal-body {
   background-image: url("../pdf.js/images/texture.png");
}

.modal {
	height: 100%;
}

.community-collection-header {
	font-size: 20px;
	font-weight: bold;
}


.recomendar, .blackfont {
	color: black;
}

.metadataFieldLabel {
	width: 20%;
}
