@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100,100italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,300,600,700);

/**
 * plugins/themes/cogitatio/cogitatio.css
 *
 * Copyright (c) 2013 Simon Fraser University Library
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Cogitatio theme.
 *
 */

:root {
	--color-journal-heading: #093E71; /* before: #1d7a8c; */
	--color-issue-heading: #093E71; 
	--color-article-heading: #093E71; 
	--color-article-link: #093E71; 
  --color-heading-main: #093E71; 
	--color-button-bg-main: #093E71; 
}

*{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", sans-serif;
	box-sizing: border-box;
}

html {
  height:100%;
  
}

body{
	/*width: 80%;	
	padding: 20px 0;
	border-bottom: #3D3C3E solid 1px;
	margin-top: 0px;*/    
    width: 100%;
	height: 100%;
    min-height: 100% !important;
	overflow-x: hidden;
	background-color: white;
	/*background-color: #D8D8D8;*/
    position: relative;
    /*padding-bottom: 4rem;*/
  margin-left:auto;
  margin-right:auto;
}

#body{
	/*width: 78%;
    /*width: 936px;
	margin-left: 11%;
    margin-right: 11%;*/
    border-left: black solid 0px;
    border-right: black solid 0px;
	height: auto;
    min-height: 100% !important;
	overflow-x: hidden;
    overflow-y: auto;
	background-color: transparent;
	box-shadow: 0px 0px 10px #888;
	/*JP*/
	margin-left:auto;
	margin-right:auto;
	max-width:1100px;
}

#pkp-submission-reviewFormResponse #container #body{
		width:100%;
		box-shadow:none;
}

#pkp-submission-reviewFormResponse #container #body #main h2{
  padding-left:21px;  
}

#pkp-rt-captureCite #container #bodyPopUp #main h2{
  padding-left:21px;  
}
    
#bodyPopUp{
	width: 78%;
    /*width: 936px;*/
	margin-left: 11%;
    margin-right: 11%;
    border-left: black solid 0px;
    border-right: black solid 0px;
	height: auto;
    min-height: 100% !important;
	overflow-x: hidden;
    overflow-y: auto;
	
	box-shadow: 0px 0px 6px #888;
}

#bodyPopUp #mainContent h2 {
    padding: 20px 3%;
}

#bodyPopUp a {
    font-size: 11px;
}

a {
	font-size: 13px;
	font-weight: normal;
	padding-top: 0px;
    padding-bottom: 2px;
	display: inline-block;
	cursor: pointer;
    text-decoration: none;
    color: black;
}

a:link {
	font-size: 13px;
	font-weight: normal;
	padding-top: 0px;
    padding-bottom: 2px;
	display: inline-block;
	cursor: pointer;
    color: black;
    text-decoration: underline;
}

a:active {
	font-size: 13px;
	font-weight: normal;
	padding-top: 0px;
    padding-bottom: 2px;
	display: inline-block;
	cursor: pointer;
    color: black;
    text-decoration: underline;
}

a:visited {
	font-size: 13px;
	font-weight: normal;
	padding-top: 0px;
    padding-bottom: 2px;
	display: inline-block;
	cursor: pointer;
    text-decoration: underline;
    color: black;
}

a:hover {
	font-size: 13px;
	font-weight: normal;
	padding-top: 0px;
    padding-bottom: 2px;
	display: inline-block;
	cursor: pointer;
    color: black;
    text-decoration: underline;
    background: none; 
}

#peerReview a {
	font-size: 12px;
}

#submit a {
	font-size: 12px;
}

#supportMessage a {
	font-size: 12px;
}

