/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* Original + color swap */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pkp_button,
.pkp_button_primary,
.pkp_button_offset,
.pkp_button_link {
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #357edd;
  box-shadow: 0 1px 0 #eeeeee;
}
.pkp_button:hover,
.pkp_button:focus,
.pkp_button_primary:hover,
.pkp_button_primary:focus,
.pkp_button_offset:hover,
.pkp_button_offset:focus,
.pkp_button_link:hover,
.pkp_button_link:focus {
  color: #357edd;
  border-color: #357edd;
}

.pkp_button:disabled,
.pkp_button_primary:disabled,
.pkp_button_offset:disabled,
.pkp_button_link:disabled {
  color: #aaaaaa;
}
.pkp_button:disabled:hover,
.pkp_button_primary:disabled:hover,
.pkp_button_offset:disabled:hover,
.pkp_button_link:disabled:hover {
  color: #aaaaaa;
  border-color: #eeeeee;
}
.pkp_button_primary {
  color: #ffffff;
  background: #357edd;
  border-color: #357edd;
  box-shadow: 0 1px 0 #357edd;
}
.pkp_button_primary:hover,
.pkp_button_primary:focus {
  background: #96ccff;
  color: #ffffff;
}
.pkp_button_primary:disabled,
.pkp_button_primary:disabled:hover {
  color: #ffffff;
  background: #cccccc;
  border-color: #cccccc;
  box-shadow: 0 1px 0 #999999;
}
.pkp_button_offset {
  color: #ff4136;
}
.pkp_button_offset:hover,
.pkp_button_offset:focus {
  border-color: #ff4136;
  color: #ff4136;
}
.pkp_button_offset:disabled,
.pkp_button_offset:disabled:hover {
  color: #ffffff;
  background: #cccccc;
  border-color: #cccccc;
  box-shadow: 0 1px 0 #999999;
  cursor: not-allowed;
}

.pkp_screen_reader:focus,
.pkp_page_index .cmp_announcements h2:focus {
  background-color: #ffffff;
  color: #000000;
}

.pkp_help_link {
  color: #357edd;
}
.pkp_help_link:hover,
.pkp_help_link:focus {
  color: #96ccff;
}
.pkp_help_link:focus {
  box-shadow: 0 0 0 3px #357edd;
}
.pkp_help_tab,
.pkp_help_modal {
  background: #ffffff;
}

.pkp_uploadedFile_summary .details > span:before {
  color: #aaaaaa;
}

.pkp_uploadedFile_summary .print:before {
  color: #aaaaaa;
}

.pkp_helpers_debug,
.pkp_helpers_debug div {
  border: 1px dashed #e7040f;
}

.pkp_helpers_underline:after {
  border-bottom: 2px solid #ffffff;
}

.pkp_helpers_dotted_underline {
  border-bottom: 1px dotted #999999;
}
.pkp_helpers_black_bg {
  background-color: #000000;
}
.pkp_helpers_text_warn {
  color: #d5008f;
}
.pkp_helpers_text_primary {
  color: #000000;
}

.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
  background: #eeeeee;
  border-top-color: #cccccc;
  color: #357edd;
}

.cmp_button_wire,
.obj_galley_link {
  background: #ffffff;
  border: 1px solid #357edd;
  color: #357edd;
}

.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
  background: #357edd;
  color: #ffffff;
}

.cmp_form .fields > div .error {
  background: #ff4136;
  color: #ffffff;
}

.cmp_form .label .required {
  color: #ff4136;
}

.cmp_form input[type="text"],
.cmp_form input[type="email"],
.cmp_form input[type="password"],
.cmp_form input[type="url"],
.cmp_form input[type="tel"],
.cmp_form select,
.cmp_form textarea {
  background: #ffffff;
}

.cmp_form .pkp_form_error {
  background: #ff4136;
  color: #ffffff;
}

.cmp_search_filter .delete {
  color: #ff4136;
}

.cmp_notification {
  background: #eeeeee;
  border-left: 0.357rem solid #357edd;
}

.cmp_notification .success {
  border-color: #19a974;
}
.cmp_notification .no {
  border-color: #ff4136;
}

.cmp_announcements > li {
  border-bottom: 1px solid #eeeeee;
}

.cmp_skip_to_content a {
  background: #ffffff;
}

.cmp_skip_to_content a:focus {
  color: #357edd;
}

