/* ===== HEADER ===== */
.pkp_structure_head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .25em;
    overflow: visible;
    background: transparent;
}
.pkp_structure_head::before {
    content: "";
    background: url("https://jurnal.untan.ac.id/public/site/images/ksatriawan/header-temp-jogg.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 50px rgba(0,0,0,.75);
    z-index: 0;
}
.pkp_structure_head > * {
    position: relative;
    z-index: 1;
}
.pkp_structure_page {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Tombol menu */
.pkp_site_nav_toggle{
    position:absolute;
    top:20px;
    right:20px;
    z-index:999;
}
/* Tombol search desktop */
a.pkp_search.pkp_search_desktop {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    background: #192740;
    border-radius: 10px;
    height: 28px;
    padding: 3px 25px;
}
.pkp_site_nav_menu {
    background: #f1f1f1;
}
.pkp_site_nav_menu a {
    color: #1c2b56;
}
.pkp_navigation_user>li>ul a .task_count {
    display: inline-block;
    background: rgb(0 0 0 / 10%);
    color: #000000;
}
.pkp_structure_page {
  margin-top: 0px;
  margin-bottom: 0px;
}
.pkp_structure_main h1 {
  font-weight: 600;
  font-size: 20px;
}
.pkp_page_index .current_issue h2 {
  display: inline-block;
  padding-bottom: 0em;
  border-bottom: 3px solid #002692;
  text-transform: capitalize;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}
.pkp_page_index .current_issue .current_issue_title {
  font-size: 14px;
}
.obj_issue_toc .heading .published .label {
  text-transform: capitalize;
 
  font-size: 90%;
}
.pkp_page_index .current_issue .read_more {
  margin-bottom: 20px;
  margin-top: 20px;
}
.obj_issue_toc .section h2 {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  padding: 0 0 5px;
  border-bottom: 3px solid #002692;
  background: transparent;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 0em;
}
/* ==========================================
   PRIMARY NAVIGATION
========================================== */

.pkp_navigation_primary_wrapper{
    margin:0 !important;
    padding:0 !important;
}

.pkp_navigation_primary{
    margin:0 !important;
    padding:0 !important;
}

.pkp_navigation_primary_row{
    margin:0 !important;
    padding:0 15px !important;
    background:linear-gradient(
        to bottom,
        #ffffff 0%,
        #f5f5f5 45%,
        #ececec 100%
    );
    text-align:left;
    border-bottom:1px solid #d9d9d9;
    box-shadow:0 2px 6px rgba(0,0,0,.08);
}
#navigationPrimary{
    margin:0;
    padding:0;
}
#navigationPrimary > ul{      /* hanya menu utama, bukan submenu */
    margin:0;
    padding:0;
    background:#1d3987;
}
#navigationPrimary li{
    margin:0;
    padding:0;
}
#navigationPrimary a{
    display:block;
    padding:10px 10px;
    font-size:13.5px;
    font-weight:700;
    color:#020202;
    text-transform:capitalize;
}
#navigationPrimary [aria-expanded="true"]:before{
    border-bottom-color:#1c2b56;
}
/* Menu user (akun login) */
.pkp_navigation_user.pkp_navigation_user {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgb(255 255 255 / .1)
}
.pkp_navigation_user>li>a {
    color: #101e5a
}

/* Ikon/label profile di menu */
.pkp_nav_list li.profile {
    padding: 0 8px 2px 5px;
    border: 1px solid #e6dfdf;
    border-right: 1px solid #220202;
    border-bottom: 1px solid #ffffff;
    border-radius: 8px;
    font-size: 16px;
    background: linear-gradient(to bottom,rgb(255 255 255) 0%,rgb(243 243 243) 50%,rgb(237 237 237) 51%,rgb(255 255 255) 100%);
    box-shadow: 3px 2px 5px -2px rgb(0 0 0 / 20%);
    margin-left: 8px;
    width: 100px
}
/* ==========================================
   JOGG BREADCRUMB
========================================== */

.cmp_breadcrumbs{
    margin:15px 0 20px;
    padding:0;
}

.cmp_breadcrumbs ol{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
}

.cmp_breadcrumbs li{
    position:relative;
    display:flex;
    align-items:center;
    margin-right:18px;
    margin-bottom:8px;
    padding:10px 18px 10px 28px;
    background:#18273d;
    transition:.3s;
}

.cmp_breadcrumbs li:first-child{
    padding-left:18px;
}

