/**
 * 
 *
 * Copyright (c) 2018-2022 Pillar Anugrah Hadi, S.Ds., M.Ds
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 * Anggada OJS2 
 * Update : 10.08.2025
 * Version: 010
 *
 */

 body {
	margin: 0!important;
    padding: 0!important;
    background: #f7f7f7!important;
    font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif!important;
    font-weight: normal!important;
    font-size: 14px;
    color: #363736;
}

a:link {
	color: #000000;
}

a:active {
	color: #265d9e;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #27b0e0;
	background: #ffffff;
}

p{
  text-align: justify;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fbfbfb!important;
}

input.defaultButton {
	background-color: #fbfbfb;
	color: #ffffff;
}
#container{
  /* margin: 0 auto!important; */
  margin-bottom: 35px!important;
  padding: 0!important;
  margin-top: 10px;
  width: 1050px !important;
  min-width: 730px!important;
  text-align: center!important;
  display: inline-block!important;
  box-shadow: 2px 3px 10px 2px #9d1111 !important;
  border: 20px solid #ffffff;
  background: #fbfbfb!important;
}




#header{
	margin: 0!important;
    padding: 0!important;
    background: #fbfbfb!important;
    min-height: 250px!important;
	box-shadow: 0px 7px 9px -5px #26458B !important;
    position: relative;
	z-index: 1;
}

#header h1{
	margin: 0 auto!important;
	padding: 0 0!important;
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif!important;
	font-weight: normal!important;
	text-align: center;
}

#header h2{
	margin: 0.5em 10px !important;
	padding: 0 0!important;
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif!important;
	font-weight: bold!important;
	text-align: center;
	font-size: 14px;
	color: #265D9E;
	letter-spacing: -1px;
	
}

.titleH{
	margin: 10px auto 30px auto !important;
}
#headerTitle{
    margin: 0 auto!important;
    display: inline-block!important;
}
#headerTitle h1 img{

}


#body{
position:relative;
z-index:0;
}





#main {
	float: left!important;
    width: 75%!important;
    margin-left: 0px !important;
    display: inline!important;
    overflow: visible!important;
    margin-top: 0px!important;
	padding:0px;
}

#main h2 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif!important;
	margin-left:20px;
}

#main h3 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif!important;
}




/*Navbar - Pillar*/

#navbar {
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 1050px;
  background: #900;
  background: linear-gradient(87deg, #900 25%, #e90404  100%);

}


#navbar ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#navbar ul li {
    margin: 0;
    padding: 0;
    float: left
}

#navbar a,
#navbar a:link,
#navbar a:visited {
    font-weight: 400;
    font-size: 1em!important;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    line-height: 35px;
    display: inline-block;
    margin: 0;
    padding-left: 13px;
    padding-right: 13px
}

#navbar a:before {
    margin-left: -15px;
    opacity: .15;

}

#navbar a:after {
    margin-left: -14px;
    opacity: .35;

}

#navbar li:first-child a:before,
#navbar li:first-child a:after {
    background-color: black;
    display: none
}

#navbar a:hover {
  background: #ff1717;
	text-shadow: 1px 1px #900;
}

#navbar a:active {
    background: none;
    text-decoration: underline
}

#announcements {
    width: auto!important;
}




/*breadcrumb*/
#breadcrumb {
	margin: 15px;
	overflow: hidden; 
	padding: 0;
	font-size: 12px;
	color: transparent;
}


#breadcrumb a {
	color: #fbfbfb;
	background: #e90404;
	border-radius: 3px 0 0 3px;
	display: inline-block !important;
	height: 26px;
	float: left;
	line-height: 26px;
	padding: 0 30px 0 10px;
	position: relative;
	margin: 0 3px 3px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

#breadcrumb a::before {
	background: #ff1717;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	right: 13px;
	position: absolute;
	width: 6px;
	top: 10px;
}

#breadcrumb a::after {
	background: #fbfbfb;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #ff1717;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

#breadcrumb a:hover {
  background-color: #ff1717;
  color: #fbfbfb;
}

#breadcrumb a:hover::after {
   border-left-color: #ff1717; 
   color: #fbfbfb;
}




/*Content*/
#content{
	border-top: 0px dotted #000;
	margin:15px;
}

#content h3{
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif!important;
}

#content h4{
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif!important;
}

ul.menu li{
	font-weight: bold;
	padding: 10px;
}
#content{

    font-size: 0.85em;
	margin: 15px;
}

#journalDescription{
  text-align: justify;
  float: left;
  width: 65%;
}


#homepageImage{

} 

#homepageImage img{
  display:inline-block;
  max-width:100%;
  max-height:auto;
  width:240px;
  height:auto;
  margin-left: 1.5em;
}

#announcementsHome,
.clear{
  clear:both
}

#rightSidebar {
    float: right;
    width: 22%;
    padding: 3.2em 0em 1em 0em;
    font-size: 1em;
    height: 100%;
    margin-right: 0;
    margin-left: 0;	
}

#rightSidebar{
	margin:45px 0 0 0;
	padding:15px;
	background-color:#fbfbfb!important;		/*untuk warna background sidebar*/
	background-image:none;
	font-size:1em;
	height:auto;
	overflow:hidden
}

#rightSidebar div.block span.blockTitle {
	margin-bottom: 10px;
	padding: 0.7em 12px 0.7em 12px;	
	color: #FFF;
	background: rgb(1,128,128);
	background: linear-gradient(87deg, rgb(38, 93, 158) 25%, rgb(165, 205, 57) 100%);
	box-shadow: 0px 2px 5px -2px rgba(51,51,51,1);
	
}


