.article-container li,
.article-container p {
    text-align: justify;
}

.article-container .download-image,
.article-container .image-enlarge-link {
    display: none;
}

.article-container .label,
.modal-content .label {
    color: #000;
}

.article-container a,
.article-container div,
.article-container figure,
.article-container li,
.article-container p,
.article-container span,
.article-container table {
    /*font-family: 'Open Sans', sans-serif;
    font-size: 12px;*/
    line-height: 1.55
}

.article-container h1,
.article-container h2,
.article-container h3,
.article-container h4 {
    /*font-family: 'Open Sans', sans-serif;*/
    color: #000
}

.article-container h1 {
    font-size: 18px
}

.article-container h2 {
    font-size: 17px;
    margin-bottom: 12px
}

.article-container h2:not(:first-child) {
    margin-top: 34px
}

.article-container h3 {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px
}

.article-container h4 {
    font-size: 13px
}

ul>li:before {
    content: unset
}

.article-container {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .article-container.container {
        max-width: 1400px
    }
}

.details-wrapper>div:first-child {
    margin-top: 50px
}

.details-wrapper>div:not(:first-child) {
    margin-top: 30px
}

#article-navbar {
    border: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0
}

.intraarticle-menu .nav-link {
    color: #333
}

.intraarticle-menu {
    position: sticky;
    top: 0;
    display: block;
    overflow-y: auto;
    height: 99vh
}

#article-navigation-menu-items .nav-link {
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

#article-navigation-menu-items .nav-subtitle {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0;
    margin-bottom: 0
}

#article-navigation-menu-items i {
    padding-right: 5px
}

#article-navigation-menu-items .nav-link.active {
    background-color: #fff;
    color: #000
}

#article-navigation-menu-items .nav-link.active i:before {
    background-color: #80bfff;
    border-radius: 10px;
    color: #b8eff3
}

.galley-article-meta {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column
}

.galley-article-meta>* {
    padding-left: 15px;
    padding-right: 15px
}

.galley-article-meta h1 {
    text-align: center
}

.galley-article-meta .galley-cover-image {
    max-height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.galley-meta-row {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 15px 40px;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px
}

.galley-meta-row>div {
    flex: 0 0 100%/3;
    color: #808287
}

.galley-meta-row a,
.galley-meta-row span,
.galley-meta-row>div {
    text-transform: uppercase;
    font-size: 13px
}

.galley-keywords-row {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    color: #808287;
    text-transform: uppercase;
    position: relative;
    flex-wrap: wrap;
    z-index: 2;
    background-color: #fff;
    width: fit-content;
    margin-top: -11px;
    border: 2px solid #ddd
}

.galley-keywords-row span {
    font-size: 13px;
    background-color: #fff
}

.galley-keywords-row span:first-child {
    padding-left: 5px
}

.galley-keywords-row span:last-child {
    padding-right: 5px
}

.galley-keywords-row span:not(:last-child):after {
    content: "\25CF";
    padding-right: 5px;
    padding-left: 5px
}

.galley-keywords-wrapper {
    margin-top: 50px;
    background-color: #ddd;
    z-index: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    margin-left: 15px;
    height: 2px
}

.galley-authors-list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap
}

.galley-author-item:not(:last-child) {
    padding-right: 5px
}

.galley-author-item span {
    font-size: 18px;
    font-weight: 700
}

.article-fulltext {
    /*max-width: 700px;*/
    margin: auto
}

.article_cover_wrapper {
    padding-left: 16px;
    padding-right: 16px
}

.left-article-block {
    margin-top: 50px
}

.galley-pdf-link-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.galley-pdf-link-wrapper a {
    color: #000;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fff
}

.authors-string li {
    display: inline;
    list-style-type: none
}

.authors-string li:not(:last-child):after {
    content: ', ';
    padding-right: 5px
}

.hide,
.hideAuthor {
    display: none
}

.jatsparser-author-string-href {
    text-decoration: none;
    box-shadow: none;
    border-bottom: none
}

