/**
 * Copyright (c) Zulfikri (zfikri797@gmail.com)
 * Modified by Didid (diva_mujaddidi@proton.me)
 *
 * Designed for Jurnal Ekonomi dan Bisnis https://journal.ar-raniry.ac.id/index.php/JIBES/
 * 
 * Credits:
 * Background pattern from https://www.toptal.com/designers/subtlepatterns
 */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i');

body,
html {
    font-family: 'Source Sans Pro', sans-serif !important;
}

body {
    background: #D7E9F7 !important;
}

p {
    text-align: justify;
}

#headerNavigationContainer.pkp_structure_head {
    background: none !important;
    border-bottom: none !important;
}

.pkp_structure_page .pkp_structure_head .pkp_head_wrapper {
    background: #D7E9F7;
}

.pkp_head_wrapper {
    padding: 0;
}

.pkp_site_name>a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_site_name .is_img img {
    max-height: 250px !important
}

.pkp_navigation_primary_row {
    background: #0074d8 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper {
    padding-left: 20px !important;
}

.pkp_navigation_user_wrapper {
    display: none;
    background: #0074d8 !important
}

.pkp_navigation_user_wrapper .pkp_navigation_user {
    line-height: 36px !important;
}

.pkp_navigation_user_wrapper .pkp_navigation_user>li.profile>a {
    color: #ffffff
}

.pkp_navigation_user_wrapper .pkp_navigation_user>li.profile>ul {
    border-radius: 0 !important;
    background: #b71611 !important;
}

.pkp_navigation_user_wrapper .pkp_nav_list ul li:first-child a {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.pkp_navigation_user_wrapper .pkp_nav_list ul li:last-child a {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.pkp_navigation_user_wrapper .pkp_nav_list ul li a {
    color: #0080FF !important;
}

.pkp_navigation_user_wrapper .pkp_nav_list ul li a:hover {
    border-left: solid 5px #0080FF !important;
    background: rgba(0, 128, 255, 1)
}

.pkp_navigation_user_wrapper .pkp_nav_list ul li a .task_count {
    color: #0B2161 !important;
}

.pkp_navigation_primary_wrapper .pkp_navigation_primary>li>ul {
    border-radius: 0 !important;
    background: #0B2161 !important;
}

.pkp_navigation_primary_wrapper .pkp_nav_list ul li:first-child a {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.pkp_navigation_primary_wrapper .pkp_nav_list ul li:last-child a {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

/*.pkp_navigation_primary_wrapper .pkp_nav_list ul li {border-bottom: solid 1px rgba(255,255,255,1) !important;}*/
.pkp_navigation_primary_wrapper .pkp_nav_list ul li:last-child {
    border-bottom: none !important
}


.pkp_navigation_primary_wrapper .pkp_nav_list ul li a {
    background: #FFFFFF;
    border: none !important;
    padding: 0 5px 0 10px;
    line-height: 40px;
    color: #0074d8 !important;
    font-weight: bold;
}

.pkp_navigation_primary_wrapper .pkp_nav_list ul li a:hover {
    background: #0074d8;
    color: #ffffff !important;
}

.pkp_navigation_primary {
    font-family: "Source Sans Pro" !important;
}

.pkp_navigation_primary>li>a {
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 0 18px !important;
    line-height: 38px;
    margin: 0 !important
}

.pkp_navigation_primary>li>a:hover {
    color: #0074d8;
    border-bottom: none;
    background: #ffffff
}


.pkp_navigation_primary>li::after,
.pkp_navigation_primary>li::before {
    content: "";
    display: block;
    height: 38px;
    position: absolute;
    top: 0px;
    width: 1px
}

.pkp_navigation_primary>li::before {
    background: -moz-linear-gradient(center top, rgba(0, 0, 0, 1), #000, rgba(0, 0, 0, 1)) rgba(0, 0, 0, 1);
    margin-left: -1px;
    opacity: .1
}

.pkp_navigation_primary>li::after {
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, .01), #fff, rgba(255, 255, 255, .01)) rgba(0, 0, 0, 1);
    margin-left: 0px;
    opacity: .25
}

.pkp_navigation_primary>li:first-child::after,
.pkp_navigation_primary>li:first-child::before {
    background-color: #000;
    display: none
}

.pkp_head_wrapper .pkp_search .search_prompt {
    color: #ffffff;
    text-transform: uppercase;
    padding: inherit 10px;
    font-weight: bold;
}

.pkp_structure_content {
    background: #ffffff !important;
    padding-top: 0 !important
}

.pkp_structure_page {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_structure_main {
    padding-bottom: 30px
}

.pkp_structure_sidebar .pkp_block .title {
    font-family: 'Lora', serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif !important;
}

.pkp_block.block_make_submission .content {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important
}

.pkp_block.block_make_submission .content a {
    background: #ffffff;
    line-height: 40px;
    font-family: 'Lora', serif !important;
    color: #000000
}

.pkp_block.block_make_submission .content a:hover {
    background: #8d0f0f !important;
    color: #e3d5d5
}

.pkp_structure_sidebar .pkp_block .title {
    font-family: 'Source Sans Pro', sans-serif !important
}

.pkp_block.block_custom>.content>.title,
.pkp_block>.title {
    padding: 0 5px 0 10px;
    line-height: 40px;
    background: #ffffff;
    color: #000000;
    font-size: 0.95em
}

.pkp_block.block_custom {
    padding: 0 !important;
}

.pkp_block.block_custom>.content {
    padding: 0 10px !important;
}

.pkp_block:not(.block_custom) .content {
    padding: 10px
}

.pkp_block {
    margin: 10px 0 !important;
    padding: 10px !important;
}

#customblock-Sidebar_menu.pkp_block.block_custom>.content {
    padding: 0px !important
}

#customblock-Sidebar_menu.pkp_block {
    margin: 0 !important;
    padding: 0 !important
}

#customblock-Sidebar_menu.pkp_block ul,
#customblock-Sidebar_menu.pkp_block ul li {
    margin: 0 !important;
    padding: 0 !important
}

#customblock-Sidebar_menu.pkp_block ul li {
    background: #717274 !important;
    border-bottom: solid 1px rgba(255, 255, 255, .4)
}

#customblock-Sidebar_menu.pkp_block ul li:last-child {
    border-bottom: none
}

