/*Mengatur leabar halaman tampilan depan jurnal */
.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}/*Mengatur header */
.pkp_site_name .is_img img {
    display: inline;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}/*mengatur judul menu "make a submission"*/
.vertical-menu-a a {
    background-color: #16618d;
    /* Warna pada bagian body menu */
    color: rgb(255, 255, 255);
    /* Warna tulisan */
    display: block;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), 0 5px 25px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border-radius: 10px;
    font-family: Montserrat, Segoe UI, Calibri, Candara;
}

.vertical-menu-a a:hover {
    background-color: #17a2b8;
    /* Warna efek yang keluar ketika di arahkan mouse */
}

.vertical-menu-a a.active {
    background-color: #111111;
    color: white;

}/* Left Menu*/
/* lebar dari menu, saran saya tidak perlu di ubah */
.vertical-menu {
    width: 100%;
}

.vertical-menu a {
    background-color: #0759b6;
    /* Warna pada bagian body menu */
    color: white;
    /* Warna tulisan */
    display: block;
    font-weight: 700;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #ffff;
    border-radius: 0rem 1rem 0rem 0rem;
    font-family: Montserrat, Segoe UI, Calibri, Candara;
    /*Jenis font*/
}

.vertical-menu a:hover {
    background-color: #17a2b8;
    /* Warna efek yang keluar ketika di arahkan mouse */
}

.vertical-menu a.active {
    background-color: #111111;
    /* Warna pada header menu */
    color: white;
    /*Warna font*/
    font-family: Segoe UI, Calibri, Candara;
    /*Jenis font*/
}

