/* Tag */
html, body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #301a1d;
}
.h2, h2 {
    font-size: 1.8rem;
    line-height: 1.2;
}
footer svg {
    fill: #fff;
}

table {
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

table th {
    border-bottom: 2px solid #d6dce3;
    padding: 0 5px;
    vertical-align: text-top;
}
table td {
    border-bottom: 1px solid #d6dce3;
}

table caption {
    caption-side:top;
    color: #000;
    line-height: 1.3;
    padding: 5px 10px;
    border-top: 2px solid #ccc;
    width: 100%;
}

table button {
    position: absolute;
    top: -32px;
    left: 0;
}

figure {
    margin-top: 20px;
}

figure p.caption {
    font-size: 16px;
}

/* Classes */
.pageTitle {
    font-size: 2rem;
    color: #301a1d;
}

.breadcrumb {
    display: block;
}
.breadcrumb-container .breadcrumb .breadcrumb-item {
    display: inline-block;
}

.creative-commons img {
    width: 40px;
    height: 40px;
}

.it-list-wrapper .it-list a .it-right-zone.pdf {
    border-bottom: 0;
}

.collaout-pdf {
    position: absolute;
    font-size: 1rem;
    padding: 0 1.389rem;
    background: #fff;
    top: -.78em;
    right: 30px;
}

.collaout-pdf img {
    max-height: 60px;
    width: auto;
}

.admin-menu a {
    margin: 0 10px;
}

@media (min-width: 768px) {
    .admin-menu a {
        margin: 0 20px;
    }
}

.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
    top: 25px !important;
}

.navbar .dropdown-menu {
    background-color: #ffffff;
}

.it-header-slim-wrapper.ojs-top-menu,
.it-header-slim-wrapper.ojs-top-menu .it-header-slim-wrapper-content .header-slim-right-zone {
    background-color: #301a1d;
}

@media (min-width: 992px) {
    .it-header-slim-wrapper.ojs-top-menu,
    .it-header-slim-wrapper.ojs-top-menu .it-header-slim-wrapper-content .header-slim-right-zone {
       height: 28px;
    }
    .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
        top:28px !important;
        left: 28px;
    }
}

.it-header-navbar-wrapper .it-right-zone {
    color: #cd071e;
    font-weight: bold;
}
.it-header-navbar-wrapper .it-search-wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 24px;
    font-size: .889em;
    padding-bottom: 5px;
}
.it-header-navbar-wrapper .it-search-wrapper a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    transition: .3s;
}
.it-header-navbar-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: #cd071e;
    width: 24px;
    height: 24px;
}
#collapseSearchForm {
    position: relative !important;
    top: 0 !important;
    z-index: 99;
    right: 0;
}

@media (max-width: 768px) {
    .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
        width: 215px;
        overflow: hidden;
        margin-left: 32px;
    }
    .it-header-wrapper .it-nav-wrapper .it-brand-wrapper img {
        max-width: unset;
    }
}

@media (min-width: 992px) {
    .it-header-navbar-wrapper .it-right-zone {
        font-weight: normal;
        color: #fff;
    }
    .it-header-navbar-wrapper .it-search-wrapper {
        margin-left: 80px;
        margin-top: 0;
    }
    #collapseSearchForm {
        position: absolute !important;
        top: 60px !important;
    }
    .is-sticky #collapseSearchForm {
        top: 100px !important;
    }
    .is-sticky .it-brand-wrapper {
        width: 150px;
        overflow: hidden;
    }
    .is-sticky .it-brand-wrapper img {
        max-width: unset;
    }
}
.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned-header {
    display: none;
}


.task_count {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #ab1005;
    padding: 0 6px;
    margin-left: 6px;
    margin-right: -6px !important;
    border: 1px solid #ab1005;
}

/* Brand */
.it-brand-text{
    margin-left: 10px;
}

.it-brand-text h2, .it-brand-text h3 {
    color: #FFFFFF;
}

#connect-orcid-button{
    margin-right: 1em;
}

#connect-orcid-button:hover{
    background-color: #ccc;
}

@media (max-width: 991px) {
    .it-brand-wrapper img {
        height: 70px;
        width: 70px;
        margin-right: 10px;
    }
}
/*
@media (min-width: 992px) {
    .is-sticky .it-brand-wrapper img {
        display: none;
    }
}
*/

