/* =====================================
   JSHRA Menu
   PSU Navy #102F50
   ===================================== */

@media (min-width: 992px) {

    .pkp_navigation_primary_row {
        background: #102F50 !important;
    }

}
/* Menu text - white */
@media (min-width: 992px) {

    #navigationPrimary > li > a {
        color: #FFFFFF !important;
    }

    .pkp_navigation_search_wrapper > a {
        color: #FFFFFF !important;
    }
}
/* =====================================
   Menu Hover Line
   Academic Sky Blue #1A92C4
   ===================================== */

@media (min-width: 992px) {

    #navigationPrimary > li > a:hover,
    #navigationPrimary > li > a:focus {
        color: #FFFFFF !important;
        box-shadow: inset 0 -3px 0 #1A92C4 !important;
    }

    .pkp_navigation_search_wrapper > a:hover,
    .pkp_navigation_search_wrapper > a:focus {
        color: #FFFFFF !important;
        box-shadow: inset 0 -3px 0 #1A92C4 !important;
    }

}


/* =====================================
   MAKE A SUBMISSION BUTTON
   Journal Blue #14699A
   ===================================== */

.block_make_submission a {
    background-color: #14699A !important;
    border-color: #14699A !important;
    color: #FFFFFF !important;
}

.block_make_submission a:hover,
.block_make_submission a:focus {
    background-color: #173F67 !important;
    border-color: #173F67 !important;
    color: #FFFFFF !important;
}

/* =====================================
   JSHRA Small Accent
   Logo Green #7ABA6E
   ===================================== */

.pkp_structure_sidebar .pkp_block .title {
    border-bottom-color: #7ABA6E !important;
}
/* =====================================
   USER MENU ON HEADER
   Make username readable on blue banner
   ===================================== */

#navigationUser > li > a,
.pkp_navigation_user > li > a {
    color: #FFFFFF !important;
}

/* ตัวเลขแจ้งเตือน เช่น 787 */
#navigationUser .task_count,
.pkp_navigation_user .task_count {
    background-color: #14699A !important;
    color: #FFFFFF !important;
}

/* เมื่อนำเมาส์ไปวาง */
#navigationUser > li > a:hover,
#navigationUser > li > a:focus,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
    color: #FFFFFF !important;
}

/* =====================================
   Bottom Accent Line under Menu
   River Cyan #38ADB9
   ===================================== */

@media (min-width: 992px) {

    .pkp_structure_head .pkp_navigation_primary_row {
        border-bottom: none !important;
        box-shadow: inset 0 -2px 0 #38ADB9 !important;
    }

}
/* =====================================================
   JSHRA ACTIVE MENU
   Add to jshra-academic-blue-v3
   Academic Sky Blue #1A92C4
   ===================================================== */

@media (min-width: 992px) {

    /* ---------------------------------
       HOME
       --------------------------------- */

    body.pkp_page_index.pkp_op_index
    #navigationPrimary > li:nth-child(1) > a {
        color: #FFFFFF !important;
        box-shadow: inset 0 -4px 0 #1A92C4 !important;
    }


    /* ---------------------------------
       CURRENT ISSUE

       OJS may open the current issue as
       issue/current or issue/view
       --------------------------------- */

    body.pkp_page_issue.pkp_op_current
    #navigationPrimary > li:nth-child(2) > a,

    body.pkp_page_issue.pkp_op_view
    #navigationPrimary > li:nth-child(2) > a {
        color: #FFFFFF !important;
        box-shadow: inset 0 -4px 0 #1A92C4 !important;
    }


    /* ---------------------------------
       ARCHIVES
       --------------------------------- */

    body.pkp_page_issue.pkp_op_archive
    #navigationPrimary > li:nth-child(3) > a {
        color: #FFFFFF !important;
        box-shadow: inset 0 -4px 0 #1A92C4 !important;
    }

}

/* =====================================================
   JSHRA ACTIVE MENU - PART 2
   EDITORIAL TEAM / ANNOUNCEMENTS / ABOUT / SUBMISSIONS
   Academic Sky Blue #1A92C4
   ===================================================== */

@media (min-width: 992px) {

    /* ---------------------------------
       EDITORIAL TEAM
       --------------------------------- */

    body.pkp_page_about.pkp_op_editorialTeam
    #navigationPrimary > li:nth-child(4) > a {
        color: #FFFFFF !important;
        box-shadow: inset 0 -4px 0 #1A92C4 !important;
    }


    /* ---------------------------------
       ANNOUNCEMENTS
       --------------------------------- */

    body.pkp_page_announcement.pkp_op_index
    #navigationPrimary > li:nth-child(5) > a {
        color: #FFFFFF !important;
        box-shadow: inset 0 -4px 0 #1A92C4 !important;
    }


    /* ---------------------------------
       ABOUT
       --------------------------------- */

    body.pkp_page_about.pkp_op_index
    #navigationPrimary > li:nth-child(6) > a {
        color: #FFFFFF !important;
        box-shadow: inset 0 -4px 0 #1A92C4 !important;
    }


    /* ---------------------------------
       SUBMISSIONS
       --------------------------------- */

    body.pkp_page_about.pkp_op_submissions
    #navigationPrimary > li:nth-child(7) > a {
        color: #FFFFFF !important;
        box-shadow: inset 0 -4px 0 #1A92C4 !important;
    }

}