/*kode supaya background tetap aktif jika di layar kecil */
/*@media (max-width: 640px)
.journal_index {
    background: visible !important;
}
langsung di edit ke css responsivenya*/

p {
    margin: 0 0 10.5px;
    text-align: justify;
}

/*Custom Teks Pilihan Bahasa*/
.list-group, .pkp_block ul {
    font-size: 14px;
    font-weight: 300;
}


/*Custom Untuk Menghilangkan Nama Judul Artikel*/
.navbar-brand {
    font-size: 0px;
}

/*Custom background Header*/
.journal_index {
  /*background: rgb(255, 255, 255) url('') top center no-repeat; */
  background: rgb(255, 255, 255) url('/ojs/Header.png') center no-repeat;
  min-height: 250px;
  max-width: 100%;
  margin: 0px 0px 20px;
}

/*Custom journal-description Header*/
.pkp_page_index .journal-description, .pkp_page_index .additional_content {
    margin-top: 0em !important;
    margin-bottom: 2em;
}


/*hapus logo dan teks Akademic free*/
small, .small {
    font-size: 0%;
}

/*jarak menu*/
.list-group-item, .pkp_block ul li {
    padding: 0px 5px;
}

.panel-body, .pkp_block .content {
    padding: 10px;
}

/*jarak deskripsi judul*/
.pkp_page_index .journal-description, .pkp_page_index .additional_content {
    margin-top: 1em;
    margin-bottom: 2em;
}

/*tabel di halaman beranda*/
table {
    font-size: 14px;
}


/*Warna header*/
.user_navigation {
    background: #e90ece;
    background: -moz-linear-gradient(left, #e90ece 0%, #cd6223 100%);
    background: -webkit-linear-gradient(left, #e90ece 0%,#cd6223 100%);
    background: linear-gradient(to right, #e90ece 0%,#cd6223 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e90ece', endColorstr='#cd6223',GradientType=1 );
}


/*Warna Sider Panel*/
.panel-default > .panel-heading, .pkp_block .title {
    background: linear-gradient(to bottom, rgb(237 179 179) 0%, rgb(229 162 41) 100%);
}

/*Tulisan di main-navigation*/
#main-navigation > li a {
    color: black;
    font-weight: bold;
}


/*Custom Logo Header*/
.journal_index .site_logo {
	display : none;
    /*border: 1px solid rgb(231, 231, 231);
    background: white;
    border-radius: 10px;
    margin: 10px 0;*/
}


/*Custom background About*/
.about_journal {
  display : none;
}


/*custom padding top and buttom banner*/
/*.journal_index {
  padding: 5px 0px 5px;
}*/


/*Hidden article history*/
/*div.detail:nth-child(2) {
    display: none;
}


#customblock-incomingevent  .content {
  text-align: center;
}

#customblock-customlink  .content {
  text-align: center;
}*/


.imgRespon {
  width: 100%;
  /*max-width: 400px;*/
  height: auto;
}

element.style {
    width: 50%;
}