/**
 * common.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */
 

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #878787;
	/*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	font-family: "verdana";
	font-size:1em;
}
p {
	margin: 1em 0; /* Making default stylesheet explicit - fixes IE7 margin collapsing. */
}
div {
	/*line-height: 140%;*/
	text-align: justify;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: none;
	font-size: 1em;
	color:#E1E1E1;
}

a:link {
	color: #54911A;
}

a:active {
	color: #54911A;
}

a:visited {
	color: #54911A;
}

a:hover {
	color: #FFFFFF;
	background: #CDC;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: "lato";
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}

/**
 * Main layout elements
 */

#container {
	
	margin: 0 auto;
	line-height: 125%;
	text-align: center;
	background-color:#ffffff;
	
}
/*untuk mengatur header pada halaman*/

#header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background:#ffffff;
	background-size: cover;
	background-image:url(http://ocs.unja.ac.id/public/conferences/5/homepageImage_en_US.jpg); 
	color:#ffffff;
	text-align: center;
	height: 390px;
}


/*setting header title boleh menggunakan image bila ada*/

#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding-top: 10px;
	visibility: hidden;
	display:none;

}

/*setting Besar Header*/
}
#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.25em 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	line-height: 1em;
}
/* Setting besarnya block pada halaman
#body {
	width: 800px;
	margin: 0 auto;
}
*/

#footer {
	min-height: 50px;
	position: relative;
	clear: both;
	background-color: #ABA;
	text-align: center;
}

#footerContent {
	width: 800px;
	margin: 0 auto;
}


#main {
	position: relative;
	top:54px;
	padding: 0.5em 0em 2em 0em;
	line-height: 24px;
	margin-left: 5%;
	width: 68%
}


#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	/*font-family: Georgia,'Times New Roman',Times,serif;*/
	font-family:"lato";
	font-weight: normal;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}
/* membuat underline bagian atas/top */
#navbar {
	
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 5px solid #508C0F;
	
}

#breadcrumb {
	
	padding-top: 1em;
	font-size: 0.7em;
}
/* bagian content halaman*/
#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 1em;
	border-top: solid 5px #E1DB51;
}
/
#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.35em;
	font-family: Georgia,'Times New Roman',Times,serif;
	
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}

/**
 * Navigation bar/besarmya ukuran tulisan pada nav bagian atas
 */

#navbar a {
	font-size: 1em;
	letter-spacing: 0.05em;
}

#navbar a:link {
}

#navbar a:active {

}

#navbar a:visited {
}

#navbar a:hover {
	
}

**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: underline;
}

#breadcrumb a.current {
	font-weight: bold;
}

/*righ side bar*/
#rightSidebar .blockTitle {
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
	font-size:1em;
    color: #333;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
    background-color: #508C0F;
}
    


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}

