/**
	* styles/common.css
	*
	* Copyright (c) 2013-2015 Simon Fraser University Library
	* Copyright (c) 2003-2015 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: #234894;
}

a:active {
	color: #234894;
}

a:visited {
	color: #234894;
}

a:hover {
	color: #234894;
	background: rgba(154, 186, 222, 0.65);
}


/**
	* Main layout elements
*/

#header {
	width: 100%;
	background-color: #234894;
	text-align: center;
	border-bottom: 6px solid #a4a4a4;
}

#footer {
	background-color: #234894;
}

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

/**
	* Current in home
*/

#currentHome {		
    width: 50%;
    margin: 0 0 10px 20px;
    padding: 20px 20px 10px 20px;
    border-radius: 8px;
    float: right;
    font-size: 90%;
    border: 2px solid #d4d4d4;
	position:relative;
	top:10px;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 25%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eaeaea 25%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eaeaea 25%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 710px){
	#currentHome {	
		width: inherit;
		float: inherit;
		margin: 0 0 10px 0;
		position:inherit;
		top:inherit;
	}
}
#currentHome  h4{
	font-size:1.1em;
	margin-top:0;
	margin-bottom:6px;
	border-bottom: 1px solid #DDD;
	/*color: #FFF;*/
}
#currentHome .tocTitle{
	font-family: 'Alegreya Sans',sans-serif;
	font-size:1.6em;
	line-height: 1.1em;
	color: #57565A;
	margin-bottom:5px;
}
#currentHome .tocSectionTitle{
	font-weight: bold;
	font-size:0.6em;
	margin-bottom:0;
}
#currentHome .goToArticle{
	text-align:right;
	margin:2px 0 7px 0;
}



/**
	* Announcements
*/

#announcementsHome {
    margin: 60px 0 0 0;
    padding: 1.4em;
    background-color: #eaeaea;
    border-radius: 7px;
    font-size: 90%;
}

#announcementsHome h3 {
	font-size: 1.4em;
	padding:0 0 0.5em 0;
	margin:0;	
}

#announcementsHome h4 {
	font-size: 1.2em;	
}

#announcementsHome p {
	margin: 0;	
}

#announcements h3 {
	text-align: center;
}
#journalDescription  {
	margin-top:20px;
}
#journalDescription table.announcements {
	font-size:0.94em;
}
table.announcements {
	width: 100%;
	margin:0;
}

table.announcements h4{
	padding: 0;
}
table.announcements td {
	padding: 0 0.2em 0 0;
}

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

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

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

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

table.announcements tr {
	margin:0.5em 0;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements td.title {
	vertical-align: top;
	border-top: 1px dotted #888;
	width: 85%;
	padding: 0 0 0.2em 0;
}
table.announcements td.title:first-child {
	border-top: 0px;
}


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

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

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

table.announcements td.posted {
	font-size:0.85em;
	text-align:right;
	font-style: italic;
	padding-bottom:0.2em;
}

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

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	text-align: right;
}


/**
	* Table of contents
*/

.tocArticle {
	width: 100%;
	padding: 2px 0;
	margin: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 {
}


/**
	* 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 #888;
	border-bottom: 1px dotted #888;
}

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;
}
.vai_a {margin:28px 0;text-align:center}
.vai_a a{
    padding: 4px 6px;
	margin:0 1%;
	font-size:88%;
    border: 1px solid #999;
    color: #111;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
	background: #DDD; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFF, #DDD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFF, #DDD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF, #DDD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF, #DDD); /* Standard syntax */
}
.vai_a  a:hover{
	border-color:#666;
}
.presentazione_rivista{
	width: 47%;
	margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}/*
.presentazione_rivista:nth-child(even) {
	float:right;
}*/

@media only screen and (max-width: 900px){
	.presentazione_rivista{
		width: 100%;
		float:inherit;
	}
}

/* @end */

