.pkp_site_name .is_img img{
    display: inline-block; 
    max-height: none;
  width: auto;
  height: auto;
}

@media (min-width: 992px) {
  .navbar-logo img {
    max-width: 100%;
    max-height: 100%;
  }
}


.pkp_structure_page{
    margin-top: 0px;
    margin-bottom: 0px;
}

.pkp_site_name_wrapper, .pkp_navigation_primary_row{
    padding-left: 10px;
    padding-right: 10px;
}

.pkp_site_name{
    padding-top: 2px;
    padding-bottom: 2px;
}

.obj_article_details .abstract{
    text-align: justify;
    font: tahoma, geneva, sans-serif;
}

.obj_article_details .references{
    text-align: justify;
    font: tahoma, geneva, sans-serif;
}

.obj_article_details .about{
  text-align: justify;
}


.warna {
  width:100%;
  border-collapse:collapse;
}
.warna th{
  height:20px;
  background:#038913;
  color:#edbc9f;  
}
.warna td{
  height:40px;
  vertical-align:center;
  border-bottom:5px solid #e8f7e6;
  text-align:left;
  padding:5px;
}
.warna td a {

  font-weight:bold;
  display:inline;
}
.warna tr {
  background:#3d4991;
  color:#f77902;
}
.warna tr:hover {
  background-color:#cc3e3a;
}
.warna tr a {
  color:#fff;
  font-style:bold;
  font-size: 14px;
}
.warna tr a:hover {
    color :#152027;
}

.obj_galley_link{
  background:#038913;
  color:#fff;
}

.dropbtn {
  background-color: #006C3B;
  color: white;
  padding: 16px;
  font-size: 16px;
  font-color: white;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkb_brand_footer {
  float: right;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-content a:hover {
  background-color: white; 
  color:#006C3B;
}

.dropdown:hover .dropdown-content {
  background-color: #006C3B; 
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #006C3B;
}

.pkp_footer_content {
    background: #ff0000;
	color:#ffffff;
    float: left;
    height: 100%;
    width: 100%;
    padding: 30px;
    text-align: left;
}

.pkp_footer_content a{
	color:#ffffff;
}

.pkp_footer_content h4{
    border-bottom:1px solid #ffffff;
	padding-bottom:10px;
	margin-bottom:10px;
}

.pkp_structure_footer{
	padding-left:0 !important;
	padding-right:0 !important;
}

.pkp_structure_footer_wrapper {
    background: transparent;
    height: 100%;
    width: 100%;
    display: inline-block
    border-top: 1px solid #ddd;
    border-bottom: 0px solid #797373;
}

.pkp_brand_footer {
    background: #b7b4b4;
    float: right;
    height: 100%;
    width: 0%;
    padding: 0px;
}

.pkp_block{
	margin-bottom: 15px;
	border-radius: 5px;
    border: 1px solid #f5f5f5;
	padding:5px;
}

.pkp_block .title, .additional_content .title {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
	padding: 10px;
	font-size:18px;
}

.pkp_block .menu_item {
	border-bottom: 1px solid #ffffff;
	padding: 13px 10px;
    margin: 15px 15px;
	font-size:16px;
}

.pkp_block .menu_item .fa{
	color: #ffffff;
	margin-right: 8px;
}

.pkp_block .menu_item:last-child {
    border: 0;
}

.pkp_block .menu_item:hover { 
    font-weight: bold;
}

.pkp_block .menu_item a{
	display:block;
	color:#ffffff;
}