/*
 * Default OJS Theme Stylesheet
 * Enhanced and Organized for Better Readability
 */

/* General Body Styles */
body {
    font-family: tahoma, geneva, sans-serif;
    font-size: 14px;
    background: #f4f8fa; /* Warna latar belakang yang lebih lembut */
}

body p {
    font-family: tahoma, geneva, sans-serif;
    font-size: 14px;
}

.pkp_block {
    font-size: 14px;
    line-height: 20px;
    clear: both;
    border-bottom: 1.5px solid #ddd;
}

/* Header */
.pkp_structure_head {
    background: #FFFFFF;
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 180px;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Navigation */
.pkp_navigation_primary_row {
    background-color: #e8f1f8; /* Warna lembut untuk navigasi */
    text-align: left;
    padding-left: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Shadow untuk navigasi */
}

#navigationPrimary a {
    font-size: 13.5px;
    color: #333333; /* Warna teks navigasi */
    font-weight: 100;
    text-transform: capitalize;
}

#navigationPrimary ul {
    background: #FFFFFF;
}

#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #FFFFFF;
}

/* Sidebar Menu */
.pkp_structure_sidebar .pkp_block .title {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pkp_structure_sidebar .pkp_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkp_structure_sidebar .pkp_block ul li {
    margin: 5px 0; /* Jarak antar menu dirapatkan */
    background-color: #e8f1f8; /* Warna latar belakang kotak menu */
    border: 1px solid #d1e7f1; /* Border lembut untuk setiap kotak */
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.pkp_structure_sidebar .pkp_block ul li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding: 8px; /* Tinggi kotak dikurangi */
    display: block;
    text-align: center;
    font-weight: bold;
}

.pkp_structure_sidebar .pkp_block ul li:hover {
    background-color: #d9ecf8; /* Warna latar belakang saat hover */
    border-color: #b3d8e9; /* Warna border saat hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pkp_structure_sidebar .pkp_block ul li a:hover {
    color: #0056b3; /* Warna teks saat hover */
    text-decoration: none;
}

/* Custom Block Menu */
#cssmenu table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

#cssmenu table td {
    background-color: #e8f1f8;
    text-align: center;
    padding: 3px; /* Tinggi kotak dikurangi */
    border: 1px solid #d1e7f1;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}

#cssmenu table td a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 12px;
    transition: all 0.3s ease;
}

#cssmenu table td:hover {
    background-color: #d9ecf8;
    border-color: #b3d8e9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#cssmenu table td a:hover {
    color: #0056b3;
    text-decoration: none;
}

#cssmenu p {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    text-align: center;
    background-color: #e8f1f8;
    color: #333;
    border-bottom: 2px solid #d1e7f1;
}

/* Page Structure */
.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pkp_structure_content {
    padding-top: 0;
    background: #f4f8fa;
}

.pkp_structure_sidebar {
    background: #f4f8fa;
}

.pkp_block .title {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 3px solid #ff8000;
    font-weight: 600;
    text-transform: capitalize;
}

/* Footer */
.pkp_footer_content {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 10px;
}

.pkp_brand_footer {
    background: #e6e6e6;
}

.pkp_structure_footer_wrapper {
    background: #f4f8fa;
    border-bottom: 0px solid;
}

/* Typography */
.pkp_structure_main h1 {
    font-weight: 600;
    font-size: 20px;
}

a {
    color: #333300;
}

.obj_article_details .main_entry .label {
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #ff8000;
    color: rgba(0, 0, 0, 0.54);
    text-transform: capitalize;
}

.obj_article_details .abstract {
    text-align: justify;
    font-family: tahoma, geneva, sans-serif;
}

.obj_article_summary > .title {
    font-size: 14.5px;
    line-height: 20px;
    font-weight: 100;
}

.obj_article_summary {
    padding-bottom: 10px !important;
    border-bottom: solid 1px #ff8000 !important;
    font-size: 12px;
}

/* Index Page */
.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 3px solid #ff8000;
    text-transform: capitalize;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.54);
}

.pkp_page_index .current_issue .current_issue_title {
    font-size: 14px;
}

.pkp_page_index .current_issue .read_more {
    margin-bottom: 20px;
    margin-top: 20px;
}

.obj_issue_toc .section h2 {
    position: relative;
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #ff8000;
    background: transparent;
    text-transform: capitalize;
    font-weight: 700;
}

/* Table Enhancements */
.hoverTable {
    width: 100%;
    border-collapse: collapse;
}

.hoverTable th {
    height: 30px;
    background: #ffffff;
    color: #105183;
}

.hoverTable td {
    height: 30px;
    padding-top: 3px;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}

.hoverTable tr {
    background: #105183;
    color: #ffffff;
}

.hoverTable tr:hover {
    background-color: #0c426b;
}

.hoverTable a {
    color: #ffffff;
}

.hoverTable a:hover {
    color: #f0850c;
}

/* Search and Breadcrumbs */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    font-size: 13.5px;
    color: #f2f2f2;
    font-weight: 100;
    text-transform: capitalize;
}

.cmp_breadcrumbs {
    text-transform: capitalize;
}

/* Buttons */
.obj_galley_link {
    font-weight: 700;
    text-transform: capitalize;
    background: #0F10E1;
    color: #fff;
    border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    background: #8c8c8c;
    border: 0px solid #3c2d61;
}