#customblock-Sidebar_menu.pkp_block ul li a {
    background: #ffffff !important;
    display: block;
    line-height: 40px;
    padding: 0 10px 0 20px;
    color: #ffffff;
}

#customblock-Sidebar_menu.pkp_block ul li a:hover {
    background: rgba(0, 0, 0, .2) !important;
    color: #ffffff
}

#customblock-Template>.content>.content,
#customblock-Tools>.content>.content {
    text-align: center
}

#customblock-Template img,
#customblock-Tools img {
    max-width: 80%;
    width: 80%
}

.pkp_structure_footer_wrapper {
    background: none !important;
}

/*@media only screen and (max-width: 600px) {
    .pkp_structure_footer_wrapper {
        margin: 0;
    }
}*/

.pkp_structure_footer_wrapper .pkp_structure_footer {
    background: #0074d8 !important;
}

.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_brand_footer {
    background: #2155CD !important;
    padding: 5px;
}

.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_brand_footer a img {
    max-width: 100% !important;
    height: auto;
}

.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_footer_content {
    background: #0074d8 !important;
    color: #ffffff;
}

.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_footer_content a {
    color: #ffffff;
    font-weight: 700 !important
}

.cmp_announcements .obj_announcement_summary.full_width {
    width: 100% !important;
}

.cmp_announcements .obj_announcement_summary .summary p {
    line-height: 1.3em;
    margin-top: 0 !important;
    margin-bottom: 1em !important;
}


.obj_article_summary .meta .authors:before {
    content: "\f0c0";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #dc302b
}