.cmp_table {
  border: 1px solid #eeeeee;
}

.cmp_table th,
.cmp_table td {
  border-bottom: 1px solid #eeeeee;
}

html,
body {
  background: #ffffff;
}

a {
  color: #357edd;
}

a:hover,
a:focus {
  color: #96ccff;
}

@media (min-width: 768px) {
  .pkp_structure_main:before,
  .pkp_structure_main:after {
    background: #eeeeee;
  }
}

.pkp_structure_head {
  background-color: #ffc000;
  border-bottom: 1px solid #eeeeee;
}

.pkp_site_nav_menu {
  background: #ffc000;
}

@media (min-width: 992px) {
  .pkp_nav_list ul {
    background: #ffffff;
  }

  .pkp_nav_list ul a {
    color: #357edd;
  }

  .pkp_nav_list ul a:hover,
  .pkp_nav_list ul a:focus {
    background: #eeeeee;
    border-color: #357edd;
    color: #357edd;
  }

  .pkp_navigation_primary > li > a:focus {
    color: #ffc000;
  }

  .pkp_navigation_primary .dropdown-menu a:focus,
  .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #357edd;
  }

  .pkp_navigation_user > li > a:focus {
    color: #ffc000;
  }

  .pkp_navigation_user > li > a:focus .task_count {
    background: #ffc000;
  }

  .pkp_navigation_search_wrapper a:focus {
    color: #ffc000;
  }
}

@media (min-width: 768px) {
  .pkp_page_index .journals > ul > li {
    border-top: 1px solid #eeeeee;
  }
}

.pkp_page_index .cmp_announcements {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
    border-left: 1px solid #eeeeee;
  }

  .pkp_page_index .cmp_announcements .more:before {
    border-left: 1px solid #eeeeee;
  }
}

.pkp_page_index .current_issue .read_more {
  color: #357edd;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
  color: #96ccff;
}
.pkp_page_index .additional_content {
  border-top: 1px solid #eeeeee;
}

@media (min-width: 768px) {
  .page_catalog_category .subcategories {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }

  .page_catalog_category .subcategories h2 {
    background: #ffffff;
  }
}

@media (min-width: 768px) {
  .page_catalog_category h2.title:focus {
    background-color: #ffffff;
    color: #000000;
  }
}

.page_issue_archive .issues_archive {
  border-top: 1px solid #eeeeee;
}

.page_issue_archive .issues_archive > li {
  border-bottom: 1px solid #eeeeee;
}

.page_lost_password .pkp_form_error {
  background: #ff4136;
  color: #ffffff;
}

.page_register #formErrors {
  background: #ff4136;
  color: #ffffff;
}

.page_register #formErrors .pkp_form_error_list a {
  color: #ffffff;
}

.pkp_op_register .ui-helper-hidden-accessible:focus {
  background-color: #ffffff;
  color: #000000;
}

.page_search .search_advanced {
  border: 1px solid #eeeeee;
}

.page_search .date_range label:focus {
  background-color: #ffffff;
  color: #000000;
}

.page_search .submit button:after {
  background: #357edd;
  color: #ffffff;
}
.page_search .submit button:hover:after,
.page_search .submit button:focus:after {
  background: #96ccff;
}

.page_submissions .submission_checklist li .fa {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #19a974;
}
@media (min-width: 480px) {
  .page_submissions .submission_sections ul,
  .page_submissions .submission_checklist ul {
    border: 1px solid #eeeeee;
  }

  .page_submissions .submission_sections li,
  .page_submissions .submission_checklist li {
    border-bottom: 1px solid #eeeeee;
  }
}
.header_view {
  background: #357edd;
}

.header_view .return {
  background: #ffffff;
  color: #357edd;
}

.header_view .return:hover,
.header_view .return:focus {
  background: #96ccff;
  color: #ffffff;
}
.header_view .title {
  color: #ffffff;
}
.header_view .title:hover,
.header_view .title:focus {
  background: #96ccff;
}

.header_view .download {
  background: #ffffff;
}

.header_view .download:hover,
.header_view .download:focus {
  background: #96ccff;
  color: #ffffff;
}

.galley_view .galley_view_notice {
  background: #ff4136;
}

.obj_announcement_full .date:before {
  color: #eeeeee;
}

.obj_announcement_summary .date:before {
  color: #eeeeee;
}

.obj_announcement_summary .read_more {
  color: #357edd;
}

.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
  color: #96ccff;
}

