:root {
    --primary: #072561;
    --secondary: #5C8EF4;
}

body {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

a:hover {
    text-decoration: underline;
}

.title a {
    color: var(--primary);
    ;
}

.policies-page h2,
h3,
h4,
.authors-guide h2,
h3,
h4,
.publications-ethics h2,
h3,
h4 {
    margin: 15px 0 0 0 !important;
}

.policies-page h2,
h3,
.authors-guide h2,
h3,
.publications-ethics h2,
h3 {
    color: var(--primary);
    ;
    font-size: 1.5em;
}

.policies-page p,
.policies-page ul,
.policies-page ol,
.authors-guide p,
.authors-guide ul,
.authors-guide ol,
.publications-ethics p,
.publications-ethics ul,
.publications-ethics ol {
    margin: 0;
    line-height: 1.5;
}

.publications-ethics table,
.publications-ethics th,
.publications-ethics td {
    border: 1px solid #5C8EF4;
    border-collapse: collapse;
    padding: 2px 5px;
}

.pkp_structure_main {
    text-shadow: 0 0 1px rgba(100, 100, 100, 0.2);
}

.pkp_structure_main h1 {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.pkp_structure_main h2,
h3,
h4 {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.pkp_structure_main h4 {
    font-size: 16px;
}

.pkp_page_index .additional_content {
    border: none;
}

@media (min-width:2560px) {
    .pkp_site_name_wrapper {
        width: 1560px;
    }

    .has_site_logo .pkp_head_wrapper {
        width: 1560px;
    }

    .pkp_site_name_wrapper,
    .pkp_navigation_primary_wrapper,
    .pkp_navigation_user,
    .pkp_search_mobile,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: 1560px;
    }

    .pkp_structure_main {
        width: 1210px;
    }

    .pkp_structure_sidebar {
        width: 350px;
    }

    .pkp_structure_sidebar::before {
        width: 350px;
    }
}

@media (min-width:1200px) {
    body {
        background-color: #ddd;
    }

    .pkp_site_name .is_img img {
        max-height: 120px;
    }

    .pkp_structure_head {
        min-height: 225px;
    }

    .pkp_head_wrapper {
        width: 1160px;
        margin: 0 auto;
    }

    .pkp_structure_content {
        min-height: 60vh;
    }

    .pkp_structure_page {
        margin: 0 auto;
        max-width: 100%;
    }

    .pkp_structure_sidebar::before {
        background: none;
    }

    #navigationPrimary li a {
        transition: 0.3s all ease;
    }

    .pkp_footer_copyright {
        max-width: 75%;
    }

    .pkp_footer_publisher_logo {
        max-width: 25%;
        position: absolute;
        right: 0;
        top: 0;
        padding: 30px 30px 0 0;
    }
}

@media (min-width:992px) {

    #navigationPrimary ul a:hover {
        background: #00BD9D;
    }

    .pkp_nav_list ul a:hover,
    .pkp_nav_list ul a:focus {
        background: #e4d4b3;
    }

    .pkp_structure_page {
        background: #fff;
        /* background: linear-gradient(90deg, #FFF 50%, #EEE 50%); */
    }

    .pkp_navigation_primary {
        max-width: 90%;
    }
}


.pkp_footer_content img {
    width: revert-layer;
}

.pkp_footer_publisher_logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.pkp_footer_publisher_logo img {
    max-height: 80px;
    margin: 10px;
}

@media (max-width:992px) {
    canvas.pg-canvas {
        display: none !important;
    }
}

canvas.pg-canvas {
    position: absolute;
}

.pkp_structure_head {
    background: #3f51b5;
    background: -moz-linear-gradient(90deg, #005A6C, #00bd9d);
    background: -webkit-linear-gradient(90deg, #005A6C, #00bd9d);
    background: linear-gradient(90deg, #005A6C, #00bd9d);
    border: none;
}

.pkp_structure_main img {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* header and user menu text color */
.pkp_site_name .is_img {
    padding-bottom: 0;
}

/* header gradient
.pkp_site_name_wrapper {
    background: #D17000;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5C21B), to(#D17000));
    background: linear-gradient(to bottom, #F5C21B, #D17000);
}  */

.pkp_site_name_wrapper {
    background: transparent;
}

.pkp_structure_content {
    padding-top: 0;
    background: #fff;
    z-index: 1;
}

.pkp_structure_footer_wrapper {
    background: #3f51b5;
    background: -moz-linear-gradient(90deg, #005A6C, #00bd9d);
    background: -webkit-linear-gradient(90deg, #005A6C, #00bd9d);
    background: linear-gradient(90deg, #005A6C, #00bd9d);
    color: #eee;
    border-top: none;
    border: none;
}

.pkp_structure_footer {
    text-align: center;
    background: none;
}

.pkp_structure_footer_wrapper a:hover {
    text-decoration: underline;
}

.pkp_structure_footer_wrapper a {
    color: #eee;
    text-decoration: none;
}

.pkp_brand_footer {
    display: none;
}

.pkp_block {
    padding: 30px 20px 10px;
    font-size: 15px;
    margin-top: 20px;
}

.pkp_block .title {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    padding-bottom: 10px;
    margin: 0;
    font-size: 1.5em;
    /* color: #3f51b5; */
    display: inline-block;
    text-align: left;
    text-transform: none;
}

.block_information a,
.block_language_toggle a {
    font-size: 15px;
}

.editorial-list {
    position: relative;
}

.editorial-list ul {
    margin-bottom: 1.125rem;
    list-style: none;
}

.editorial-list>ul>li {
    margin-bottom: 1.125rem;
    min-height: 110px;
}

.editorial-list .img-profile {
    position: absolute;
}

.editorial-list .img-profile .imgthumb {
    width: 75px;
    height: 100px;
    margin: 0 auto;
    object-fit: fill;
}

.team-content {
    margin-left: 100px;
}

.team-content .ico-label {
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.team-aff ul li {
    margin-bottom: 0;
}

.team-aff ul li .tm_label {
    display: inline-block;
    width: 80px;
}

.team-aff ul li .ico-label {
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.list-unstyled {
    padding-left: 20px;
}

/* Dimensions metrics */
.__dimensions_badge_embed__ .__dimensions_Badge_style_large_rectangle .__db_score {
    font-family: "Source Sans Pro" !important;
    font-size: 12px !important;
}

.__dimensions_badge_embed__ .__dimensions_Badge_style_large_rectangle .__dimensions_Badge_Image {
    height: 23px !important;
}

.meta .authors {
    font-style: italic;
}

/* Jumlah view dan download pada ToC */
.obj_abstract_views,
.obj_galley_views {
    font-size: 14px;
}

.obj_abstract_views::before,
.obj_galley_views::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0f6";
    margin-right: 0.25em;
}

.obj_abstract_views::before {
    content: "\f06e";
}

.obj_galley_views::before {
    content: "\f0ed";
}

/* Link PDF */
.obj_galley_link {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
}

.obj_galley_link:hover,
.obj_galley_link:focus {
    background: var(--primary);
    ;
    text-decoration: none;
}

#customblock-tools img {
    transition: 0.2s;
}

#customblock-tools img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/* Sumbission preparation check list table */
@media (min-width: 480px) {

    .page_submissions .submission_sections li,
    .page_submissions .submission_checklist li {
        padding: 4px 4px 4px 40px;
    }
}

.page_submissions .submission_sections ul,
.page_submissions .submission_checklist ul {
    font-size: 14px;
}