#main #content #submissions,
#main #content #peerReview,
#main #content #submission,
#main #content #rounds,
#main #content #academicPostPRDecision,
#main #content #academicPostRevisionsDecision,
#main #content #editorDecision,
#main #content #academicPrePRDecision,
#main #content #editors,
#main #content #status,
#main #content #metadata,
#main #content #copyedit,
#main #content #scheduling,
#main #content #layout,
#main #content #proofread,
#main #content #submissionEventLog,
#main #content #submissionEmailLog,
#main #content #submissionNotes,
#main #content #citationEditor,
#main #content #emailForm,
#main #content #submissionToBeReviewed,
#main #content #reviewSchedule,
#main #content #reviewSteps,
#main #content #selectReviewer,
#main #content #reviewerForm,
#main #content #academicRounds,
#main #content #search,
#main #content #results,
#main #content #submitForm,
#main #content #submissionFile,
#main #content #submitStep5,
#main #content #issue,
#main #content #issues,
#main #content #issueTocPage,
#main #content #userForm,
#main #content #signinForm,
#main #content #people,
#main #content #emails,
#main #content #myJournals,
#main #content #notes,
#main #content #profile,
#main #content #galleyForm,
#main #content #issueGalleys,
#main #content #enroll,
#main #content #users,
#main #content #setDueDate,
#main #content #notifyUsers,
#main #content #notifications,
#main #content #notificationSettings,
#main #content #emailTemplateForm,
#main #content #addSubmissionFile,
#main #content #submit,
#main #content #suppFile,
#main #content #genericEmail,
#main #content #setupForm {
  font-size: 11.4px;
}

#main #content #submit {
  font-size: 12px;
}

#academicRounds .label {
   min-width:140px;
 }

#academicRounds .r1 {
   min-width:151px;
 }
 
h4 a:link,
h4 a:visited,
h4 a:hover {
    text-decoration: none;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fff;
	border: 1px solid #c4c4c4;
}

#container #header{
	width: 78%;
	margin-left: 11%;
	margin-right: 11%;
	padding: 10px 0px;
	box-shadow: 0px 0px 6px #888;
}

#container #headerPopUp{
	width: 78%;
	margin-left: 11%;
	margin-right: 11%;
	padding: 10px 0px;
	box-shadow: 0px 0px 6px #888;
}

#container #header #headerTitle h1{
	color: #1d7a8c;
	font-size: 30px;
	padding-left: 15px;
}

#header {
	width: 100%;
	height: 90px;
	padding: 10px 10px;
	display: inline-block;
	background-color: #FFFFFF;
}

#headerPopUp {
	/*width: 100%;
	height: 90px;
	padding: 10px 10px;*/
	display: inline-block;
	background-color: #FFFFFF;
}

#header h1 {
    margin: 0 auto;
    padding: 0.5em 0 0.25em 10%;
    font-family: "Open Sans", sans-serif;	
    font-weight: bold;
	text-align: left;
}

/************************/

/******  Home ***********/

.homeLeft{
    display: block;
    float: left;
    width: 25%;    
    padding-top: 22px;
}
/*
#content .homeLeft h3{
    font-size: normal;
}
*/
#content .homeLeft h3 b{
    font-size: 18px;
}

#content .homeLeft h3{
    font-size: 15px;
}
#content .homeLeft h3 a{
    font-size: 15px;    
}

#content .homeCenter{
	font-size: 13px;
}

/*#content #about p{
	padding-top: 30px;
	font-size: 13px;
}*/

#content #contact #principalContact p{
	font-size: 13px;
}

#content #contact #principalContact{
	font-size: 13px;
}

/* #content ul li a { text-decoration: none; } */

table.info a {
    text-decoration: none;
}

.homeLeft .institutionalMembers
{
    padding-top: 50px;
}

.homeCenter{
    display: block;
    float: left;
    padding-top: 20px;
    width: 72%;
    margin-left: 3%;
}

#mainHome {	
	background-color: #fff;
    min-height: 100%;
    margin-left: 3%;
    width: 100%;
}

/************************/

#main {
	background-color: #fff;
    min-height: 100%;
    margin-left: 0px;
    width: 90%;
}

#main h2 {
	padding-left: 0px;
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: "Open Sans", sans-serif;	
	font-weight: normal;
	color: var(--color-journal-heading);
}

#main h3 {
	font-family: "Open Sans",sans-serif;
  margin-left: 3%;
	color: var(--color-journal-heading);
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	/*JP*/
	/*padding-left: 10px;*/
    padding-bottom: 10px;
	border-bottom: 1px solid #C0C0C0;    
}

#navbar.navbarHomepage {
    text-align: center;
}

