/* MENU */

.head-menu {
    border-bottom: 3px #426699 solid;
    height: 50px;
}

/* Struktur Header */

.pkp_navigation_primary_row {
    background-color: #A1D6E2;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #1995AD;
    color: white;
    font-weight: bold;
}


/* SELAIN MENU */

.kepala {
    color: #ffffff;
    background: #FC4A1A;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: center;
}

.badan a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #F7B733;
    text-align: center;
    transition: 0.5s;
    color: black;

}

.badan {
    margin-top: -15px;
	/*background-color: #1995AD;*/
}


.badan a:hover {
    color: black !important;
    font-weight: bold;
    box-shadow: gray 0px 5px 10px 0px;
    display: fixed;
    position: relative
}

/* Table of content */

.obj_article_summary {
    box-shadow: 3px 3px 5px;
    padding: 20px;
    border-radius: 10px;
    background: #fffdeb;
}

.obj_article_summary:hover {
    background: #4ABDAC
}


.obj_article_summary {
    padding-bottom: 10px !important;
    //border-bottom: solid 4px #800000 !important;
    font-size: 12px;
}

.meta .authors {
    background: url(https://i.ibb.co/wwXb1Bh/icon-group.png) 1px 2px no-repeat;
    font-weight: bold;
    margin-top: 4px;
    padding-bottom: 5px;
    padding-left: 30px;
}

.meta .abstractview {
    background: url(https://i.ibb.co/TY5x1Sk/bar-graph-1.png) 1px 2px no-repeat;
    float: left;
    padding-left: 30px;
}

.meta .pdfview {
    background: url(https://i.ibb.co/DCjvDsJ/pdf-1.png) 1px 2px no-repeat;
    float: left;
    padding-left: 30px;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: #4ABDAC;
    border-bottom: 20px solid #FC4A1A;
}

.pkp_footer_content {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_brand_footer {
    display: none;
}

/*Body and Abstrack*/
.main_entry .item.abstract {
    text-align: justify;
}

body {
    font-family: tahoma, geneva, sans-serif !important;
}

.pkp_block.block_Keywordcloud span {
    color: #ffffff;
    background: #FC4A1A;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: center;
    display: block
}

.pkp_block.block_developed_by .title{
     color: #ffffff;
    background: #FC4A1A;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: center;
    display: block  
}

.pkp_block.block_developed_by .most_read{
    background:#4ABDAC !important;
    padding:6px;
    margin-top:-10px;
    font-size: 13px;
}
.pkp_block.block_developed_by li {
    border-bottom: 1px solid;
}

.obj_article_details .page_title {
    background: #A1D6E2;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px;
}

.pkp_navigation_user.pkp_nav_list .profile a {
    border-radius: 15px !important;
    padding-left: 10px;
    padding-right: 10px;
    background: #1995AD;
    color: #FF0000;
    border: 2px solid #1995AD
}

.pkp_navigation_user.pkp_nav_list .profile a:hover {
    background: #A1D6E2;
    color: black;
}

.cmp_announcements.highlight_first {
    background: #FFFFFF;
    border-top: 1px solid #dddddd !important;
}


html {
    background: url(https://i.ibb.co/qpzRfP2/bg.png) !important;
}

body {
    background: url(https://i.ibb.co/qpzRfP2/bg.png) !important;
}

