@charset "utf-8";

*,
#header h1,
#main h2,
#main h3,
#content h4,
#main h4 {
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

#container {
	font-size: 1.3em;
}

#header h1,
h1 {
	font-size: 1.6rem;
}

#main h2,
h2 {
	font-size: 1.4rem;
}

#main h3,
h3 {
	font-size: 1.3rem;
}

#journalDescription,
#articleAbstract p {
	text-align: justify;
}

#rodapeLepidus {
	border-top-color: #B5DCB5;
}

#header {
	background-color: #fcfcfc;
	color: #000;
	margin-bottom: 0;
	position: relative;
}

#header h1 {
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 10%;
}

#sidebarNavbar li {
	margin-bottom: 10px;
}

#header:after {
	content:'';
	background: url('imagens/gradiente.png');
	background-size: 100%;

	width: 80%;
	height: 44px;
	margin: 0 10%;
	display:block
}

#headerTitle h1:after {
	content: url('imagens/idp.png');
	position: absolute;
	right: 10%;
	bottom: 44px;
}

#sidebarNavbar a {
	font-size: 1.1em;
	text-decoration: none;
	padding: 2px 10px;
	display: block;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: transparent;
}

#sidebarNavbar a:hover {
	background-color: #DAEDDA;
	border-color: #86C486;
}

#sidebarNavbar ul {
	margin: 10px 0 5px 0;
	list-style: none;
	padding: 0;
}

* {
	font-family: Helvetica, Verdana, sans-serif !important;
	line-height: 1.5;
}

h1 {
	font-size: 1.7em !important;
}

h2 {
	font-size: 1.6em !important;
}

h3 {
	font-size: 1.4em !important;
}

h4 {
	font-size: 1.3em !important;
}

h5 {
	font-size: 1.2em !important;
}

body {
	background-color: #fcfcfc;
}

#homepageImage img {
	width: 50%;
	height: 50%;
}

a,
a:link,
a:visited {
	color: #243b47;
}

a:hover,
a:hover:link,
a:hover:visited {
	background-color: rgba(224,223,236, 0.1);
}

#topBar,
#content #announcementList .intro {
	display: none;
}

#main {
	padding-top: 0;
	overflow: visible;
}

div.separator {
	border-bottom-color: #659f87;
	border-bottom-style: solid;
}

#navbar {
	border: none;
	border-bottom: #659f87 solid;
	padding-top: 0;
	padding-bottom: 5px;
	width: 80%;
	margin-top: 0;
	margin-left: 10%;
}

#breadcrumb {
	margin-top: 12px;
	padding-top: 0;
}

#navbar ul {
	padding: 0 2% 0;
	width: 96%;
	text-align: justify;
}
#navbar ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}


#navbar li {
	padding: 0;
	display: inline-block;
	width: auto;
}

#navbar a,
#navbar a:link,
#navbar a:visited {
	color: #000;
	font-size: 1rem;
}

#navbar a:hover,
#navbar a:hover:link,
#navbar a:hover:visited {
	background-color: #DAEDDA;
}

#content {
	border-top: none;
}

table.listing td.headseparator {
	border-top-color: #B5DCB5;
	border-top-style: solid;
}

table.listing td.endseparator {
	border-top-color: #B5DCB5;
	border-top-style: solid;
}

table.announcements td.endseparator,
table.announcements td.separator {
	border-top-color: #B5DCB5;
	border-top-style: solid;
}

#breadcrumb a {
	font-size: 0.7rem;
}

#sidebar div.block {
	/*background-color: #DAEDDA;*/
	/*border: 1px rgba(224,223,236, 0.1) solid;*/
	display: inline-block;
	padding: 10px;
	margin-bottom: 20px;
	width: 70%;
}

#sidebar input[type="text"],
#sidebar input[type="password"] {
	box-sizing: border-box;
	width: 100%;
}

#sidebar div.block span.blockTitle::after {
	content: "";
	background-image: url(imagens/fundoDoBannerTransparente.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

#sidebar div.block span.blockTitle {
	background-color: #005d4c;
	color: #FFF;
	margin: -10px;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	text-align: center;
}

#sidebar {
	word-break: break-word;
}

#sidebar span, #sidebar a, #sidebar label, #sidebar #sidebarUser {
	color: #243b47;
}

