/**
 *
 * Open Journal Systems
 * Modified Colors for RIETM (Research in Education, Technology, and Multiculture)
 * Theme: Royal Purple & Violet
 *
 **/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic);
@import url(//fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic);

#headerTitle, #navbar {
    width: 1020px
}

#header {
    background-color: transparent;
    padding-bottom: 40px
}

#navbar {
    background: none;
    background-repeat: repeat-x;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 0;
    padding-left: 10px;
    border: 0;
    margin: 10px 0 10px 0;
    display: inline-block;
    align-content: center;
}

#navbar ul {
    margin: 0;
    padding: 0;
}

#navbar ul li {
    float: left;
    margin: 0;
    padding: 0 2px 0 2px;
}

#navbar a, #navbar a:link, #navbar a:visited {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    padding: 5px 10px;
    /* GANTI WARNA: Border ungu */
    border-top: 1px solid #7b1fa2;
    border-bottom: 3px solid #4a148c;
    border-radius: 5px;
    text-align: center;
    transition: all ease 0.3s;
    margin: 0;
}

#navbar a::after, #navbar a::before {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 5px;
    width: 1px
}

#navbar a::before {
    background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0)) rgba(0, 0, 0, 0);
    margin-left: -10px;
    opacity: .15
}

#navbar a::after {
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, .01), #fff, rgba(255, 255, 255, .01)) rgba(0, 0, 0, 0);
    margin-left: -9px;
    opacity: .35
}

#navbar li:first-child a::after, #navbar li:first-child a::before {
    background-color: #000;
    display: none
}

#navbar a:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    /* GANTI WARNA: Background Lavender muda, teks Ungu Tua */
    background: #f3e5f5;
    color: #4a148c; 
    /* Sedikit sentuhan border oranye saat hover menyesuaikan logo buku */
    border-bottom: 3px solid #ff9800; 
    font-weight: 600;
}

#body, #header, #main, #sidebar {
    display: inline-block !important
}

#header, #main, ul.sidemenu li:before {
    display: none
}

#body, #main, body {
    background-color: #fff
}

#additionalHomeContent, #announcementsHome, #navbar {
    clear: both
}

#container, #headerTitle {
    margin: 0 auto;
    display: inline-block
}

#announcements, #container {
    width: auto
}

#body, #container, #headerTitle, #headerTitle img {
    display: inline-block
}

body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #ddd
}

a {
    /* GANTI WARNA: Link umum jadi Ungu */
    color: #6a1b9a;
    text-decoration: underline;
}

a:hover {
    color: #4a148c;
    text-decoration: underline;
}

#navbar a:active, a:hover {
    background: rgba(0, 0, 0, 0);
    text-decoration: underline
}

#container {
    background: #ddd;
    min-width: 730px !important;
    text-align: center
}

#header h1 {
    color: #111;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 120px;
    padding: 0;
    text-shadow: 1px 1px #fff
}

#headerTitle img {
    float: left;
    margin-right: 20px
}

#body {
    margin: -40px auto 0;
    width: 1020px !important;
    padding-bottom: 20px
}

#main {
    float: left;
    margin-left: 0;
    margin-right: 0 !important;
    overflow: visible !important;
    padding: 0;
    position: relative;
    width: 805px
}

#content h1, #content h2, #content h3, #content h4, #main>h2 {
    color: #333;
    font-family: Cuprum, sans-serif;
    font-weight: 700
}

#content {
    border-top: 0 dotted #000
}

ul.sidemenu li a, ul.sidemenu li:first-child a {
    border-top: 1px solid #fcd901
}

ul.sidemenu {
    padding-left: 0 !important;
    margin: -10px -10px 0
}

ul.sidemenu li {
    padding: 0
}

ul.sidemenu li a {
    /* GANTI WARNA: Sidebar kiri (Admin menu) jadi Ungu */
    background: #6a1b9a;
    border-bottom: 1px solid #4a148c;
    color: #fff;
    display: block;
    padding: .66em 10px .6em 13px;
    text-decoration: none
}

