@import url('https://fonts.googleapis.com/css?family=Boogaloo'); 
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Andada&display=swap');

html, body {
  height: 100%;
}

#loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url("https://1.bp.blogspot.com/-6rqjYcAEiNE/X9_i41oU7cI/AAAAAAAABt0/C-VwTBQDdkkxXMxGd59V-HNm9BRv_o8vgCLcBGAsYHQ/s200/Spinner-1s-200px.gif") 50% 50% no-repeat rgb(255, 255, 255); opacity: 1; }

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); }
}

.navbar-default .navbar-brand, .header_view .navbar-brand, .navbar-header {
    font-size: 25px;
    font-family: 'serif', cursive; color: #2662be;
	text-shadow: 1px 1px #dcdcdc, 1px 1px #dcdcdc, 1px 1px #dcdcdc;
}


.text-alert {
  background-color: #ffffff00 !important;
  display: none !important;

}

.pkp_block {
	border: none;
	background-color: #84505000;
}

.journal_index {
    min-height: 0px;
}

.panel-body, .pkp_block .content {
    padding: 0px;
}

blockquote {
    font-family: Cambria, serif;
    font-size: 16px;
    width: 100%;
    margin: 0.9em 0;
    padding: 0.8em 30px;
    line-height: 1.45;
    position: relative;
    color: #ffffff;
    border-left: 4px dashed #b3e147;
    background: #325a62;
	box-shadow: 1px 1px 12px #325a62;
}

.blockquotes {
    border-top: 5px solid #ebebeb;
    background: #1e404e;
    color: #ebebeb;
    font-size: 20px;
    line-height: 24px;
}

.gambar {
	box-shadow: 1px 1px 10px #6c6b69;
}

.zoom {
  padding: 0px;
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
opacity: 0.6;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


/* Add animation to "page content" */

.animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}

@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 }
to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
from{ bottom:-100px; opacity:0 }
to{ bottom:0; opacity:1 }
}

.panel-default > .panel-heading, .pkp_block .title {   
  
    color: #ffffff;    
    background: rgba(179,220,237,1);
    background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(100%, rgba(41,184,229,1)));
    background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5', GradientType=0 );
}

.cmp_breadcrumbs ol {display: none}

.thumbnail {
    display: block;
    padding: 2px;
    margin-bottom: 21px;
    line-height: 1.42857143;
    background-color: #222;
    border: 0px solid #464545;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.breadcrumb {
    padding: 8px 8px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #303030;
    border-left: 4px dashed #e47e25;
}

.about_journal {
display : none;
}

.primary_contact {
display : none;
}

.tocDOI {
	width: 50%;
	height: 50%;
    background: url(https://1.bp.blogspot.com/-FCMS9KUAsg0/X-A_ln91fqI/AAAAAAAABvQ/MJsj6p__mLw9vcAwsh4ysLeu0gwcrD26ACLcBGAsYHQ/s31/doi.png) 2px 7px no-repeat rgba(0,0,0,0);
    margin-top: 4px;
    padding-left: 35px;
	text-shadow: 1px 1px #dcdcdc, 1px 1px #e52a2a, 1px 1px #bd2bc6;
}

b, strong {
    font-weight: bold; color: #0b612d;
}

.page-header {
	padding-bottom: 9.5px;
    margin: -4px 0 0px;
	text-decoration: none;
    color: #ea5b24;
    font-family: 'Andada', serif;
    text-shadow: 1px 1px #dcdcdc, 1px 1px #dcdcdc, 2px 2px #dcdcdc;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

h2, .h2 {
    font-size: 25px;
	font-family: 'Andada', serif;
	color: #3d9bdc;
	text-decoration: none;
    text-shadow: 1px 1px #dcdcdc, 1px 1px #dcdcdc, 1px 1px #dcdcdc;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
}

h2 small, .h2 small {
	font-family: 'Boogaloo', cursive;
	font-size: 100%;
    color: #ffffff;
    text-shadow: 0 -1px 1px #99cde9;
    text-decoration: none; 
	background: url(https://1.bp.blogspot.com/-eHB6UJZzAMk/X-SJWUAUNAI/AAAAAAAABzY/u03QlAbQKP0D9xgxKoai2-nCUY28tItnQCLcBGAsYHQ/s28/ama_amar.png) 0px 0px no-repeat rgba(0,0,0,0);
    padding-left: 28px;
	}

.article-author-affilitation{     
	width: 50%;
	height: 50%;
	color: #6ac9e9;
    text-decoration: none; background: url(https://1.bp.blogspot.com/-lG2tmxfqQTI/X-BFOXhMjaI/AAAAAAAABwQ/yqdOpm5tpT0jRlOxrk-lJy2NXITN6JWngCLcBGAsYHQ/s40/rumah%2Bkampus.png) 1px 3px no-repeat rgba(0,0,0,0);
    margin-top: 4px;
    padding-left: 35px;
}
	
h4, .h4 {
    font-size: 22px;
	text-decoration: none;
    text-shadow: 1px 1px #dcdcdc, 1px 1px #dcdcdc, 1px 1px #dcdcdc;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
}

.site_header {
    background: url(https://1.bp.blogspot.com/-8AA8hsa8RhA/X_i9wGxhdXI/AAAAAAAAB5M/q4Wze3bEi-AoPpjtpgKti-7wH0XnyZ7LwCLcBGAsYHQ/s1200/footer_bg.png) repeat;
    padding: 10px;
	border-bottom: 4px dashed #9ea1ac;
    margin-top: 40px;
    color: Limegreen;
    font: bold 15px Helvetica, Arial, Sans-Serif;
    text-shadow: 1px 1px #dcdcdc, 1px 1px #dcdcdc, 1px 1px #dcdcdc;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
    text-align: center;
}

.article-abstract, .description, .article-references-content, .media-body  {
	text-align: justify;
}

date,.date {display: none}


.btn-primary {
    background-color: transparent;
    background-image: linear-gradient(45deg, #3f6534 0%, #84bf43 44%, #3b73cf 82%);
    border-radius: 5px 5px 5px 5px;
    padding: 7px 7px 7px 7px;
} 

 
.user_navigation {
	background: linear-gradient(45deg, #3f6534 0%, #84bf43 44%, #3b73cf 100%);
	box-shadow: 0px 0px 10px #111;
	position: fixed;
    z-index: 999;
    width: 100%;
}


footer[role="contentinfo"] {
    background: url(https://1.bp.blogspot.com/-DijNe_lP8ss/X9ylc9b86QI/AAAAAAAABsc/ZzYDOA_ucPQI_Je0U80KReM1NpPID-pqQCLcBGAsYHQ/s480/amar_top.jpg)repeat-x top;
    rgb(184, 248, 207);
	border-top: 4px dashed #b3e147;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
    color: white;
    padding: 5px 5 0 0;
    margin-top: 10px;
    color: #9d9898;
    font-size: 0.9em;
}