.cmp_breadcrumbs li:last-child{
    background:#d0a548;
}

.cmp_breadcrumbs li:after{
    content:"";
    position:absolute;
    right:-18px;
    top:0;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    border-left:18px solid #18273d;
    z-index:2;
}

.cmp_breadcrumbs li:last-child:after{
    border-left-color:#d0a548;
}

.cmp_breadcrumbs li:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    border-left:18px solid #ffffff;
}

.cmp_breadcrumbs li:first-child:before{
    display:none;
}

.cmp_breadcrumbs li:last-child:after{
    display:none;
}

.cmp_breadcrumbs a,
.cmp_breadcrumbs span{
    color:#ffffff;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
}
.cmp_breadcrumbs li:hover{
    background:#1c2b56;
}
.cmp_breadcrumbs li:hover:after{
    border-left-color:#1c2b56;
}
.cmp_breadcrumbs li.current{
    background:#d0a548;
}
.cmp_breadcrumbs li.current:after{
    border-left-color:#d0a548;
}
.cmp_breadcrumbs li.current span,
.cmp_breadcrumbs li.current a{
    color:#ffffff;
    font-weight:700;
}
.cmp_breadcrumbs .separator{
    display:none;
}
.cmp_breadcrumbs .current h1{
    margin:0;
    font-size:13px;
    font-weight:700;
    color:#fff;
    font-family:inherit;
}
/* Menu Tambahan Kanan by ade@htp.ac.id */

.hoverTable {
  width: 100%;
  border-collapse: collapse;
}
.hoverTable th {
  height: 30px;
  background: #ffffff;
  color: #009312;
}
.hoverTable td {
  height: 30px;
  padding-top: 3px;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.hoverTable td a {
  width: 100%;
  display: block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr {
  background: #009312;
  color: #ffffff;
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
  background-color: #009312;
}
.hoverTable a {
  color: #ffffff;
}
.hoverTable a:hover {
  color: #f0850c;
}
/* --- Menu Tambahan Kanan by ade@htp.ac.id */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
  font-size: 13.5px;
  color: #f2f2f2;
  font-weight: 100;
  text-transform: capitalize;
}
.pkp_navigation_user_wrapper a {
  font-size: 12px;
  font-weight: 700;
  padding-left: 14px;
}
body {
  font-family: tahoma, geneva, sans-serif;
  background: #f5f5f5;
  font-size: 14px;
}

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;
}

/* ==========================================
   CUSTOM BLOCK
========================================== */

[id^="customblock-"]{
    margin-bottom:20px;
    padding:0 !important;
    border:1px solid #e5e5e5;
    background:#fff;
    overflow:hidden;
    box-sizing:border-box;
}

[id^="customblock-"] .title{
    margin:0;
}

[id^="customblock-"] .content{
    padding:0;
}
[id^="customblock-"] .content ul li{
    padding:0 !important;
}
/* ==========================================
   SIDEBAR TITLE
========================================== */

.pkp_block .title {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin: 0;
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    color: #18273d;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #efefef;
    border-bottom: 4px solid #d0a548;
    box-sizing: border-box;
}
/* ===============================
   SIDEBAR MENU
================================ */

.sidebar-menu{
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
}

.sidebar-menu li{
    margin:0;
    padding:0;
    width:100%;
}

.sidebar-menu li + li{
    border-top:1px solid #e5e5e5;
}