#sidebar #rightSidebar, #sidebar #leftSidebar {
	padding-bottom: 500em;
	margin-bottom: -500em;
	background-color: #b2c8a2;
	text-align: center;
}

#sidebar #sidebarFontSize #sizer {
	text-align: center;
}

#sidebar #sidebarFontSize #sizer a {
	display: inline-block;
	float: none;
	margin: 0 5px;
	padding: 0;
}

#sidebar #sidebarKeywordCloud a span {
	font-size: 1em !important;
}

#sidebar #sidebarWebFeed {
	text-align: center;
}

#sidebar #sidebarWebFeed br {
	display: none;
}

#sidebar #sidebarWebFeed a,
#sidebar #sidebarWebFeed a img {
	margin: 0;
	padding: 0;
}

#sidebar #sidebarWebFeed a {
	display: block;
	margin-bottom: 5px;
}

#sidebarFlagLanguageToggle .langFlag {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#sidebar #sidebarDevelopedBy,
#sidebar #sidebarHelp {
	background: none;
	border: none;
}

#rodapeDaPagina {
	background-color: rgba(224,223,236, 0.07);
	border: 1px rgba(203, 0, 0, 0.5) solid;
	padding: 10px;
}

textarea,
textarea.textArea,
input[type="text"],
input[type="file"],
input[type="password"],
select.selectMenu,
select {
	border-color: #DAEDDA;
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
	padding: 2px 5px;
}

textarea:focus,
textarea.textArea:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
select.selectMenu:focus,
select:focus,
option:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="submit"]:active {
	outline: none;
	background-color: rgb(224,223,236);
}

input:-webkit-autofill {
	background-color: #DAEDDA; !important;
}

input[type="button"],
input[type="submit"] {
	border: none;
	background-color: #005d4c;
	color: #FFF;
	padding: 2px 5px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #86C486;
	cursor: pointer;
}

.tocArticle {
	background-color: rgba(224,223,236, 0.07);
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 10px;
}

/* clearfix */
#body:before,
#body:after {
	content: "";
	display: table;
}
#body:after {
	clear: both;
}
#body {
	zoom: 1; /* ie 6/7 */
	overflow: hidden;
}

.indexadores {
	margin: 0 10%;
	border-top: #659f87 solid;
}

.indexadores .titulo {
	text-align: center;
	font-size: 0.9rem;
}

.indexadores .logos {
	text-align: center;
	padding-bottom: 10px;
}

.indexadores .logos .logo {
	display: inline-block;
	padding: 5px 20px;
}

.indexadores .logos .logo img {
	max-width: 100px;
	max-height: 50px;
}

#issueCoverImage img {
	max-width: 180px !important;
	height: auto !important;
}

#pkp-archive-archives h2, #pkp-archive-archives h3 {
	font-size: 1.5rem !important;
	padding: 0;
}

#pkp-archive-archives h4 {
	margin: 0;
}

#issues > div {
	display: flex;
	flex-flow: row wrap;
}

#issues > div h3 {
	flex: 1 100%;
	border-bottom: 1px #659f87 solid;
	margin-right:0;
}

#pkp-archive-archives h2 {
	border-bottom: 1px #659f87 solid;
	margin: 0;
}

#pkp-archive-archives #content {
	margin: 0;
	padding-top: 0;
}

div[id^="issue-"]{
	float: left !important;
	clear: none !important;
	max-width:200px;
	padding: 10px 0 10px 20px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column-reverse;
	-webkit-flex-wrap: nowrap;
	display: -webkit-flex;
	-webkit-flex-direction: column-reverse;
	-webkit-flex-wrap: nowrap;
	display: -moz-flex;
	-moz-flex-direction: column-reverse;
	-moz-flex-wrap: nowrap;
	display: -o-flex;
	-o-flex-direction: column-reverse;
	-o-flex-wrap: nowrap;
	display: -ms-flex;
	-ms-flex-direction: column-reverse;
	-ms-flex-wrap: nowrap;
}

div.latestIssue {
	padding-left: 20px;
}

#content div.latestIssue h3 {
	padding-top: 0;
}

div.latestIssue .issueYear {
	background-color: #005d4c;
	color: #FFF;
	padding-left:5px;
	margin-right: -5%;
}

div.latestIssue .menu {
	visibility: hidden;
	height:0;
	width: 0;
}

.issueCoverImage img {
	width: 180px !important;
}
