/*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('/gambar/HeaderFix.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: #295293;
    background: -moz-linear-gradient(left, #ffe937 0%,#df5d1e 100%);
    background: -webkit-linear-gradient(left, #ffe937 0%,#df5d1e 100%);
    background: linear-gradient(to right, #ffe937 0%,#df5d1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295293', endColorstr='#3fa1e2',GradientType=1 );
}


/*Warna Sider Panel*/
.panel-default > .panel-heading, .pkp_block .title {
    background: linear-gradient(to bottom, rgb(255, 131, 0) 0%, rgb(255, 225, 106) 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;
}