#breadcrumb {
	padding: 0px 0px 10px 10px;
	border-bottom: none;	
  font-weight: normal; font-size: 13px;
}

#breadcrumb a:hover {
    background: none;
}

#breadcrumb a {
    font-size: 13px;
}

#content {
	width: auto;
	min-height: 100%;
	padding: 20px 3%;
  border-top: none;
	border-bottom: none;
	margin-top: 0px;
	font-size: 13px;
}

#content h3 {
    font-family: "Open Sans", sans-serif;	
    font-weight: normal;
    margin-left: 0px;
    font-size: 20px;
}

#content h4 {
    font-family: "Open Sans",sans-serif;
}

#content #issues h4 {
	margin-bottom: 0.10em;
}

body.issue #main h3 { color: var(--color-issue-heading); }
#content #articleTitle h1{
	color: var(--color-article-heading);
	font-size: 17px;
	font-weight: 700;
  padding: 1em 0 0 0;
}

#content .articleTitle h3{
	color: #1d7a8c;
	font-size: 15px;
	font-weight: 700;
}

.articlePageSectionTitle {
  font-weight: bold;
  font-size: 13px;
}

.articlePageSectionText {
  font-size: 13px;
  text-align: justify;
}

.tableWrap {
  display: table;
}

.tableCell {
  display: table-cell;
}

.tableCellLeft {
  display: table-cell;
  width: 75px;
}

#conteudo #main #content {
	font-size: 13px;
}

ol {
  padding-left: 40px;
}

ul.steplist li {
	font-size: 12px;
}

ul.menu a {
  font-size: 0.95em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.95em;
}

/* ----------SUB_MENU---------- */

#cogi{
	background-color: white;
	border-bottom: rgb(241,240,240) solid 1.2px;	
	width: 100%;
	height: 30px;
	text-align: left;
	position: fixed;
	z-index: 20;
	
}

#cogi img{
	width: auto;
	height: 20px;
	padding-left: 15px;
	margin-top: -15px;
	opacity: 0.9;
}

#submenu{

	width: auto;
	height: auto;
	text-align: right;
	padding: 2.5px 40px;

}

#submenu li{

	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}

#submenu li a{

	text-decoration: none;
	font-size: 11px;
	font-weight: 400;
	color: #3D3C3E;
}

#submenu li a:hover{
	
	font-weight: 700;
	color: #1d7a8c;
}

#submenu li a.sel2{
	
	font-weight: 700;
	color: #1d7a8c;
}


/* ----------MENU2---------- */
#header2{
	/*JP*/
	/*height: 150px;*/
	height:100%;
    width: 100%;
    float: left;
    background-color: #f7f7ee;
    padding-top: 30px;
    text-align:center;
}

#header2 p{
    margin: 5px;
}

#header2 img{
	height: 60px;
	margin-left: 160px;
}

#header2 img.imgAds{
	height: 24px;
    width: 24px;
    margin-top: -10px;
	margin-left: 15px;
}

    #header2 img.imgAds2 {
        height: 24px;
        width: 118px;
        margin-top: -10px;
        margin-left: 15px;
    }

.title {
    width: 100%;
    float: left;
	/*JP*/
	padding-top:10px
}

#menu2{
	position: relative;
	width: 100%;
	height: auto;
	text-align:left;
	padding: 48px 0px;    
    padding-bottom: 0px;
	/*margin-top: 98px;*/
    float: left;
}

#menu3{
	position: relative;
	width: 100%;
	height: auto;
	text-align:left;
	padding: 40px 0px 0px 0px;
	float: left;
}

#menu2 #announcements
{
    width: auto;
}

#menu2 li{

	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 5px;
}

#menu2 li a:hover{
	padding-bottom: 0px;
	border-bottom: #3D3C3E solid 2px;
    background: white;
}

#menu2 li a:hover .smenu2{
	display: block;
}

#menu3 li{

	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 5px;
}

#menu3 li a:hover{
	padding-bottom: 0px;
	border-bottom: #3D3C3E solid 2px;
    background: white;
}

#menu3 li a:hover .smenu2{
	display: block;
}