/* Registration form */
.cmp_form.register .fields .reviewer_interests {
    max-height: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
}
.cmp_form.register .fields .reviewer_interests.is_visible {
    max-height: 400px;
    overflow: visible;
    padding-bottom: 2.143rem;
    opacity: 1;
}

/* SearchBox */
#collapseSearchForm {
    position: absolute;
    top: 100px;
    z-index: 99;
    right: 0;
}
#collapseSearchForm .card {
    border: 1px solid #ccc;
}
#collapseSearchForm .card::after {
    display: none;
}
#collapseSearchForm .form-group {
    margin: 2rem 1rem;
}
#collapseSearchForm .search_controls {
    display: none;
}

/* Navigation */
.link-list-wrapper ul li a {
    margin: 15px 0;
    line-height: 1.5em;
}

/* Slideshow */
.carousel .carousel-indicators {
    z-index: 9;
}
.carousel .carousel-item .carousel-caption {
    font-size: 0.8rem;
    padding-bottom: 0;
    bottom: 35%;
    z-index: 9;
}
.carousel .carousel-item .carousel-caption h5 {
    font-size: 1rem;
}

.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside h5.card-title.big-heading {
    color: #004080;
}

.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
    width: 50%;
}

@media (min-width: 992px) {
    .owl-carousel .owl-stage {
        max-height: 360px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    }
    .img-responsive-wrapper .img-responsive .img-wrapper img {
        width: 100%;
        height: auto;
    }
    .img-responsive-wrapper .img-responsive .img-wrapper {
        padding: 5px;
    }
    .img-responsive-wrapper .img-responsive .img-wrapper img {
        margin: 0 auto;
        -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.25);
        box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.25);
    }
}

@media (min-width: 1200px) {
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
    .img-responsive-wrapper .img-responsive .img-wrapper img {
        width: auto;
        height: 100%;
    }
}
.carousel-item img {
    width: 100%;
    height: auto;
}

/* banner */
.homepage_image img,
.pkp_block.block_custom img {
    max-width: 100%;
    height: auto;
}


/* Footer */
.it-footer-small-prints p {
    color: #fff;
    font-size: 15px;
}

/* Search Page */
.dateFrom .bootstrap-select:nth-child(2),
.dateTo .bootstrap-select:nth-child(2) {
    width: 20% !important;
}
.dateFrom .bootstrap-select:nth-child(3),
.dateTo .bootstrap-select:nth-child(3) {
    width: 50% !important;
}
.dateFrom .bootstrap-select:nth-child(4),
.dateTo .bootstrap-select:nth-child(4) {
    width: 15% !important;
}

/* Pagination */
nav.pagination-wrapper.pagination-total.ojspagination {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    display: block;
}
.ojspagination a {
    display: inline-block;
    height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 4px;
    border: none;
    font-size: .88889rem;
    font-weight: 600;
    color: #5b6f82;
    background-color: transparent;
    padding: 9px 13px;
    text-decoration: none;
}
.ojspagination a:hover {
    color: #301a1d;
    background-color: transparent
}
.ojspagination strong {
    display: inline-block;
    height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 4px;
    border: 1px solid #301a1d;
    color: #301a1d;
    pointer-events: none;
    padding: 9px 13px;
}

.pagination .page-item .page-link.text {
    color: #301a1d
}

.pagination .page-item .page-link span.d-inline-block {
    margin-right: .5rem
}

.pagination .page-item .page-link:hover {
    color: #301a1d;
    background-color: transparent
}

.pagination .page-item .page-link:hover .icon {
    fill: #301a1d
}

@media (min-width:576px) {
    .upload[type=file] + label {
        font-size: .889rem
    }

    .pagination .page-item .page-link {
        height: 2.66667rem;
        min-width: 2.66667rem
    }
}

/* Additional Information */
section img {
    max-width: 100%;
}

/* Indice Fascicolo */
.callout {
    max-width: none;
}
.callout.note {
    border: 1px solid rgba(0,0,0,.125);
}

.callout.note:not(.callout-highlight):not(.callout-more) .callout-title {
    position: relative;
    top: 0;
    margin-top: -60px;
}

