/**
 * styles/articleView.css
 *
 * 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.
 *
 * Article view stylesheet.
 */

/* Inline PDF viewer styles */
@import url("./pdfView.css");

#body {
	width: 95%;
	margin: 0 auto;
}

#container {
	min-width: 150px !important;
}

#main {
	width: 100%;
	margin: 0;
}

#main h2 {
	font-size: 14pt;
}

#main h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.3em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#main h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.2em;
}

#content {
	border: none;
}

#content img.accessLogo {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#topBar {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 2.5em;
}

#articleFontSize {
	float: right;
}

#articleFontSize img {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#accessKey {
	float: left;
}

#accessKey img {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#articleCoverImage {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: left;
}

#articleCoverImage img {
	display: block;
	border: 0;
}

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 2px dotted #000;
	line-height: 0px;
}

div.rtSeparatorThin {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #000;
	line-height: 0px;
}

div.rtBlock {
}

div.rtBlock a {
	text-transform: none;
	text-decoration: none;
}

div.rtBlock ul {
	padding: 0;
	margin: 0;
}

div.rtBlock li {
	list-style-type: none;
}

span.rtSubtitle {
	text-transform: uppercase;
	font-size: 0.85em;
}

a.rtAction {
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}

/*
*  Styles for XSLT Article Rendering
*  (based on NLM DTD classes)
*/

table.bm {
	border: 1px solid #000;
}

.tl-default, .tl-main-part {
	font-weight: bold;
}

dt {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 80px;
}

dd {
	margin-left: 100px;
}

.articleToolItem {
	margin-bottom: 3px;
}

.articleToolIcon {
	padding-right: 5px;
	vertical-align: middle;
}

#sidebarRTRelatedItems ul {
	padding: 0px;
}

#sidebarRTRelatedItems li {
	margin-bottom:3px;
}

#toggleRelatedItems {
	display: none;
	padding-top:3px;
	cursor: pointer;
}

/* CSS Specific to HTML Article Viewer */
/* Based on CSS provided by typsetter  */
/* Edited by Michael Chladek, 10/29/14 */
/*   so as not to interfere with main  */
/*   CSS							   */

article > body {
margin-left: 2.5%;
margin-right: 2.5%;
margin-top: 0%;
margin-bottom: 0%;
}

.author
{
margin: 10px 5.0em 12px 5.5em;
font-size:large;
}

.author1
{
margin: 10px 5.0em 12px 5.0em;
font-size: 12pt;
text-align: right;

}

.editor
{
margin: 1px 5.0em 1px 5.5em;
font-size:large;
}

/* Styles */
.hr {
color: green;
}
.bold {
font-size: 12pt;
font-variant: bold;
}
.italic {
font-size: 12pt;
font-variant: italic;
}
.underline {
text-decoration: underline;
}
.dropcaps {
float: left;
font-size: 4.9em;
font-weight: normal;
font-style: normal;
line-height: 0.9em;
margin: 0px 2px 0em 0em;
padding: 0 1px 0 0;
}
.large {
font-size: 200%;
font-weight: bold;
line-height: 0em;
}
.smallcaps {
font-variant: small-caps;;
}
.right {
text-align: right;
font-size:12pt;
}
.left {
text-align: left;
font-size:12pt;
}
.center {
text-align: center;
font-size:12pt;
}

/* article */
div.article {
margin: 0 auto auto auto;
padding: 0em 0em 3em 0em;
}
h1.chaptertitle {
font-size: 16pt !important;
font-weight: bold !important;
font-style: normal !important;
text-align: left !important;
margin: 40px 0px 0px 4.5em !important;
}
h1.chaptersubtitle {
font-size: 14pt !important;
font-weight: bold !important;
font-style: normal !important;
text-align: left !important;
margin: 20px 0px 0px 5.2em !important;
}

section > p
{
margin-top: 10px;
margin-bottom: 0px;
text-align: justify;
}

section > h1.head1 {
font-size: 15pt !important;
font-weight: bold !important;
font-style: normal !important;
text-align: left !important;
margin: 20px 0px 10px 0px !important;
}

section > h2.head2 {
font-size: 14pt !important;
font-weight: bold !important;
font-style: italic !important;
text-align: left !important;
margin: 20px 0px 10px 0px !important;
}

section > h3.head3 {
font-size: 13pt !important;
font-weight: bold !important;
font-style: normal !important;
text-align: left !important;
margin: 20px 0px 10px 0px !important;
}



/* Images */
p.caption {
font-weight: normal;
font-style: normal;
font-size: 10pt;
text-align: left;
text-indent: 0px;
margin: 10px 0px 20px 0px;
}

/* Title Page */

.pagebreak
{
page-break-before:always;
}

.refText
{
font-size: 10pt;
text-align: justify;
font-weight: normal;
font-style: normal;
margin: 10px 0px 0px 2.5em;
text-indent: -2.5em;
}

.footnote {
font-size: 10pt;
text-align: justify;
font-weight: normal;
font-style: normal;
}

.footnote > p {
	font-size: 10pt !important;
}

.footnote > blockquote p {
	font-size: 10pt !important;
}

.attribution {
text-align: right;
font-size:12pt;

}

article > div.blockquote
{
margin-top:2em;
margin-left:60pt;
text-align:right;
}

article > div.block
{
margin-left:40pt;
margin-right:40pt;
font-size: 12pt;
}

article > blockquote
{
	font-size: 12pt !important;
}

div.sect1
{
font-size:12pt;
margin-top:3em;
margin-bottom:1em;

}
.hanglist
{
text-indent: -15px;
margin-left: 15px;
text-align: justify;
}

.note
{
text-indent: -15px;
margin-left: 15px;
text-align: justify;
}

.indent
{
text-indent: 2em;
font-size:12pt;
}

.noindent
{
text-indent: 0em;
font-size:12pt;

}
.abpara{
font-size:11pt;
margin: 10px 10px 10px 10px;

}

section > table {
border-collapse:collapse;
margin-top: 1em;
margin-bottom: 1em;
padding: 10px;
width:100%;
font-size:10pt !important;
}
section > td {
padding: 2px 1px 2px 5px;
}
section > th {
padding: 2px 5px 2px 5px;
}

section > ul {
	font-size: 12pt !important;
}

section > ol {
	font-size: 12pt !important;
}

.border-bottom{
border-bottom: 1px solid black;
}

sup
{
font-size:9pt;
}

figure {
padding: 12px 0px 12px 0px;
font-size:10pt;
border: none;
background: transparent;
text-align: center;

}

#abst01{
border-bottom:solid 2px green;
border-top:solid 2px green;
margin: 50px 50px 50px 80px;

}

.partitle
{
font-size: 15pt;
font-style: normal;
text-align: left;
margin: 40px 0px 0px 4.5em;
color: green;
}

.doi{
font-size:8pt;
margin: 50px 50px 50px 80px;
border-bottom:solid 1px green;

}

.resume{
font-size: 12pt;
font-weight: bold;
font-style: normal;
text-align: left;
margin: 20px 0px 10px 0px;

}
.empty{
border-bottom:solid 2px green;
margin: 50px 50px 50px 80px;

}

table.bordered {
border: 1px solid black;
border-collapse: collapse;
}

table.bordered th {
border: 1px solid black;
padding: 5px;
}

table.bordered td {
border: 1px solid black;
padding: 5px;
}