/**
 * plugins/themes/classicBlue/newClassicBlue.css
 *
 * Copyright (c) Yananto Mihadi Putra
 * based on the common.css design by John Willinky and Simon Fraser
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */

body {
	background-color: #FFF;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: larger;
}

a {
	text-decoration: none;
}

a:link {
	color: #069;
}

a:active {
	color: #39c;
}

a:visited {
	color: #069;
}

a:hover {
	color: #EEEEFF;
	background: #069;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #069;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#headerTitle img{text-align: center;
    display: inline-block;
    margin-top:0px;
    margin-bottom:0px;
    max-width:1085px;
	width: 100%;
    height:auto;
	background-color: #4169E1;/*#069*/;
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #4169E1;/*#069*/;
	color:  #fff;
}

#footer {
	background-color: #069;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #E6E6FA;
	border-top: 5px solid #069;
	border-bottom: 5px solid #069;
	border-left: 2px solid #E6E6FA;
	border-right: 2px solid #E6E6FA;
	margin-top: 15px;
}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#homepageImage{
    /*width: 30%;
    height: 30%;
	margin-top: 12px;
    margin-bottom:12px;
    margin-top: 5%;*/
    margin-left:12px;
    /*text-align:left;*/
    vertical-align: text-top;
}

#homepageImage img{display: block/*contents*/;
	float:right;
	max-width: 30%;
	max-height: 30%;
    width: auto;
    height: auto;
	text-align: right;
	margin-top: 27px;
	vertical-align: text-top;
}
    
#navbar {
	border-bottom: 3px solid #069;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #069;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 2px solid #069;
	
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px solid #069;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted #069;
}

table.listing td.endseparator {
	border-top: 1px dotted #069;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px solid #069;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	border-top: 3px solid #069;
	border-bottom: 1px solid #069;
}

#block {
	border-top: 3px solid #069;
	border-bottom: 1px solid #069;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	width: 14%;
	margin-top: 5px;
	padding: 0.5em 0;
	border-top: 5px solid #069;
	border-bottom: 3px solid #069;
}
table.tocArticle:nth-child(odd) tr{background-color:#b0c4de}
table.tocArticle:nth-child(even) tr{background-color:#dadada}
table.tocArticle tr:hover{background-color:#87CEFA}
table.tocArticle td{padding:5px 10px}
table.tocArticle a{text-decoration:none}
.tocTitle{font-weight:bold}
.tocAuthors{font-style:italic}
.tocDOI, 
.articleDOI {
  	background: url(http://dx.doi.org/static/img/Logo_TM.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
  	margin-top: 4px; vertical-align: middle; 
 	height: 20px!important; 
  	padding-left: 30px; padding-top: 7px;
}

.tocAuthors {
    background: url(https://journal.ugm.ac.id/plugins/themes/nusantara2columnsSteelBlue/imgs/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(https://journal.ugm.ac.id/plugins/themes/nusantara2columnsSteelBlue/imgs/icon-pdf.png) no-repeat top right;
    height: 20px;
    width: 24px;
    display: inline-block;
    float: right;
}

td.tocGalleys{padding-right:10px}

#leftSidebar div.block span.blockTitle,#rightSidebar div.block span.blockTitle{
	padding:.5em 1em;margin-bottom:12px;
    background: #4169E1; /*#C0C0C0*/ url(imgs/stripes.png);
    display:block;
    color: #FFFF00;/*#444*/;
	font-weight:bold;
	letter-spacing:0}