.callout-title h4 {
    margin-bottom: 0;
}
.callout.note .callout-title .icon {
    fill: #301a1d;
}
.callout.note .full-issue a {
    color: #ffffff;
}
.callout.note .full-issue a img {
    height: 24px;
    width: auto;
    vertical-align: top;
    margin-right: 5px;
}

.full-issue-galley-label {
    text-align: right;
    font-size: 1.2rem;
}
.full-issue-galley-link {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 10px;
    background-color: #ab1005;
    color: #ffffff !important;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.full-issue-galley-link img {
    height: 28px;
    vertical-align: bottom;
    margin-right: 5px;
}

.section-title {
    font-size: 20px;
    color: #301a1d;
}

.callout.note .section-title {
    background-color: #ab1005;
    color: #ffffff;
    padding: 3px 10px;
}

.callout.note .section-title .icon {
    fill: #fff;
    margin-right: 3px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
}
.callout.note .it-list-wrapper .it-list a .it-right-zone {
    border-bottom: 0;
}

.toc2col {
    column-count: 2;
}

.toc2col .it-list > li {
    display: inline-block;
    width: 100%;
}

/* Colonna Destra */
#information .avatar {
    background: none;
    border-radius: 0;
}
#information .avatar img {
    border-radius: 0;
}
.heading-section {
    padding: 10px;
    word-break: break-all;
    border-top: 1px solid #301a1d;
    border-bottom: 1px solid #301a1d;
}
.col-lg-3.col-md-4 .heading-section {
    border-top: 0;
    border-bottom: 0;
}
.heading-section h3 {
    margin: 0;
    color: #301a1d;
    font-size: 24px;
}
.heading-section .icon {
    width: 28px;
    height: 28px;
}
.heading-section h3 svg {
    margin-right: 10px;
    vertical-align: text-top;
    fill: #301a1d;
    font-size: 24px;
}
@media (min-width: 768px) {
    .heading-section h3 {
        font-size: 18px;
    }
    .heading-section .icon {
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 992px) {
    .heading-section h3 {
        font-size: 20px;
    }
    .heading-section .icon {
        width: 24px;
        height: 24px;
    }
}
@media (min-width: 1200px) {
    .heading-section h3 {
        font-size: 24px;
    }
    .heading-section .icon {
        width: 28px;
        height: 28px;
    }
}
.card-body img {
    max-width: 100%;
}

/* News */
.card-wrapper.card-space .card.border-bottom-card::before {
    display: none;
}

/* Pagine istituzionali */
.contact_section .contact {
    margin-top: 25px;
}

/* Archive */
.row-year {
    margin-bottom: 30px;
}
.row-year h2 {
    font-size: 1.6rem;
    color: #301a1d;
    margin-bottom: 20px;
    width: 100%;
}
.card.card-issue {
    margin: 5px 0;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.25);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.card.card-issue::after {
    display: none;
}
.card.card-issue .card-title {
    font-size: 16px;
    margin: 15px 0 15px 15px;
}
.card.card-issue .card-block {
    padding-bottom: 20px;
}
.card a.read-more {
    bottom: 12px;
    left: 24px;
}
.download-pdf {
    position: absolute;
    bottom: 12px;
    right: 36px;
}
.card-issue .download-pdf {
    background-color: #301a1d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.download-pdf img {
    height: 30px;
    width: auto;
}

.clickable-card:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media (min-width: 768px) {
    d.card-issue .card-block {
        padding-bottom: 50px;
    }
    .card.card-issue .card-title {
        margin: 15px 0;
    }
    .card a.read-more {
        left: 25px;
        bottom: 12px;
    }
    .download-pdf {
        bottom: 12px;
        right: 24px;
    }
}

/* Article Detail */

#issue {
    border-bottom: 1px dotted #999999;
}
#keywords, #meta {
    border-top: 1px dotted #999999;
}
.breadcrumb.detail-article {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.detail-article header {
    margin-bottom: 10px;
    border-bottom: 1px solid #cd071e;
}

.download svg.icon{
    fill: #fff;
}

/*Cover image*/
@media (max-width: 991px) {
    .detail-article-abstract {
        display: grid;
    }
    .detail-article-abstract figure {
        order: 2;
    }
    .detail-article-abstract p {
        order: 1;
    }
}

@media (min-width: 992px) {
    .cover-article{
        width: 35%;
        float: right;
        margin-left: 20px;
    }
}

.detail-article-abstract .figure{
    margin-top: unset;
}

.figure-caption{
    font-size: 0.8rem;
    line-height: 1rem;
}

.figure-caption span{
    font-weight: bold;
    color: #301a1d;
}

.detail-article-sections {
    color: #656566;
    font-size: 1.2rem;
    font-weight: 500;
}
.detail-article-tab {
    border-top: 1px solid #dfe4f2;
}
.nav-tabs.detail-article-tab .nav-link {
    margin-top: -1px;
    border-top: 2px solid transparent;
}
.jatsParser__intraarticle-menu {
    border: 1px solid #dfe4f2;
}
.jatsParser__nav-link:before,
.jatsParser__subnav-link:before{
    content: " ";
    display: inline-block;
    background-color: #333333;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: -10px;
    margin-right: 10px;
}
.jatsParser__nav-link.active:before,
.jatsParser__subnav-link.active:before {
    background-color: #ab1005;
}

@media (min-width: 992px){
    .jatsParser__intraarticle-menu.affix {
        top: 70px;
        position: fixed;
        background-color: #fff;
        max-width: 380px;
    }
    .jatsParser__intraarticle-menu.affix-top {
        position: static;
    }
    .jatsParser__intraarticle-menu.affix-bottom {
        position: absolute;
    }
}

.detail-article-title {
    font-size: 2rem;
    font-weight: 500;
    color: #301a1d;
    margin-bottom: 20px;
}
.detail-article-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: #301a1d;
    margin-bottom: 20px;
}
.detail-article-authors {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
    color: #333;
}
.detail-article-keywords {
    border-top: 1px dotted #301a1d;
    border-bottom: 1px dotted #301a1d;
    padding: 10px 0;
    margin-bottom: 20px;
}
.detail-article-abstract h4,
.detail-article-abstract h5,
.detail-article-abstract h6,
.detail-article-content h4,
.detail-article-content h5,
.detail-article-content h6,
.detail-article-references h4,
.detail-article-references h5,
.detail-article-references h6 {
    color: #301a1d;
}
.detail-article-abstract h3,
.detail-article-content h3,
.detail-article-references h3 {
    font-size: 1.4rem;
    padding-bottom: 10px;
    position: relative;
}
.detail-article-abstract h4,
.detail-article-content h4,
.detail-article-references h4 {
    font-size: 1.4rem;
}
.detail-article-abstract h5,
.detail-article-content h5,
.detail-article-references h5 {
    font-size: 1.2rem;
}
.detail-article-reference span {
    font-weight: 900;
}
.card-wrapper {
    border: 1px solid rgba(0,0,0,.125);
}

