﻿* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    position: relative;
    font: 9pt Arial,Helvetica,sans-serif;
    color: black;
    background-color: rgb(94,159,39);
    background-image: url(/Images/grass.jpg);
    background-repeat: repeat;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: underline;
        color: inherit;
    }

h1 {
    color: #a68946;
    text-align: center;
    line-height: 3em;
    font-size: 150%;
    font-weight: bold;
}

h2 {
    color: black;
    text-align: center;
    line-height: 2em;
    font-size: 130%;
    font-weight: 900;
}

h3 {
    color: rgb(0,43,0);
    text-align: left;
    line-height: 1em;
    font-size: 110%;
    font-weight: bold;
}

h4 {
    color: #003F24;
    text-align: center;
    margin-bottom: 1em;
    line-height: 2em;
    font-size: 150%;
    font-weight: bold;
}

/* Go on Top */
.goTopWrapper {
    background-color: #727272;
    padding: 10px;
    display: none;
    z-index: 999;
    position: fixed;
    top: 50%;
    font-size: 12px;
    right: 10%;
    border-radius: 10px 10px;
    width: 60px;
    cursor: pointer;
    text-align: center;
}

.goTopWrapper {
    background-color: #727272;
    padding: 10px;
    display: none;
    z-index: 999;
    position: fixed;
    top: 50%;
    font-size: 12px;
    right: 10%;
    border-radius: 10px 10px;
    width: 60px;
    cursor: pointer;
    text-align: center;
}
/* Go on Top */

/*Menu*/

ul {
    padding-top: 3px;
    position: absolute;
    top: 245px;
    width: 640px;
    list-style-type: none;
    height: 35px;
    overflow: hidden;
    left: 310px;
}

    ul li {
        display: inline;
        text-align: center;
    }

    ul a {
        line-height: 1.1em;
        text-decoration: none;
        height: 32px;
        width: 70px;
        color: white;
        float: left;
        display: block;
        margin-left: 1px;
    }

        ul a:hover {
            text-decoration: none;
            color: white;
            border-bottom: 3px solid #CC9900;
        }

        ul a.selected {
            border-bottom: 3px solid #CC9900;
            background-color: #CC9900;
            color: white;
        }

        ul a.long_item {
            width: 95px !important;
            word-wrap: break-word;
        }

    ul.archive-sub-menu {
        display: none;
        height: 40px;
        width: 110px !important;
    }

        ul.archive-sub-menu a {
            background-color: #003f24;
            border-radius: 4px;
            padding-top: 10px;
            width: 110px !important;
        }

/*end menu*/

#wrapper {
    width: 960px;
    margin: 1em auto;
    position: relative;
}

#content {
    position: relative;
    padding: 1.5em 5em;
    min-height: 90ex;
    background-color: rgb(232,226,210);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 8px #0E1D10;
}

#footer {
    position: relative;
    height: 80px;
    width: 960px;
    padding: 1em 0 1em 0;
    margin-bottom: 4em;
    color: black;
    background-image: url(/Images/bgd-green.gif);
    background-repeat: repeat-y;
    overflow: hidden;
    border-radius: 10px 10px 20px 20px;
    box-shadow: 5px 5px 8px #0E1D10;
}

    #footer p {
        color: #FFFFFF;
        font-style: normal;
        font-size: 90%;
        text-align: center;
        padding-right: 10px;
    }

#logoUa {
    height: 308px;
    width: 960px;
    border-radius: 20px 20px 10px 10px;
    background-image: url(/Images/UA_LOGO.gif);
    background-repeat: no-repeat;
    box-shadow: 5px 5px 8px #0E1D10;
}

#logoEn {
    height: 308px;
    width: 960px;
    border-radius: 20px 20px 10px 10px;
    background-image: url(/Images/ENG_LOGO.gif);
    background-repeat: no-repeat;
    box-shadow: 5px 5px 8px #0E1D10;
}

.clear {
    clear: both;
}

#about {
    position: relative;
    left: 10%;
    top: 1em;
    width: 80%;
    text-align: left;
}

    #about strong {
        font-weight: bold;
    }

.contact {
    border: 2px solid #A68946;
    border-radius: 10px 10px 10px 10px;
    width: 320px;
    height: 190px;
    padding: 20px;
    margin: 15% auto 0 auto;
}

.h3 {
    color: #002B00;
    text-align: left;
    line-height: 1em;
    font-size: 110%;
    font-weight: bold;
}

.list-entry-wrapper {
    margin-top: 7px;
}

.list-entry-left {
    width: 85%;
    float: left;
}

.list-entry-right {
    float: right;
}

/*Sections list*/
table.SectionList {
    margin-top: 20px;
    width: 100%;
}

p.SectionListItem {
    color: #333300;
    padding: 3px 0px 3px 12px;
    text-decoration: none;
    text-indent: 0em;
    line-height: 1.5em;
    font-size: 120%;
    font-style: normal;
    font-weight: normal;
}

/*End Sections list*/

/* All Authors */

.align_center a {
    text-decoration: none;
}

.letter_button {
    background-image: url(/images/button-white.png);
    background-repeat: no-repeat;
    color: #000000;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 16px;
    margin: 0px 6px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}

