/*
CustomPage.css
created by AnwarDani
anwardani.id
*/
html {
	scroll-behavior: smooth;
}
/* header setting */
header .brand-logo img {
    height: 18px;
    width: auto;
    max-height: 50px;
    position: absolute;
    top: 5;
}
header .brand-logo {
    top: 8;
    text-shadow: 1px 1px 1px gray;
    padding: 24px 12px;
    min-width: 250px;
}
.mobname {
   font-size: 1.7rem;
}
#mobmenu {
    margin: 7px 10px;
}

/* setting homepage */
.addhomecontent {
    margin-top: 10px;
}
.homecontent {
    padding: 10px !important;
}
.tabcontent {
    margin: 0 0 20px 20px !important;
    width: 97% !important;
}
.issuehome {
    padding: 10px 5px 7px 10px;
    background: #80808017;
    border-radius: 5px 5px 0 0;
    margin: 1rem 0 0 0;
}
.infoissue {
    background: #cacaca;
    padding: 5px 5px 2px 7px;
    color: #6f6e6e;
    border-top: 1px solid #aeacac;
    border-bottom: 2px solid #aeacac;
    font-size: 0.9rem;
}
.description img {
    width: 100%;
}
img.responsive-img {
    width: 100%;
}
/* setting element */
td, th {
    padding: 0;
}
tr {
    border-bottom: none;
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked), [type="radio"] {
    position: relative;
    opacity: 1;
    margin: 15px auto;
}
.menu {
    display: inline-block;
}
.menu li {
    float: left;
    padding-right: 10px;
}
.menu li::before {
    font-family: 'Material Icons';
    content: 'check_box';
    position: relative;
    top: 2 !important;
    padding-right: 3px;
}
.description {
    padding: 5px 0 10px 0 !important;
}
.details {
    font-size: 1rem;
}
.separator {
   border-bottom: 2px solid #80808040;
   padding-top: 15px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

.issueinfo td {
    padding: 5px 0;
}
.headinfo {
    text-align: center;
    background: #ffafaf;
    color: #cd0000;
}
.panel-body {
    border-bottom: 1px solid #d5d5d5;
    font-size: 1rem;
}
.panel-body td {
    padding-top: 8px;
}
/* issue styling */
.tocArticleTitleAuthors {
    padding: 10px 0;
}
.liauthor {
    margin: 10px 0;
}
.tocAuthors {
    font-size: 1rem;
}
.TOC {
    border-bottom: 2px solid #d2cfcf;
}
.nfile {
    padding: 5px;
    font-size: 1rem;
    border-radius: 3px;
    color: #fff !important;
	width: 60px;
    text-align: center;
}
.okeyoi {
	color: #fff !important;
	padding-left: 5px;
}
.tocPages {
    padding-top: 10px;
    text-align: center;
    font-size: 0.9rem;
}
.tocArticle {
    margin-bottom: 15px;
}
.detailarticle {
    padding: 0 15px;
}
.artab{
    padding: 0 15px 0 0 !important;
    text-align: justify;    
}
.fulltext{
    text-align: right;
    padding-bottom: 10px !important;
}
.doi {
    padding-left: 0px !important;
}
#tablelist td {
    padding: 10px 4px !important;
}
#tablelist th {
    padding: 10px;
    text-align: center;
}
.btnlink {
    border: 1px solid gray;
    padding: 5px;
    margin: 2px;
    display: inline-block;
    box-shadow: 1px 1px 1px gray;
    border-radius: 3px;
}
/* sizing */
h3 {
    font-size: 2.5rem;
    margin: 1rem 0 1.168rem;
}
h4 {
    font-size: 2rem;
    margin: 1rem 0 .912rem;
}
.h3 {
    font-size: 2.5rem;
    position: relative;
    top: 6;
}
.h4 {
    font-size: 30px;
    position: relative;
    top: 4;
}
label {
    font-size: 1rem;
}
.text-center {
    text-align: center;
}
.btn-block {
    display: inline-table;
}
/* setting sidebar */
.block {
    padding: 10px;
}
#sidebarUser span.blockTitle::before, #sidebarInformation span.blockTitle::before {
    font-family: 'Material Icons';
    content: 'people';
    position: relative;
    top: 3;
    padding: 5px;
}
#sidebarInformation span.blockTitle::before {
    content: 'info_outline';
}
.sidemenu {
    margin: 0;
    margin: 0 0 -20px 0;
}

