.app-journal-header__theme{
background-image: url('imgs/head-back.jpg');
}
.c-box{
    margin-bottom: 24px;
}
.c-author-list::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
}
.pkp_screen_reader {
    display: none;
}
.nav-link, .c-breadcrumbs__link, .no_border {
    text-decoration: none;
}
.icon-right {
    padding-right: 5px;
}
.icon-left {
    padding-left: 5px;
}
.galley-button {
    padding: 4px 10px;
}
.icon-doi{
    padding-left: 5px;
}
.list-issue{
    padding-bottom: 15px;
    border-bottom: 1px solid #cccaca;
    margin-bottom: 15px;
}
.hiding_content{
    display: none;
}
.article-title {
    margin: 5px 0;
}
.meta-article {
    font-size: .9em;
    color: gray;
    margin-bottom: 2px;
}
.meta_data, .references-list {
    font-family: Georgia,Palatino,serif;
    line-height: 1.8;
    text-align: justify;
    padding-bottom: 15px;
}
.meta_title {
    padding: 15px 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #cac9c9;
    font-size: 1.4em;
}
.abstract_title {
    padding: 15px 0 5px 0;
    margin: 0 0 10px 0;
    font-size: 1.4em;
}
.references-list {
    padding-left: 0;
    list-style: none;
    line-height: 20pt;
}
.references-list li {
    padding-bottom: 15px;
}

.c-article-subject-list {
    font-size: 1.6rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.c-article-subject-list__subject {
    background-color: #e1e1e1;
    border-radius: 20px;
    padding: 4px 10px;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.c-social-links__item {
    background: no-repeat;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
.c-box__heading_special {
    background-color: #f0f0f0;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 1.1em;
    margin: 0px -16px 20px;
    padding: 10px 12px;
    text-align: center;
    font-weight: bold;
}
.c-box-pt {
    margin-top: 20px;
    padding-top: 0;
}
.c-list-author {
    margin: 0;
    font-size: 1em;
}
.author-detail {
    margin: 0;
    font-size: 0.9em;
    color: gray;
}
#citationOutput{
    font-size: 0.9em;
    color: #5b5050;
}
#correspondence {
    padding: 0 0 15px 0;
}
.dropdown-content, .dropdown-download {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.show {display:block;}
#drop_citation li, #drop_download li {
    list-style: none;
    margin: 10px 0 10px -20px;
}
#drop_citation li a, #drop_download li a {
    text-decoration: none;
}
#drop_citation li:hover {
    color: #cac7c7;
}
.citation_block {
    padding: 10px 10px 0 0;
}
.crossdim {
    float: left;
    padding-left: 30px;
}
.c-box-crossdim {
    height: 180px;
}
.buttons {
    padding-top: 10px;
}
.c_header {
    border-bottom: 2px solid #d7d7d7;
    padding: 0 0 10px 0;
    margin: 10px 0;
}
.header_title {
    border-bottom: 2px solid #d7d7d7;
    padding: 0 0 4px 0;
    margin: 0 0 15px 0;
}
.consent, .reviewer {
    border: 0;
}
.form-group {
    padding-bottom: 10px;
}
.date {
    margin: 0 0 10px 0;
    color: #a6a4a4;
    font-size: .9em;
}
.small_date {
    margin: 0 0 1em 0;
    font-size: .9em;
    color: #9d9d9d;
}
.galley_view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
}
.galley_view iframe {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    border: none;
}

.header_view {
    z-index: 2;
    background: #224188;
}
.header_view {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.download {
    float: right;
    border: 1px solid;
    padding: 2px 10px;
    background: #ece2e2;
    margin: 6px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px gray;
    text-decoration: navajowhite;
}
.header_view a.title {
    color: white;
    text-decoration: none;
}
.c-listing__text, .description, .fullwidth {
    text-align: justify;
}