/* =====================================================
   JITU - Journal Ilmiah Teknik Unida
   OJS 3.3 Custom Theme
   ===================================================== */

/* =========================
   BODY
   ========================= */

body {
    font-family: Tahoma, Geneva, sans-serif;
    background: #e6e6e6;
    font-size: 14px;
    color: #333;
}

body p {
    font-size: 14px;
    line-height: 1.6;
}

/* =========================
   PAGE
   ========================= */

.pkp_structure_page {
    max-width: 1400px !important;
    margin-top: 0;
    margin-bottom: 0;
}

/* =========================
   HEADER
   ========================= */

.pkp_structure_head {
    background: linear-gradient(135deg,#0b1d78,#105183) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

/* =========================
   LOGO
   ========================= */

.pkp_site_name img,
.pkp_site_name .is_img img {
    max-height: 180px !important;
    width: auto;
}

/* =========================
   LINK
   ========================= */

a {
    color: #0b1d78;
    text-decoration: none;
}

a:hover {
    color: #ff6600;
}

/* =========================
   MENU UTAMA
   ========================= */

.pkp_navigation_primary_row {
    background: #081c7a !important;
    padding-left: 15px;
}

#navigationPrimary ul {
    background: #081c7a;
}

#navigationPrimary a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

#navigationPrimary a:hover {
    color: #ffd700 !important;
}

#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #ffd700;
}

/* =========================
   SEARCH
   ========================= */

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: #ffffff;
}

.pkp_navigation_user_wrapper a {
    color: #ffffff;
}

/* =========================
   CONTENT
   ========================= */

.pkp_structure_content {
    background: #f5f5f5 !important;
    padding-top: 0;
}

/* =========================
   CURRENT ISSUE
   ========================= */

.pkp_page_index .current_issue h2 {
    display: inline-block;
    border-bottom: 3px solid #0b1d78;
    font-weight: 700;
    color: #444;
}

.pkp_page_index .current_issue .current_issue_title {
    font-size: 17px;
}

.pkp_page_index .current_issue .read_more {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* =========================
   SECTION ARTICLE
   ========================= */

.obj_issue_toc .section h2 {
    display: inline-block;
    border-bottom: 3px solid #0b1d78;
    font-weight: 700;
    color: #333;
}

.obj_issue_toc .heading .published .label {
    text-transform: capitalize;
}

/* =========================
   ARTICLE CARD
   ========================= */

.obj_article_summary {
    background: #f7f7f7 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,.08);
    transition: all .3s ease;
}

.obj_article_summary:hover {
    background: #ececec !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.obj_article_summary .title {
    line-height: 1.5;
    margin-bottom: 8px;
}

.obj_article_summary .title a {
    color: #0b1d78 !important;
    font-size: 17px;
    font-weight: 600;
}

.obj_article_summary .title a:hover {
    color: #ff6600 !important;
}

.obj_article_summary .meta {
    color: #666;
    font-size: 13px;
}

.obj_article_summary .pages {
    color: #888;
    font-size: 12px;
}

/* =========================
   ARTICLE DETAILS
   ========================= */

.obj_article_details .main_entry .label {
    display: inline-block;
    border-bottom: 3px solid #0b1d78;
    color: #444;
}

.obj_article_details .abstract {
    text-align: justify;
}

/* =========================
   PDF BUTTON
   ========================= */

.obj_galley_link,
.cmp_button_wire {
    background: #0b1d78 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 600;
}

.obj_galley_link:hover,
.cmp_button_wire:hover {
    background: #105183 !important;
}

/* =========================
   SIDEBAR
   ========================= */

.pkp_structure_sidebar {
    background: #f2f2f2;
}

.pkp_block {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.pkp_block .title {
    display: inline-block;
    border-bottom: 3px solid #0b1d78;
    font-weight: 700;
    text-transform: capitalize;
}

/* =========================
   LANGUAGE BLOCK
   ========================= */

.block_language .title {
    display: block;
    background: #0b1d78 !important;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 10px;
    border-radius: 6px;
}

.block_language .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block_language .content ul li a {
    display: block;
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 10px;
    margin-bottom: 4px;
    border: 1.5px solid #000;
    border-radius: 6px;
    transition: .3s;
}

.block_language .content ul li a:hover {
    background: #e3f2fd;
    border-color: #0b1d78;
    color: #0b1d78;
}

/* =========================
   HOVER TABLE
   ========================= */

.hoverTable {
    width: 100%;
    border-collapse: collapse;
}

.hoverTable tr {
    background: #105183;
    color: #ffffff;
}

.hoverTable tr:hover {
    background: #0c426b;
}

.hoverTable a {
    color: #ffffff;
}

.hoverTable a:hover {
    color: #ffd700;
}

/* =========================
   BREADCRUMB
   ========================= */

.cmp_breadcrumbs {
    text-transform: capitalize;
}

/* =========================
   FOOTER
   ========================= */

.pkp_footer_content {
    width: 100%;
    background: #081c7a !important;
    color: #ffffff !important;
    padding: 25px;
}

.pkp_footer_content a {
    color: #ffd700 !important;
}

.pkp_brand_footer {
    display: none;
}

/* =========================
   ACTIVE TAB
   ========================= */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: #ffffff;
    border: 1px solid #0b1d78;
}