.pkp_structure_head {
    background:  #e6e6e6;
}
.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;  
}
.pkp_structure_main h1 {
    font-weight: 600;
    font-size: 20px;
}
a {
    color: rebeccapurple;
    font-weight: bold;
}

.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 3px solid rebeccapurple;
    text-transform: capitalize;
    font-weight: 700;
    color: rgba(66, 65, 65, 0.936);
}
.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;
}

/*primary menu*/
.pkp_navigation_primary_row{
    background-color: #4f3ccb;
    text-align:left;
    padding-left:16px;
}
#navigationPrimary a {
    font-size: 14px;
    color: whitesmoke;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
}
#navigationPrimary a:hover{
    color: red;
    font-weight: bolder lighter;  
}
#navigationPrimary a:hover{
}
#navigationPrimary ul {
    background: #595959;
}
#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #595959;
}

#navigationUser a{
    display: inline-block;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4f3ccb;
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px #999;
}
#navigationUser a:hover{
    background-color: rebeccapurple;
    box-shadow: 0 3px rgb(138, 97, 179);
    font-weight: 800 lighter;
    color: red;
}

/* --- 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: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;*/
    font-family: "Times New Roman", Times, serif;
    background: #e6e6e6;
    font-size:14px;  
}

body p {
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
}
.label{
    font-style: normal;
    font-size: 500;
}

/***** column sidebar *****/
.pkp_block {
    font-size: 14px;
    line-height: 20px;
    clear: both;
    border-bottom: 0px solid #545050;
}
.pkp_structure_sidebar{
    background:#ffffff;
}
.pkp_block .title {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 3px solid #3e21f7;
    font-weight: 600;
    text-transform: capitalize;
}
.obj_article_details .main_entry .label {
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #270ee7;
    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;   
}
.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: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.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;
}

/*sidebar by Kaochiem*/
.hover{
    width: 100%;
    border-collapse: collapse;
}
.hover th{
    height: 30px;
    font-size: 16px;
    background: #ffffff;
    color: #1e6292;
}
.hover td{
    height: 30px;
    padding-top: 3px;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.hover td a{
    width: 100%;
    display: block;
    font-weight: 400;
}
.hover tr{
    background: #24a0f8;
    color: #ffffff;
}
.hover tr:hover{
    background-color: #157cc5;
}
.hover tr a{
    color: #ffff;
}
.hover a:hover{
    color: #fa68ee;
    font-weight: bold lighter;
}
.su{
    color: green;
    margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* CSS */
.submission{
    background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  font-weight: bolder ;
  font-size: 20px;
  color: #f9f9fa;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.submission:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

/*.submission {
    align-items: center;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}
  
.submission:active,
.submission:hover {
outline: 0;
}
  
.submission span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}
  
.submission:hover span {
    background: none;
}
  
@media (min-width: 768px) {
    .submission {
        font-size: 24px;
        min-width: 196px;
    }
}*/
/*footer*/
.pkp_footer_content p{
    text-align: center;
    text-transform: capitalize;
}


.title a{
    font-size: 14px;
    color: #3c2d61;
    font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.title a:hover{
    color: #4b05f9;
}