@charset "utf-8";
/* CSS Document */


.pkp_block.block_make_submission  {
	border:none;
	box-shadow:none;
}

.pkp_block#customblock-credits {
	background-color:#fff !important; 
}

.pkp_block#customblock-credits img

{
	display: block;
    margin: auto;
	padding: 10px;
	max-width:100%;
}

.page_issue h3,
.page_index_journal .article-summary .media-heading {
    line-height: 1.2;
    font-size:18px;
}

.page_issue .description {
    text-align: left;
    padding:20px 0 0 0;
    font-weight:bold;
}

#main-navigation .dropdown-menu {
    background-color: #15537f;
}

#main-navigation .dropdown-menu li a:hover{
    background-color: #0a7bcb;
}


.languages,
.pkp_page_editorial-policies h1.page_title,
.pkp_op_authors h1.page_title {
    display:none;
}


.obj_galley_link.pdf:after {
  content: ": Download";
}

.orcid {
    display:block;
}

/* remove the 'Most read articles by the same author(s)' section from article-details because it is always repeated underneath */
.article-details #articlesBySameAuthorList {
    display:none;
}



.navbar-brand {
    float: left;
    height: 100px !important;
    margin: 5px 0;
    text-indent: -999em;
    /*width: 400px;  added by Alice */
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
      
}

.navbar-brand-logo img {
    max-width: 100%;
}

.navbar-header
{
    min-width:30%;

}

.dropdown-menu li a {
    display: block; padding: 5px 10px; color: #fff; background-color: #178acc;
    
}
.dropdown-menu li:hover a{ color: #fff; background: #0088cc}

.article-details h1.page-header {
    font-size: 18px;
}

.pkp_page_editorial-policies .page-header h2,
.pkp_op_editorialTeam .page-header h2, 
.pkp_page_information .page-header h2 {
    display:none;

}


.pkp_op_editorialTeam table {
    width:100% !important;
}


.pkp_op_editorialTeam table tr:nth-of-type(1) {
    background-color: #a09f9e !important;
}

.pkp_op_editorialTeam table tr:nth-child(even) {
    background-color: #e5e4e2;
}


.pkp_op_editorialTeam table tr:nth-child(odd) {
    background-color: #d6d6d6;
}

.pkp_op_editorialTeam table tr td {
    padding-left:6px;
    padding-right:2px;
}


.article-details .download a::before,
.article-summary .btn-group a::before {
    content: "Download: ";
}

#sidebar {
    min-width:200px;
    max-width:25%;
}

.page_announcements .media-body {
    overflow-wrap:anywhere;
}

.footer {
    font-size:11px;
    background: lightgray !important;
}

.pkp_block.block_make_submission a {
    color: #2fa4e7;
    text-decoration: none;
}

.obj_announcement_summary .date:before {
    color:gray !important;
}

/* stop authors overlapping section and pages, if there are many authors */
@media (min-width: 768px) {
.obj_article_summary .authors {
    padding-right: 9em;
    }}