ul.smenu {
	transition: height 0.6s ease;
	position: absolute;
	left: 0px;
	margin-left: -10px;
	width: 100%;
	height: 0px;
	text-align: left;
	background-color: white;
	z-index: 20;
	margin-top: 7px;
	display: block;
}

ul.smenu0 {
	transition: height 0.6s ease;
	position: absolute;
	left: 0px;
	margin-left: -10px;
	width: 100%;
	height: 0px;
	text-align: left;
	background-color: white;
	z-index: 20;
	margin-top: 7px;
	display: block;
	
}

#menu2 .smenu2{

	position:absolute;
	text-align: left;
	width: 600px;
	padding-top: 10px;
	margin-left: -10px;
	z-index: 30;

}

.smenu2 li{
	padding: 5px 0px;

}

#menu2 .smenu2 li a{
	font-size: 11px;
	font-weight: 500;
	text-transform:none;
	opacity: 0;
}

#menu2 li:hover ul.smenu {
	transition: height 0.6s ease;
	height: 90px;
	border-bottom: rgb(241,240,240) solid 1.2px;	
}

#menu2 li:hover ul.smenu0 {
	transition: height 0.6s ease;
	height: 140px;
	border-bottom: rgb(241,240,240) solid 1.2px;	
	
}

#menu2 li:hover ul.smenu2{
	width: 160px;
}

#menu2 li:hover ul.smenu2 li a{

	transition: opacity 1.2s ease;
	opacity: 1;
	padding: 0;
	border-bottom: #496d71 solid 0px;
} 

#menu2 li ul.smenu2 li a:hover{
	font-weight: 700;
} 

#menu2 li ul.smenu2 li a.sel{
	font-weight: 700;
} 

#menu2 li a{

	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	color: #3D3C3E;
	text-transform:uppercase;
}



#menu2 li a:hover ul.smenu{
	
	display: block;
	transition: height 0.6s ease;

}

#menu2 li a.sel{
	
	padding-bottom: 5px;
	border-bottom: #496d71 solid 2.6px;
	z-index: 30;
}

#menu3 li:hover ul.smenu {
	transition: height 0.6s ease;
	height: 90px;
	border-bottom: rgb(241,240,240) solid 1.2px;	
}

#menu3 li:hover ul.smenu0 {
	transition: height 0.6s ease;
	height: 140px;
	border-bottom: rgb(241,240,240) solid 1.2px;	
}

#menu3 li:hover ul.smenu2{
	width: 160px;
}

#menu3 li:hover ul.smenu2 li a{
	transition: opacity 1.2s ease;
	opacity: 1;
	padding: 0;
	border-bottom: #496d71 solid 0px;
} 

#menu3 li ul.smenu2 li a:hover{
	font-weight: 700;
} 

#menu3 li ul.smenu2 li a.sel{
	font-weight: 700;
} 

#menu3 li a{
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	color: #3D3C3E;
	text-transform:uppercase;
}

#menu3 li a:hover ul.smenu{
	display: block;
	transition: height 0.6s ease;
}

#menu3 li a.sel{
	padding-bottom: 5px;
	border-bottom: #496d71 solid 2.6px;
	z-index: 30;
}


/*********************/

#njournal{
	
	float:left;
	font-size: 30px;
	font-weight: 700;
	color: #496d71;
	padding: 0px 5px;
}

#njournal a {	
	position: relative;
	text-align:left;
	font-size: 30px;
	font-weight: 700;
	color: var(--color-journal-heading);
	padding: 6px 0px;
	text-decoration: none;
}

#njournal2{
	
	position: absolute;
	text-align:left;
	font-size: 18px;
	font-weight: 300;
	color: #3D3C3E;
	padding: 0 5px;
	/*margin-top: 75px;*/
	
}


/*right side bar*/
#rightSidebar {
    width: 100%;
    font-size: 0.65em;
    height: 100%;
    margin: 0;
		padding: 20px 20px 20px 40px;
    float: right;
		text-align: center;
}

#rightSidebar .block {
	padding: 10px;
	margin: 10px 0px;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
}

