/**
 * styles/common.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 */
/**
 * Notifications
 * FIXME: (Re)move once OJS styles are consolidated with new styles and themes
 
@import url("../lib/pkp/styles/themes/default/pnotify.css"); @import url("../lib/pkp/styles/themes/default/notificationIcons.css"); .ui-pnotify-title {
    font-size: 0.8em;
}

.ui-pnotify-text {
    font-size: 0.6em;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
    font-size: 0.8em;
}
*/
/**
 * Common HTML elements
 */
a:link {
    color: #144fc5;
    text-decoration: none;
}

a:visited {
    color: #7d45cc;
}

a:hover {
    color: #2884c4;
}

a:focus {
    text-decoration: underline;
}

/**
 * Main layout elements
 */
#header {
    background-color: #3e67b1;
    color: #fff;
}

#footer {
    background-color: #ABA;
}

#main {
    width: 80%;
    margin: 0 auto;
    /* background-color: #fff; */
    /* box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3); */
}

.contentBox {
    padding: 30px 25px;
    margin: 10px 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);
}

.subcontentBox {
    padding: 16px 0;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.subcontentBox:last-child {
    padding: 16px 0;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid transparent;
}

/**
 * Access icons and key
 */
#accessKey {
    margin-bottom: 2em;
}

#accessKey img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

#content img.accessLogo {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

#floatbar {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #494949;
    border-bottom: solid 0px;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 10px 0 15px 0;
    font-size: 1.3em;
    display: none;
    opacity: 0.95;
    z-index: 99;
    display: inline;
}

#floatbar li {
    list-style: none;
    display: initial;
    /* margin-left: 10px; */
}

#floatbar {
    display: none;
}

#floatbar--informacoes {
    text-align: center;
}

#floatbar:hover {
    opacity: 1;
}

#floatbar a:link {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 16px 20px;
    margin: 0px;
    text-transform: uppercase;
}

#floatbar a:visited {
    /* font-size: 0.65em; */
    /* letter-spacing: 0.05em; */
    color: #fff;
}

#floatbar a:hover {
    /* font-size: 0.66em; */
    /* letter-spacing: 0.05em; */
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    /* box-shadow: 1px 1px 6px -1px #000; */
    /* border-bottom: solid 5px #333; */
    /* font-weight: bolder; */
    text-decoration: none;
}

/**
 * Navigation bar
 */
#navbar {
    position: relative;
    background-color: #494949;
    /* border-bottom: solid 0px; */
    text-align: center;
    box-shadow: 0px 2px 4px -2px #333;
    font-size: 1.3em;
    /* height: 50px; */
}

.menu {
}

#navbar a:link {
    font-size: 12px;
    /* letter-spacing: 0.05em; */
    color: #fff;
    padding: 13px 20px;
    margin: 0px;
}

#navbar a:visited {
    /* font-size: 0.65em; */
    /* letter-spacing: 0.05em; */
    color: #fff;
    padding: 13px 20px;
}

#navbar a:hover {
    /* letter-spacing: 0.05em; */
    background-color: #383838;
    color: #fff;
    /* box-shadow: 1px 1px 6px -1px #000; */
    /* border-bottom: solid 5px #333; */
}

#gotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#gotop button {
    border: none;
    width: 50px;
    height: 50px;
    background-color: #3e67b1;
    border-radius: 50%;
    background-image: url(/imagens/up.png);
    background-size: 40px;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px -2px;
    cursor: pointer;
}

#gotop button:hover {
    opacity: 1;
}

#pageFooter {
    padding: 20px 0 0 0;
    text-align: center;
    border-top: 1px solid #e3e3e3;
}

#pageFooter img {
    /* width: 100%; */
}

/**
 * Announcements
 */
#announcementsHome {
}

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

#announcements {
    width: 100%;
}

#announcements h3 {
    text-align: center;
}

div.announcements {
    /* width: 100%; */
    /* overflow: scroll; */
    /* display: contents; */
}

div.announcements .nodata {
    text-align: center;
    font-style: italic;
}

div.announcements .headseparator {
    border-top: 1px dotted #000;
    font-size: 0.1em;
    line-height: 1%;
    display: block;
}

div.announcements .title {
    vertical-align: top;
    display: flex;
}

div.announcements .description {
    padding: 16px 0;
}

div.announcements .details {
    background-color: rgba(0, 0, 0, 0.07);
    padding: 16px;
}

div.announcements .posted {
    font-style: italic;
}

div.announcements .more {
    float: right;
    margin-top: -20px;
}

div.announcementsMore {
    width: 100%;
}

/**
 * Table of contents
 */
.tocArticle {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin: 10px 0;
    border-radius: 2px;
    width: 100%;
}

.tocArticleCoverImage {
    display: none;
}

.tocArticleCoverImage.showCoverImage {
    display: table-cell;
    width: 15%;
}

.tocCoverImage {
    width: 100%;
}