table.authors {
    border: 1px solid #E2D2A9;
    margin-top: 20px;
    width: 100%;
}

.authors td {
    text-align: left;
    border: 1px solid #E2D2A9;
    padding: 2px 3px;
}

.authors a {
    display: block;
}

table.authors th {
    border: 1px solid #E2D2A9;
    color: #000000;
    font-weight: 500;
    font-size: 10pt;
    height: 24px;
}

    table.authors th.letter {
        font-weight: 600;
        font-size: 12pt;
    }
/*End All Authors */

.AuthorEntry {
    font-weight: bold;
}

/* Navigation*/
.NavigationItem {
    cursor: pointer;
    height: 50px;
    width: 75px;
}

.LeftNavigation {
    float: left;
    text-align: left;
}

.RightNavigation {
    float: right;
    text-align: right;
}

.GoIssue {
    background-repeat: no-repeat;
    position: relative;
    top: -5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/images/round_button_green_22.png);
    cursor: pointer;
}

.NavCombo {
    width: 60px;
    border: 1px solid gray;
    margin-right: 5px;
    cursor: pointer;
}

.NavImage {
    height: 32px;
    width: 32px;
}
/* End Navigation*/

/* Contents*/
.contents-section-left {
    background-color: #A68946;
    float: left;
    width: 47%;
}

.contents-section-right {
    background-color: #A68946;
    float: right;
    width: 47%;
}

.contents-section-wide {
    background-color: #A68946;
    width: 100%;
}

.contents-entry-author-wide {
    color: green;
    font-weight: bold;
    margin-top: 7px;
    width: 90%;
}

.contents-entry-organization-wide {
    text-indent: 0em;
    text-align: left;
    line-height: 2em;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
}

.contents-entry-left-wide {
    width: 90%;
    float: left;
}

.contents {
    width: 100%;
    border: 0;
}

    .contents td {
        vertical-align: top;
        width: 100%;
        padding-top: 0.75em;
        text-align: left;
    }

td.contents-article {
    padding-left: 5px;
    padding-right: 5px;
}

.contents-article-left {
    float: left;
    padding-right: 5px;
    width: 380px;
}

.contents-article-right {
    float: right;
    padding-right: 5px;
    width: 380px;
}

.contents-article-wide {
    float: left;
    padding-right: 5px;
    width: 100%;
}

.contents-summary-hidden {
    color: #666666;
    display: none;
    text-align: justify;
    width: 380px;
}

.width90 {
    width: 90% !important;
}

.contents-fix-hidden {
    color: #666666;
    cursor: pointer;
    display: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

/* Contents word*/
.p10 {
    text-indent: 0em;
    text-align: center;
    line-height: 3em;
    font-size: 150%;
    font-style: normal;
    font-weight: 600;
}

.contents-section {
    color: #000000;
    background-color: #A68946;
    padding: 0px 0px 0px 7px;
    text-decoration: none;
    text-indent: 0em;
    line-height: 1.5em;
    font-size: 120%;
    font-style: normal;
    font-weight: normal;
}

    .contents-section:hover {
        background: #A68946;
        color: #000000;
        text-decoration: underline;
    }

.contents-entry-right {
    float: right;
}

.abstract {
    text-align: justify;
    width: 100%;
}

/*End contents*/

/* Summary */

/* Section*/

/* Название статьи */
.a3 {
    color: black;
    padding: 0;
    text-decoration: none;
    text-indent: 0;
    line-height: 1.5em;
    font-size: 100%;
    font-style: normal;
    font-weight: inherit;
    width: 100%;
}

td.indent > a.a3 {
    width: 100%;
}

.a3:hover {
    color: rgb(0,138,0);
    text-decoration: underline;
}

.as {
    display: block;
    text-align: center;
    line-height: 2em;
    margin: 0 auto;
    color: #A68946;
    font-size: 130%;
    font-style: normal;
    font-weight: 800;
}

    .as:hover {
        color: #A68946;
    }

/* Title */
.p1 {
    text-indent: 0;
    text-align: center;
    line-height: 1.5em;
    font-size: 150%;
    font-style: normal;
    font-weight: 600;
}

/* DOI link */
#doi-link {
    text-align: right;
    font-size: 110%;
    color: #1b5bf3;
    text-decoration: underline;
}
/* Organization */
.p2 {
    text-indent: 0;
    text-align: center;
    line-height: 2em;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
}
/* Summary*/
.p3 {
    text-indent: 0;
    text-align: justify;
    line-height: 2em;
    font-size: 100%;
    font-style: normal;
    font-weight: 600;
}
/* Key words*/
.p4 {
    text-indent: 0;
    text-align: justify;
    line-height: 2em;
    font-size: 90%;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 1em;
}
/* Title for old issues - without link */
.p5 {
    color: black;
    background-color: white;
    padding: 0;
    text-decoration: none;
    text-align: left;
    text-indent: 0;
    line-height: 1.5em;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}
/* End Summary */

img.image-link {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
}

a.home-link {
    color: #003F24;
}

.lang-buttons {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.lang-button {
    height: 10px;
    width: 20px;
    background: none;
}

#langUa {
    background-image: url(/Images/FlagUa.svg);
    background-size: cover;
}

#langEn {
    background-image: url(/Images/FlagEn.svg);
    background-size: cover;
}

