@@ -1,98 +1,108 @@
/**
 * @file styles/article_detail.css
 *
 * Copyright (c) 2017 Vitaliy Bezsheiko, MD, Department of Psychosomatic Medicine and Psychotherapy, Bogomolets National Medical University, Kyiv, Ukraine
 * Distributed under the GNU GPL v3.
 *
 * @brief for use in default Manuscript theme with jatsParser plugin
 */
ul#navigationPrimary a {
    text-decoration: none;
}
/* backround color for article */
body {
    background: #ddd;
}
body.pkp_page_article.pkp_op_view {
    background: #ddd;
}
body.pkp_page_article.pkp_op_view div.pkp_structure_content.has_sidebar{
    background-color: #ddd;
}
div.pkp_structure_page {
    box-shadow: none;
}
div.row > ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background-color: #ddd;
}
/* article tabs */
div.before_title > p {
    margin: 0;
}
/* breadcumbs */
nav.cmp_breadcrumbs.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    margin-top: 30px;
}
/* detail tab */
div.entry_details.ui-tabs-panel.ui-corner-bottom.ui-widget-content {
    width: 90%;
}
div#details_tab div.panel.panel-default{
    margin-bottom: 0;
}
/* links to galleys */
a.obj_galley_link {
    display: block;
}
/* for mobiles and tablets */
@media (min-width: 768px) {
    div.pkp_structure_content {
        width: 100%;
    }
}
/* right navigational menu*/
div.fornav {
    position: relative;
}
div.fornav nav.bs-docs-sidebar.affix {
    right: auto;
    max-width: 450px;
}
div.fornav nav.bs-docs-sidebar.affix-bottom {
    max-width: 450px;
}
/* fix for login form color */
form.cmp_form span.label {
    color: black;
    text-align: left;
}
/* fix for search page */
.cmp_form .label {
    color: black;
    text-align: left;
}
/* space between paragraphs and headings */
div.pkp_structure_main p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}
div.pkp_structure_main h2 {
    margin-top: 25px;
}

/* new How to Cite block */
.citation_formats #cslCitationFormats .label {
    border-top: none;
}

/* doi */
.obj_article_details .main_entry .doi {
    padding-left: 0;