/* setting pages */
#cardpage {
    padding: 10px 20px;
}
#breadcrumbs-wrapper {
    margin-left: 20px;
}
.label {
    padding-right: 10px;
}
.sidelogin {
    background: #dfdede2e;
    border-radius: 5px;
    border: 2px solid #cac8c82e;
    margin-top: 10px !important;
}
/* coloring 
dark : #3b0070
semi : #8157a6
light : #9572b6
*/
#main a {
    color: #3b0070;
}
nav {
    background-color: #3b0070;
}
.footertop {
    background: #8157a6;
    padding: 10px;
    color: #fff;
    border-bottom: 5px solid #2a6641;
}
.page-footer {
    background: #3b0070;
    color: #fff;
}
.page-footer a {
    color: #fff !important;
}
.credit {
    font-size: 0.8rem;
    opacity: 0.4;
}
.blockTitle {
    display: block;
    background: #3b0070;
    padding: 10px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    font-size: 1.2rem;
    margin: -10px -10px 5px -10px;
}
.instruct {
    font-size: 0.9rem;
    color: #8080808f;
}
.sidemenu li {
    background: #3b0070;
    border-bottom: 1px solid #0b3008;
    margin: -10px -10px 10px -10px;
    padding: 10px;
    color:#fff;
}
.sidemenu li:hover {
    background: #9572b6;
    color: #3b0070;
}
.sidemenu li a {
    color:#fff !important;
}

.nfile {
    background: #3b0070;
}

@media only screen and (max-width:992px){
    .tabs {
        display: inline !important;
    }
    .tocArticle {
        width: 90% !important;
    }    
    .issuehome {
        margin: 1rem 1.5rem 0 0 !important;
    }
    .infoissue {
        margin-right: 20px !important;    
    }
    .details {
        margin-right: 20px;
    }
    .description {
        padding: 5px 10px 10px 0 !important;
    }
    .separator {
        margin-right: 20px;
    }        
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.fancybox-slide--iframe .fancybox-content {
    width: 600px!important;
	height: 410px!important;
    margin: 20px;
}
body#editorialTeamBio {
	background: none;
}
#headerTitle {
    padding: 0 0 1px 0;
    background: #630e0e;
    text-align: center;
    color: #fff;
}
.btn-floating.btn-large {
    border-radius: 50%;
    min-width: 100%;
}
// RESTYLE OWL CAROUSEL NAVS WITH MATERIAL ICONS
// Reference: http://stackoverflow.com/a/36889571/2218697
.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'Material Icons';
    font-size: 4rem;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0 100px;
}

.owl-carousel .owl-stage {
	margin-top: 26px;
}
.owl-nav {height:0;margin:0;}
.owl-carousel .owl-nav .owl-prev:before{
    font-family: "Material Icons";
    content: "\E5CB";
    font-size: 4rem;
    margin-left:16px;
    position: absolute;
	  top: 16px;
    left: 0px;
    height: auto;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.1),
                 0px 0px 8px rgba(0,0,0,0.05),
                 0px 0px 12px rgba(0,0,0,0.05);
}
.owl-carousel .owl-nav .owl-next:after{
    font-family: "Material Icons";
    content: "\E5CC";
    font-size: 4rem;
    margin-right: 16px;
    position: absolute;
	  top: 16px;
    right: 0px;
    height: 100%;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.1),
                 0px 0px 8px rgba(0,0,0,0.05),
                 0px 0px 12px rgba(0,0,0,0.05);
}
#notification span.blockTitle::before {
    font-family: 'Material Icons';
    content: 'notifications_active';
    position: relative;
    top: 3;
    padding: 5px;
}

#sidebarNavigation span.blockTitle::before {
    font-family: 'Material Icons';
    content: 'local_library';
    position: relative;
    top: 3;
    padding: 5px;
}

#sidebarKeywordCloud span.blockTitle::before {
    font-family: 'Material Icons';
    content: 'filter_drama';
    position: relative;
    top: 3;
    padding: 5px;
}
#sidebarUser > strong {
    padding: 5px 25px;
    display: table;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
}