/**
* @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-size: 0.9rem;
    background-color: #F4F4F4;
    font-family: "Arial","Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
   
}

.nav-link:hover {
    background-color: #283D4D !important;
    color: white;
}

.nav {
    background-color: #00000008 !important;
}


.navbar-light .navbar-nav .nav-link {
    color: white;
}

.dropdown-item:active {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: black;
    border: 0;
}



.dropdown-item:hover {
    background-color: #283D4D !important
}



a {
    color: #283D4D;
 }

/*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;
}

  .contentdescription {
    /* width: 100%; */
    background-color: #ffffff;
    padding: 10px 10px 0;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    font-size: 0.8rem !important;
    /* min-height: 250px; */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 10; */
    -webkit-box-orient: vertical;
}
   
      
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.bg-light-gray {
  /*  background-color: #E2E2E2;*/
   /* background-color: #f8f8f8;*/
}

.bg-dark-gray {
    background-color: #f8f8f8;;
}

.bg-blue {
    background-color: #338CAF;;
}


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

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

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

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

.search-row {
   /* background-color: #E2E2E2;*/
    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: #ffffff;
    margin-top: 5px;
    border: 1px solid #ffffff;
    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: #ced3d8;
    padding: 10px 10px 0;
    border: 1px solid #ced3d8;
    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: #E3981B !important;
    border-color: #E3981B !important;
    color: #FFFFFF;
    font-size: small;
}



.journal-info .buttons a:hover {
    background-color: #FD9E00 !important;
    border-color: #FD9E00 !important;
    color: #FFFFFF;
    font-size: small;
}

.block_make_submission_link {
    color: #fff;
    background-color: #E3981B !important;
    border-color: #E3981B !important;
}



.block_make_submission_link:hover {
    color: #fff;
    background-color: #FD9E00 !important;
    border-color: #FD9E00 !important;
}

.btn-primary {
    background-color: #E3981B !important;
    border-color: #E3981B !important;
}

.btn-primary:hover {
    background-color: #FD9E00 !important;
    border-color: #FD9E00 !important;
}


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: #3580B5;
    float: left;
}

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

.header_view {
    z-index: 1;
    position: relative;
    background: #006798
}

.header_view a {
    line-height: 2.143rem;
    text-decoration: none
}

.header_view .return {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    background: #fff;
    color: #006798;
    text-align: center
}

.header_view .return:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f060"
}

.header_view .return:hover, .header_view .return:focus {
    background: #008acb;
    color: #fff
}

.header_view .title {
    display: block;
    padding-left: 2.857rem;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .93rem;
    color: #fff
}

.header_view .title:hover, .header_view .title:focus {
    background: #008acb
}

.header_view .download {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.143rem;
    background: #fff;
    text-align: center
}

.header_view .download:hover, .header_view .download:focus {
    background: #008acb;
    color: #fff
}

.header_view .download:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f019"
}

.header_view .download .label {
    display: none
}

@media (min-width: 768px) {
    .header_view .title {
        font-size: 1rem
    }

    .header_view .download {
        width: auto;
        padding: 0 1.43rem
    }

    .header_view .download .label {
        display: inline-block
    }

    .header_view .download .pkp_screen_reader, .header_view .download .pkp_page_index .cmp_announcements h2 {
        display: none
    }
}

.galley_view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 2.2rem;
    overflow-y: hidden
}

.galley_view iframe {
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    border: none
}

.galley_view.galley_view_with_notice iframe {
    padding-top: 6.429rem
}

.galley_view .galley_view_notice {
    position: absolute;
    top: 2.143rem;
    width: 100%;
    height: 4.286rem;
    background: #ff4040
}

.galley_view .galley_view_notice_message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-align: center
}

.galley_view .galley_view_notice_message a {
    color: #fff;
    text-decoration: underline
}

.pkp_screen_reader {
    display: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}

.articles_nav
{
    float: right;
    font-size: 2em;
}

.articles_nav a
{
    color: #999;
    padding: 0 0.4em;
    margin: 0;
    background-color: #dfdfdf;
    border-radius: 4px;
    text-decoration: none;
}