/* --------------------------------------- */
/* Advance publications detail css */
/* --------------------------------------- */

@import url(boxes.css);
@import url(list.css);

address:before {
	content:"";
	display:block;
	clear:both;
	height: 0;
	visibility: hidden;
	}

address							{ font-style: normal; margin-bottom: 18px; }
address dl {
	margin-bottom: 18px;
	display: block;
	}

address dt						{ border: 1px solid #b1b1b1; width: 54px; height: 64px; margin-right: 10px; display: inline-block; overflow: hidden; }
address dt img					{ max-width: 100%; }
address dd						{ font-size: 0.9em; padding-right: 14px; display: inline-block; vertical-align: top; }

address b a						{ color: #323232; }
address b a:hover				{ color: #ff4100; }

#content address p				{ margin-bottom: 0px; }

.more-authors					{ width: 180px; }

#organisations					{ font-size: 0.9em; }

.author-articles				{ text-align: right; }

.addthis_sharing_toolbox		{ margin-top: 2px; float: right; }

#content #options {
	list-style: none;
	margin-left: 0px;
	float: left;
	}

#options li {
	background-color: #ff4100;
	background-image: url(/grfx/options-icons.png);
	background-repeat: no-repeat;
	background-size: 24px 144px;
	font-size: 0.9em;
	line-height: 24px;
	display: inline-block;
	}

.signin-option					{ background-position: 0px -0px; }
.citation-option				{ background-position: 0px -72px; }
.pdf-option						{ background-position: 0px -96px; }
.upgrade-option					{ background-position: 0px -120px; }

#options li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px 0px 24px;
	display: block;
	}

.mail-btn {
	background-image: url(/grfx/mail-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 11px;
	text-indent: -9999px;
	width: 36px;
	height: 24px;
	}

#published						{ font-style: italic; }

#citation blockquote {
    position: relative;
    margin: 0px;
    padding: 10px 40px 0px 40px;
	}

#citation blockquote:before,
#citation blockquote:after {
    position: absolute;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 72px;
	color: #b1b1b1;
    width: 36px;
    height: 36px;
    line-height: 1;
	}

#citation blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
	}

#citation blockquote:after {
    bottom: 0;
    right: 0;
    content: "\201D";
	}

#citation blockquote p {
	-webkit-user-select: all;  /* Chrome all / Safari all */
	-moz-user-select: all;     /* Firefox all */
	-ms-user-select: element;      /* IE 10+ */
	user-select: all;  
}
	

#citation						{ margin-bottom: 36px; }
#summary						{ margin-bottom: 24px; }
#summary > p:first-child > strong,
#summary > p:first-child > b,
#content h5 {
	border-bottom: 1px solid #b1b1b1;
	font-size: 1.1em;
	margin-bottom: 18px;
	padding-bottom: 3px;
	display: block;
	}

.articledetails					{ font-size: 0.9em; }


/* --------------------------------------- */
/* TABLET - mediaqueries css */
/* --------------------------------------- */

/* notebooks, tablets */
@media only screen and (max-width: 960px) {

	#content #options			{ float: none; }
	.addthis_sharing_toolbox	{ float: none; }

}

/* ==> breakpoint notebooks, tablets */
@media only screen and (max-width: 800px) {

	#content #options			{ float: left; }
	.addthis_sharing_toolbox	{ float: right; }

}

/* ==> breakpoint tablets */
@media only screen and (max-width: 768px) {

	#content article h1			{ font-size: 1.2em; }

	#content #options			{ float: none; }
	.addthis_sharing_toolbox	{ float: none; }

}

/* tablets, mobiles */
@media only screen and (max-width: 480px) {

	#options li					{ width: auto; margin-bottom: 6px; display: block; }

	address dd					{ width: 162px; }

}

/* print */
@media print {

	#content #options,
	.addthis_sharing_toolbox	{ display: none; }

}

/* 12/08/2020 */
#specialadvance {
	border: 1px dashed #f90;
	background-color: #fff0e8;
	padding:1em;
	margin-bottom:2em;
	}