.obj_article_details .entry_details {
  border-top: 1px solid #eeeeee;
}
.obj_article_details .entry_details .item {
  border-bottom: 1px solid #eeeeee;
}

.obj_article_details .citation_display .citation_formats_button:focus {
  background: #eeeeee;
}

.obj_article_details .citation_display .citation_formats_styles a {
  border-bottom: 1px solid #eeeeee;
}
.obj_article_details .citation_display .citation_formats_styles a:focus {
  background: #eeeeee;
}

.obj_article_details .citation_display .citation_formats_styles + .label {
  border-top: 1px solid #eeeeee;
}

@media (min-width: 768px) {
  .obj_article_details .row {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }

  .obj_article_details .main_entry {
    border-right: 1px solid #eeeeee;
  }

  .obj_article_details .entry_details {
    border-left: 1px solid #eeeeee;
  }

  .obj_article_details .entry_details .item {
    border-bottom: 1px solid #eeeeee;
  }
}

.obj_galley_link.restricted {
  border-color: #d5008f;
  color: #d5008f;
}

.obj_galley_link.restricted:before {
  color: #d5008f;
}

.obj_galley_link.restricted:hover,
.obj_galley_link.restricted:focus {
  background: #d5008f;
  color: #ffffff;
}

.obj_galley_link.restricted:hover:before,
.obj_galley_link.restricted:focus:before {
  color: #ffffff;
}

.obj_galley_link_supplementary {
  color: #357edd;
}

.obj_galley_link_supplementary:hover,
.obj_galley_link_supplementary:focus {
  color: #96ccff;
}

@media (min-width: 768px) {
  .obj_issue_toc .galleys:before,
  .obj_issue_toc .section:before {
    border-top: 1px solid #eeeeee;
  }
  .obj_issue_toc .galleys > h2,
  .obj_issue_toc .section > h2,
  .obj_issue_toc .galleys > h3,
  .obj_issue_toc .section > h3 {
    background: #ffffff;
  }
}

.block_browse .current a {
  border-left: 4px solid #eeeeee;
}

.pkp_structure_footer_wrapper {
  background: #eeeeee;
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search.is_open .search_prompt {
  border-right: 1px solid #eeeeee;
}

/* Override */

.pkp_structure_head {
  background: #012060 !important;
}

.pkp_site_nav_toggle > span {
  border-color: #ffffff !important;
}

.pkp_site_name {
  bottom: 5px;
}

.pkp_site_name a {
  text-decoration: none;
}

.pkp_site_name .is_img img {
  display: none;
}

.pkp_site_name .is_img::before {
  content: "JURNAL ALAT BERAT";
  color: #ffc000;
}

.pkp_site_nav_toggle > span:before,
.pkp_site_nav_toggle > span:after {
  background: #ffffff;
}

.pkp_site_nav_menu a {
  color: #00449e;
}

.pkp_site_nav_menu a:hover,
.pkp_site_nav_menu a:focus {
  color: #012060;
  text-decoration: none;
}

.pkp_navigation_user > li > ul a .task_count {
  background-color: rgba(255, 255, 255, 0.5);
  color: #00449e;
}

.pkp_navigation_user > li > ul a:hover .task_count,
.pkp_navigation_user > li > ul a:focus .task_count {
  background-color: rgba(255, 255, 255, 0.5);
  color: #012060;
}

@media (min-width: 992px) {
  .pkp_navigation_user a {
    color: #ffffff;
  }

  .pkp_navigation_user a:hover,
  .pkp_navigation_user a:focus {
    color: #ffc000;
    background: none !important;
  }

  .pkp_navigation_primary > li > a {
    color: #00449e;
  }

  .pkp_navigation_primary > li > a:hover,
  .pkp_navigation_primary > li > a:focus {
    background: transparent;
    color: #012060;
  }

  .pkp_navigation_primary > li:first-child a {
    margin-left: 0;
  }

  .pkp_site_name {
    bottom: 0;
  }

  .pkp_site_name .is_img::before {
    content: "";
  }

  .pkp_site_name .is_img {
    margin: 0;
  }

  .pkp_site_name .is_img img {
    display: block;
    max-height: 116px;
  }

  .pkp_page_index .homepage_image img {
    display: none;
  }
}

@media (min-width: 480px) {
  .pkp_structure_footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .pkp_footer_content {
    margin-right: auto;
  }
}
