
#container{background:url(http://medika.respati.ac.id/public/site/background_jurnal.jpg);min-width:730px!important;text-align:center}
/* Pengaturan Menu Utama*/
#navbar{
	background-color: #00A1A4;		/*untuk warna menu bar*/
	margin-bottom: 10px;
}

#navbar a, #navbar a:link, #navbar a:visited {
	/*font-family: 'EB Garamond', serif !important;*/	/*jenis font*/
	text-transform: none;
	/*font-size: 1.2em !important;*/
}

#navbar a:hover {
	background-color: #ABCD05;		/*untuk warna menu bar ketika pointer diarahkan ke menu bar*/
}

#link a:active,a:link,a:visited{
	color: #00A1A4;				/*untuk warna tulisan yang berisi link*/
	text-decoration:none
}
.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;
}
/*Pengaturan Banner class Indexer*/
/*.indexers a img{
	height:auto !important;
}*/

/* Pengaturan Side Menu yang menggunakan <ul class="sidemenu full"> */
ul.sidemenu{
	margin-top: 0px;
	padding-left: 0px !important;
}

ul.sidemenu.full{
	margin: -12px -12px 0 -12px;
}

ul.sidemenu li:before{
	display: none;
}

ul.sidemenu li{
	padding: 0;
}

ul.sidemenu li:first-child a{
	border-top:1px solid #00A1A4;		/*untuk warna pembatas menu paling atas dengan menu nav*/
}

ul.sidemenu li a{
	display: block;
	padding: 0.7em 12px 0.7em 12px;
	border-bottom: 1px solid #00A1A4;	/*untuk warna garis sidemenu*/
	background-color: #00A1A4;		/*untuk warna background sidemenu*/
	text-decoration: none;
	color: #FFF;				/*untuk warna tulisan sidemenu*/
}

ul.sidemenu li a:hover {
	background-color: #A2C2C1;		/*untuk warna sidemenu ketika pointer mouse mengarah ke menu*/
	/*text-decoration: underline; */
}

.block li:before {
	content: "";
	border-color: transparent #375;		/*untuk warna format bulleting*/
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}

/* Pengaturan Sidebar Kanan dan Kiri */
#leftSidebar,#rightSidebar{
	margin:40px 0 0 0;
	padding:12px;
	background-color:#eeeeee;		/*untuk warna background sidebar*/
	background-image:none;
	font-size:1em;
	height:auto;
	overflow:hidden
}

/* Pengaturan Title Block bawaan */
#leftSidebar div.block span.blockTitle, #rightSidebar div.block span.blockTitle {	
	/*font-family: 'EB Garamond', serif !important;*/	/*jenis font*/
	background-color: #00A1A4;		/*untuk warna menu block*/
	color: #FFF;
	box-shadow: 0px 2px 5px -2px rgba(51,51,51,1);
}
.pkp_structure_head {
 /* background: #595959;*/
}
.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 100%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
  display: none;
  background: #067B04;
}
.pkp_structure_footer_wrapper {
	background: #FFFFFF;
	border-bottom:@double solid; 
	border-bottom-color:#067B04;
}
.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 100px;
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Table of content */

.obj_article_summary {
	box-shadow: 3px 3px 5px;
	padding: 20px;
	border-radius: 10px;
	background: #E3E1DF;
}



.obj_article_summary:hover {
	background:#E7EF99
}


.obj_article_summary {
    padding-bottom: 15px !important;
    border-bottom: solid 9px #004400 !important;
    font-size: 12px;
    padding-top:12px;
}

//*Body and Abstrack*/

.main_entry .item.abstract {
	text-align: justify;
}

.obj_article_details .item {
	text-align: justify;
}

.obj_issue_summary .description {
	text-align: justify;
}

.obj_issue_toc .description {
	text-align: justify;
}

.description {
	text-align:justify;
}