#pdf a img,
.download img,
.tab-pane a img {
    height: 24px;
    width: auto;
    vertical-align: top;
    margin-right: 5px;
}


.jatsParser__navbar-items,
.jatsParser__subnavbar-items {
    padding-left: 15px;
}

.jatsParser__nav-link,
.jatsParser__subnav-link {
    display: block;
    padding: 5px;
}
.jatsParser__references-list {
    margin-top: 10px;
}
.jatsParser__references-list li {
    border-bottom: 1px solid #c5c7c9;
    padding: 16px 0;
}
.jatsParser__references-list li:last-child {
    border-bottom: none;
}

/* Announcements */
.description img {
    float: left;
    margin-right: 10px;
}

/* Shariff */
.shariff,
.shariff ul {
    width: 100%;
    margin-bottom: 0;
}
.button-style-standard {
    padding-left: 0;
}
.shariff-button {
    list-style-type: none;
    display: inline-block;
}
.shariff-button a span {
    display: none;
}
.shariff-button a {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 5px;
}
.shariff-button a:after {
    display: inline-block;
    scale: 0.8;
    opacity: 0.5;
}
.shariff-button:hover a:after,
.shariff-button:focus a:after,
.shariff-button:active a:after {
    opacity: 1;
}
.shariff-button.facebook a:after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQxJREFUeNrsV9EJhDAMbeT+3UBxAt1AJxHcwBWcREdwA0dQN3ADdYJcc3Bwp95ZQq5yYiCgJaav6eurAURURxqcAsAwDKhdAcDjnXLScxzHsPsxBXO9aRpMkoRWsOkmOdiTl2X5ceKfAxjHEV3XFQHgcPa8qio1z7MICVkA6rpejYVhSJyg6tDKiNxglIyzBZrdq3K3bYucXI7UeY6iCKxtgaSxADwFR8JuJkFFUeBC+XZjPM9TWZbJKOHeed/yNE3RKgmXFgTBsST0ff9YAKYVMCIhKdyr5Xmu+r7/GqN1QVlVQu6t+p9CdAG4AFwATvU/wAIg2c6xWrOu63Caprcx3SGBNQCn6o7vAgwAicQvOHO5bu4AAAAASUVORK5CYII=');
}
.shariff-button.twitter a:after {
    content:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIISURBVHgB7ZZPKERRFMY/+VOy0SQW489LSjbSLGyMaJKajWysWcmKKVZSMwtjY4rdbISNpWRlIZqaWYlkq4RkIRmRlAjncjXn3ffezHtv3pTF/Opr6nv33nPfvHPPPUCZf4KPdEn6yqMnUhecIcY/K+sErQYHSG8FNiE2WQ97aDC+VKTQpAgb/E6Kk2KkHeZvojAtJsFjsMkGm7QivUrSEey9STXpVAm+DAeIv/iCTR6XvkbKSu+V1GMxf00Jvg8XdJAe5QLit136YeTPh6gSXLyIDy6ZYguds2AJ5m+z8QswJqyGIlllCyaZn4E+H8aU4PdeBBfUkc7YwtPS10h30vuA/qx/kvrgIRpy+fBC6pZ+COa1YgYlYATmyReHy7PuBp58u8xPMX8WJSZtEkxUvRvme/r9VVpJtyxYv/QHof9EjSgRFdAfwWuSXz7jdeAAJYLXhT+l2PND5s/DY6KwvqaX5Jgm0hXzB+ARczCW2QD0V+6wHBtknkjOZhTJEIydUad8xpuYB+TKL99wCkUgbsGssoFRZQxvYo5JNdLfY/4iXKDB2NVYJdY6jE2M2meG4IAGOGup1CZmQvq9+L2shCcurzbYJK0ET9qYY9XE8E+UsbHOz1/Ig5+QqmCPSehPypYUv64T+RaIwnjc/HCGWbFSFTabaHbWNTinFsauWFUWHnVMZYrmG3+6DI0dBb35AAAAAElFTkSuQmCC');
}
.shariff-button.linkedin a:after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEqSURBVHgB7Za/asJQFMa/2A6dSrt0zlRacCi0Q0dLH6BQunQouPUNRFwcXQVXJ5/AN3ByURx0FnUSVFAXV/WTGyEcEkVyvPjvg1+Sc89NPm7uubkBzkH/ZEIWe6ZHfh0eBuQBdjR0PHdrisGyggyb5JmsRv8NM7+qkpPrinwKisUjRziHqSa/alBULCBOiLYfKEsOu0uS5JPkoLwerS+L64C2Mpn64nfy5F2XYOZ5raTXt0BaMBUdJ1/kAyGSw06IfN6XuxK5BrkLeW4Wwa81kqGLzapgy7LYVT3vfB+SL8qGqIYuqZMxTHW/iHwVyoYZ8uYzT4v8CMqGjyKOi3gGZcNbEd9suyGqobNj/8PYDy+Gx2V4Hn9tU9hTe7XddMgrwr/4WuqTP5y8lshYhDu+JXvrAAAAAElFTkSuQmCC');
}
.shariff-button.whatsapp a:after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKWSURBVHgB7ZZbiE1RGMf/TPOiXIowptjCFGmacimFTvHAmzwh6kReJHmZPDpTSpNye5h5cmmUJBkviGRGSRgll6aEmVMu0WDcQmZ0/D/72+3vrLP3PufsmTfzr9/ee631XfZet72AMQHjSIYcJ0/IF1JQvpE7pI2sxQhVQ5rJR5OgHP0kizJvH6WF5DxZbOpekKvkKflOfpM60kjWkLnGtk/r8qhAm8igeeub8Lu0nFaTTuP3jiwv57TBOHwg61C9tqtvMMZL4gw98gnhWHhIL+nevMYaiIv1Ug3eYmTJAi1CODRdbmMWYVdmI9payTxUrz0m7kbb0KeV3Y7DTuNwHenUpf73gooVJuh6x7jftA2RKaheGRNDntGihTeO4XSULuwc0ikYy9bx8L9Q1OMYyZQedupeIZ0u6X2pJKzTwiPH6Ce5bcrnyAmkU6/e50vCiVr4GmHYYp7rkV4Dep8pCQtaqIkw7CbH9HkVOYB0CmL/kUuvJj0aYzyBPEQ4cfZH2GxB8maRU99/XXsGMbuB0RwUL5ErJsE+U38K0Ykva/s1KexFuNEmrTMP4QYR0InSpTPk+NXCnx8FzYWpxrgZyZpM2pH8E37s+GRNmxdUBtvPazIJ5dVELkYkkwW+0tjJDz4Yihs2QMY4bUXl8sg2+JNCussdkpyJ2xSXsBGjo10mZpvbeBjhj3c0tBvFB6uSydijjR2mroHsILNRuSRwu5PMc43qjcEFcpK8d5yOkAUJiWR8ZBu0h68H8NdvkWQWbSZnUZny5DnCX9k0sozMMDY/yCH42+BwVJAO81ay190iB+FPJDmXnEbxaTuOQfWbhQTJF8rh9hn8I4Qc2z9H2NXqC8gaa9Av+gW/68X3LrmvX/ef6y+nP+phfmnvAQAAAABJRU5ErkJggg==');
}
.shariff-button.mail a:after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFtSURBVHgB7ZY/SwQxEMXfWYh2fgEhiIWFIF5nK2JtayNX+gG0sBBPLLTXysZOsLA+sNFWBHsr7RX/FIIies6wWYmTbHZv75K7g33wg2STzbxsJtkAlSolmiMuiS+iHZgfokWoNDgX3iIEljwSU9Azb/eJC4gHCuFVN+I91XQhVQ1x9BdzRDTMI7yW5AO5LhsIp01HPGdy7KG3GiWOMmJlZugVMYnuxWPceOL8qxyL+j262xmzegxzzEN4DLCasA+MFXSuBvEKd355DbBWiRfRtoPi2hXvPhOLRnuuAZaC/fk4kcaQrQniDPnLWMhAauJa9LmDOy+UbjP7trQplDWQ6gD2rBrEuA6whiRXzD77nvE6NsDaQvZWMnkn1nPGKmWAtQA7L+SXqRcYp7QBliK2iVvim/hActA04V5vr4GB+xtGFxv4NOozCK9lo8wHVF+vZCdsYBr2Ho7BA8TN+BT2zyMEPNlzxLl/VhoC/QIXzGZ2VLUnngAAAABJRU5ErkJggg==');
}

