/* =========================================================
   JPM - OJS 3.3.0.21
   BACKGROUND IMAGE + WHITE CONTENT BOX + SHADOW
   ========================================================= */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web');


/* =========================================================
   BACKGROUND WEBSITE
   ========================================================= */

html {
    background-color: #eef2f5;
}

body {
    background-color: transparent !important;

    /* Background image */
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ90OPr3lXCLcnt3UhovEkW6P4c8XEuHPiyyv4oP9EX4A&s=10");

    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: auto;

    font-family: 'Titillium Web', sans-serif;
}


/* =========================================================
   AREA UTAMA WEBSITE
   ========================================================= */

.pkp_structure_content {
    position: relative;
}


/* =========================================================
   HEADER
   ========================================================= */

.main-header {
    background-color: #01488a;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.pkp_navigation_primary_wrapper {
    background-color: #01488a !important;
}


/* =========================================================
   KONTEN UTAMA
   ========================================================= */

.pkp_structure_main {
    background-color: #ffffff !important;

    border: 1px solid #e2e2e2;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.12);

    padding: 25px 30px !important;

    margin-bottom: 25px;
}


/* =========================================================
   AREA PAGE
   ========================================================= */

.pkp_page_content {
    background-color: #ffffff;

    border: 1px solid #e3e3e3;

    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.10);

    padding: 25px 30px;

    margin-bottom: 25px;
}


/* =========================================================
   DETAIL ARTIKEL
   ========================================================= */

.obj_article_details {
    background-color: #ffffff;

    border: 1px solid #e1e1e1;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.12);

    padding: 25px 30px;

    margin-bottom: 25px;
}


/* =========================================================
   ABSTRACT / FULL TEXT
   ========================================================= */

.obj_article_details .abstract,
.obj_article_details .item,
.obj_article_details .article-summary {
    background-color: #ffffff;

    border: 1px solid #e6e6e6;

    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.08);

    padding: 20px;

    margin-bottom: 20px;
}


/* =========================================================
   BLOK SIDEBAR
   ========================================================= */

.pkp_block {
    background-color: #ffffff;

    border: 1px solid #e2e2e2;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.10);

    padding: 15px 18px;

    margin-bottom: 20px;
}


/* =========================================================
   JUDUL BLOK SIDEBAR
   ========================================================= */

.pkp_block .title {
    color: #01488a;

    font-weight: 600;

    border-bottom: 2px solid #01488a;

    padding-bottom: 8px;

    margin-bottom: 12px;
}


/* =========================================================
   DAFTAR ARTIKEL
   ========================================================= */

.obj_article_summary {
    background-color: #ffffff;

    border: 1px solid #e1e1e1;

    box-shadow:
        0 2px 7px rgba(0, 0, 0, 0.08);

    padding: 18px 20px;

    margin-bottom: 15px;

    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
}


/* Efek ketika mouse diarahkan ke artikel */

.obj_article_summary:hover {
    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.15);

    transform: translateY(-1px);
}


/* =========================================================
   JUDUL ARTIKEL
   ========================================================= */

.obj_article_summary .title {
    color: #01488a;

    font-weight: 600;
}

.obj_article_summary .title a {
    color: #01488a !important;
}


/* =========================================================
   LINK
   ========================================================= */

a {
    color: #01488a;
}

a:hover {
    color: #006bb6;
}


/* =========================================================
   BUTTON
   ========================================================= */

.pkp_button,
button,
input[type="submit"],
input[type="button"] {
    background-color: #01488a !important;

    border-color: #01488a !important;

    color: #ffffff !important;

    border-radius: 3px;
}

.pkp_button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #006bb6 !important;

    border-color: #006bb6 !important;
}


/* =========================================================
   FORM / SEARCH
   ========================================================= */

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    background-color: #ffffff;

    border: 1px solid #cccccc;

    box-shadow:
        inset 0 1px 3px rgba(0, 0, 0, 0.06);

    border-radius: 3px;
}


/* =========================================================
   ISSUE / JOURNAL CONTENT
   ========================================================= */

.obj_issue_toc {
    background-color: #ffffff;

    border: 1px solid #e1e1e1;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.10);

    padding: 25px 30px;
}


/* =========================================================
   TABLE
   ========================================================= */

table {
    background-color: #ffffff;
}


/* =========================================================
   FOOTER
   ========================================================= */

.pkp_structure_footer_wrapper {
    background-color: #01488a !important;

    border: none !important;

    margin: 0 !important;

    padding: 0 !important;
}

.pkp_structure_footer {
    background-color: #01488a !important;

    color: #ffffff !important;

    border: none !important;

    margin: 0 !important;

    padding: 12px 15px !important;

    text-align: center !important;
}


/* =========================================================
   FOOTER CONTENT
   ========================================================= */

.pkp_structure_footer .pkp_structure_content {
    width: 100% !important;

    max-width: 1200px !important;

    margin: 0 auto !important;

    padding: 0 !important;

    text-align: center !important;
}


.pkp_footer_content {
    display: block !important;

    width: 100% !important;

    max-width: 1200px !important;

    float: none !important;

    clear: both !important;

    margin: 0 auto !important;

    padding: 3px 0 !important;

    text-align: center !important;
}


/* =========================================================
   FOOTER BLOCK
   ========================================================= */

.pkp_structure_footer .pkp_block {
    display: block !important;

    width: 100% !important;

    max-width: 100% !important;

    float: none !important;

    clear: both !important;

    margin: 0 auto !important;

    padding: 3px 0 !important;

    text-align: center !important;

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;
}


/* =========================================================
   FOOTER TEXT
   ========================================================= */

.pkp_structure_footer p,
.pkp_structure_footer div,
.pkp_structure_footer span {
    color: #ffffff !important;

    text-align: center !important;
}


/* =========================================================
   FOOTER LINK
   ========================================================= */

.pkp_structure_footer a {
    color: #ffffff !important;

    text-decoration: none !important;
}


/* =========================================================
   LOGO INDEXING
   ========================================================= */

.pkp_structure_footer img {
    display: inline-block !important;

    vertical-align: middle !important;

    max-height: 55px !important;

    width: auto !important;

    margin: 4px 10px !important;
}


/* =========================================================
   HILANGKAN LOGO OJS / PKP
   ========================================================= */

.pkp_brand_footer {
    display: none !important;

    visibility: hidden !important;

    width: 0 !important;

    height: 0 !important;

    max-width: 0 !important;

    max-height: 0 !important;

    overflow: hidden !important;

    margin: 0 !important;

    padding: 0 !important;
}

.pkp_brand_footer img,
.pkp_brand_footer a {
    display: none !important;
}


/* =========================================================
   FOOTER BRAND LAIN
   ========================================================= */

.footer-brand,
.footer-brand-image {
    display: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    body {
        background-attachment: scroll;
    }

    .pkp_structure_main {
        padding: 18px 15px !important;
    }

    .pkp_page_content,
    .obj_article_details,
    .obj_issue_toc {
        padding: 18px 15px;
    }

    .obj_article_summary {
        padding: 15px;
    }

    .pkp_structure_footer {
        padding: 8px 10px !important;
    }

    .pkp_structure_footer img {
        max-height: 45px !important;

        margin: 3px 5px !important;
    }
}