/* Geral */

body{
	color: #000;
	font-size: 18px;
	
}

img{
	max-width: 100%;
	height: auto;
}

.header-area-biblioteca, #navbar, #breadcrumb, #header{
	font-family: "Gill Sans MT";
	font-weight: 400;
	font-style: normal;
}

#main{
	float: none;
	margin-left: 0;
}

#header h1{
	padding: 0;
	overflow:hidden;
	border: 1px solid #838383;
	font-family: "Gill Sans MT";
	text-align: center;
	color: #fff;
	background-color: #17416B;
	line-height: 1.5em;
}

#headerTitle h1{
		background-position: center;
}

#main h2,#content h3, #content h4{
	font-family: "Gill Sans MT";
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: inset 0 -2px 0 #17416B;
	margin-right: 0;
}

#main h2{
	line-height: 40px;
}

#content h3, #content h4{
	line-height: 35px;
}

#content{ 
	border: 0;
}

#content > div {
	text-align: justify;
}

#content >.titulo-revista {
	box-shadow: none;
}

.banner{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 570px) {
	#main h2, #main h3{
		text-align:center;
		font-size: 1.5em;
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.banner{
		display: none;
	}
	#headerTitle h1{
		height: 155px;
	}
	
}

/* Adaptação das imagens */

#issueCoverImage img, #journalDescription img{
	max-width: 100%;
	height: auto;
}

.homepageImage img{
	width: 205px;
    height: 155px;
    object-fit: cover;
    object-position: center;
	border: 2px solid;
}

/* Main Menu */

#navbar {
    padding-bottom: 0;
    border-bottom: 0;
}

#navbar a{
	font-size: 1em;
	letter-spacing: 2px;
}

ul.menu li {
    padding-right: 0;
}

.container-fluid{
	padding:0;
}

.navbar {
	margin-bottom: 0;
	border: 0;
	min-height: 0;
}

.nav > li > a{
	padding: 10px 30px 10px 0;
}

/* OJS */
a:visited {
	color: #17416B;
}

a:link{
	color: #17416B;
}

a:hover{
	background: transparent;
}

input.defaultButton {
    background-color: #17416B;
}

#header {
    background: #f1f1f1;
}

#body{
	background: #f1f1f1;
	padding-bottom: 50px;
}

#breadcrumb{
	background: #f1f1f1;
	padding-top: 0;
}

#breadcrumb a.current {
    font-weight: normal;
}

#breadcrumb-content{
	background-color: #fff;
	line-height: 2;
    padding: 0 10px;
}

.footer-area {
	margin-top: 0;
}

.biblioteca-central {

	text-align: right;
}
#sidebar{
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Gill Sans MT";
}

#rightSidebar {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#rightSidebar input[type="submit"] {color:#000;}

#announcements{width: auto;}

#rightSidebar div.block{
	background-color: #fff;
	padding-bottom: 0;
	margin-bottom: 1.5em;
}

#rightSidebar div.block span.blockTitle{
	display: block;
	font-size: 1.55em;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #344e73;
	letter-spacing: 2px;
	padding: 0;
}

#rightSidebar div.block span.blockSubtitle{
	padding-left: 5%;
	font-size: 1.3em;
}

#rightSidebar div.block > a {
	font-size: 1.3em;
	padding-left: 5%;
}

#rightSidebar div.block > form {
	padding: 5%;
}

#rightSidebar div.block > ul {
	padding: 5% 5% 5% 12%;
}

#rightSidebar div.block > ul  > li{
	list-style-type: square;
	font-size: 1.3em;
}

.block-bibliotecas> label{
	width: 100%;
	font-size: 1.0em;
}

.select-bibliotecas{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: #fff url('images/icone-flecha.png') no-repeat right;
	border: 1px solid #ccc;
	padding: 8px;
	padding-right: 40px;
	height: auto;
}

#sizer{
	display: inline-block;
    padding: 3%;
}

@media only screen and (min-width: 480px) and (max-width: 991px){
	#rightSidebar div.block{
		float: left;
		width: 48.5%;
	}
	
	#rightSidebar div.block:nth-child(2n){ 
		margin-left: 3%
	}
	
	#rightSidebar div.block:nth-child(2n+1){ 
		clear: left;
	}
}

label{
	font-weight: normal;
	font-size: 1.3em;
}

table.data td.label {
    padding-right: 0;
}

@font-face {
    font-family: "Gill Sans MT";
    src: url('font/Gill-Sans-MT.ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: "Gill Sans MT";
    src: url('font/Gill-Sans-MT-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: "Gill Sans MT";
    src: url('font/Gill-Sans-MT-Italic.ttf');
	font-weight: 400;
	font-style: italic;
}

#content > ul.menu a {
	padding: 5px;
	background-color: #17416B;
	color: #FFF;
}
#content > ul.menu li.current {
	text-decoration: underline;
}

#topBar {
	padding-top: 0;
	padding-bottom: 0;
}
