/* --- CSS Awal dari Undiksha --- */
.journals ul .body .description a {display: inline;}
#headerNavigationContainer {}

html, body {
    background: #ededed;
}

body {
    font-family: tahoma, geneva, sans-serif;
}

.obj_article_details .abstract {
    text-align: justify;
}

.container > ul {
    list-style: none;
}

.pkp_site_name_wrapper a.is_img img {
    max-height: none;
}

.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right: 30px;}
.pkp_structure_page {margin-top: 20px !important; margin-bottom: 20px !important; padding-bottom: 20px !important;}

.pkp_navigation_primary_row {
    background: #336799;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}

.pkp_navigation_primary {
    text-align: left;
}

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: whitesmoke;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
    border-color: #336799;
    border-bottom: 2px solid black;
    color: whitesmoke;
}

.pkp_navigation_search_wrapper a {
    color: whitesmoke;
}

.pkp_navigation_search_wrapper a:hover {
    border-color: #336799;
    border-bottom: 2px solid black;
    color: whitesmoke;
}

.pkp_block {
    padding: 1.143rem;
}

.pkp_page_index .homepage_about {
    text-align: justify;
}

*, *:before, *:after {
    box-sizing: border-box;
}

span.blockTitle {
    color: whitesmoke;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0.5em 1em;
    background-color: #336799;
}

.pkp_block .title {
    color: whitesmoke;
    display: block;
    padding: 0.5em 1em;
    text-align: center;
    background-color: #336799;
}

#customblock-menu-baru a {
    text-decoration: none;
    color: #f7f47a;
}

#customblock-menu-baru a:hover,
#customblock-menu-baru a:focus {
    border-color: #336799;
    border-bottom: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.pkp_footer_content {
    float: left;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_brand_footer {
    float: right;
    width: 30%;
    padding-bottom: 10px;
    padding-top: 50px;
}

.pkp_structure_footer_wrapper {
    background: #e8ebef;
    border-bottom: double solid;
    border-bottom-color: #336799;
}

/* --- Tambahan Responsif Mobile --- */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
        padding: 0 10px;
    }

    .pkp_site_name .is_img img {
        max-width: 100%;
        height: auto;
    }

    .pkp_structure_page {
        margin: 0 !important;
        padding: 0 5px !important;
    }

    .pkp_block {
        padding: 0.5rem !important;
    }

    .block_customblock a,
    .pkp_block a {
        display: block;
        padding: 8px;
        font-size: 14px;
        text-align: center;
    }

    .pkp_navigation_primary_row {
        padding: 0.5rem;
    }

    .pkp_navigation_primary {
        text-align: center;
    }

    #navigationPrimary > li {
        display: block;
        margin-bottom: 5px;
    }

    #navigationPrimary > li > a {
        display: block;
        font-size: 14px;
        padding: 8px;
    }

    .pkp_navigation_search_wrapper {
        text-align: center;
        margin-top: 10px;
    }

    .pkp_footer_content,
    .pkp_brand_footer {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pkp_site_name {
        font-size: 18px;
        text-align: center;
    }

    .homepage_about {
        padding: 10px;
    }

    .obj_article_details .abstract {
        padding: 10px;
        font-size: 14px;
    }
}
