
html {
/*    background: url(/images/kneu_login_crop.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;*/
}

body {
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 85vh;
    position: relative;
    /*height: 100%;*/
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color:inherit;
    display:inline;
    font-weight: normal;
    font-size:inherit;
    font-family:inherit;
}

.print_item:hover {
    /*font-weight: bolder;*/
    color: #009688;
    box-shadow: 0 0 15px rgba(45,55,72,0.7); /* Параметры тени */
}

.cover {
    width: 100%;
/*    max-height: 50vh;
    min-height: 15vw;*/
}

.print_ISSN {
    position: absolute;
    display: inline-block;
    color: #009688;
    top: 0px;
    right: 0px;
}

.menu_bar {
    background: #DDDDDD;
    border: 1px solid;
    border-color: #CCCCCC;
    vertical-align: center;
}
.menu_bar a{
    text-decoration: none;
    color: #2d3748;
    display: block;
    width: 100%;
    height: 100%;
}
.menu_bar_selected {
    background: #888888;
    border: 1px solid;
    border-color: #CCCCCC;
}
.menu_bar_selected a{
    font-weight: bold;
    text-decoration: none;
    color: #EEEEEE;
}
.menu_bar_selected li a{
    font-weight: normal;
    color: black;
}
.menu_bar_list:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}
.menu_bar:hover {
    cursor: pointer;
    color: black;
    background: #AAAAAA;
}

.br_crumbs_j a, .download_pdf {
    text-decoration: none;
    color: #009688;
}
.br_crumbs_j a:hover, .download_pdf:hover {
    text-decoration: underline;
    color: #00655b;
}

.issue_number {
    text-decoration: none;
    font-weight: bold;
    color: #009688;
}
.issue_number:hover {
    text-decoration: none;
    /*text-decoration: underline;*/
    color: #00655b;
}

/*
.download_pdf {
    text-decoration: none;
    color: #20a96b;
}
.download_pdf:hover {
    text-decoration: underline;
    color: #1a8354;
}
*/

.paper_author, .paper_authors{
    color: #2d3748;
    text-decoration: none;
    font-style: italic;
}
.paper_authors:hover {
    color: #009688;
    text-decoration: underline;
}
.paper_title, .paper_title_anchor{
    font-weight: bold;
    color: #009688;
    text-decoration: none;
}
.paper_title_anchor:hover{
    font-weight: bold;
    color: #00655b;
    text-decoration: underline;
}

.paper_info_justify {
    text-indent: 1em;
    text-align: justify;
}

.paper_stat_icons {
    font-size: 32px;
    color: #009688;
}
.paper_stat_counters {
    font-size: 15px;
}
.paper_stat_description {
    font-size: 13px;
}

.paper_references_links {
    color: black;
    text-decoration: none;
}
.paper_references_links:hover {
    /*color: #009688;*/
    color: black;
    text-decoration: underline;
}
.paper_references_ol {
    padding-left: 15px;
    word-wrap: break-word;
    min-width: 50%;
    max-width: 100%;
    word-break: break-word;
}
.paper_references_li {
    font-size: 14px;
    color: black;
    text-decoration: none;
    line-height: normal;
    text-align: justify;
}

.ql-editor a {
    text-decoration: underline;
    color: #009688;
}
.ql-editor a:hover {
    text-decoration: none;
    color: #00655b;
}
.ql-editor p {
    text-indent: 1.5em;
    margin-top: 0.5em;
}


.biblio_db_img {
    height: 100px;
    width: auto;
    max-width: 85vw;
}

@media (max-width: 560px) {
    .prints_kneu_on_eng {
        font-size: 12.5pt;
    }
    .journal_title {
        background-color: #E9E9E9;
    }
    .journal_title p {
        color: #282828;
    }
    .print_ISSN {
        font-size: 12px;
        top: 5px;
        right: 10px;
/*        position: unset;*/
    }
    .ql-editor p {
        text-indent: 0.5em;
    }

    .mobile_menu {
        font-size: 20px;
        color: #009688;
        text-decoration: none;
    }
    .mobile_submenu {
        font-size: 20px;
        color: #009688;
        text-decoration: none;
        margin-left: 1.5em;
    }
}