ul.sidemenu1{
	margin-top: -12px;
	padding-left: 0px !important;
}

ul.sidemenu1.full{
	margin: -12px -12px 0 -12px;
}

ul.sidemenu1 li:before{
	display: none;
}

ul.sidemenu1 li{
	padding: 0;
}

ul.sidemenu1 li:first-child a{
	border-top: 1px solid #27b0e0;		/*untuk warna pembatas menu paling atas dengan menu nav*/
}

ul.sidemenu1 li a {
	display: block;
    padding: 0.5em 10px 0.5em 10px;
    border-bottom: 1px solid rgb(122, 2, 2);
    text-decoration: none;
    color: #FFF;
    background: #900;
    background: linear-gradient(87deg, rgb(153, 0, 0) 25%, rgb(233, 4, 4)  100%);
}

ul.sidemenu1 li a:hover {
	text-decoration: underline;
    background: rgb(38 93 158);
    background: linear-gradient(87deg, rgb(38 69 139) 0%, rgb(38 93 158) 17%, rgb(165 205 57) 100%);
}





 form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 100%;
  float: left;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 95%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom:5px;
	padding: 5px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 95%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #27b0e0;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 95%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 95%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 95%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: left;
  }
}
 
input.button {

   border-top: 2px solid #278cc4;
   border-left: 0px !important;
   border-right: 0px !important;
   border-bottom: 0px !important;
   background: #265d9e;
   background: -webkit-gradient(linear, left top, left bottom, from(#265d9e), to(#26458b));
   background: -webkit-linear-gradient(top, #265d9e, #26458b);
   background: -moz-linear-gradient(top, #265d9e, #26458b);
   background: -ms-linear-gradient(top, #265d9e, #26458b);
   background: -o-linear-gradient(top, #265d9e, #26458b);
   padding: 5px 14px;
   cursor: pointer;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
    min-width: 100px;
    float: right;
}

input.defaultButton {
   border-top: 2px solid #278cc4;
   border-left: 0px !important;
   border-right: 0px !important;
   border-bottom: 0px !important;
   background: #265d9e;
   background: -webkit-gradient(linear, left top, left bottom, from(#265d9e), to(#26458b));
   background: -webkit-linear-gradient(top, #265d9e, #26458b);
   background: -moz-linear-gradient(top, #265d9e, #26458b);
   background: -ms-linear-gradient(top, #265d9e, #26458b);
   background: -o-linear-gradient(top, #265d9e, #26458b);
   padding: 5px 14px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
	min-width: 100px;
    float: right;
}


.button {
   border-top: 2px solid #278cc4;
   background: #265d9e;
   background: -webkit-gradient(linear, left top, left bottom, from(#265d9e), to(#26458b));
   background: -webkit-linear-gradient(top, #265d9e, #26458b);
   background: -moz-linear-gradient(top, #265d9e, #26458b);
   background: -ms-linear-gradient(top, #265d9e, #26458b);
   background: -o-linear-gradient(top, #265d9e, #26458b);
   padding: 5px 14px;
   cursor: pointer;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #26458b;
   background: #26458b;
   color: #e3fffb;
   }
.button:active {
   border-top-color: #26458b;
   background: #26458b;
   }





.block ul {
    padding-left: 1.2em;
    list-style: none;
}


.tocDOI,.articleDOI {
	Background: url(http://galerifdsk.mercubuana.ac.id/narada/images/icon-doi.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
	margin-top: 4px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.tocDOI a {
    color: #363736 !important;
    line-height: 25px;
}
.tocDOI a:hover{
	color: #27b0e0 !important;
	background-color: transparent;
}
.tocAuthors {
	background: url(http://galerifdsk.mercubuana.ac.id/narada/images/icon-group.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
	font-style: italic;
	margin-top: 4px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.tocGalleys .file {
	color: transparent;
	background: url(http://galerifdsk.mercubuana.ac.id/narada/images/icon-pdf.png) no-repeat top right;
	height: 20px;
	width: 24px;
	display: inline-block;
	float: right;
}

table.tocArticle:nth-child(2n+1) tr {
	background-color: #edfaff;
}

table.tocArticle:nth-child(2n) tr {
	background-color: #e4f7ff;
}

table.tocArticle tr:hover {
	background-color: #d1effb;
}

table.tocArticle td {
	padding: 15px 15px;
}

table.tocArticle a {
	text-decoration: none;
	color: #265d9e;
}

div#content table.listing tbody tr td {
	padding: 1em 0em 1em 0em;
	word-wrap:break-all !important; /*old browsers*/
	word-break: break-all !important;
	overflow-wrap: break-word!important;
}

.tocTitle {
	font-weight: bold;
}
.tocTitle a {
	text-decoration: none;
	color: #265d9e;
}
.tocTitle a:hover {

	text-decoration: none;
	color: #265d9e;
	background-color: transparent;
}


.tocAuthors {
	font-style: italic;
}

td.tocGalleys {
	padding-right: 10px;
}



#customblock-TOOLS{
	
}

#customblock-TOOLS ul{
	    padding: 0px;

}

#customblock-TOOLS u li{
	    padding: 5px;
}


/* customblock-Statistic */
#customblock-Statistic > p > a > img {
  width: 235px;
  height: auto;
}





::-moz-selection { /* Code for Firefox */
	color: #26458b;
	background: #e1f49d;
}

::selection {
	color: #26458b;
	background: #e1f49d;
}

.r-pillar {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}


.c-pillar {
  -ms-flex: 22%; /* IE10 */
  flex: 22%;
  max-width: 22%;
  padding: 0 4px;
}

.c-pillar img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .c-pillar {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .c-pillar {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}