/**
 * 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;padding:15px;margin:20px;}
.brand {padding-top: 30px;}
.brand h4 {color: #999999}
ol.breadcrumb li {color: white; font-style: italic;}
ol.breadcrumb li a {color: #808080; font-style: normal; font-size: 95%; }
body.undernavigation {overflow-x: hidden; padding-top: 65px;}
/*#content {/*padding-bottom:60px;*//*padding-top:95px}*/
#designedby {padding: 5px;}
#footer_feedback {padding-top: 12px;}
input[type="file"] {display: block;height: auto;}
div.panel-primary div.panel-heading a {color: #990000; font-weight: bold;}
/* 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:" *"; }
.browse_range { text-align: center; }
.prev-next-links { text-align: center; }

div.tagcloud {
	width:100%;
	text-align:center
}

div.tagcloud .tagcloud_1{
	color: rgb(217, 108, 39); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_2{
	color: rgb(66, 66, 66); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_3{
	color: rgb(129, 129, 131); 
	font-weight: normal; 
	margin-right: 5px;
}

div.batchimport-info {
	color: gray;
}

div.batchimport-info  a {
	color:#47a447; 
	font-weight: bold;
}

span.batchimport-error-tab {
	padding-left:10px;
}

span.batchimport-error-caused {
	font-weight:bold;
}


/****************   Tema Attena ****************/
/* ------ fontes ------ */
*{ 
	font-family: Open Sans; 
	font-style: normal; 
	font-variant: normal;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6{
	font-family: Open Sans;
	font-style: normal;
	font-variant: normal;
	color: #990000;
}
h1 { 
	font-family: Open Sans;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
	font-weight: bold
} 
h3 {
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 15.4px;
} 
p {
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
} 
blockquote {
	font-family: Open Sans;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
} 
pre {
	font-family: Open Sans;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5667px;
}
a{
	color: #990000;
	text-decoration:none;
}
a:hover,a:focus{
	color:#dd0000;
	text-decoration:underline
}

/* ------ Botoes - btn ------ */
.btn-group.col-md-6.col-md-offset-3 { /*Form-submission*/
    margin-bottom: 20px;
}
.btn-attena, .btn-attena:hover{
	color: #fff;
    background: #990000;
    border-color: #990000;
}
.btn-attena:active, .btn-attena:focus {
    color: #fff;
    background: #dd0000;
    border-color: #dd0000;
}

/*Rodape*/
 #box{
	padding-top: 50px;
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
@media screen and (min-width: 300px){
    #box {
    	padding-top: 30px;
    	max-width: 750px;
    }
}
@media screen and (min-width: 768px){
    #box {
    	padding-top: 30px;
    	max-width: 750px;
    }
}
@media screen and (min-width: 992px){
    #box {
    	max-width: 970px;
    }    
}
@media screen and (min-width: 1200px){
    #box {
    	max-width: 1170px;
    }   
}
#box ul {
	text-align: right;
	margin-top: 10px;;
	margin-bottom: -5px;
}
#box ul li p {
	display: inline-block;
	background-color:transparent;
	color: white;
	text-decoration: none;
}
@media screen and (min-width: 980px){
	#box ul li p {  }
}
@media screen and (max-width: 640px){
	#box ul li p {
		padding: 1px 3px;
	}
}
#box-left{
	margin-bottom: 10px;
}
@media screen and (min-width: 980px){
	#box-left {
		height: 100%;
		margin-right: 0%;
		margin-bottom: 20px; 
	}
}
@media screen and (max-width: 490px){
	#box-left {
		margin-left: 40%;
	}
}
#box-right{
	height: 40px;
	border-top-style: outset;
	border-width: 1.7px;
	color: #FFF;
	padding-top: 10px;
}
@media screen and (min-width: 980px){
	#box-right{
		height: 40px;
		border-top-style: outset;
		border-width: 1.7px;
		color: #FFF;
		padding-top: 10px;
	}   
}
@media screen and (max-width: 640px){
	#box-right{
		height: 40px;
		border-top-style: outset;
		border-width: 1.7px;
		color: #FFF;
		padding-top: 10px;
	}
}
.img-ufpe{
	padding-left: 10px;
	float: left;
	width: 150px;
	margin-top: 15px;
}
@media screen and (max-width: 992px){
	.img-ufpe {
		width: 140px;
	}
}

