.pkp_structure_head {
  background:  #595959;
 }
.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;
}
 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
}
a {
    color: #333300;
}
.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 3px solid #ff8000;
    text-transform: capitalize;
    font-weight: 700;
    color: rgba(0,0,0,0.54);
}
.pkp_page_index .current_issue .current_issue_title {
    font-size:14px;
}
.obj_issue_toc .heading .published .label {
    text-transform:capitalize;
    font-size: 90%;
}
.pkp_page_index .current_issue .read_more {
    margin-bottom: 20px;
    margin-top: 20px;
}
.obj_issue_toc .section h2 {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 0 0 5px;
    border-bottom: 3px solid #ff8000;
    background: transparent;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 0em;
}
.pkp_navigation_primary_row{
    background-color: grey;
    text-align:left;
    padding-left:15px;
}
#navigationPrimary a {
    font-size: 13.5px;
    color: #f2f2f2;
    font-weight: 100;
    text-transform: capitalize;
}
#navigationPrimary ul {
  background: #595959;
}
#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #595959;
}
/* header */
.navbar-brand {
	display: block;
	float: none;
	clear: both;
    margin: 0;
    width: auto;
    height: auto;
}
.navbar-brand img {
	width: auto;
}
.navbar-collapse {
	clear: left;
} 
/* Menu Tambahan Kanan */
.vertical-menu {
width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
}

.vertical-menu a {
background-color: #d9ffe9; /* Warna pada bagian body menu */
color: black; /* Warna tulisan */
display: block;
padding: 12px;
text-decoration: none;
font-family: arial; /*Jenis font*/
}

.vertical-menu a:hover {
background-color: #CF32FF; /* Warna efek yang keluar ketika di arahkan mouse */
}

.vertical-menu a.active {
background-color: #2ac2f5; /* Warna pada header menu */
color: white; /*Warna font*/
font-family: arial; /*Jenis font*/
}
/* Menu Tambahan Kanan */
.pkp_structure_head {
background:#3e53b5;
}
body {
font-family: tahoma,geneva,sans-serif;
}
.obj_article_details .abstract {
text-align: justify;
}
.pkp_footer_content {
float: left;
width: 50%; padding-top: 10px;
padding-bottom:10px;
}
.pkp_brand_footer {
float: right;
width: 30%;
padding-bottom:10px;
padding-top: 50px;
}
.pkp_structure_footer_wrapper {
background: #e8ebef;
border-bottom:@double solid;
border-bottom-color:#595959;
}
.pkp_site_name .is_img img {
display: inline-block;
max-height: 100px;
max-width: 100%;
width: auto;
height: auto;
}
/* Menu Tambahan Kanan by ade@htp.ac.id */
 