.tocCoverImage img {
    border: 0;
    width: 100%;
}

.tocArticleTitleAuthors {
    width: 80%;
}

.tocArticleTitleAuthors.showCoverImage {
    width: 65%;
    padding-left: 10px;
}

.tocAuthors {
    padding-left: 10px;
}

.tocArticleGalleysPages {
    width: 20%;
}

.tocGalleys, .tocPages {
    text-align: right;
}

/**
 * Homepage image
 */
#homepageImage img {
    max-width: 100%;
    height: auto;
}

.homepageImage {
    margin: 0 20px 0 0;
}

.homepageImage img {
    width: 100px;
    border: 1px solid #d4d4d4;
}

/**
 * Issue cover image
 */
.issueCoverImage {
    width: 100px;
    margin: 0 20px 0 0;
}

.issueCoverImage img {
    width: 100%;
    border: 1px solid #d6d6d6;
}

.issueCoverImage.no-image {
    height: 140px;
    background-image: url(/imagens/imagemindisponivel.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #e3e3e3;
}

.issueCoverImageBig {
    width: 250px;
    margin: 0 20px 0 0;
}

.issueCoverImageBig img {
    width: 100%;
    height: auto;
    border: 1px solid #d6d6d6;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}

/**
 * Editorial Team Lists
 */
ol.editorialTeam {
}

ol.editorialTeam li {
    list-style: none;
}

ol.editorialTeam, ol.editorialTeam li {
    margin-left: 0;
    padding-left: 0;
}

/**
 * Additional text styles
 */
pre {
    background-color: #F0F0E8;
    color: #000;
    font-size: 1.25em;
}

/**
 * Table styles
 */
.highlightReviewerNotNotified, .highlightCopyediting {
    background: #EDEBC4;
}

.highlightNoDecision, .highlightLayoutEditing {
    background: #D8E9BD;
}

.highlightRevisedCopyUploaded, .higlightProofreading {
    background: #C6EBE4;
}

.highlightReviewerConfirmationOverdue {
    background: #9DD1E6;
}

.highlightReviewerCompletionOverdue {
    background: #74C5D8;
}

.fastTracked {
    background-color: #ABA;
}

table.listing tr.data td {
    border-top: 1px dotted #DDDDD0;
    border-bottom: 1px dotted #DDDDD0;
}

table.listing tr.data td.drag {
    cursor: move;
}

/**
 * Other organizational elements
 */
div.progressbar {
    background-image: url(../templates/images/progbg.gif);
    background-repeat: no-repeat;
    height: 27px;
    width: 505px;
    z-index: 1;
}

td.notificationContent {
    padding-left: 5px;
    padding-right: 5px;
}

td.notificationFunction {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.throbber {
    display: none;
    background: url(../lib/pkp/templates/images/throbber.gif) no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 50%;
    margin-top: 5%;
}

/* Font Sizer */
#sizer {
    display: table;
    margin: 0 auto;
}

#sizer a:link {
    width: 3px;
    height: 4px;
    margin: 5px;
}

#sizer a:visited {
    width: 3px;
    height: 4px;
    margin: 5px;
}

#sizer a:hover {
    width: 3px;
    height: 4px;
    margin: 5px;
    padding: 0px;
    border: 0;
}

#journalListPageInfo {
    float: right;
    padding: 16px 20px;
}

#journalListPageLinks {
    float: left;
}

/* @group Tag-it */
ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit;
    /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}

.hidden {
    display: none;
}

ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice {
    padding: .2em 18px .2em .5em;
    position: relative;
    line-height: inherit;
}

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}

ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

.ui-autocomplete .ui-menu-item a {
    font-size: .6em;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}

ul.tagit input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}

#intro {
    padding: 20px 25px;
}

#intro p {
    margin: 20px 0;
}

#intro a.button {
    color: #fff;
    background: #3e67b1;
    text-decoration: none;
    padding: 10px 16px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 2px;
}

#intro a.button:visited {
    background-color: #3e4cb1;
}

#intro a.button:hover {
    background: #48d;
    text-decoration: none;
}

.jornalHolder {
    padding: 16px 25px;
    margin: 10px 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);
}

.journalDescriptionHolder {
    display: inline-flex;
}

div.journalDescription {
    font-size: 12pt;
    line-height: 22px;
    text-align: justify;
    font-family: inherit;
}

#journalDescription {
    font-size: 12pt;
    line-height: 1.5;
    text-align: justify;
    font-family: arial;
}

div.journalDescription img {
    padding-right: 15px;
    padding-bottom: 10px;
}

.journalActions {
    margin: 20px 0 0 0;
}

#ufpaLogo img {
    width: 230px;
    max-width: 86%;
    position: absolute;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 8px;
    z-index: 2;
}

#intro2 {
    text-align: justify;
}

#headerTitle img {
    width: 100%;
    height: auto;
    position: relative;
}

#headerTitle div {
    padding: 10px 16px;
    background-color: #fff;
}