@media screen and (max-width: 710px){
	.img-ufpe {
		width: 130px;
		margin-top:0px;
	}
}
@media screen and (max-width: 400px){
	.img-ufpe {
		width: 120px;
		padding-left: 0px;
		margin-top:0px;
	}
}
.img-procit{
	float: left;
	margin-left: 30px;
	width: 200px;
	margin-top: 38px;
}
@media screen and (max-width: 992px){
	.img-procit {
		width: 170px;
	}
}
@media screen and (max-width: 710px){
	.img-procit {
		margin-left: 22px;
		width: 150px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 400px){
	.img-procit {
		width: 140px;
		margin-left: 0px;
		margin-top: 10px;
	}
}
.box-img{
	float: left; 
	width: 50%;
}
@media screen and (max-width: 710px){
	.box-img{
		float: left; 
		width: 40%;
	}
}
.title-share{
	color: white;
	text-align: right;
	margin-top: 16px;
	margin-left: 5px;
}
.info-copyright{
	text-align:center;
	font-size: 85%;
}
.navbar-inverse{
	background:#333333;
	border-color: transparent;
}
/*Compartilhar pagina*/
#box-share{ 
	float: right;
	text-align: right;
	color: white;
	margin-top: 9px;
}
/*barra brasil*/
#footer-brasil {
	background: none repeat scroll 0% 0% #00420c;
	padding: 1em 0px;
	max-width: 100%;
}
/*Final rodape*/

/*Barra Brasil Superior*/
.barra-brasil{
	background:#7F7F7F;
	height: 20px;
	padding:0 0 0 10px;
	display:block;
}
.menu-barra-temp{
	list-style:none;
}
.list-barra{
	display:inline;
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #EDEDED;
}
.info-barra{
	font-family:sans,sans-serif;
	text-decoration:none;
	color:white;
}
/*Final Barra Brasil Superior*/

