/* 
Copyright picmotiv.com 

ReDesign by: Lapad


*/

/*additional content */
img.indexings{width:170px}


/* Struktur Sidebar */
.kepala {
	color: #e3e1df; 
	background: #0f4368; 
	padding: 10px; 
	font-family: arial; 
	line-height: 23px;
	border-bottom: 4px solid white;
	font-weight: bold;
	text-align: left;
}

.badan a {
	display: block; 
	padding: 10px; 
	border-bottom: 1px solid #ffffff; 
	background: #e3e1df; 
	color: black !important;
	text-align: left;
	transition: 0.3s;
	font-family:tahoma,geneva,sans-serif;
}

.badans a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid white;
	background: #EAEEEE;
	text-align: center;
	transition: 0.5s;
	color: black;

}

.badan {
	margin-top: -15px;
}

.badan a:hover {
	background: #F3D28C;
	color: black !important;
	font-weight: bold;
	padding: 15px;
}

.badans {
	margin-top: -15px;
}

.badans a:hover {
	color: black !important;
	font-weight: bold;
	box-shadow: gray 0px 5px 10px 0px;
	display: fixed;
	position: relative
}

/* Table of content */

.obj_article_summary {
	box-shadow: 3px 3px 5px;
	padding: 20px;
	border-radius: 10px;
	background: #E3E1DF;
}



.obj_article_summary:hover {
	background:#F3D28C
}


.obj_article_summary {
    padding-bottom: 15px !important;
    border-bottom: solid 4px #4A89DC !important;
    font-size: 14px;
    padding-top:12px;
}

 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
}

.pkp_structure_main a {
    color: #4A89DC !important;
}

.pkp_structure_main a:hover {
	color: #1BA58B !important;
}


.obj_galley_link {
    font-weight: 700;
    text-transform: Capitalize !important;
    background: #E3E1DF !important;
    color: #ffffff !important;
    border: solid 1px #0A6D5E !important;
}

.obj_galley_link:hover {
	background:#E3E1DF !important;
	color:#1F2027 !important;
}

