/**
 *
 * Open Journal Systems
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * 
 *
 **/
/**
 * Design by sanguilmu.com
 *
 */

@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);

#header {
  background-color: transparent;
  padding-bottom: 40px;
}

#navbar {
  background: linear-gradient(
    42deg,
    rgb(123 53 203) 0%,
    rgb(71 125 197) 50%,
    rgb(123 53 203) 100%
  );
  /*warna Navbar*/
  background-repeat: repeat-x;
  border: 0;
  height: 40px;
  margin-bottom: 0px;
  margin-left: 0 !important;
  padding: 0;
  text-align: left;
  width: 1020px;
  margin-top: -5px;
  border-top: 2px solid #ffffff;
}

#navbar ul {
  margin: 0;
  padding: 0 0 0 10px;
}

#navbar ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#navbar a,
#navbar a:link,
#navbar a:visited {
  color: black;
  /*warna huruf navbar*/
  display: inline-block;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#navbar a::after,
#navbar a::before {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 5px;
  width: 1px;
  margin-top: -5px;
}

#navbar a:after {
  margin-left: -14px;
  opacity: 0.35;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #fff,
    rgba(0, 0, 0, 0)
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    #fff,
    rgba(0, 0, 0, 0)
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.01),
    #fff,
    rgba(255, 255, 255, 0.01)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
}

#buttonx {
  /*untuk atur lebar menu */
  width: 209px;
  /*----------------------- */
  border: 1px solid #000;
  border-top: 1px solid #a40a0a;
  padding: 0;
  margin-top: -13px;
  background-color: #90bade;
  color: #333;
  position: absolute;
  list-style: none;
  margin-left: -10px;
}

#buttonx ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#buttonx li {
  border-bottom: 1px solid #a40a0a;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

#buttonx li a {
  display: block;
  padding: 7px 5px;
  border-left: 5px solid #480101;
  border-right: 5px solid #8b0505;
  background-color: #e1e0db;
  color: #2fa7bf;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
  list-style: none;
}

html > body #buttonx li a {
  width: auto;
}

#buttonx li a:hover {
  border-left: 5px solid #60a8d0;
  border-right: 5px solid #a9dfeb;
  background-color: #29aec1;
  color: #fff;
}

#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: -7px;
  opacity: 0.15;
}

#navbar a::after {
  background: -moz-linear-gradient(
      center top,
      rgba(255, 255, 255, 0.01),
      #fff,
      rgba(255, 255, 255, 0.01)
    )
    rgba(0, 0, 0, 0);
  margin-left: -9px;
  opacity: 0.35;
}

#navbar li:first-child a::after,
#navbar li:first-child a::before {
  background-color: #000;
  display: none;
}

#navbar a:hover {
  background: #aaf2ff;
  /*warna pointer navbar*/
  text-shadow: 1px 1px #95cedf;
  color: white;
  /*warna shadown text menu navbar*/
}

#body,
#header,
#navbar,
#sidebar,
#main {
  display: inline-block !important;
}

#leftSidebar div.block span.blockTitle,
#rightSidebar div.block span.blockTitle,
#sidebarDevelopedBy.block,
#sidebarHelp.block {
  background: url(stripes.png) #fff;
}

#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;
}

#header,
#navbar,
ul.sidemenu li:before {
  display: none;
}

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

a:active,
a:link,
a:visited {
  color: #3c3b38;
  /*warna link visited, seperti warna link history klik dan tulisan di sidebar*/
  text-decoration: none;
}

#navbar a:active,
a:hover {
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

#container {
  background-color: #f1f1f1;
  /*background web*/
  min-width: 730px !important;
  text-align: center;
}

#headerTitle {
  width: 1020px;
}

#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;
  height: 100%;
  width: 100%;
}

#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;
  display: none;
}

#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 white;
}

ul.sidemenu {
  padding-left: 0 !important;
  margin: -10px -10px 0;
}

ul.sidemenu li {
  padding: 0;
}

ul.sidemenu li a,
a.visited {
  background: linear-gradient(42deg, rgb(254 254 254) 50%, rgb(123 53 203) 100%);

  /*warna background sidemenu*/
  /*border-bottom: 1px solid #315c80;*/
  color: black;
  /*warna huruf*/
  /*font-weight: 700;*/
  display: block;
  padding: 0.66em 10px 0.6em 13px;
  text-decoration: none;
  transition: 0.5s;
}

#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: linear-gradient(
    42deg,
    rgb(123 53 203) 0%,
    rgb(71 125 197) 50%,
    rgb(123 53 203) 100%
  );
  /*hover side-menu*/
  text-decoration: underline;
  padding: 15px;
}

#breadcrumb {
  margin: 0 20px;
  padding: 0.7em 0;
  border-bottom: 1px dotted #333;
}

#content,
#main > h2 {
  padding-left: 20px;
  padding-right: 20px;
}

#cpr {
  border: 0 #fff;
}

#leftSidebar,
#rightSidebar {
  font-size: 0.68em;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 50px 10px 10px;
}