#leftSidebar {
    display: none;
    border-right: 1px solid #ccc;
    float: left;
    width: 0
}

ul.sidemenu li:last-child a {
    border-bottom: 0
}

ul.sidemenu li a:hover {
    background-color: #8e24aa;
    text-decoration: underline
}

#breadcrumb {
    margin: 0 20px;
    padding: .7em 0;
    border-bottom: 1px dotted #333
}

#content, #main>h2 {
    padding-left: 20px;
    padding-right: 20px
}

#cpr {
    border: 0 #fff
}

#leftSidebar, #rightSidebar {
    font-size: .68em;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 10px
}

#rightSidebar {
    border-left: 1px solid #ccc;
    float: right;
    width: 191px;
    background: 0 0
}

#leftSidebar div.block, #rightSidebar div.block {
    border: 0;
    color: inherit;
    padding: 0 0 10px;
    margin-bottom: 10px
}

/* GANTI WARNA: Judul Sidebar Kanan (People, Policies) */
#leftSidebar div.block span.blockTitle, #rightSidebar div.block span.blockTitle, #sidebarDevelopedBy.block, #sidebarHelp.block {
    /* Gradasi Ungu Tua ke Ungu Terang (match header banner) */
    background: linear-gradient(135deg, #4a148c, #8e24aa);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    padding: 0 0.5em;
    border-radius: 8px;
    margin: 10px 0 5px 0;
}

#sidebarDevelopedBy.block a, #sidebarHelp.block a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline
}

#content h4 a, input[type=button], input[type=submit], table.tocArticle a {
    text-decoration: none
}

.block p {
    margin: 0 !important
}

.block ul {
    position: relative;
    padding: 10px;
}

.block li:before {
    content: none !important;
}

.banner-img, .indexers a, .intro {
    display: inline-block
}

#sidebarFontSize.block {
    padding-bottom: 35px !important
}

table.tocArticle:nth-child(2n+1) tr {
    background-color: #f0f0ff
}

table.tocArticle:nth-child(2n) tr {
    background-color: #f4f4f4
}

table.tocArticle tr:hover {
    background-color: #ffedcc
}

table.tocArticle td {
    padding: 5px 10px
}

.tocTitle {
    font-weight: 700
}

td.tocGalleys {
    padding-right: 10px
}

#content ul.menu {
    margin: 0
}

#content ul.menu li {
    background-image: linear-gradient(to bottom, #2651ff 0, #4f72ff 100%);
    background-repeat: repeat-x;
    border-radius: 3px;
    padding: 5px 8px
}

#content ul.menu li.current, #content ul.menu li:hover {
    background-image: linear-gradient(to bottom, #ec790f 0, #f28c31 100%);
    background-repeat: repeat-x
}

#content ul.menu a {
    color: #fff
}

#content ul.menu a:hover {
    color: #ff0
}

input.textField, input.uploadField, select.selectMenu, textarea.textArea {
    background-color: #f1f1f1;
    border: 1px solid #aaa;
    color: #444;
    padding: .3em
}

input.textField:focus, input.uploadField:focus, select.selectMenu:focus, textarea.textArea:focus {
    /* Fokus input jadi ungu */
    border: 1px solid #4a148c
}

