/* StyleSheet by Fausto Cercignani for "Studia austriaca" OJS3 (September 2019) */

body {
background-color: #B9CADC; /* blue Austriaca */
font-size: 1em;
color: #000000; /* black */
font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
}

/* Elimina la cornice esterna del tema Manuscript */
.pkp_structure_page {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

a:link {
	color: #000000; /* black */
}

a:active {
	color: #000000; /* black */
}

a:visited {
	color: #808080; /* not so dark grey */
}

a:hover {
	color: #ffffff; /* white */
	background: #0042A3; /* variant of blu */
}


/* Blu per Register e Login oppure User */
.pkp_navigation_user > li > a
 {	color: #003399 !important }
.pkp_navigation_user > li.in_focus > a
{	color: white !important }
.pkp_navigation_user > li > a:hover
{	color: white !important }
.pkp_navigation_user > li > a:focus {
	color: #003399 !important }

/* Blu per riga divisoria */
.pkp_page_index .current_issue h2 {
	border-bottom: 3px solid blue !important }

/* Blu per altra riga divisoria */
.pkp_block .title {
	border-bottom: 3px solid blue !important }

/* Blu per riga divisoria di CURRENT */
.obj_issue_toc > .galleys h2,
.obj_issue_toc .section h2 {
	border-bottom: 3px solid blue !important }

/* Blu per riga divisoria di ABSTRACT */
.obj_article_details .main_entry .label {
    border-bottom: 3px solid blue !important }

/* Blu per riga divisoria di SECTION */
.obj_article_details .entry_details .sub_item:not(:first-child) .label {
    border-bottom: 3px solid blue; }

.pkp_structure_main {
border-right: 3px solid #003399;
}

.pkp_structure_page {
background-color: #B9CADC; /* light blu */
border-left: 3px solid #003399 !important;
border-right: 3px solid #003399 !important;
}

.pkp_structure_head {
background-color: #B9CADC;
border-bottom: 3px solid #003399;
}

.pkp_site_name {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_site_name .is_img img {
    max-height: 100%;
    max-width: 100%
}

.pkp_navigation_primary_wrapper {
background-color: #B9CADC; /* blu */
}

#navigationPrimary a {
color: black;}

/* Bianco passando su Primary/Top Navigation Bar */
#navigationPrimary > li > a
{	color: black !important }
#navigationPrimary > li.in_focus > a
{	color: black !important }
#navigationPrimary > li > a:hover
{	color: white !important }
#navigationPrimary > li > a:focus {
	color: white !important }

/* .pkp_navigation_primary_row {
padding-left: 0px;
padding-right: 0px;
} */

.pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding-left: 0px;
    padding-right: 0px;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: black;
    background-color: #cbd6e1;
}

/* Bianco passando sul prompt di ricerca */
.pkp_head_wrapper
.pkp_search .search_controls .search_prompt:hover,
.pkp_head_wrapper
.pkp_search .search_controls .search_prompt:focus
{   color: white !important; }

.pkp_navigation_primary {
background-color: #B9CADC;
}

.pkp_structure_sidebar {
background-color: #cbd6e1;
color: black;
border-right: 3px solid #003399 !important;
border-bottom: 3px solid #003399 !important;
}

.pkp_block .title {
color: black;
}

a:link {
background-color: white
box-color: black;
}

.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
background-color: wheat
}

.cmp_breadcrumbs .current h1 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* Nasconde notifica web Submissions */
.cmp_notification { display: none; }

/* Voci dell'indice */
.obj_article_summary > .title {
    font-size: 17px !important;
}

/* Sottotitoli dell'indice */
.obj_article_summary .subtitle {
    font-size: 15px;
    font-weight: 600;
}

/* Autori nell'indice */
.obj_article_summary .authors {
    font-size: 15px !important;
}

/* Per il nr delle pagine dell'indice */
.obj_issue_toc .pages {
font-size: 15px;
font-weight: 600;
}

.pkp_structure_footer {
background-color: #cbd6e1;
min-width: 100%;}

/* Per i caratteri del footer */
.pkp_footer_content {
    text-align: left;
    font-size: 14px;
}

.pkp_structure_footer_wrapper {
    background: #B9CADC;;
    border-top: 3px solid #003399;
    border-bottom: 6px solid #003399;
}

/* Logo PKP */
.pkp_brand_footer {
    display: none;
}

/* no current in home ojs 3.1*/
#pkp_content_main.pkp_structure_main div.page_index_journal div.current_issue {
display: none;
}

/* RF no current in home ojs 3.2 */
html body.pkp_page_index.pkp_op_index.has_site_logo div.pkp_structure_page div.pkp_structure_content.has_sidebar div.pkp_structure_main div.page_index_journal section.current_issue {
display: none;
}