/**
 * 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: #375;
}

a:active {
	color: #253;
}

a:visited {
	color: #375;
}

a:hover {
	color: #253;
	background: #CDC;
}


/**
 * Main layout elements
 */

#header {
	background-color: #ABA;
}

#footer {
	background-color: #ABA;
}

#main {
	width: 80%;
	margin: 0 auto;
}


/**
 * 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;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}


/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

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

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

table.announcements td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top;
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Table of contents
 */

.tocArticle {
	width: 100%;
	padding: 5px 0;
}

.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 {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}


/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

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

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

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

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

#frontissue {
	display: flex;
	margin-bottom: 30px;
}
#issuecover {
	width: 30%;
	padding: 5px;
}
#issuecontent {
	width: 70%;
	padding: 0 30px;
}
#issuecover div#homepageImage {
	max-width: 250px;
	margin: auto;
}
#prevIssues {
	float: right;
}
@media screen and (max-width: 1000px) {
	#issuecover { display: none; }
	#issuecontent { width: 100%; }
}
/**
 * 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 a {
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;
}

#journalListPageInfo {
	float: right;
}

#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;
}


/* sprites israel added ---------------- */

.sprite{
	display: inline-block; background: url(../public/site/sprites.png) no-repeat; overflow: hidden; text-indent: -9999px; text-align: left;
}

.ulrich-pb {
    width: 45px; height: 45px;
    background-position: -251px -296px;
}

.ulrich-c {
    width: 45px; height: 45px;
    background-position: -202px -296px;
}

.sumarios-pb {
    width: 45px; height: 45px;
    background-position: -300px -296px;
}

.sumarios-c {
    width: 45px; height: 45px;
    background-position: -380px -2px;
}

.rvbi-pb {
    width: 68px; height: 45px;
    background-position: -226px -247px;
}

.rvbi-c {
    width: 68px; height: 45px;
    background-position: -308px -2px;
}

.romeo-pb {
    width: 44px; height: 45px;
    background-position: -99px -346px;
}

.romeo-c {
    width: 44px; height: 45px;
    background-position: -51px -346px;
}

.road-pb {
    width: 91px; height: 45px;
    background-position: -2px -100px;
}

.road-c {
    width: 91px; height: 45px;
    background-position: -97px -100px;
}

.researchbib-pb {
    width: 46px; height: 46px;
    background-position: -52px -296px;
}

.researchbib-c {
    width: 46px; height: 46px;
    background-position: -2px -296px;
}

.redib-pb {
    width: 63px; height: 45px;
    background-position: -308px -51px;
}

.redib-c {
    width: 63px; height: 45px;
    background-position: -308px -100px;
}

.pkp-pb {
    width: 80px; height: 45px;
    background-position: -86px -198px;
}

.pkp-c {
    width: 80px; height: 45px;
    background-position: -2px -198px;
}

.oasis-c {
    width: 40px; height: 45px;
    background-position: -191px -346px;
}

.oasis-pb {
    width: 40px; height: 45px;
    background-position: -147px -346px;
}

.livre-pb {
    width: 85px; height: 45px;
    background-position: -219px -2px;
}

.livre-c {
    width: 85px; height: 45px;
    background-position: -219px -51px;
}

.lilacs-pb {
    width: 87px; height: 45px;
    background-position: -2px -149px;
}

.lilacs-c {
    width: 87px; height: 45px;
    background-position: -93px -149px;
}

.latindex2-pb {
    width: 74px; height: 45px;
    background-position: -2px -247px;
}

.latindex2-c {
    width: 74px; height: 45px;
    background-position: -170px -198px;
}

.latindex1-pb {
    width: 84px; height: 45px;
    background-position: -219px -100px;
}

.latindex1-c {
    width: 84px; height: 45px;
    background-position: -219px -149px;
}

.ibict-pb {
    width: 45px; height: 45px;
    background-position: -380px -51px;
}

.ibict-c {
    width: 45px; height: 45px;
    background-position: -380px -100px;
}

.gscholar-pb {
    width: 45px; height: 45px;
    background-position: -380px -247px;
}

