/* ===========================================================
   CUSTOM CSS OJS 3.x
   Theme : Olive Green (Primary #5E8722)
   =========================================================== */

/* Background Website */
body{
    background-color:#EEF5E7;
    background-image:url("https://www.transparenttextures.com/patterns/rice-paper-3.png");
    background-repeat:repeat;
    background-attachment:fixed;
}

/* Header */
.pkp_site_name {
    padding-top: 5px;
    padding-bottom: 3px;
}

.pkp_site_name .is_img img {
    max-height: 200px !important;
}

.pkp_site_name_wrapper,
.pkp_navigation_primary_row {
    padding-left: 10px;
    padding-right: 10px;
}

/* User Navigation */
.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 20px;
}

/* Page Layout */
.pkp_structure_page {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

/* Hide PKP Footer */
.pkp_brand_footer {
    display: none;
}

/* ===========================================================
   ARTICLE LIST
   =========================================================== */

.obj_article_summary {
    border: 1px solid #7AA833;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px rgba(94,135,34,.25);
    background: #ffffff url("https://jurnal.ilmubersama.com/public/site/images/bg-rech.png") repeat;
    transition: all .3s ease;
}

.obj_article_summary:hover {
    box-shadow: 0 5px 15px rgba(94,135,34,.35);
    transform: translateY(-2px);
}

.obj_article_summary .meta {
    background: transparent;
    padding: 0 0 0 20px;
    margin: 7px 0 0 0;
}

.obj_article_details .abstract {
    text-align: justify;
}

/* ===========================================================
   SIDEBAR
   =========================================================== */

.hover {
    width: 100%;
    border-collapse: collapse;
}

.hover td {
    height: 30px;
    vertical-align: middle;
    border-bottom: 2px solid #456417;
    text-align: left;
    padding: 8px;
}

.hover td a {
    display: inline;
    color: #ffffff;
    text-decoration: none;
}

.hover tr {
    background: #5E8722;
    color: #ffffff;
    transition: all .3s ease;
}

.hover tr:hover {
    background: #456417;
    font-size: 15px;
}

/* ===========================================================
   LINKS
   =========================================================== */

a {
    color: #2E5D22;
    text-decoration: none;
}

a:hover {
    color: #7AA833;
}

/* ===========================================================
   PDF BUTTONS
   =========================================================== */

.cmp_button_wire,
.obj_galley_link {
    background: #5E8722;
    border: 1px solid #88B93E;
    color: #ffffff;
    border-radius: 5px;
    transition: all .3s ease;
}

.cmp_button_wire:hover,
.obj_galley_link:hover {
    background: #456417;
    border-color: #5E8722;
    color: #ffffff;
}