input[type=button], input[type=submit] {
    background-image: linear-gradient(to bottom, #ddd 0, #c4c4c4 100%);
    background-repeat: repeat-x;
    border: 1px solid #9d9d9d;
    border-radius: 2px;
    color: #444;
    padding: 3px 5px;
    text-shadow: 1px 1px #f6f6f6
}

input[type=button]:hover, input[type=submit]:hover {
    background-image: linear-gradient(to bottom, #c4c4c4 0, #aaa 100%);
    background-repeat: repeat-x;
    cursor: pointer;
    text-decoration: none
}

input.defaultButton {
    color: #2b2b2b;
    font-weight: 700
}

div.separator {
    border-bottom: 1px dotted #222
}

.banner-img {
    margin-bottom: 10px
}

.banner-img:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

.indexers {
    margin: 10px 0
}

.indexers a {
    border: 2px solid transparent;
    padding: 5px 3px
}

.indexers a:hover {
    background: 0 0;
    border: 2px dotted navy;
    opacity: .75;
    filter: alpha(opacity=75)
}

.indexers a img {
    height: 38px
}

a img {
    border: 0
}

div.thickSeparator {
    margin-bottom: 10px
}

span.highlight {
    background-color: #ffff80
}

.intro {
    background-color: #fff2db;
    border: 1px dotted Orange;
    padding: 10px
}

.intro ul {
    margin: 0;
    padding-left: 1em
}

.highlight {
    background-color: ivory;
    border: 1px dashed #ffa851;
    padding-bottom: 6px;
    padding-top: 6px
}

.issueCoverImage {
    border: 1px solid #fff;
    margin: 0;
    padding: 0
}

.issueCoverImage img {
    border: 0 solid #fff;
    box-shadow: 4px 4px 6px #aaa;
    margin: 1em 2em 1em 0;
    width: 100px
}

.cover-image-intro {
    border: 1px solid #eee;
    box-shadow: 1px 1px 12px #ccc;
    margin: 0 0 0 1em;
    width: 100px
}

.color-box {
    display: block;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 60px
}

.color1 {
    /* Ungu Gelap */
    background-color: #4a148c
}

.color1-light {
    background-color: #f0f0ff
}

.color2 {
    background-color: Orange
}

.color2-light {
    background-color: #ffedcc
}

.color-grey-light {
    background-color: #f4f4f4
}

#journalDescription {
    float: left;
    width: 60%;
    font-family: inherit;
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    text-align: justify;
}

#homepageImage {
    float: right;
    width: 38%;
    margin-bottom: 10px
}

#homepageImage img {
    height: auto;
    max-width: 100%;
    margin-top: -1em
}

#setupForm #homepageImage, #setupForm #journalDescription {
    width: 100%
}

#setupForm #homepageImage img {
    margin-left: 0;
    margin-top: 0
}

#body {
    display: none
}

#setupForm .uploadField {
    width: 400px !important;
    margin-right: 10px;
    float: left !important
}

#sidebar {
    float: right
}

.tocDOI, .articleDOI {
    background: url(https://jpp.fkip.unila.ac.id/public/site/icon-doi.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
    margin-top: 4px;
    font-style: italic;
    padding-left: 30px;
    font-weight: 400;
}

.tocAuthors {
    background: url(https://jpp.fkip.unila.ac.id/public/site/icon-group.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
    font-style: italic;
    margin-top: 4px;
    padding-bottom: 5px;
    padding-left: 30px;
}

.blink-box {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid red;
    color: red;
    font-weight: bold;
    animation: blink-animation 1s steps(2, start) infinite;
    border-radius: 8px;
    background-color: #fff0f0;
    margin-top: 20px;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* Container utama */
.customMenu {
    list-style: none;
    margin: 20px 0 20px 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

/* Header kategori Menu Kustom (Submit Your Manuscript, dll) */
.customMenu li.header {
    /* GANTI WARNA: Gradasi Ungu RIETM */
    background: linear-gradient(135deg, #4a148c, #8e24aa);
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    padding: 0 0.5em;
    border-radius: 8px;
    margin: 5px 0 5px 0;
}

/* Item menu */
.customMenu li {
    margin: 0;
    padding: 0;
}

/* Link menu */
.customMenu li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    padding: 5px 10px;
    /* Border ungu */
    border-top: 1px solid #7b1fa2;
    border-bottom: 3px solid #4a148c;
    border-radius: 5px;
    text-align: left;
    transition: all ease 0.3s;
    margin: 0;
}

/* Hover effect */
.customMenu li a:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    /* Background Lavender */
    background: #f3e5f5;
    color: #000;
    font-weight: 800;
}

