/* Untuk membuat Menu Button di sidebar */
.button {
  display: inline-block;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #1E6292;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px #999;
  width: 200px
}

.button a:link {
    color: #fff;
    text-decoration: none;
}

.button a:visited {
    color: #fff;
    text-decoration: none;
}

.button:hover {
	background-color: #104259;
}

.button:active {
  background-color: #1E6292;
}

/****** Rapi Text di Journal Summary/about journal homepage ****/
.homepage_about {text-align: justify;}

/* Untuk Perbesar Logo di Header */
.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:20 !important; padding-bottom: 20 !important;}

/*hapus Logo OJS di Footer */
.pkp_brand_footer {
    display: none;
}

/****  Custom Editorial Board   ****/
.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: .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: 120px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 1px;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.list-unstyled {
  list-style-type: none;
  padding-left: inherit;
}