/**
* @file plugins/classic/styles/styles.css
*
* Copyright (c) 2018-2018 Arkadiusz Adamski
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*/

/* Default font */
body {
    font-family: Noto Sans, sans-serif;
    font-size: 0.9rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

/*Put image inside containers*/
img{
    max-width:100%;
}

/*Headers*/
h1 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.4rem;
}
h3 {
    font-size: 1.22rem;
}

/* Defalut colors */ 
.text-white {
    color: #ffffff;
}
.text-light-gray {
    color: #E2E2E2;
}
.text-dark-gray{
    color: #C6C6C6;
}
.text-blue {
    color: #338CAF
}

.text-black {
    color: #000000;
}
.text-black a {
    color: #000000;
    }







.bg-light-gray{
    background-color: #E2E2E2;
}
.bg-dark-gray{
    background-color: #f8f8f8;;
      }
.bg-blue {
    background-color: #338CAF;;
}




.grey-tab {
    text-align: center;
    font-size: small;
    color: #000000;
    background-color: #E2E2E2;
}

.blue-tab a {
    color: #000000;
}

/*BreakCrumb*/
.breadcrumb {
    padding: .25rem 1rem;
}

/* Search */
.search-button {
    background-color: #E2E2E2;
    color: #0074d9;
}

.search-row {
    background-color: #E2E2E2;
}

/* About platform */
.about-site {
    background-color: #E2E2E2;
    font-family: Noto Sans Regular, sans-serif;
    border: 1px solid  #E2E2E2;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

/* Journal Info on indexSite.tpl */
.journal-info {
    min-width: 300px;
    background-color: #E2E2E2;
    margin-top: 5px;
    border: 1px solid  #E2E2E2;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.journal-info .title {
    float: right;
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 15px;
    width: 95%;
}
.journal-info .title2 {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 1px;
}

.journal-info .title a {
    color: #000000;
    font-weight: bold;
}

.journal-info-img {
    width: 175px;
    float: left;
    padding: 0 5px 0px 5px;
}
.overflowHidden {
    overflow: hidden;
    margin-bottom: 15px;
}

.journal-info-img img{
}

.journal-info-content {
    width: auto;
    padding: 0 5px 5px;
}



.journal-info-content .content {
    width: 100%;
    background-color: #C6C6C6;
    padding: 10px 10px 0;
    border: 1px solid  #C6C6C6;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-size: 0.8rem;
    min-height: 250px;
}

.journal-info .buttons {
    padding-right: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.journal-info .buttons a {
    background-color: #338CAF;
    color: #FFFFFF;
    font-size: small;
}

span.clear { clear: left; display: block; }

/* Journal info tpl */
.index-journal-extra-info ul {
    list-style-type: none;
}

.index-journal-extra-info li {
    color: #000000;
    font-size: 0.9em;
    text-align: center;
    list-style-type: none;

}


/* Article summary */
.journal-article-summary-title {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.journal-article-summary-title :hover {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}

.journal-article-summary-date{
    font-size: small;
}


/* Footer */
.footer-title {
    width: 100%;
    height: 20px;
    background-color: #aaaaaa;
    margin-top: 30px;
}

.footer-text {
    width: 100%;
    background-color: #E2E2E2;
}

/*Citations labels*/
.citation-label {
    width:140px;
    height:25px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    border:1px solid #338CAF;
    background-color:#338CAF;
    color:white;
    float: left;
}
.citation-label-text {
    width:140px;
    height:25px;
    text-align: center;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    border:1px solid #338CAF;
    background-color:#FFFFFF;
    color: #00425E;
    float: left;
}

.block_custom center:first-child {
    margin-top: 15px;
}

.issues_archive,
.galleys_links,
.supplementary_galleys_links {
    list-style-type:none;
}
.supplementary_galleys_links > li {
    margin: 0 0 10px 0;
}
.galleys_links > li > a,
.supplementary_galleys_links > li > a {
    text-decoration: none;
}
.issues_archive {
    border-top: 1px solid #ddd;
    padding: 0;
}
.issues_archive > li {
    padding: 20px 20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.obj_issue_summary {
    display: flex;
    flex-direction: row;
}
.obj_issue_summary div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.obj_issue_summary .cover {
    display: block;
    width: 176px;
    height: auto;
    margin: 5px 30px 5px 5px;
}