#rightSidebar #customblock-CiteScore, #rightSidebar #customblock-Metrics {
	text-align: center;
}
#rightSidebar #sidebarPopularArticles {}
#rightSidebar #sidebarPopularArticles a { list-style-position: outside !important; margin-left: 15px !important; }
#rightSidebar #sidebarPopularArticles strong { margin-left: 15px !important; }

#mainHome .block {
	padding: 5px;
  margin-right: 20px;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
  margin-bottom: 25px;
}

/*input.textField {
	background-color: #fff;
	border: 1px solid #c4c4c4;
}*/

/*#rightSidebar*/ .block td {
	padding: 3px 2px 3px 0px;
}

/*#rightSidebar*/ .block .button {
	cursor:pointer;
	float: right;
  /*  padding: 4px 10px;*/
	font-size:12px;
}

/*#rightSidebar*/ .block .button:hover {
	background-color:#cfcfcf;
}

/*#rightSidebar*/ .block input.textField, /*#rightSidebar*/ .block select.selectMenu{
	width:100%;
}

/*#rightSidebar*/ .block table {
	width:100%;
}

/*#rightSidebar*/ .block li a {
	font-size:12px;
}

a.action, a.file {
	font-size: 1em;
}

#rightSidebar #sidebarUser span.blockTitle { display: none; }

/* hide sidebar on certain pages to widden main content */
body.current_journal:where(.editor, .manager) #conteudo { overflow: visible; padding-right: 0; }
body.current_journal:where(.editor, .manager) #sidebar { overflow: visible; width: 0; height: 0; margin: 0; }
body.current_journal:where(.editor, .manager) #rightSidebar .block { display: none; }
body.current_journal:where(.editor, .manager) #rightSidebar { position: relative; width: 0; height: 0; padding: 0; margin: 0; }
body.current_journal:where(.editor, .manager) #rightSidebar #sidebarUser {
	display: block !important;
	position: absolute;
	top: -120px;
	border: 0;
	right: 0;
	width: 300px;
	z-index: 99999;
	display: block;
	text-align: right;
	margin: 0;
	padding: 0 20px 0 0;
}
body.current_journal:where(.editor, .manager) #sidebarUser ul { list-style: none; margin: 0; padding: 0; }
body.current_journal:where(.editor, .manager) #sidebarUser ul li { display: inline-block; }
body.current_journal:where(.editor, .manager) #sidebarUser ul li:before { content: " | "; }
body.current_journal:where(.editor, .manager) #sidebarUser ul li:first-child:before { content: ""; }

/************************/

/*******  tocArticle  ******/
table.tocArticle{
    /*padding-bottom: 50px;*/
    padding-bottom: 25px;
}

tr.tocArticleTitle td{
    color: #1d7a8c;
    /*font-size: 16px;*/
    font-size: 14px;
    font-weight: 700;
    padding-top: 6px;
}

tr.tocArticleTitle td a{
    color: var(--color-article-heading);
    /*font-size: 16px;*/
    font-size: 14px;
    font-weight: 700;
    padding-top: 12px;
    text-decoration: none;
}

tr.tocArticleAuthor td{
    /*font-size: 14px;*/
    font-size: 12px;
    font-weight: 400;
    /*padding-top: 5px;*/
}
tr.tocArticleAffiliation td{
    font-size: 11px;
    padding-bottom: 10px;
}
tr.tocArticleType td{
    /*padding-top: 5px;*/
	font-size: 12px;
}
tr.tocArticlePublishDate td{
    /*font-size: 11px;*/
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
}
tr.tocArticleLinks{
    margin-bottom: 15px;
}
tr.tocArticleLinks td{
    font-size: 13px;
    /*font-weight: 700;*/
    padding-top: 10px;
    /*cursor: pointer;*/
    color: black;
    margin-bottom: 20px;
}
td.tocArticleCounter{
    position:relative;
    top: 3px;
}
/************************/
#announcementsHome table {
	border: 0;
	border-spacing: 0;
	font-size: 0.0em;
}

#announcementsHome table a{
	text-decoration: none;
} 

/************************/

/**
 * Announcements
 */
#announcementsHome h3 {
	text-align: left;
}

#announcementList .announcements h4{
	font-size: 1.3em;
}

table.announcements td.headseparator {
	/* border-top: 1px dotted #000; */
	border-top: none;
	font-size: 0.1em;
	line-height: 1%;
}

