/**
 * unsil-palette.css — Penyeragaman warna ke identitas UNSIL (hijau #064a24).
 * Dimuat PALING AKHIR (di headerHead.tpl & headerSite.tpl) agar menimpa
 * palette ungu (sitestyle.css) di index situs dan biru (main/boot-custom.css)
 * di halaman jurnal. Tidak mengubah file tema lain; cukup override.
 */

:root {
	--unsil-green:       #064a24;
	--unsil-green-dark:  #04331a;
	--unsil-green-light: #0a7a3a;
	--unsil-green-tint:  #e8f2ec;
}

/* ---------- Tautan ---------- */
a,
a:link,
a:visited {
	color: #064a24;
}
a:hover,
a:focus {
	color: #0a7a3a;
}

/* ---------- Navbar (jurnal + index situs) ---------- */
.navbar,
.navbar-default {
	background: #064a24 !important;
	background-image: none !important;
	border-color: #04331a !important;
}
.navbar .navbar-brand,
.navbar-default .navbar-brand,
.navbar li a,
.navbar-default .navbar-nav > li > a,
.navbar-nav > li > a {
	color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar li a:hover {
	background: #0a7a3a !important;
	color: #ffffff !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a {
	background: #064a24 !important;
	color: #ffffff !important;
}

/* ---------- Header struktur OJS ---------- */
.pkp_structure_head,
#headerNavigationContainer {
	background: #064a24 !important;
}
.pkp_structure_head a,
.pkp_structure_head .pkp_site_name a {
	color: #ffffff !important;
}

/* ---------- Judul blok sidebar (Menu / Sertifikat / dll) ---------- */
.pkp_block .title,
.block_custom .title,
.panel-heading,
.panel-primary > .panel-heading {
	background: #064a24 !important;
	color: #ffffff !important;
	border-color: #04331a !important;
}
.panel-primary {
	border-color: #064a24 !important;
}

/* ---------- Tombol ---------- */
.btn-primary {
	background: #064a24 !important;
	border-color: #04331a !important;
	color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover {
	background: #0a7a3a !important;
	border-color: #064a24 !important;
	color: #ffffff !important;
}
.btn-default:hover {
	border-color: #064a24 !important;
	color: #064a24 !important;
}

/* ---------- Heading & garis aksen ---------- */
h1, h2, h3,
.obj_article_details .title,
.cmp_article_title,
.page_title,
.pkp_structure_content h1 {
	color: #064a24;
}
h2.title,
.section .title {
	border-color: #064a24;
}

/* ---------- Menu sidebar kustom (list Focus and Scope dll) ---------- */
.block_custom .content ul li a,
#customblock-Sidebar_menu a {
	color: #064a24;
}
.block_custom .content ul li a:hover,
#customblock-Sidebar_menu a:hover {
	color: #0a7a3a;
}
.block_custom .content ul li {
	border-bottom-color: #cfe3d6 !important;
}

/* ---------- Pagination ---------- */
.pagination > li > a,
.pagination > li > span {
	color: #064a24;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > span {
	background: #064a24 !important;
	border-color: #064a24 !important;
	color: #ffffff !important;
}

/* ---------- Label / badge ---------- */
.label-primary,
.badge {
	background: #064a24 !important;
}

/* ---------- Tabel header ---------- */
.table > thead > tr > th {
	border-bottom-color: #064a24;
}

/* ---------- Elemen dgn warna lama spesifik (ungu/biru brand) ---------- */
.navbar[style],
[style*="#2f036f"],
[style*="#003f7c"],
[style*="#003F7C"],
[style*="#1b5083"] {
	background-color: #064a24 !important;
}