.hoverTable{
    width:100%;
    border-collapse:collapse; 
}
.hoverTable th{
    height:30px; background: #ffffff; color:#105183;
}
.hoverTable td{ 
    height:30px; padding-top:3px;vertical-align:middle; 
    border-bottom:1px solid #ffffff;
    text-align:center;
}
.hoverTable td a{
    width:100%;display:block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr{
    background: #105183; color:#ffffff;
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
    background-color: #0c426b;
}
.hoverTable a {
    color:#ffffff;
}
.hoverTable a:hover {
    color:#f0850c;
}
/* --- Menu Tambahan Kanan by ade@htp.ac.id */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
#cssmenu {
position: relative;
margin: 0;
font-family: 'Roboto Condensed';
line-height: 1;
width: 250px;
}
.align-right {
float: right;
}
#cssmenu ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
#cssmenu ul li {
position: relative;
margin: 0;
padding: 0;
}
#cssmenu ul li a {
text-decoration: none;
cursor: pointer;
}
#cssmenu &gt; ul &gt; li &gt; a {
color: #dddddd;
text-transform: uppercase;
display: block;
padding: 20px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: #222222;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
letter-spacing: 1px;
font-size: 16px;
font-weight: 300;
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-ms-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
position: relative;
}
#cssmenu &gt; ul &gt; li:first-child &gt; a {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#cssmenu &gt; ul &gt; li:last-child &gt; a {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom: 1px solid #000000;
}
#cssmenu &gt; ul &gt; li:hover &gt; a,
#cssmenu &gt; ul &gt; li.open &gt; a,
#cssmenu &gt; ul &gt; li.active &gt; a {
background: #151515;
color: #ffffff;
}
#cssmenu ul &gt; li.has-sub &gt; a::after {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
border-top: 13px solid #000000;
border-botom: 13px solid transparent;
border-left: 125px solid transparent;
border-right: 125px solid transparent;
left: 0;
bottom: -13px;
bottom: 0px;
z-index: 1;
opacity: 0;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
#cssmenu ul &gt; li.has-sub &gt; a::before {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
border-top: 13px solid #151515;
border-botom: 13px solid transparent;
border-left: 125px solid transparent;
border-right: 125px solid transparent;
left: 0;
bottom: -12px;
bottom: -1px;
z-index: 3;
opacity: 0;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
#cssmenu ul &gt; li.has-sub::after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border: 7px solid transparent;
border-top-color: #dddddd;
z-index: 2;
right: 20px;
top: 24.5px;
pointer-events: none;
}
#cssmenu ul &gt; li:hover::after,
#cssmenu ul &gt; li.active::after,
#cssmenu ul &gt; li.open::after {
border-top-color: #ffffff;
}
#cssmenu ul &gt; li.has-sub.open &gt; a::after {
opacity: 1;
bottom: -13px;
}
#cssmenu ul &gt; li.has-sub.open &gt; a::before {
opacity: 1;
bottom: -12px;
}
#cssmenu ul ul {
display: none;
}
#cssmenu ul ul li {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
background: #f1f1f1;
display: block;
position: relative;
font-size: 15px;
padding: 14px 20px;
border-bottom: 1px solid #dddddd;
color: #777777;
font-weight: 300;
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-ms-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child &gt; a {
padding-top: 18px;
}
#cssmenu ul ul ul li {
border: 0;
}
#cssmenu ul ul li:hover &gt; a,
#cssmenu ul ul li.open &gt; a,
#cssmenu ul ul li.active &gt; a {
background: #e4e4e4;
color: #666666;
}
#cssmenu ul ul &gt; li.has-sub &gt; a::after {
border-top: 13px solid #dddddd;
}
#cssmenu ul ul &gt; li.has-sub &gt; a::before {
border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
padding-left: 30px;
}
#cssmenu ul ul &gt; li.has-sub::after {
top: 18.5px;
border-width: 6px;
border-top-color: #777777;
}
#cssmenu ul ul &gt; li:hover::after,
#cssmenu ul ul &gt; li.active::after,
#cssmenu ul ul &gt; li.open::after {
border-top-color: #666666;
}
/* --- Menu Tambahan Kanan by ade@htp.ac.id */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt{
    font-size: 13.5px;
    color: #f2f2f2;
    font-weight: 100;
    text-transform: capitalize;
}   
.pkp_navigation_user_wrapper a {
    font-size: 15px;
    font-weight: 200;
}   
body {
  font-family: tahoma,geneva,sans-serif;
  background: #e6e6e6;
  font-size:14px;  
}
 
body p {
    font-family: tahoma,geneva,sans-serif;
    font-size: 14px;
}
.pkp_block {
    font-size: 14px;
    line-height: 20px;
    clear: both;
    border-bottom: 1.5px solid #ddd;
}
.pkp_structure_sidebar{
    background:#ffffff;
}
.pkp_block .title {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 3px solid #ff8000;
    font-weight: 600;
    text-transform: capitalize;
}
.obj_article_details .main_entry .label {
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #ff8000;
    color: rgba(0,0,0,0.54);
    text-transform: capitalize;
}
.pkp_structure_content {
    padding-top: 0;
    background:#ffffff;
}
.obj_article_details .abstract {
    text-align: justify;
    font:tahoma,geneva,sans-serif;
}
.obj_article_summary > .title {
    font-size: 14.5px;
    line-height: 20px;
    font-weight: 100;
}
.obj_article_summary {
    padding-bottom: 10px !important;
    border-bottom: solid 1px #ff8000 !important;
    font-size: 12px;
}
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.pkp_footer_content {
  float: none;
  width: 100%;
  clear: both;
  padding-top: 10px;  
}
.pkp_brand_footer {
  background: #e6e6e6;
}
.pkp_structure_footer_wrapper {
    background:  #595959;
    border-bottom: 0px solid;
}
.obj_galley_link {
    font-weight: 700;
    text-transform: Capitalize;
    background: grey;
    color: #fff;
    border: none;
}
.cmp_breadcrumbs {
    text-transform: capitalize;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    background: #8c8c8c;
    border: 0px solid #3c2d61;
}