/*Navbar*/
/*Logo*/
.img-topo{
	background-image: url(../../../image/ufpe/bg-topo.jpg);
	background-repeat: repeat;
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.img-logo{
	vertical-align: middle;
	border: 0;
	width: 75%;
	height: 60%;
}
@media screen and (min-width: 992px){
	.img-logo{
		vertical-align: middle;
		border: 0;
		width: 80%;
	}
}
@media screen and (max-width: 768px){
	.img-logo{
		vertical-align: middle;
		border: 0;
		width: 100%;
		height: 75px;
	}
}
@media screen and (min-width: 300px) and (max-width: 768px){
	.img-logo{
		vertical-align: middle;
		border: 0;
		width: 160px;
		height: 100%;
	}
}
/*Final logo*/
/*Itens do Navbar*/
.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:#990000;
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#990000),to(#357ebd));
	background-image:-webkit-linear-gradient(top,#990000,0%,#990000,100%);
	background-image:-moz-linear-gradient(top,#990000 0,#007C95 100%);
	background-image:linear-gradient(to bottom,#990000 0,#990000 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)
}
@media(min-width:768px){
	.navbar > .container .navbar-brand{
		margin-left: 5px;
	}
}
.navbar-nav{
	margin: 80px 0 0 0;
}
@media screen and (min-width: 1200px){
	.navbar-nav{
		float: left;
		margin: 80px 0 0 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px){
	.navbar-nav{
		margin: 77px 0 0 -130px;
	}
}
@media screen and (max-width: 768px){
	.navbar-nav{
		margin: 60px 0 0 -50px;
	}
}
@media screen and (min-width: 300px) and (max-width: 768px){
	.navbar-nav{
		margin: 10px 0 0 0px;
	}
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom{
	border-radius:0;
	height: 160px;
}
@media screen and (max-width: 768px){
	.navbar-static-top,
	.navbar-fixed-top,
	.navbar-fixed-bottom{
		border-radius:0;
		height: 140px;
	}
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
	color: #990000;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{
	color: #fff;
}
.navbar-inverse .navbar-nav > .open > a .caret{
	color: #990000;
	border-top-color: #990000;
	border-bottom-color: #990000;
} 
.navbar-inverse .navbar-nav > .open > a:hover .caret, 
.navbar-inverse .navbar-nav > .open > a:focus .caret{
	color: #dd0000;
	border-top-color: #dd0000;
	border-bottom-color: #dd0000;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret{
	color: #dd0000;
	border-top-color: #dd0000;
	border-bottom-color: #dd0000;
}
@media(min-width:768px){
 	.navbar-nav>li>a{
 		padding-top:15px;
 		padding-bottom:15px;
 		color: white
 	}
}
@media screen and (max-width:767px){
	.navbar-inverse .navbar-collapse{
		background-color: #ececec;
	}
}
.dropdown-header{
	color: #333;
}
.text-carousel{
	position: absolute;
}
@media screen and (min-width:768px){
	.text-carousel{
		height: 100%;
		/*width: 100%;*/
		max-height: 360px;
	}
}
@media screen and (max-width:767px){
	.text-carousel{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
}
.img-transparente{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	/*position: absolute;*/
	
}
@media screen and (min-width:768px) {
	.img-transparente{
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width:500px) and (max-width: 767px){
	.img-transparente{
		width: 496px; 
		height: 326px;
		top: 4px;
		position: absolute;
	}
}
@media screen and (max-width:500px){
	.img-transparente{
		width: 300px; 
		height: 197px;
		top: 90px;
		position: absolute;
	}
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus{
 	color:#dd0000;
 	background-color:transparent
}
.navbar-inverse .navbar-nav>li>a{
	color: #990000;
	font-weight: 700;
	z-index: 1;
}
.navbar-inverse .navbar-nav>.active>a {
	background-color: transparent;
	color:#990000;
}
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus{
	background-color: transparent;
	color:#dd0000;
}

.navbar-inverse .navbar-nav>.open>a{
	color:#990000;
 	background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus{
 	color:#dd0000;
 	background-color: transparent;
}
.nav>li>a{
	position:relative;
	display:block;
	padding:10px 12px;
	color: #990000;
	font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.nav>li>a{
		padding:10px 8px;
	}
}
.nav .caret{
	border-top-color:#990000;
	border-bottom-color:#990000
}
.nav a:hover .caret {
	border-top-color: #dd0000;
	border-bottom-color: #dd0000;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret{
	border-top-color:#990000;
	border-bottom-color:#990000;
}
.caret{
	border-top-color:#990000;
	border-bottom-color:#990000
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus{
	background-color: transparent;
}
.menu li:hover ul,
.menu li.over ul{
	display:block;
}
.menu li ul li{
	display:block; 
	width:100%;
}
@media screen and (min-width: 768px){
	.login {
	    margin-top: -10px;
	}
}

/*Search do NavBar*/
.navbar-form{
	padding-top:0;	
	padding-bottom:0;
	margin-right:0;
	margin-left:0;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius: 10px;
	margin-top: -188px;
}
@media screen and (min-width: 1200px){
	.navbar-form{
		margin-top: -67px;		
	}
}
@media screen and (max-width: 991px){
	.navbar-form{
		margin-top: -182px;	
		/*padding: 1%;*/
		padding: 0px 0px;
	}
}
@media screen and (max-width: 768px){
	.navbar-form{
		margin-top: -150px;	
	}
}

@media screen and (max-width: 768px){
	.navbar-form{
		margin-top: -15px;		
	}
}
@media(max-width:767px){
	.navbar-form .form-group{
		margin-bottom:5px
	}
}
@media(min-width:768px){
	.navbar-form .form-control{
		display:inline-block
	}
	.navbar-form .radio,.navbar-form .checkbox{
		display:inline-block;
		padding-left:0;
		margin-top:0;
		margin-bottom:0
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"]{
		float:none;
		margin-left:0
	}
}
.navbar-inverse .navbar-toggle {
    border-color: #990000;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #990000;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus{
	background-color: #ececec;
}
.btn-advanced-search{
	color: #990000;
	float: right;
	margin-right: 43px;
}
@media screen and (max-width: 767px){
	.btn-advanced-search{
		margin-right: 0px;
		float: left;
	}
}
/*Advanced-search*/
.btn-advanced-search:hover{
	color: #dd0000;
	text-decoration: none;
}
/*Icon e nome Login*/
.navbar-nav-login{
	text-align: right;
}

@media screen and (max-width: 768px){
	.navbar-nav-login{ 
		text-align: left;
		margin-top: 26px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px){
	.navbar-nav-login{ 
		margin-top: -108px;
		margin-right: -10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.navbar-nav-login{ 
		margin-top: -110px;
		margin-right: 5px;
	}
}
@media screen and (min-width: 1200px){
	.navbar-nav-login{ 
		margin-top: 10px;
		margin-right: 4px;
	}
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 140px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	width: 120%;
	border-width: 5px;
	border-color: #333;
	border-bottom-style: solid;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	color: #a0003c;
	margin-top: 10px;
	margin-left: -80px;
	border-radius: 2px;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: #f1f1f1
}
.dropdown-itens:hover .dropdown-content {
	display: block;
}
.dropdown-menu > li > a{
	color: #990000;
}
.nav>li>a:hover,
.nav>li>a:focus{
	text-decoration:none;
	background-color: transparent;
	color: #dd0000;
}
.navbar-user {
	color: #fff;
}
.navbar-user:hover{
	color: #dd0000;
}
.alert-info{
	color: #554931;
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#e6e2d9),to(#f2f0ec));
	background-image:-webkit-linear-gradient(top,#e6e2d9,0%,#f2f0ec,100%);
	background-image:-moz-linear-gradient(top,#e6e2d9 0,#f2f0ec 100%);
	background-image:linear-gradient(to bottom,#e6e2d9 0,#f2f0ec 100%);
	background-repeat:repeat-x;border-color:#e6e2d9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background: #990000;
	border-color: #990000;
}
.panel-info > .panel-heading{
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#e6e2d9),to(#f2f0ec));
	background-image:-webkit-linear-gradient(top,#e6e2d9,0%,#f2f0ec,100%);
	background-image:-moz-linear-gradient(top,#e6e2d9 0,#f2f0ec 100%);
	background-image:linear-gradient(to bottom,#e6e2d9 0,#f2f0ec 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)
	border-color: transparent;
	color: #554931;
	background-color: transparent;
	border-color: #e6e2d9;
}
.panel-info{
	border-color: #e6e2d9;
}
.panel-success > .panel-heading{
	color: #554931;
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#e6e2d9),to(#f2f0ec));
	background-image:-webkit-linear-gradient(top,#e6e2d9,0%,#f2f0ec,100%);
	background-image:-moz-linear-gradient(top,#e6e2d9 0,#f2f0ec 100%);
	background-image:linear-gradient(to bottom,#e6e2d9 0,#f2f0ec 100%);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)
}
.panel-success{
	border-color: #e6e2d9;
}
/*Final de configuraçao Search*/
/*Navbar-minimal*/
	.pull-right{
		margin-bottom: 20px
	}
}
/*Fim de configuração Navbar*/

/*Corpo da Pagina - Apos adicionar o navbar e footer deve-se adicionar um padding ao content*/
#content {
    padding-top: 92px;
}
@media screen and (min-width: 769px) and (max-width: 991px){
	#content {
    	padding-top: 110px;
	}
}
@media screen and (min-width: 200px) and (max-width: 768px){
	#content {
    	padding-top: 90px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	#content {
    	padding-top: 100px;
	}
}
@media screen and (min-width: 1200px){
	#content {
    	padding-top: 99px;
    	padding-bottom: 50px;
	}
}
/*Finalizar Corpo da pagina*/

/*Home*/
/*Carrosel de noticias*/
.bs-example {
    margin-top: 29px;
}
@media screen and (min-width: 767px) and (max-width: 768px){
	.bs-example {
    margin-top: 1px;
}
}
@media screen and (max-width: 767px){
	.bs-example {
    margin-top: 0px;
}
}
@media screen and (max-width: 991px){
	.bs-example {
    margin-top: 19px;
}
}
.carousel{
    margin-top: -34px;
    height: 360px;
}

.carousel .item{
    min-height: 280px;
}
.carousel .item img{
    margin: 0 auto;
    /*height: 360px;*/
}
.carousel-indicators .active{
	width: 16px;
	height: 16px;
	margin: 0;
	background-color: #fff;
	border: #990000 1px solid;
}
.carousel-indicators li{
	width: 12px;
	height: 12px;
	background: #990000;
}
.carousel-caption{
	bottom: 65px;
}
#recent-submissions-carousel{
	background: #fff;
}
.panel-primary>.panel-heading{
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#e6e2d9),to(#f2f0ec));
	background-image:-webkit-linear-gradient(top,#e6e2d9,0%,#f2f0ec,100%);
	background-image:-moz-linear-gradient(top,#e6e2d9 0,#f2f0ec 100%);
	background-image:linear-gradient(to bottom,#e6e2d9 0,#f2f0ec 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0);
	border-color: transparent;
	background-color: transparent;
	color: #554931;
}
/*Fim carrosel de noticias*/

/*Comunidades e coleçoes - home*/
.box-align{
	margin-top: 40px;
	margin-left: 5px;
}
.list-group-new{
	border-radius:4px;
	padding-top: 20px;
}
.list-group-item-new{
	float: left;
	margin-bottom: 80px;
	margin-left: 70px;
	margin-right: 20px;
}
@media screen and (max-width: 660px){
	.list-group-item-new{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 400px){
	.list-group-item-new{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
}
.list-group-item-new.active,
.list-group-item-new.active:hover,
.list-group-item-new.active:focus{
	text-shadow:0 -1px 0 #3071a9;
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));
	background-image:-webkit-linear-gradient(top,#428bca,0%,#3278b3,100%);
	background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);
	background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);
	background-repeat:repeat-x;
	border-color:#3278b3;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)
}
.hoverzoom{
	position: relative;
	display: block;
	width: 100%;
}
@media screen and (min-width: 980px){
	.hoverzoom{
		position: relative;
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	.hoverzoom{
		position: relative;
		display: block;
		max-width: 300px;
	}
}
.hoverzoom .retina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;    
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);    
	border-radius: 2px;
	text-align: center;
	padding: 30px;
	-webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.hoverzoom:hover .retina {
	opacity: 1;
	box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);
}
.hoverzoom .retina p {
	color: #fff;
}
.hoverzoom .retina a {	
	display: block;
	border-radius: 4px;
	color: #007C95;
	text-decoration: none;
	text-align: center;
	margin: 13% auto 0;
}
.img-community{
	border: 0;
	width: 260px;
	height: 147px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
@media screen and (min-width: 400px) and (max-width: 1200px){
	.img-community{
		border: 0;
		width: 215px;
		height: 147px;
	}
}
.name{
	color: #990000;
}
.name:hover {
	color:#dd0000;
}
.img-lupa{
	width: 25%;
	height: 70%;
}
.box-community{
	background-color: #ececec;
	max-width: 260px;
	min-height: 65px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
@media screen and (min-width: 400px) and (max-width: 1200px){
	.box-community{
		background-color: #ececec;
		max-width: 215px;
		min-height: 65px;
		text-align: center;
		font-weight: bold;
		padding-top: 20px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
}
.badge-home{
	display:inline-block;
	min-width:10px;
	padding:3px 7px;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	background-color: #007C95;
	border-radius:10px;
	margin-bottom: 5px;
	color: #007c95;
	background-color: #fff;
}
.badge-home:empty{
	display:none
}
a.badge-home:hover,
a.badge-home:focus{
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.btn .badge-home{
	position:relative;top:-1px
}
a.list-group-item.active>.badge-home,
.nav-pills>.active>a>.badge-home{
	color:#428bca;
	background-color:#fff
}
.nav-pills>li>a>.badge-home{
	margin-left:3px
}
.title-collections{
	padding: 20px;
	text-align: left;
}
@media screen and (min-width: 400px) and (max-width: 1200px){
	.title-collections{
		padding: 20px;
		padding-bottom: 0px;
		text-align: left;
	}
}
.title-collections a {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}
.more-collections{
	color: #990000;
	font-size: 12px;
	text-align: right;
	padding: 20px;
}
/*Final comunidades e coleçoes*/

/*Submissoes recentes*/
.panel-home{
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);
	box-shadow:0 1px 1px rgba(0,0,0,0.05);
}
.box-align-carousel{
	padding: 20px;
	min-height: 398px;
}
.panel-primary{
	border-color: #e6e2d9;
}
.img-icones{
	width: 60px;
	height: 60px;
	float: left;
}
.img-comunidade{
	background-image: url(../../../image/ufpe/recente.png);
}
.img-submissao-recente{
	background-image: url(../../../image/ufpe/comunidade.png);
}
.img-refinar{
	background-image: url(../../../image/ufpe/refinar.png);
}
.carousel-control.left{
	background-image: none;
}
.carousel-control.right{
	background-image: none;
}
.img-rss{
	width: 30px;
	height: 4%;
}
@media screen and (max-width: 640px){
	.img-rss{
		width: 30px;
		height: 4%;	
	}
}
.info_carousel{	
	display: inline-block;
	text-align: justify;
	padding-left: 70px;
	padding-right: 70px;
	font-weight: bold;
	color: #333333;
}
@media screen and (max-width: 400px){
	.info_carousel{	
		padding-left: 10px;
		padding-right: 10px;
	}
}
.info_carousel:hover{	
	text-decoration: underline;
}
.description_carousel{
	display: inline-block;
	text-align: justify;
	padding-left: 70px;
	padding-right: 70px;
	color: #333333;
	font-size: 12px;
}
@media screen and (max-width: 400px){
	.description_carousel{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.carousel-control .icon-prev, .carousel-control .icon-next{
	color: #990000;
}
/*Fim de submissoes recentes*/

/*Refirar*/
.box-info-submission{
	max-width:100%; 
	background-color: #ececec;
	margin-bottom: -50px;
}
.box-info{
	margin-top:60px;
	margin-bottom: 100px;
}
.box-align-facet{
	margin-top: 30px;
	padding: 0px 55px 0px 55px;
}
@media screen and (max-width: 400px){
	.box-align-facet{
		padding: 0px 0px 0px 0px;
	}
}
.box-align-submission{
	padding-left: 0px;
}
@media screen and (max-width: 992px){
    .box-align-submission{
		padding-left: 0px;
		padding-right: 0px;
	}  
}
.box-align-refinar{
	background: #fff;
}
@media screen and (max-width: 992px){
	.box-align-refinar{
		padding-right: 0px;
		padding-left: 0px;
	}
}
.badge-attena{
	color: #990000;
	font-weight: bold;
}
/*Fim de Refinar*/
/*Final Home*/

/*Location bar*/
.breadcrumb{
	padding:1% 0px 0px 0px;
	list-style:none;
	border-radius:4px;
	background:none;
}
/*Final Location bar*/

/*Community-list*/
.box-img-list{
	width: 100px;
	height: 65px;
	float: left;
	margin-right: 15px;
}
@media screen and (min-width: 980px){
	.box-img-list{
		width: 100px;
		height: 65px;
		float: left;
		margin-right: 15px;
	}
}
@media screen and (max-width: 400px){
	.box-img-list{
		max-width: 320px;
		float: none;
		height: 160px;
		margin-bottom: 10px;
		width: 100%;
		max-height: 216px;
	}
}
.img-list{
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 980px){
	.img-list{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 640px){
	.img-list{}
}
.label-new{
	display:inline;
	padding:.2em .6em .3em;
	font-size:90%;
	font-weight:bold;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em
}
.label-default-new{
	background-color: #990000;
}
.label-default-new[href]:hover,
.label-default-new[href]:focus{
	background-color:#990000;
	color: white;
	content: "-";
}
.media-heading-new{
	margin-top: -15px;
	position: absolute;
	margin-left: 30px;
	margin-bottom: 5px;
	font-size: 120%;
	margin-right: 15%;
}
@media screen and (max-width: 640px){
	.media-heading-new{
		margin-top: -15px;
		font-size:100%
	}
}
.text_short_description{
	margin-left: 21px;
	padding: 1%;
}
@media screen and (max-width: 769px){
	.text_short_description{
		margin-left: 26px;
		padding: 1%;
	}
}
@media screen and (max-width: 966px){
	.text_short_description{
		margin-top: 4%;
	}
}
@media screen and (max-width: 395px){
	.text_short_description{
		margin-top: 15%;
	}
}
.paneltitle > a:before {
        content: "\2212";
}
.paneltitle > a.collapsed:before {
        content: "\2b";
}

ul[class^="comTop"]{
        height: 0px;
}

span.paneltitle{
        float:right;
        font-size: 13px;
}

.paneltitle > a {
        text-decoration: none; 
        padding-top: 6px;     
}
/*Fim de Community-list*/

/*Display-item*/
.metadataFieldLabel {
    font-weight: bold;
}
.metadataFieldValue{
	text-align: justify;
}
/*Final de display-item*/

/*Collection-home e community-home*/
.well-community{
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	border-bottom: 5px solid #990000;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
	background-image: linear-gradient(to bottom,#eee 0,#ececec 120%);
}
.subtitle-colletion{
	font-size: 14px;
}
span.facetName{
	color: #333;
	font-weight: bold;
}

/*Community-home*/
.box-img-responsive-comms{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	width: 260px;
	margin-bottom: 10px;
}
@media screen and (max-width: 991px){
	.box-img-responsive-comms{
		float: none;
	}
}
.img-responsive-comms-header{
	display:block;
	height:auto;
	max-width: 100%;
}
@media(min-width:992px){
	.row-show{
		margin-right: 0px;
		margin-left:  0px;
	}
	.row-show:before,
	.row-show:after{
		display:table;
		content:" "
	}
	.row-show:after{
		clear:both
	}
	.row-show:before,
	.row-show:after{
		display:table;
		content:" "
	}
	.row-show:after{
		clear:both
	}
	.list-group-show{
	}
	.list-group-item-show{
		position: relative;
		display: block;
	}
	.list-group-item-heading-show{
		margin-top: 1px;
	}
}
.title-cmms{
	color: black;
	font-size: 14px;
}
.col-md-6-cp{
	width:50%;
	background-color: #eee;
	border-radius: 10px;
	padding: 0px 20px 0px 20px;
}
@media screen and (max-width: 991px){
	.col-md-6-cp{
		width:100%;
		background-color: #eee;
		border-radius: 10px;
		padding: 1px 20px 1px 20px;
		margin-bottom: 15px;
	}
}
@media(min-width:992px){
	.col-md-6-cp{
		float:left;
		width:50%;
		background-color: #eee;
		border-radius: 10px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}
.img-responsive-comms{
	display:block;
	height:auto;
	max-width: 100%;
	padding-bottom: 20px;
}
@media screen and (max-width: 991px) and (min-width:440px){
	.img-responsive-comms{
		display:block;
		height:auto;
		max-width: 228px;
	}
}
@media screen and (max-width: 640px){
	.img-responsive-comms{
		padding-bottom: 0px;
	}
}
.badge{
	display:inline-block;
	min-width:10px;
	padding:3px 7px;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	background-color:#990000;
	border-radius:10px;
	margin-bottom: 5px;
}
/*Final de Community-home*/

/*FAQ*/
details {
    padding: .5em .5em 0;
}
summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}
details[open] {
    padding: .5em;
}
details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}
/*Final de FAQ*/
/*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;
}	
.break-all{
	-ms-word-break:   break-all;
	word-break:       break-all;
	word-wrap:        break-word;
}