/*Editorial */
.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: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .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: .5rem;
}
ol, ul {
	list-style:none;


/* Footer */
.pkp_structure_footer_wrapper {
	background: #dad9dd;
	border-bottom: 20px solid #0A6D5E;
}

.pkp_footer_content {
	float: left;
	width: 70%;  padding-top: 10px;
	padding-bottom:10px;
}

.pkp_brand_footer {
	float: right;
	width: 20%;
	padding-bottom:10px;
	padding-top: 50px;
}



/*Body and Abstrack*/
.main_entry .item.abstract {
	text-align: justify;
}

body {
	font-family: tahoma,geneva,sans-serif !important;
}


/* Struktur Header */
	.pkp_site_name_wrapper {
width: 100% !important;
}

.pkp_navigation_primary_row {
	background: #F3D28C;
	font-weight: bold;

}

.pkp_site_name {
    padding-top: 5px;
	padding-bottom: 2px;
}


.pkp_site_name_wrapper {
	padding-left: 0 !important; 
	padding-right: 0 !important; 
	margin: 0 !important;
}


/* Settingan Header */

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
	padding: 0 !important;
	margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
	margin: 0 !important; 
	padding: 0 10px !important; 
	line-height: 40px !important; 
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li, .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
	font-family:tahoma,geneva,sans-serif; 
	color: #0A6D5E !important; 
	font-weight: bold !important;
	transition:0.2s;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
	background: #0A6D5E; 
	color: white !important;
	border-radius: 20px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul, .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {
	border-radius: 0 !important; 
	-webkit-border-radius: 0 !important; 
	-o-border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul { 
	background: #F3D28C !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li { 
	border-bottom: solid 1px white!important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child { 
	border-bottom: none !important;
}
	
	
.pkp_site_name .is_img img {
    display: inline-block;
	max-height: 196px;
	max-width: auto;
	width: auto;
	height: auto;
    
}



.pkp_site_nav_toggle{
	background:#F3D28C !important;
}

.search_controls {
	background:white;
	border-radius:20px;
	transition:0.5s;
}

.search_controls:hover {
	border-radius:0px;
}

.search_controls a {
	color: black !important;
}

.search_controls a:hover {
	color: black;
}


.homepage_about {
    text-align:justify;
}

.obj_article_details .page_title {
background: #f2f5ea;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px;
}

.meta .authors{
	background: url(https://ejournal.lapad.id/imageshack/icon-group.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
	font-weight: bold;
	margin-top: 4px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.obj_article_details .authors .name{
	background: url(https://ejournal.lapad.id/imageshack/icon-group.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
	font-weight: bold;
	margin-top: 4px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.description {
	text-align:justify;
}


.profile a{
	background: #0A6D5E;
	color:white !important;
}

#pkpDropdown1 {
	border-radius:15px;
	padding-left:10px;
	padding-right:10px;
}

.pkp_navigation_user.pkp_nav_list .profile a{
    border-radius:15px !important;
    padding-left:10px;
	padding-right:10px;
}

.dropdown-menu {
	background:#0A6D5E !important;
}

.obj_issue_toc .heading .cover img {
    display:inline-block;
    float:left;
    box-shadow:4px 2px 5px gray;
    padding-right;
    margin-right: 15px;
}

.homepage_image {
  display: inline-block;
  width: 28%;
  margin-left: 0px;
  float: right;
}

.homepage_image img {
  margin: 60px 0px 0px -20px;
  width: 300px;
	display: inline-block;
  float: left;
  box-shadow: 4px 2px 5px gray;
  margin-right: 15px;
}

.homepage_about {
  display: inline-block;
  width: 70%;
  text-align: justify;
}

@media (max-width: 600px) {
  /* For mobile phones: */
  .homepage_about {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .homepage_about {
    margin-top: 30px;
  }
  .pkp_structure_main {
    margin-top: 0px !important;
  }
.pkp_site_name_wrapper {
  padding-bottom: 0px;
}
	.pkp_site_name_wrapper {
		padding-top:;
	}
}

@media (max-width: 360px) {
  /* For mobile phones: */
  .homepage_image {
    width: 90%;
    margin: 0;
  }

  .homepage_about {
    margin-top: 0px;
  }
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%
}

.center,
.container {
    margin-left: auto;
    margin-right: auto
}

* {
    line-height: 1.5
}



.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-heavy {
    font-weight: 700
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.justify {
    text-align: justify
}

.container {
    width: 90%
}

.row {
    position: relative;
    width: 100%
}

.row [class^=col] {
    float: left;
    margin: .5rem 2%;
    min-height: .125rem
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    width: 96%
}

.col-1-sm {
    width: 4.33%
}

.col-2-sm {
    width: 12.66%
}

.col-3-sm {
    width: 21%
}

.col-4-sm {
    width: 29.33%
}

.col-5-sm {
    width: 37.66%
}

.col-6-sm {
    width: 46%
}

.col-7-sm {
    width: 54.33%
}

.col-8-sm {
    width: 62.66%
}

.col-9-sm {
    width: 71%
}

.col-10-sm {
    width: 79.33%
}

.col-11-sm {
    width: 87.66%
}

.col-12-sm {
    width: 96%
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.hidden-sm {
    display: none
}

@media only screen and (min-width:33.75em) {
    .container {
        width: 80%
    }
}

@media only screen and (min-width:45em) {
    .col-1 {
        width: 4.33%
    }

    .col-2 {
        width: 12.66%
    }

    .col-3 {
        width: 21%
    }

    .col-4 {
        width: 29.33%
    }

    .col-5 {
        width: 37.66%
    }

    .col-6 {
        width: 46%
    }

    .col-7 {
        width: 54.33%
    }

    .col-8 {
        width: 62.66%
    }

    .col-9 {
        width: 71%
    }

    .col-10 {
        width: 79.33%
    }

    .col-11 {
        width: 87.66%
    }

    .col-12 {
        width: 96%
    }

    .hidden-sm {
        display: block
    }
}

@media only screen and (min-width:60em) {
    .container {
        width: 75%;
        max-width: 60rem
    }
}