/**
 *
 * Open Journal Systems
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Copyright (c) themeOJS.com | P2HPKM | UPT. Pengelolaan dan Pengadaan Hasil Penelitian dan Pengabdian Masyarakat
 * Designed for Proceeding Series UM Jember (2025-07-02) oleh Abdul Jalil
 * 
 * Credits:
 * Background pattern from subtlepatterns.com
 *
 **/
.journals ul .body .description a {
  display: inline;
}
body {
  *background: url("https://i.ibb.co.com/zSshwyr/bg.png") #f5f9fbfixed !important;
  background: url(https://proceeding.unmuhjember.ac.id/public/site/images/admin/bg-br.png) #f5f9fb fixed !important;
}
#headerNavigationContainer {
  max-height: 200% !important; 
}
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid #f99815;
  background: transparent url(https://proceeding.unmuhjember.ac.id/public/site/images/admin/bg-artikel-list-read-blue.png)
    repeat scroll 0% 0% !important;
  padding: 1rem;
  border-radius: 0 0 2rem 0;
  box-shadow: 0.2rem 0.2rem 0.1rem #3352c6;
}
.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_navigation_user {
  color: solid #033e21;
}

.pkp_structure_page {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  padding-bottom: 20 !important;
}

@media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
  }
}
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom: 10px;
  padding-top: 100px;
}
.pkp_structure_footer_wrapper {
  border-bottom: @double solid;
}
body {
  background: #eee;
  overflow-x: hidden;
  font-family: tahoma, geneva, sans-serif;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
obj_article_details .abstract {
  text-align: justify;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.container {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .container {
    width: 1030px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 682px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 428px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 320px;
    margin: 0 auto;
  }
}