/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}
/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}
/* setting halaman Admin*/
#authors table.data,
#authors table.data tbody,
#authors table.data td,
#titleAndAbstract table.data,
#titleAndAbstract table.data tbody,
#titleAndAbstract table.data td,
#indexing table.data,
#indexing table.data tbody,
#indexing table.data td,
#submissionSupportingAgencies table.data,
#submissionSupportingAgencies table.data tbody,
#submissionSupportingAgencies table.data td,
#submitForm table.data,
#submitForm table.data tbody,
#submitForm table.data td,
#supplementaryFileData table.data,
#supplementaryFileData table.data tbody,
#supplementaryFileData table.data td,
#register table.data,
#register table.data tbody,
#register table.data td {
	display: inline;
}
table.listing,
table.listing tbody,
table.listing tr,
table.listing td,
table.info,
table.info tbody,
table.info tr,
table.info td {
	display: block;
}
table.listing tr.heading,
table.listing tr td:first-child {
	display: none;
}
table.listing td { 
	padding: .25em .5% .75em; 
}
table.listing tr td[align="right"] {
	text-align: left;
}
table.info { 
	color: #fff;
}
table.info tbody tr td:first-child a { 
	display: inline-block; 
	margin-left: -.6em; 
	font-size: 1.25em;
}
table.info tbody tr td:last-child { 
	text-align:left;
}
table.info tbody tr td:last-child a {
	margin-left: -.3em;
}
#authors table.data tr,
#titleAndAbstract table.data tr,
#indexing table.data tr,
#submissionSupportingAgencies table.data tr,
table.data td.value a.action,
#register table.data tr { 
	display: block;
	clear: both;
}
table.data tbody tr td.label {
	font-size: .85em;
	line-height:1.4em;
	margin-bottom: .6em;
}
table.data td { 
	padding-left: .5em;
	padding-bottom: .5em;
}
table.data td.value { 
	width: 95%;
}
#authors table.data td,
#titleAndAbstract table.data td,
#indexing table.data td,
#submissionSupportingAgencies table.data td,
#supplementaryFileData table.data td,
#register table.data td {
	padding-left: 0;
	padding-right: 0;
}
#authors table.data tr:nth-child(9) {
	display: none;
}
#checklist table.data td label { 
	line-height: 1.2em;
}
#commentsForEditor table.data td.label { 
	display: none;
}
#addSubmissionFile table, 
#addSubmissionFile tr,
#addSubmissionFile td {
	display: block;
}
#addSubmissionFile table.data td {
	width: 100%;
}
#submissionFile table.data td { 
	width: 49%;
}
#addSubmissionFile table.data td.label label,
#authors table.data td.label label,
#titleAndAbstract table.data td.label label,
#indexing table.data td.label label,
#submissionSupportingAgencies table.data td.label label,
#supplementaryFileData table.data td.label,
#register table.data td.label label { 
	font-weight: bold; 
}
#submissionFile table.data td.label { 
	color: #575757; 
	font-size: .85em;
}
#register table.data td.instruct {
	font-size: .8125em;
	display: inline-block;
}
#register table.data td.value {
	font-size: .8125em;
}
#register table.data td.value input,
#register table.data td.value textarea,
#register table.data td.value select {
	font-size: 1.1em;
}
#register table.data tr:last-child td.label {
display: block;
margin-top: 1em;
}
#register table.data tr:last-child td.label label:after {
	content: ":";
}
#register table.data tr:last-child td.value label {
	font-weight: bold;
}
#register table.data tr:last-child td.value label.desc {
	font-weight: normal;
	font-size: .8125em;
	margin-top: .75em;
	display: inline-block;
	color: #575757;
}
#register table.data a.action {
	margin: .75em 0;
}
#register table.data tr:nth-child(13),
#register table.data tr:nth-child(17),
#register table.data tr:nth-child(18),
#register table.data tr:nth-child(6) {
	display: none;
}
#register table.data tr:nth-child(12) textarea {
	height: 3.5em;
}