.sidebar-menu a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 18px;
    background: linear-gradient(to right, #192840 0%, #18273d 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}
.sidebar-menu a:hover{
    background:#003333;
    color:#ffffff;
    padding-left:26px;
}
[id^="customblock-"] span.item {
    background: linear-gradient(to right, #eb3d22 0%, #fff 100%);
    display: block;
    margin: 0;
    padding: 14px 10px 10px 20px;
    /* border-bottom: 1px solid #52658d42; */
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #fff0;
    position: relative;
    overflow: hidden;
}
.obj_article_details .main_entry .label {
  display: inline-block;
  padding: 0 0 5px;
  border-bottom: 3px solid #002692;
  color: rgba(0, 0, 0, 0.54);
  text-transform: capitalize;
}
.pkp_structure_content {
  padding-top: 0;
  background: #ffffff;
}
.obj_article_details .abstract {
  text-align: justify;
  font: 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 #002692 !important;
  font-size: 12px;
}
.pkp_site_name .is_img{
    display:block;
    width:100%;
    height:auto;
    margin:25px auto;
    text-align:center;
}
.pkp_site_name .is_img img{
    display:block;
    width:100%;
    max-width:100%;
    margin-top: 30px;
    margin-bottom: 20px;
    max-height:180px;
    height:auto;
    margin:30px auto 20px;
    object-fit:contain;
}
.pkp_footer_content {
  float: none;
  width: 100%;
  clear: both;
  padding-top: 10px;
}
.pkp_brand_footer {
  background: #1c2b56;
}
.pkp_structure_footer_wrapper {
  background: #1c2b56;
  border-bottom: 0px solid;
}
.obj_galley_link {
  font-weight: 700;
  text-transform: Capitalize;
  background: grey;
  color: #fff;
  border: none;
}
.cmp_breadcrumbs {
  text-transform: capitalize;
}
.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;
}
.editorial-list {
  position: relative;
}
.editorial-list li {
  margin-bottom: 1.125rem;
}
.editorial-list .img-profile {
  position: absolute;
  width: 95px;
  height: 105px;
  border: 1px solid #ddd;
  padding: 0.5rem;
}
.editorial-list .img-profile .imgthumb {
  width: 80px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  object-fit: fill;
}
.editorial-list .img-profile img {
  width: 100%;
  height: 100%;
}
.team-content {
  margin-left: 100px;
  min-height: 130px;
}
.team-content .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
.team-aff ul li {
  margin-bottom: 0;
}
.team-aff ul li .tm_label {
  display: inline-block;
  width: 80px;
}
.team-aff ul li .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.pkp_brand_footer {
  display: none;
  }
  /* ==========================================
   JGF FOOTER
========================================== */

.pkp_structure_footer_wrapper{
    position:relative;
    overflow:hidden;
    margin-top:0;
    padding:5px 0;
    background:#18273e;
}
.pkp_structure_footer{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
    background-size:cover;
    background-position:center;
}

.pkp_footer_content{
    width:100%;
    color:#fff;
}

/* ====== Dua Kolom ====== */

.footer{
    width:100%;
    overflow:hidden;
}

.footer .col-lg-8{
    width:65%;
    float:left;
    box-sizing:border-box;
    padding-right:50px;
}

.footer .col-lg-4{
    width:35%;
    float:right;
    box-sizing:border-box;
}

/* ====== Heading ====== */

.footer h3{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.3;
}

/* khusus ISSN */

.footer .col-lg-4 h3{
    font-size:22px;
}

/* ====== Isi ====== */

.footer p{
    color:#f4f4f4;
    font-size:15px;
    line-height:1.9;
    margin-bottom:15px;
}

.footer a{
    color:#fff;
    text-decoration:none;
}

.footer a:hover{
    color:#9de3d5;
}

.footer img{
    margin-top:10px;
    max-width:140px;
}

/* ===== Copyright ===== */

.copright-container{
    clear:both;
    margin-top:35px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.15);
}

.copy-right{
    text-align:center;
    color:#fff;
}

/* ==========================================
   RESPONSIVE (TABLET)
========================================== */

@media (max-width:768px){

    /* ---------- Header ---------- */

    .pkp_structure_head{
        min-height:200px;
    }

    .pkp_site_name .is_img{
        margin:15px auto;
    }

    .pkp_site_name .is_img img{
        width:100%;
        max-height:90px;
        height:auto;
    }

    .pkp_site_nav_toggle{
        top:15px;
        right:15px;
    }

    /* ---------- Footer ---------- */

    .footer .col-lg-8,
    .footer .col-lg-4{
        width:100%;
        float:none;
        padding-right:0;
    }

    .footer .col-lg-4{
        margin-top:30px;
    }

    .footer h3{
        font-size:24px;
    }

}

/* ==========================================
   RESPONSIVE (MOBILE)
========================================== */

@media (max-width:576px){

.pkp_structure_head{
        min-height:130px;
    }

    .pkp_site_name .is_img{
        margin:10px auto;
    }

    .pkp_site_name .is_img img{
        max-height:70px;
        width:100%;
        height:auto;
    }

    .pkp_site_nav_toggle{
        top:10px;
        right:10px;
    }

}
@media (min-width:376px) and (max-width:990px){

    .pkp_site_name .is_img img{
        max-height:90px;
        margin-top:-5px;
    }

    .pkp_site_nav_toggle{
        position:absolute;
        right:0;
        top:5%;
        width:4em;
        margin-top:-3em;
        
    }

}