/* JatsParser */
button.jatsParser__expand {
    background-color: #ab1005;
    border: 0;
    border-radius: 5px;
    color: #fafafa;
}

.jatsParser__modal {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100vh;
    margin: 0;
    background-color: #fff;
    padding: 52px 60px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .jatsParser__modal {
        padding: 60px 20px 20px 20px;
    }
}

@media (max-width: 575px) {
    .jatsParser__modal {
        padding: 60px 10px 10px 10px;
    }
}

.jatsParser__modal .caption, .jatsParser__modal caption {
    font-size: 16px;
    color: #000;
}

.jatsParser__modal caption {
    margin-top: 20px;
}

.jatsParser__modal .notes {
    margin-top: 5px;
}

.jatsParser__fade {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px;
    position: fixed;
}

#jatsParser__close {
    display: inline-block;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 12px 9px 12px;
    background-color: #ab1005;
    border: 0;
    border-bottom-left-radius: 5px;
    color: #fafafa;
    cursor: pointer;
}

#jatsParser__close:hover {
    background-color: #404040;
    color: #fff;
}

.jatsParser__intraarticle-menu{
    background-color: #fff;
}


.jatsParser__intraarticle-menu.affix-bottom{
    top: unset !important;
}

.cookiebar {
    background-color: #ab1005;
}