.jatsparser-author-string-href span {
    border-bottom: 1px;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.jatsparser-author-string-href sup {
    color: #0386cf;
    font-weight: 700;
    font-size: 14px
}

.jatsparser-author-string-href.active span {
    border-bottom: 1px dotted #000
}

.jatsparser-author-string-href:hover {
    background-color: inherit;
    text-decoration: none
}

.authors-string {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px
}

.article-details-authors {
    text-align: center
}

.article-details-author-affiliation {
    color: #808287;
    font-size: 14px
}

.orcidImage {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.orcidImage:hover {
    background-color: inherit
}

.modal-content {
    text-align: left
}

.article-details-bio-toggle,
figure img {
    cursor: pointer
}

#article-navigation-menu-items .nav-link:before {
    content: ' ';
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    padding-top: 3px;
    border: 1px solid #000
}

#article-navigation-menu-items .nav-link.active:before {
    background-color: #80bfff;
    color: #b8eff3;
    border: 1px solid #80bfff
}

#article-navigation-menu-items .nav-subtitle:before {
    height: 10px;
    width: 10px
}

.references-link-delimeter {
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 700
}

.references {
    list-style-type: decimal
}

.table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px
}

.table-wrapper thead th {
    vertical-align: middle;
    text-align: center
}

img {
    max-width: 100%;
    height: auto
}

table caption {
    color: #6c757d;
    padding-left:10px;
    padding-right:10px;
}

table caption .notes {
    padding: 0 3px;
}

.article-container .label {
    font-weight: 700;
    font-size:100%;
}

figure .notes {
    /*font-size: 14px;
    display: none;*/
    color: #55595e;
    padding: 0 3px;
}

/*figure .notes:before {
    content: "*"
}*/

figure {
    position: relative;
    background-color: #eae7ed96;
    overflow: hidden;
    margin-bottom: 10px;
}

figure .figure {
    padding: 10px;
    position: relative
}

figure img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

figure .caption {
    padding: 0 15px 5px 15px;
    margin: 0;
    position: relative;
    max-height: 120px
}

figure .caption .label{
    padding: 0;
}

figure .caption .ellipsis {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    padding-left: 2px;
    background-color: #eae7ed;
    padding-right: 40px;
    display: inline-block
}

figure .download-image,
figure .image-enlarge-link {
    position: absolute;
    right: 8px;
    padding: 6px;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(42, 42, 42, .9);
    color: #fff
}

figure .image-enlarge-link {
    top: 8px;
    cursor: pointer;
    border-bottom: 0;
    -webkit-box-shadow: none
}

figure .download-image:hover,
figure .image-enlarge-link:hover {
    font-size: 17px;
    background-color: #2a2a2a
}

figure svg.svg-inline--fa.fa-download,
figure svg.svg-inline--fa.fa-w-14.fa-expand-arrows-alt {
    width: 1.4em;
    height: 1em;
    color: #fff
}

figure .download-image {
    bottom: -8px;
    border: 0;
    line-height: .85rem
}

figure .download-image:hover {
    text-decoration: none
}

.modal-window {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto
}

.modal-window .modal-content {
    position: relative;
    animation: animatetop 1s;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .19);
    max-width: 80%;
    margin: 30px auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
}

.modal-window img {
    padding-top: 25px;
    width: 100%
}

.modal-window .caption {
    padding-top: 15px
}

.modal-window .label {
    font-size: 16px;
    padding: 0px
}

.modal-window .title {
    font-size: 15px;
    font-style: italic;
    padding: 5px
}

.modal-window .ellipsis {
    display: none
}

.modal-window .notes {
    display: block;
    padding-top:10px;
}

.modal-window .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding-top: 2px;
    padding-right: 5px
}

.modal-window .close-modal:hover {
    font-size: 18px
}



    .details-wrapper,
    h2.article-section-title+.jatsparser-section-content {
        display: none
    }
    h2.article-section-title {
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    h2.article-section-title:after {
        content: '';
        position: absolute;
        display: block;
        border-style: solid;
        border-width: 0 5px 5px;
        border-color: transparent transparent #000;
        right: 0;
        top: 15px;
        height: .3125rem;
        width: .3125rem
    }
    h2.article-section-title.active:after {
        transform: rotate(180deg)
    }
    /*.article-container {
        margin-bottom: 200px
    }
    .galley-article-meta h1 {
        font-size: 30px
    }
    .article-fulltext {
        margin-top: 30px
    }*/
    h2.article-section-title.active {
        border-bottom: 1px solid #fff
    }
    h2.article-section-title.active+.jatsparser-section-content {
        display: block
    }