#rightSidebar {
  border-left: 1px solid #ccc;
  float: right;
  width: 191px;
  background: transparent none;
  /*background rightbar*/
}

.sidemenu.full {
  margin-top: -13px !important;
}

#leftSidebar div.block,
#rightSidebar div.block {
  border: 0;
  color: inherit;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

#leftSidebar div.block span.blockTitle,
#rightSidebar div.block span.blockTitle,
#sidebarDevelopedBy.block,
#sidebarHelp.block {
  color: black;
  font-weight: bold;
  /*warna huruf block title*/
  display: block;
  letter-spacing: 0;
  margin-bottom: 10px;
  background: linear-gradient(
    42deg,
    rgb(123 53 203) 0%,
    rgb(71 125 197) 50%,
    rgb(123 53 203) 100%
  );
  /*warna block-title sidebar*/
  padding: 0.4em 10px !important;
  text-transform: uppercase;
  margin-left: -12px;
  margin-right: -12px;
}

#sidebarDevelopedBy.block a,
#sidebarHelp.block a {
  color: white;
  /*warna block-title sidebar*/
  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 {
  list-style: none;
  padding-left: 1.2em;
}

.block li:before {
  content: "\00BB";
  display: block;
  height: 0;
  left: -1em;
  position: relative;
  width: 0;
}

.banner-img,
.indexers a,
.intro {
  display: inline-block;
}

#sidebarFontSize.block {
  padding-bottom: 35px !important;
}

table.tocArticle:nth-child(2n + 1) tr {
  background-color: #1db5c2;
}

table.tocArticle:nth-child(2n) tr {
  background-color: #fefefe;
}

table.tocArticle tr:hover {
  background-color: #477dc5;
}

table.tocArticle td {
  padding: 5px 10px;
}

.tocTitle {
  font-weight: 700;
}

.tocAuthors {
  font-style: italic;
}

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, #69b1d7 0, #0386a4 100%);
  background-repeat: repeat-x;
}

#content ul.menu a {
  color: #fff;
}

#content ul.menu a:hover {
  color: #6d48cb;
}

input.textField,
input.uploadField,
select.selectMenu,
textarea.textArea {
  background-color: #f1f1f1;
  border: 1px solid #aaa;
  color: #444;
  padding: 0.3em;
}

input.textField:focus,
input.uploadField:focus,
select.selectMenu:focus,
textarea.textArea:focus {
  border: 1px solid #0d355e;
}

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: 0.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: 0.75;
  filter: alpha(opacity=75);
}

.indexers a img {
  height: 38px;
}

a img {
  border: 0;
}

div.thickSeparator {
  margin-bottom: 10px;
}

span.highlight {
  background-color: #fff;
}

.intro {
  background-color: #fff2db;
  border: 1px dotted Explore Blue;
  padding: 10px;
}

.intro ul {
  margin: 0;
  padding-left: 1em;
}

.highlight {
  background-color: ivory;
  border: 1px dashed #3b3d6d;
  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 {
  background-color: #0d355e;
}

.color1-light {
  background-color: #f0f0ff;
}

.color2 {
  background-color: Explore Blue;
}

.color2-light {
  background-color: #ffedcc;
}

.color-grey-light {
  background-color: #f4f4f4;
}

#journalDescription {
  float: left;
  width: 60%;
  text-align: justify !important;
}

#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(/public/site/images/abdimas/icon-doi.png) 1px 2px no-repeat
    rgba(0, 0, 0, 0);
  margin-top: 4px;
  padding-left: 30px;
}

.tocAuthors {
  background: url(https://i.ibb.co/wwXb1Bh/icon-group.png) 1px 2px no-repeat
    rgba(0, 0, 0, 0);
  font-style: italic;
  margin-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.tocGaleyPdf {
  background: url(https://i.ibb.co/6bLnNgt/icon-pdf.png) no-repeat top right;
  height: 20px;
  width: 24px;
  display: inline-block;
  float: right;
}

.tocGaleyFile {
  background: url(https://i.ibb.co/6bLnNgt/icon-pdf.png) no-repeat top right;
  /*icon file*/
  height: 20px;
}

#articleAbstract p {
  text-align: justify;
}

.tocGalleys .file {
  color: transparent;
  background: url(https://i.ibb.co/88ztM3F/icon-pdf.png) no-repeat top right;
  height: 20px;
  width: 24px;
  display: inline-block;
  float: right;
}

a:link,
a:visited,
a:active {
  color: #000000;
}

#container {
  background: linear-gradient(
    42deg,
    rgb(123 53 203) 0%,
    rgb(71 125 197) 50%,
    rgb(123 53 203) 100%
  );
  /*background web*/
  min-width: 730px !important;
  text-align: center;
}

#pageHeaderTitle img,
#journalTitleAndLogo img {
  width: 100%;
  height: 100%;
}

#pageFooter {
  background: #fff;
  padding: 20px;
}

#journalDescription div {
  text-align: justify;
}

#homepageImage {
  box-shadow: 2px 2px 5px 2px #888888;
}