#addSubmissionFile table.data td.value a.action,
table.listing table.data td.value a.action { 
	display: block; 
}
#table#showReviewers { 
	font-size: .85em; 
}
#table#showReviewers td:first-child {
	display: none;
}
#uploadInstructions { 
	display: none;
}
form input[type="text"],
form input[type="password"] { 
	border: 1px solid #bbb; 
	font-size: 1em; 
	background-color: #fff; 
	padding: .25em 1%; 
	width: 96%;
}
select.selectMenu {
	background-color: #fff;
	border: 1px solid #bbb;
	margin: 1em 0;
}
textarea.textArea {
	background-color: #fff;
	border: 1px solid #bbb;
	width: 96%;
	padding: .25em 1%;
	margin-bottom: .5em;
}
textarea#authors-0-affiliation {
	height: 2em;
}
#authors table.data td.value input,
#titleAndAbstract table.data td.value input,
#supplementaryFileData table.data td.value input { 
	margin-bottom: .55em;
}
input.uploadField { 
	background-color: #fff; 
	border: none !important; 
	width:65%;
}
form input.text {
	font-size: 30px;
	font-size: 1.8rem;
	padding: 0.28em 1%;
	width: 96%;
}		
.formRequired {
	font-style: italic;
}
[name="uploadSuppFile"] { 
	display: block; 
	float: left; 
}
[name="submitUploadSuppFile"] { 
	float: left; 
	margin-left: 5%; 
	position: relative; 
	bottom: .25em;
}
ul.plain { 
	list-style: none; 
	padding: 0; 
	color: #fff;
}
ul.plain li { 
	padding: 0; 
	margin: .3125em 0; 
	margin-left: 0 !important;
}
ul#plugins {
	color: #333;
}
ul.menu { 
	list-style: none;
}
#onlineSubmissions p a,
input.button,
table.info tbody tr td:last-child a,
#submitStart a.action,
.button {
	background:#eee;
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius:.25em;
	-webkit-border-radius:.25em;
	border-radius:.25em;
	color: #444;
	display: inline-block;
	text-decoration:none;
	cursor: pointer;
	margin-bottom:1.25em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: .333em .75em;
	font-size:1em;
	line-height:1.3125em;
}
#helpContents, 
#helpToc,
#metaCitations { 
	display: none;
}
.highlightCopyediting,
.highlightLayoutEditing,
.higlightProofreading {
	padding: .4em;
}
.separator,
#get-involved { 
	clear: both; 
}
div.separator {
	border-bottom: 1px solid #bbb;
}
span.instruct {
	display: block;
	font-size: .85em;
	color: #575757;
	line-height: 1.35em;
	margin-bottom:1em;
}
#supplementaryFileData span.instruct {
	margin-top: -1em;
}
#authors table.data tr td.value span.instruct {
	margin-top: -.25em;
}
[for="uploadSuppFile"] {
	display: block;
	width: 100%;
}
span.instruct a {
	display: block;
}
.mail-button input {
	left: -1000em;
	position: absolute;
	width: 0;
}
.mail-button {
	background-color: #0090D2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf));
	background: -moz-linear-gradient(center top, #52a8e8 20%, #2e76cf 100%);
	border: 1px solid #4081af; 
	border-bottom-color: #20559a;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 2px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.29); 
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 2px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.29); 
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 2px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.29);
	color: white;
	display: inline-block;
	font-weight:normal;
	text-decoration:none;
	cursor: pointer;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:.85em 0;
	font-size:1.2em;
	line-height:1.2em; 
	width: 99.5%;
	text-align:center;
	float:none;
}
a.mail-button:hover {
	background-color: #0090D2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf));
	background: -moz-linear-gradient(center top, #52a8e8 20%, #2e76cf 100%);
}

#login-trigger {
	text-align: right;
	color: #069;
	text-decoration: underline;
	cursor: pointer;
	margin: .65em 0;
}

	
	#onlineSubmissions p { 
		display: block;
		width: 40%;
		float: left;
		margin-right:8%;
		height: 8.5em;
		position: relative;
	}
	#onlineSubmissions p:nth-of-type(3) {
		width: 100%;
		float: none;
		clear: left;
		height: auto;
	}
	#onlineSubmissions p a {
		position: absolute;
		bottom: 0;
	}
	.footer ul li {
		display: inline;
		line-height: .8125em;
		padding-right: 0.4em;
		margin-right: 0.5em;
	}
	.footer ul li:after {
		color: #aaa;
		content: "\2022";
		margin: 0 -0.5em 0 0.7em;
	}
	.footer ul li:last-child:after {
		content: "";
		margin-right: 0;
	}
	.footer-icon {
		width: 10%;
		float: right;
	}
	.footer-text {
		width: 88%;
		float: left;
		margin-top: .6125em;
	}
	ul.filter li {
		display: inline;
	}
	/*
	#sidebarUser {
		height: 2.5em;
	}
	#sidebarUser table tbody tr { 
		float: left;
	}
	#sidebarUser table tbody tr td { 
		display: inline-block;
		margin-bottom: 0;
	}
	*/
	table.info td {
		display: inline;
		margin: 0 1%;
	}
	table.listing {
		display: table;
	}
	table.listing tr.heading td {
		text-transform: none;
	}
	table.listing tbody {
		display: table-row-group;
	}
	table.listing tr,
	table.listing tr.heading {
		display: table-row;
	}
	table.listing td,
	table.listing tr td:first-child  {
		display: table-cell;
	}
	table.listing tr td[align="right"] {
		text-align: right;
	}
	table.listing td.headseparator,
	table.listing td.endseparator,
	table.listing td.separator {
		border-top: 1px solid #bbb; 
	}
	table.listing td.endseparator { 
		margin-top: 1em;
	}
	#submissions span.disabled {
		color: #666;
		display: inline-block;
		height: 0;
		text-indent: -9999px;
	}
	#who ul li {
		width: 48%;
		float: left;
	}
	#signinForm { 
		width: 60%; 
	}
}
@media screen and (min-width: 50.625em) {
	form input.text {
		width: 58%;
	}
	.mail-button { 
		float: right;
		width:38%;
	}
}
@media screen and (min-width: 62.85714285714286em) {
	ul.steplist li {
		display: inline;
		line-height: 1.8em;
	}
	ul.menu li {
		display: inline;
	}
	#who ul li {
		height: 18.05555555555556em;
		width: 19%;
	}
	#who ul li em {
		height: 10.5em;
		overflow: hidden;
		float: none;
	}
	#who ul li a.figcaption {
		padding: .5em 5%;
	}
	#who ul li p strong {
		background-color: #004875;
		color: #fff;
		margin-left: -5%;
		width: 100%;
	}
}