/*
By. Febri Adi Prasetya
APJI
 
@ 21-04-2022

Credits:
Background pattern from subtlepatterns.com
*/


.journals ul .body .description a {
    display: inline;
p {
    text-align: justify !important;
}
}

html,
body,
* {
    Montserrat-apple-system,
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
    margin : left;

}
/*bacground top header*/
html, body {
    /* background-image: url(https://app.apji.org/assets/img-bg/tle.jpeg); */
    background-color: transparent;
    
}

/*Background tengah*/
body {
    height: 100%;
    background-image: url('https://app.apji.org/assets/img-bg/X.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top;
}

a {
    color: #112b3c;
}

a:hover {
    color: #fcac31;
}

.cmp_button_wire,
.obj_galley_link {
    font-family: "Montserrat", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #112b3c;
    color: #ffffff;
    border: 10px;


}


 /* rata kiri kanan archive */
.obj_issue_toc .description {
    text-align: justify;
  }
 /* rata kiri kanan archive */
.obj_issue_summary .description {
    text-align: justify;
 }

.obj_article_summary {
    background: #ffffff;
    border: 1px solid #111111;
    padding: 10px;
    border-radius: 0rem 1rem 0rem 0rem;
    box-shadow: 5px 5px #112b3c;
}

.obj_article_summary .item.doi .label {
	background: url(/public/site/images/administrator/icon-doi.png) left center no-repeat;
	width: 25px ! important; 
	height:24px !important; 
	color: transparent; 
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

*.obj_article_summary .item.doi .value a {text-decoration: none !important; color: #187ac5}


.obj_article_summary .meta .authors:before { 
	content: "\f0c0";  font-family: FontAwesome; margin-right: 5px; color: #dc302b}


.obj_article_summary .item.stats .abstract, .obj_article_summary .item.stats .galley {
	position:relative;}   

.obj_article_summary .item.stats .abstract {
	margin-left: 25px; margin-right: 10px;}
.obj_article_summary .item.stats .abstract:before { 
	content: "\f080";  
	font-family: FontAwesome; 
	left:-20px; 
	position:absolute; 
	top:0; }

.obj_article_summary .item.stats .galley {
	margin-left: 25px;}

.obj_article_summary .item.stats .galley:before { 
	content: "\f1c1";  
	font-family: FontAwesome; 
	left:-20px; 
	position:absolute; top:0; }


.obj_article_details .abstract {
    text-align: justify;
}

.obj_issue_toc {
    margin-bottom: 30px;

}


.obj_issue_toc .galleys>h2,
.obj_issue_toc .section>h2,
.obj_issue_toc .galleys>h3,
.obj_issue_toc .section>h3 {
    display: inline-block;
    position: relative;
    left: -15px;
    margin-top: 0;
    padding: 0 1.0715rem;
    background: #ffffff;
    font-size: 1.279rem;
    font-weight: 700;
    line-height: normal;
    color: #111111
}

.obj_issue_toc .cover img,
.obj_article_details .entry_details .cover_image img {
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), 0 5px 25px 0 rgba(0, 0, 0, 0.19);
}

.obj_issue_toc .heading .pub_id .id a {
    color: rgba(0, 0, 0, 0.99);
    text-decoration: none;
}

.obj_issue_toc .heading .pub_id .type,
.obj_issue_toc .heading .published .label {
    font-weight: 700;
    color: rgb(0 0 0);
    text-transform: uppercase;
}

.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #9b392c;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}


/* Left Menu*/
/* lebar dari menu, saran saya tidak perlu di ubah */
.vertical-menu {
    width: 100%;
}

.vertical-menu a {
    background-color: #00626b;
    /* Warna pada bagian body menu */
    color: white;
    /* Warna tulisan */
    display: block;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
    border-bottom: 1px solid #ffff;
    border-radius: 1rem 0rem 0rem 1rem;
    font-family: Montserrat, Segoe UI, Calibri, Candara;
    /*Jenis font*/
}

.vertical-menu a:hover {
    background-color: #fcac31;
    /* Warna efek yang keluar ketika di arahkan mouse */
}

.vertical-menu a.active {
    background-color: #111111;
    /* Warna pada header menu */
    color: white;
    /*Warna font*/
    font-family: Segoe UI, Calibri, Candara;
    /*Jenis font*/
}


/*make a submission*/
.vertical-menu-a a {
    background-color: #112b3c;
    /* Warna pada bagian body menu */
    color: rgb(255, 255, 255);
    /* Warna tulisan */
    display: block;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), 0 5px 25px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border-radius: 1rem 1rem 1rem 1rem;
    font-family: Montserrat, Segoe UI, Calibri, Candara;
}

.vertical-menu-a a:hover {
    background-color: #fcac31;
    /* Warna efek yang keluar ketika di arahkan mouse */
}

.vertical-menu-a a.active {
    background-color: #111111;
    color: white;color: white;

}

.pkp_footer_content {
    float: left;
    width: 100%;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_structure_footer_wrapper {
    background: #ffffff;
    border-bottom: double solid;
    border-bottom-color: #1111;
    border-bottom: 2.22rem solid #000000;
}
.pkp_site_name .is_img img {
    /* display: inline-block; */
    max-height: none !important;
    height: auto !important;
    width: 100% !important;
}

.has_site_logo .pkp_head_wrapper {
        padding-top: inherit;
    }

.pkp_brand_footer {
    display: none;
}

.pkp_structure_sidebar.left {
    background-color: #ffffff;
}
 /*mengatur jarak top header*/
.pkp_structure_page {
    margin-bottom: 0.5rem;
    max-width: 1160px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pkp_navigation_primary_row {
    background: #ffffff;
}

.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 a:hover {

    color: #ffffff !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;
    background-color: #fcac31;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
    background: #00626b !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.35) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child {
    border-bottom: none !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search .search_controls a.headerSearchPrompt.search_prompt {
    font-family: Segoe UI, Calibri, Candara;
    color: #000000 !important
}

.pkp_site_name_wrapper {
    background-image: url('');

    background-attachment: fixed;
    background-position: top;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search.is_open input[type=text] {
    font-family: Segoe UI, Calibri, Candara;
}

#navigationPrimary a {
    color: #000000;
}

.pkp_page_index .current_issue .current_issue_title {
    font-family: Segoe UI, Calibri, Candara;
    font-size: 1.5em;
}

.published::before {
    content: url('https://i.ibb.co/sjLksPz/calendar-1.png');
    font-family: Segoe UI, Calibri, Candara;
    top: 0;
    color: #fcac31;
}

.current_issue_title::before {
    content: url('https://i.ibb.co/9vw0PkC/book.png');
    font-family: Segoe UI, Calibri, Candara;
    top: 0;
    color: #fcac31;
}

ul.galleys_links li {
    font-size: 10pt;
}

.pkp_navigation_search_wrapper a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: rgb(0, 0, 0);
}

.pkp_navigation_search_wrapper a:hover {
    color: #112b3c;
}

.pkp_structure_footer_wrapper a {
    color: #111111;
}

.pkp_structure_footer_wrapper a:hover {
    color: #fcfcfc;
}

.pkp_block {
    padding: 1rem 1.43rem 0.5rem 1.43rem;
}
.journals ul .body .description a {display: inline;}
/*.pkp_structure_footer .pkp_footer_content {background: #1779b7; padding: 15px !important;}
.pkp_structure_footer .pkp_footer_content p {margin: 0}
.pkp_structure_footer .pkp_brand_footer {background: #1779b7; height: auto !important; padding: 15px;}
.pkp_structure_footer .pkp_brand_footer img {width: 48px !important; height: auto;}
.pkp_structure_footer .pkp_footer_content a {color: #000000}
*/
#headerNavigationContainer{
/*background:#066993 url(https://preview.ibb.co/iZocpq/transparent-pattern-modern-1.png) repeat;
*/max-height: 200% !important; /*mengganti warna menu (#31A9E1) dan gambar header */
}
/*List Arikel Background*/
.obj_issue_toc .articles > li {
	margin-bottom: 20px;
	border-bottom: solid darkseagreen;
/*	background-color: #4cbf89 !important;*/	
	background: transparent url("") repeat scroll 0% 0% !important;
	padding: 1rem;
	border-radius: 0rem 0rem 2rem 0rem;
	/*border-radius: 2rem 2rem 2rem 2rem;*/
	box-shadow: .2rem .2rem .1rem #1e6292;
}
.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;}

/*menu css*/
*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}

.container > ul {
  list-style: none;
}


.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: white;
  background: #4682B4;
  -moz-box-shadow: 0 1px 0 #1F3A93 inset, 0 -1px 0 #1F3A93 inset;
  -webkit-box-shadow: 0 1px 0 #1F3A93 inset, 0 -1px 0 #1F3A93 inset;
  box-shadow: 0 1px 0 #1F3A93 inset, 0 -1px 0 #1F3A93 inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #cd3d2e;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: #fff;
  top: 13px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 9999px;
  display: block;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}
.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column2 {
  float: left;
  width: 33%;
  padding: 10px;
}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
  }
}
.pkp_footer_content {
  float: left;
  width: 100%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 0%;
  padding-bottom:10px;
  padding-top: 100px;
  display:none
}
.pkp_structure_footer_wrapper {
   border-bottom:@double solid;
}
