/* */
.journals ul .body .description a {
    display: inline;
}

#headerNavigationContainer {
    /* Properti kosong dihapus */
}

/* Warna background */
html, body {
    background: #d8dada;
}

body {
    font-family: tahoma, geneva, sans-serif;
}

/* Pengaturan teks pada halaman abstrak */
.obj_article_details .abstract {
    text-align: justify;
}

.container > ul {
    list-style: none;
}

/* Pengaturan gambar dalam logo situs */
.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 {
    display: inline-block;
    max-height: 120px;
    max-width: 100%;
    height: auto;
    width: auto;
}

.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: 0px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

/* Untuk setting menu atas */
.pkp_navigation_primary_row {
    background: #800000;
    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: #800000;
    border-bottom: 2px solid black;
    color: whitesmoke;
}

/* Warna tombol search */
.pkp_navigation_search_wrapper a {
    color: whitesmoke;
}

.pkp_navigation_search_wrapper a:hover {
    border-color: #800000;
    border-bottom: 2px solid black;
    color: whitesmoke;
}

/* Padding menu bar kanan */
.pkp_block {
    padding: 1.143rem;
}

/* Perataan teks halaman homepage_about */
.pkp_page_index .homepage_about {
    text-align: left;
}

/* Box-sizing untuk seluruh elemen */
*, *:before, *:after {
    box-sizing: border-box;
}

/* Pengaturan judul menu */
span.blockTitle {
    color: whitesmoke;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0.5em 1em;
    background-color: #800000;
}

/* Pengaturan judul block bawaan */
.pkp_block .title {
    color: whitesmoke;
    display: block;
    padding: 0.5em 1em;
    text-align: center;
    background-color: #800000;
}

/* Untuk settingan daftar menu dengan nama menu-baru */
#customblock-menu-baru a {
    text-decoration: none;
    color: #f7f47a;
}

#customblock-menu-baru a:hover,
#customblock-menu-baru a:focus {
    border-color: #800000;
    border-bottom: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.pkp_structure_content {
    padding-top: 0;
    background: #ffffff;
}

/* Untuk settingan footer */
.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: #d8dada;
    border-bottom: double solid;
    border-bottom-color: #800000;
}