.gscholar-c {
    width: 45px; height: 45px;
    background-position: -380px -296px;
}

.ebsco-pb {
    width: 94px; height: 45px;
    background-position: -121px -51px;
}

.ebsco-c {
    width: 94px; height: 45px;
    background-position: -121px -2px;
}

.drji-pb {
    width: 47px; height: 45px;
    background-position: -308px -247px;
}

.drji-c {
    width: 47px; height: 45px;
    background-position: -248px -198px;
}

.doaj-pb {
    width: 115px; height: 45px;
    background-position: -2px -2px;
}

.doaj-c {
    width: 115px; height: 45px;
    background-position: -2px -51px;
}

.diadorim-pb {
    width: 45px; height: 45px;
    background-position: -380px -149px;
}

.diadorim-c {
    width: 45px; height: 45px;
    background-position: -380px -198px;
}

.crossref-pb {
    width: 69px; height: 45px;
    background-position: -153px -247px;
}

.crossref-c {
    width: 69px; height: 45px;
    background-position: -80px -247px;
}

.citefactor-pb {
    width: 46px; height: 45px;
    background-position: -102px -296px;
}

.citefactor-c {
    width: 46px; height: 45px;
    background-position: -152px -296px;
}

.capes-pb {
    width: 51px; height: 45px;
    background-position: -308px -198px;
}

.capes-c {
    width: 51px; height: 45px;
    background-position: -308px -149px;
}

.ahamburger {
    width: 45px; height: 45px;
    background-position: -2px -346px;
}
/* @end */

.base-c{
    display: inline-block; 
    background: url(../public/site/base_logo.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;
}

.base-c:hover{
    display: inline-block; 
    background: url(../public/site/base_logo.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;background-size: contain;
filter:none;
}


.oaji-c{
    display: inline-block; 
    background: url(../public/site/oaji.gif) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;
}


.oaji-c:hover{
    display: inline-block; 
    background: url(../public/site/oaji.gif) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
background-size: contain;
filter:none;

}

.ibict-c{
    display: inline-block; 
    background: url(../public/site/ibict_ccn.jpeg) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;
}


.ibict-c:hover{
    display: inline-block; 
    background: url(../public/site/ibict_ccn.jpeg) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;background-size: contain;
filter:none;

}

.worldcat-c{
    display: inline-block; 
    background: url(../public/site/logo_wcmasthead_en.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;
}

.worldcat-c:hover{
    display: inline-block; 
    background: url(../public/site/logo_wcmasthead_en.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;
filter:none;

}

.sudoc-c{
    display: inline-block; 
    background: url(../public/site/abes_logo.gif) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;

}


.sudoc-c:hover{
    display: inline-block; 
    background: url(../public/site/abes_logo.gif) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
background-size: contain;
filter:none;

}

.laref-c{
    display: inline-block; 
    background: url(../public/site/lareferencia.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;
}
.laref-c:hover{
    display: inline-block; 
    background: url(../public/site/lareferencia.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
background-size: contain;
filter:none;

}

.scilit-c{
    display: inline-block; 
    background: url(../public/site/scilitLogo.png) no-repeat; 
    background-color: #dedece;
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;
}
.scilit-c:hover{
    display: inline-block; 
    background: url(../public/site/scilitLogo.png) no-repeat; 
    background-color: #828282;
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
	background-size: contain;
filter:none;

}
/* */
.sci-link{
    display: inline-block; 
    background: url(../public/site/SJR.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;
}
.sci-link:hover{
    display: inline-block; 
    background: url(../public/site/SJR.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
	background-size: contain;
filter:none;

}

.scopus-c{
    display: inline-block; 
    background: url(../public/site/scopus.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
    filter: grayscale(100%);
background-size: contain;
}
.scopus-c:hover{
    display: inline-block; 
    background: url(../public/site/scopus.png) no-repeat; 
    overflow: hidden; 
    text-indent: -9999px; 
    text-align: left;
    width: 68px; height: 45px;
	background-size: contain;
filter:none;

}