a.action, a.file {
	text-transform: none;
}

.announcementsMore a{
	text-decoration: underline;
}


/*******************************/

#issues #issue a {
    text-decoration: none;
}

a[ id^='pub-id'] {
    text-decoration: none;
}

/**********  Mini Menu  ********/
.minimenu{
	height: auto;
	text-align: left;
	display: inline-block;
	padding: 20px 0;
}
.minimenu li{
	font-size: 12px;
	font-weight: 600;
	color: black;
	padding: 7px 15px;
	display: block;
}


.minimenu ul{
	padding: 0;
}

.descrj #titulo{
	font-size: 24px;
	font-weight: 700;
	color:#3D3C3E;
	margin-top: 5px;
	margin-bottom: 10px;
}

.descrj #titulo2{
	font-size: 14px;
	font-weight: 400;
	color:black;
	padding-top: 10px;
}

.descrj #text{
	font-size: 13px;
	font-weight: 400;
	color:black;
	padding-top: 0px;
	padding-bottom: 0px;
}

.descrj #text1{
	font-size: 13px;
	font-weight: 400;
	color:black;
	padding: 0px 0;
}

.descrj #edit{
	font-size: 13px;
	font-weight: 700;
	color:#3D3C3E;
	padding-top: 5px;
}

.descrj #more, .descrj .more {

	font-size: 13px;
	font-weight: 700;
	color: #3D3C3E;
	text-decoration: underline;
	padding-bottom: 10px;
 	
}

/*******************************/

/********** footer *************/
.footer{
	background-color: #3D3C3E;
	max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}

.footer p{
	padding-top: 5px;
	font-size: 10px;
	color: #ecf0f1;
	text-align:center;
    margin: 0px;
}

.footer a{
    font-size: 10px;
}

/******************************/

/***********  button  *********/
a.button {
   display: -moz-inline-stack;
   display: inline-block;
   width: 207px;
   height: 29px;
   background: var(--color-button-bg-main);
   line-height: 29px;
   vertical-align: middle;
   text-align: center;
   color: #ffffff;
   font-family: Calibri;
   font-size: 18px;
   font-weight: bold;
   font-style: normal;
   /*text-shadow: #ad663c 1px 1px 0;*/
   border-radius:5px;
}
a.button > span {
   display: -moz-inline-block;
}
a.button:hover { background-color: #000; }

#rightSidebar .block-buttons a.button { width: 100%; text-decoration: none; margin-bottom: 10px; }

a.viewAbstractButton {
	width:auto;
	padding:0 10px;
	height:26px;
	line-height:26px;
	font-size:13px;
	text-decoration:none;
}

a.downloadButton {
	width:auto;
	padding:0 10px;
	height:26px;
	line-height:26px;
	font-size:13px;
	text-decoration:none;
	background:#5a5;
}

.table-condensed thead>tr>th, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>td {
padding: 0px 5px 5px 5px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
		padding:0 7px;
		height:26px;
		line-height:26px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-eye-open img{
    width: 24px;
    height: 16px;
}

.glyphicon-pdf img{
    width: 16px;
    height: 16px;
}

.glyphicon-download-alt:before {
content: "\e025";
}

*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


.tabrow {
  /*text-align: center;*/
  list-style: none;
  margin: 20px 0 20px;
  padding: 0 0 0 8px;
  line-height: 24px;
  height: 26px;
  overflow: hidden;
  font-size: 12px;
  /*font-family: verdana;*/
  position: relative;
}
.tabrow li {
  border: 1px solid #AAA;
  background: #D1D1D1;
  background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  display: inline-block;
  position: relative;
  z-index: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;
  margin: 0 -5px;
  padding: 0 20px;
}
.tabrow a {
  color: #555;
  text-decoration: none;
}
.tabrow li.selected {
  background: #FFF;
  color: #333;
  z-index: 2;
  border-bottom-color: #FFF;
}
.tabrow:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #AAA;
  z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.tabrow li:before {
  left: -6px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
  right: -6px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
  box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
  box-shadow: -2px 2px 0 #FFF;
}
    
    
.authors {
  list-style: none;
  padding-left: 0px;
}
.authors .name {
	display: block;
  padding-top: 5px;
}
.affiliation {
	font-size: 12px;
  color: rgba(0,0,0,0.54);
}

.issueDescription {
	font-size: 12px;
	color: rgba(0,0,0,0.54);
}

div.metrics_tile {
	vertical-align: text-top;
	display: inline-block;
	border: 1px solid #ccc;
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: #e5e4e4;
  width: 100px;
  height: 100px;
}

div.metrics_tile_footer {
  text-align: center; 
}


#modal-launcher-prePR,
#modal-launcher-prePR2,
#modal-launcher-postPR,
#modal-launcher-postPR2,
#modal-launcher-postRevisions,
#modal-launcher-postRevisions2 {
  text-decoration:none;
}

#modal-background-prePR,
#modal-background-prePR2,
#modal-background-postPR,
#modal-background-postPR2,
#modal-background-postRevisions,
#modal-background-postRevisions2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content-prePR,
#modal-content-prePR2,
#modal-content-postPR,
#modal-content-postPR2,
#modal-content-postRevisions,
#modal-content-postRevisions2 {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 400px;
    z-index: 1000;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 9px;
    height: 10px;
    padding: 2px;

    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    line-height: 12px;
}