.obj_article_summary .item.doi .label {
    background: url(/public/site/images/administrator/icon-doi.png) left center no-repeat;
    width: 25px !important;
    height: 24px !important;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.obj_article_summary .item.doi .value a {
    text-decoration: none !important;
    color: #187ac5
}

.obj_article_summary .item.stats .abstract,
.obj_article_summary .item.stats .galley {
    position: relative;
}

.obj_article_summary .item.stats .abstract {
    margin-left: 25px;
    margin-right: 10px;
}

.obj_article_summary .item.stats .galley {
    margin-left: 25px;
}

.obj_article_summary .item.stats .abstract:before {
    content: "\f080";
    font-family: FontAwesome;
    left: -20px;
    position: absolute;
    top: 0;
}

.obj_article_summary .item.stats .galley:before {
    content: "\f1c1";
    font-family: FontAwesome;
    left: -20px;
    position: absolute;
    top: 0;
}

.obj_issue_toc .articles>li {
    margin-bottom: 0;
    padding: 10px
}

.obj_issue_toc .articles>li:nth-of-type(odd) {
    background: #f3f2f2
}

.obj_issue_toc .articles>li:nth-of-type(even) {
    background: #e8f3f7
}

.pkp_page_index .journal_description {
    margin-bottom: 30px;
}

.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_brand_footer a img {
    display: none;
}

.pkp_structure_sidebar .pkp_block .title {
    font-family: 'Source Sans Pro', sans-serif !important;
    background-color: #0074d8!important;
    border: 1px solid #ffffff;
    height: auto;
    padding: 1px;
    text-align: center;
    width: auto;
}

.pkp_block.block_custom>.content>.title,
.pkp_block>.title {
    line-height: 40px;
    background: #ffffff;
    color: #ffff;
    font-size: 0.95em;
}

/* Tambahan */
#customblock-MENU div div,
#customblock-Template div div,
#customblock-Indexing div div,
#customblock-Viewer div div,
#customblock-Submission div div,
#customblock-Indexed div div{
    background-color: #0074d8!important;
}

#customblock-Template div div:first-of-type {
    background: none!important;
    border: none!important;
    text-align: left!important;
    margin-bottom: 1.1em!important;
}
#customblock-Template div div:first-of-type span {
    color: #0074d8!important;
    border-bottom: 4px solid#0074d8!important;
    padding-bottom: 0.3em!important;
    font-style: normal!important;
    font-weight: bold;
    font-size: 1.1em!important;
}

#customblock-Indexing div div:first-of-type {
    background: none!important;
    border: none!important;
    text-align: left!important;
    margin-bottom: 1.1em!important;
}
#customblock-Indexing div div:first-of-type span {
    color: #0074d8!important;
    border-bottom: 4px solid#0074d8!important;
    padding-bottom: 0.3em!important;
    font-style: normal!important;
    font-weight: bold;
    font-size: 1.1em!important;
}

#customblock-Viewer div div:first-of-type {
    background: none!important;
    border: none!important;
    text-align: left!important;
    margin-bottom: 1.1em!important;
}
#customblock-Viewer div div:first-of-type span {
    color: #0074d8!important;
    border-bottom: 4px solid#0074d8!important;
    padding-bottom: 0.3em!important;
    font-style: normal!important;
    font-weight: bold;
    font-size: 1.1em!important;
}

#customblock-Submission div div:first-of-type {
    background: none!important;
    border: none!important;
    text-align: left!important;
    margin-bottom: 1.1em!important;
}
#customblock-Submission div div:first-of-type span {
    color: #0074d8!important;
    border-bottom: 4px solid#0074d8!important;
    padding-bottom: 0.3em!important;
    font-style: normal!important;
    font-weight: bold;
    font-size: 1.1em!important;
}

#customblock-Indexed div div:first-of-type {
    background: none!important;
    border: none!important;
    text-align: left!important;
    margin-bottom: 1.1em!important;
}
#customblock-Indexed div div:first-of-type span {
    color: #0074d8!important;
    border-bottom: 4px solid#0074d8!important;
    padding-bottom: 0.3em!important;
    font-style: normal!important;
    font-weight: bold;
    font-size: 1.1em!important;
}

/**/
#customblock-MENU div address {
    background: none!important;
    border: none!important;
    text-align: left!important;
    margin-bottom: 1.1em!important;
}

#customblock-MENU div address span {
    color: #0074d8!important;
    border-bottom: 4px solid#0074d8!important;
    padding-bottom: 0.3em!important;
    font-style: normal!important;
    font-size: 1.1em!important;
}