#modal-background-prePR.active, #modal-content-prePR.active,
#modal-background-prePR2.active, #modal-content-prePR2.active,
#modal-background-postPR.active, #modal-content-postPR.active,
#modal-background-postPR2.active, #modal-content-postPR2.active,
#modal-background-postRevisions.active, #modal-content-postRevisions.active,
#modal-background-postRevisions2.active, #modal-content-postRevisions2.active {
    display: block;
}
    
/**************JP****************/
#content div:nth-child(1) table{
  width:100%;
}

#conteudo{ width: 100%; clear: both; }
.current_journal #conteudo{
  overflow:hidden;
  padding-right: 300px;
  padding-bottom: 29px;
	box-sizing: border-box;
}

#sidebar{
  overflow: hidden;
  width: 300px;
  float: right;
  margin-right:-300px;
}
 
 #main{
	width: 100%;
	padding: 10px 30px 30px 0px;
	box-sizing: border-box;
}
#mainHome{
	box-sizing: border-box;
	margin: 0 0 50px 0;
	clear: both;
	overflow: hidden;
}


/***********************************/


/*
@media (min-width: 240px) and (max-width: 319px) {
    #body {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .homeLeft {
        width: 100%;
    }
    #header2 {
        height: 220px;
        width: 100%;
    }
    .homeCenter {
        width: 100%;
    }
    #navbar {
        padding-left: 1px;
        padding-bottom: 1px;
        border-bottom: 1px solid #C0C0C0;
    }

    #menu2 li {
        display: inline-block;
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 5px;
    }

    #menu2 li a{
	    font-size: 10px;
	    font-weight: 400;
    }

    #rightSidebar {
        float: left;
        width: 80%;
        padding: 1em 0em 1em 0em;
        font-size: 0.65em;
        margin-right: 10%;
        margin-left: 10%;
    }

    #njournal2 {
        font-size: 11px;
        font-weight: 200;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    #body {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .homeLeft {
        width: 100%;
    }
    #header2 {
        height: 220px;
        width: 100%;
    }
    .homeCenter {
        width: 100%;
    }
    #navbar {
        padding-left: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid #C0C0C0;
    }

    #menu2 li {
        display: inline-block;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 5px;
    }

    #menu2 li a{
	    font-size: 11px;
	    font-weight: 500;
    }

    #rightSidebar {
        float: left;
        width: 80%;
        padding: 1em 0em 1em 0em;
        font-size: 0.65em;
        margin-right: 10%;
        margin-left: 10%;
    }

    #njournal2 {
        font-size: 13px;
        font-weight: 200;
    }

    #sidebarNavigation {
        display: none;
    }
}


@media (min-width: 481px) and (max-width: 800px) {
    #body {
        width: 100%;

        margin-left: 0%;
        margin-right: 0%;
    }

    .homeLeft {
        width: 25%;
    }

    #header2 {
        height: 150px;
        width: 100%;
    }
    .homeCenter {
        width: 68%;
    }

    #navbar {
        padding-left: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid #C0C0C0;
    }

    #menu2 li {
        display: inline-block;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 5px;
    }

    #menu2 li a{
	    font-size: 11px;
	    font-weight: 600;
    }

    #rightSidebar {
        width: 15%;
        padding: 1em 0em 1em 0em;
        font-size: 0.65em;
        margin-right: 2%;
        margin-left: 2%;
    }
    #sidebarNavigation {
        display: none;
    }
}

@media (min-width: 801px) and (max-width: 1024px) {
    #body {
        width: 86%;

        margin-left: 6%;
        margin-right: 6%;
    }

    .homeLeft {
        width: 25%;
    }

    #header2 {
        height: 150px;
        width: 100%;
    }
    .homeCenter {
        width: 68%;
    }

    #navbar {
        padding-left: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid #C0C0C0;
    }

    #menu2 li {
        display: inline-block;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 5px;
    }

    #menu2 li a{
	    font-size: 11px;
	    font-weight: 600;
    }

    #rightSidebar {
        width: 15%;
        padding: 1em 0em 1em 0em;
        font-size: 0.65em;
        margin-right: 2%;
        margin-left: 2%;
    }
}*/
/*@media (max-width: 1200px) {

    body {
        width: 1200px;
    }
    #body {
        width: 78%;
        width: 936px;
    }

}*/

/* @gonperes */
img { max-width: 100%; height: auto; }
.addthis_container { display: inline-block; float: right; margin-top: 0px; }

#body .header { position: relative; }
.header .logo { position: absolute; right: 190px; }
.header .logo img { height: 32px !important; width: auto; margin: -4px 0 0 0 !important; }
.header .social-icons { position: absolute; right: 20px; }
.header .social-icons span { display: inline-block; }
.header .social-icons img { height: 24px !important; width: auto; margin-left: 6px !important; }
#menu2 li a { letter-spacing: normal; }

.no_journal .header .logo { position: relative; text-align: center; right: auto; }
.no_journal .header .logo img { height: 70px !important; width: auto; margin: 0 !important; }
.no_journal .header .social-icons { top: 40px; }
.no_journal .header .social-icons img { }

.article_buttons { display: inline; float: left; margin: 0 0 10px 0; }

table.data.form_author { border: 1px solid #ccc; border-radius: 5px; padding: 20px; margin-bottom: 20px; }

table.table_content { border-spacing: 0px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
table.table_content tbody tr:first-child td { border-top: 1px solid #000; }
table.table_content td { vertical-align:top; padding: 0px 10px; line-height:1.6; text-align:left; }
table.table_content th { vertical-align:top; padding: 0px 10px; line-height:1.6; text-align:left; }
table.table_content tbody tr td:first-child { min-width:200px; }


/*JP*/
@media screen and (max-width: 900px) {

	#body{
		width:100%;
		box-shadow:none;
		}
	
	body{
		padding-bottom:2rem;
		}
	
	#njournal{
		padding-top:40px;
		}
	
	.header .logo { left: 15px; }
	.header .social-icons { }
	.header .social-icons img { }
	
	.no_journal .header .logo { }
	.no_journal .header .logo img { height: 38px !important; }
	.no_journal .header .social-icons { }
	.no_journal .header .social-icons img { }
	
	
	
	#conteudo{
		padding-right: 0px !important;
		width: 100%;
		display: flex;
		flex-direction: column;
		}
		
		.no_journal #content { display: flex; flex-direction: column; padding: 20px; }
		.no_journal #content .homeLeft { order: 2; width: 100%; }
		.no_journal #content .homeCenter { order: 1; width: 100%; padding: 0; margin: 0; }
		
		
	#sidebar{
		width:100%;
		margin:0px;
		order:2;
		}
	
	#main{
		order:1;
		padding: 10px 0px 10px 0px;
		}
		
	#rightSidebar{
		margin: auto;
		padding: 20px 30px;
	}
		
	/* @gonperes */
	.addthis_container { display: block; float: none; margin: 10px 0px 0px 0px; }
	
}