
/* fonts */
/*body p {
    font-family: 'PT Serif', serif;
    font-size: 14px;
}*/
.pkp_structure_main pd {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Merriweather", "Georgia", "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 400;
    color: #616161;
    letter-spacing: -0.5px;
}
.pkp_structure_main h3d {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Play', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    color: grey;
}

.pkp_structure_main h2d {
    /*font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Play', sans-serif;
   /* font-family: 'Open Sans', sans-serif; */
    color: grey;*/
    font-family: "Source Sans Pro", "helvetica neue", "helvetica", "Arial", "sans-serif";
    font-size: 1.5rem;
    font-weight: 600;
    color: #444444;
    margin-top: 15px;
}
.pkp_structure_main h1d {
    /*font-family: 'Play', sans-serif;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    color: grey;
    text-align: center;
    font-size: 24px;
    margin: 40px 0 20px;*/
}

.pkp_structure_main h2d.subtitle {
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
}

/* article text*/

div.panel-body {
    padding: 0;
}

div.item.citation_formats div#citationOutput {
    padding: 5px;
}
/* Sticky
* inarticle
* navigation */

.fornav {
	float: right;
}

ul.nav.nav-tabs.bs-docs-sidenav > li {
	float: none;
}

ul.nav.nav-tabs.bs-docs-sidenav {

}

.affix-top {
	margin-top: 0;
	margin-left: 0;
}

nav.bs-docs-sidebar.affix {
	top: 0;
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: white;
    width: 38%;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    right: 55px;
    z-index: 2;
    overflow-y: auto;
}

.affix-bottom {
	position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: white;
    width: 115.2%;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);

}

nav#myAffix > ul ad {
    /* font-family: 'Arimo', sans-serif; */
    font-family: 'Play', sans-serif;
}

.nav-tabs{
    border-bottom: 0;
}
@media (max-width:991px) {
	.fornav {
		display: none;
	}

.container-fluid {
	margin-bottom: 100px;
}
}

nav > ul > li > a.H2d {
	color: #767676;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: 'Helvetica Neue';
	font-size: 14px;
	margin: 0;
}
/*.nav-tabs>li.active>a.H2, .nav-tabs>li.active>a.H2:focus, .nav-tabs>li.active>a.H2:hover {
	border: 0;
	border-left: 1px solid #563d7c;
	color: #563d7c;
	font-size: 120%;
	cursor: pointer;
	background-color: white;
	border-radius: 0;
}*/

ul#navblock.nav.nav-tabs.bs-docs-sidenav > li > a:hover {
	background-color: white;
	border: 0;
	border-left: 1px solid #563d7c;
	border-radius: 0;
}

ul.dates {
	margin-bottom: 30px;
}

h3#abstr0 {
	margin-top: 0;
}

/* Pop-ups */

a.ref-tip {
	cursor: pointer;
	white-space: nowrap;
}

a.btn.btn-info {
	padding: 0 5px 0 5px;
	border: 0;
	background: rgba(86, 61, 124, 0.1);
	color: black;

}
a.btn.btn-info {
    background: rgba(11, 157, 217, 0.075);
    color: #1B6685;
    border-bottom: 1px solid rgba(11, 157, 217, 0.4);
    cursor: pointer;
}

div.article-text {
	line-height: 1.6;
}


/* Tables and Figures */

a.reftable, a.reffigure, a.refvideo {
    background: rgba(145, 187, 4, 0.15);
    border-bottom: 1px solid rgba(145, 187, 4, 0.6);
    color: #495A11;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

/*div.figure-wrap {
    font-family: 'Play', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}*/

/*div.figure-wrap p {
    font-family: 'Play', sans-serif;
}*/

.tab-pane.fade.active.in > .figure-wrap {
	margin-top: 50px;
}

table.table.table-striped.table-bordered th {
	text-align: center;
    color: #333;
    vertical-align: middle;
}

table.table.table-striped.table-bordered {
    overflow-x: auto;
	border: none;
	display: block;
}

@media (max-width: 767px) {

table.table.table-striped.table-bordered {
    border: none;
    overflow-x: auto;
    display: block;
}
}

td {
    color: #333;
}

table {
    color: #333;
}

div.article-text .figure-wrap {
	padding: 5px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

#figuresdata .figure-wrap {

}

/* Styling citations */

span.ref-full > a.doi, span.ref-full > a.pmid {
    background: rgba(11, 157, 217, 0.075);
    color: #1B6685;
    border-bottom: 1px solid rgba(11, 157, 217, 0.4);
    padding-right: 5px;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    margin-right: 7px;
}
span.ref-full > a.doi:hover, span.ref-full > a.pmid:hover {
    background: #1B6685;
    color: #fff;
    text-decoration: none;
}

span.ref-full > a.url {
    background: rgba(145, 187, 4, 0.15);
    color: #495A11;
    border-bottom: 1px solid rgba(145, 187, 4, 0.6);
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    margin-right: 7px;
}
span.ref-full > a.url:hover {
    background: #839c53;
    color: #fff;
    text-decoration: none;
}

ol.references {
    padding-left: 0;
}

li.ref {
	margin-bottom: 10px;
}

span.bib {
	display: block;
	margin-left: 35px;
}

/*span.ref-title {
	display: block;
	color: rgb(77, 89, 102);
	font-size: 120%;

}*/

/*span.ref-auth {
	display: block;
	font-size: 100%;
	color: rgba(77, 89, 102, 0.8);
}*/

/*span.ref-source {
	display: block;
	font-size: 90%;
	color: rgba(77, 89, 102, 0.8);
	font-style: italic;
}*/

/*span.ref-full {
	display: block;
	font-style: italic;
}
*/
a.fulltext {
	color: rgb(86, 61, 124);
}

body {
   counter-reset: item;
 }
 ol.references > li.ref {
   list-style: none;
   padding-left: 0;
 }
 li.ref {
   counter-increment: item;
   margin-bottom: 5px;
 }
 li.ref:before {
   margin-right: 10px;
   content: counter(item);
   background: rgba(86, 61, 124, 0.4);
   border-radius: 100%;
   color: white;
   width: 1.5em;
   text-align: center;
   display: inline-block;
   float: left;
 }
/* For Tablets abd Mobile */
/**************************************************************************/
/* Collapsible accordion panels*/
@media (min-width: 1100px) and (max-width: 1300px) {
div.grid-cell {
    padding: 10px;
    margin: 2% 6% 6% 6%;
}

}

@media (min-width: 992px) and (max-width: 1099px) {
div.grid-cell {
    padding: 10px;
    margin: 2% 2% 6% 2%;
}
}

@media (max-width: 991px) {

/*h2.title {
	font-family: arial;
}*/

div.panel {
	margin-top: 20px;
	cursor: pointer;
}

.forcontent {
	border-right: none;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.article-content {
	padding-left: 0;
}

div.grid-cell {
    padding: 10px;
    margin: 2% 6% 2% 6%;
}

div.panel-body {
	padding-left: 10px;
}


div.article-sections > div.panel.panel-default {
	margin-top: 12px;
}
}


@media (max-width: 767px) {
.article-content {
	padding-left: 0;
}

.forcontent {
	padding: 0 5px 0 5px;
}
.grid-cell {
    padding: 0;
    margin: 0;
}

div.panel-body {
	padding: 5px;
	padding-left: 10px;
}

div.article-sections > div.panel.panel-default {
	margin-top: 12px;
}

}

/* Floating Main Menu */

@media (max-width: 767px) {

.navwraper.col-lg-7.col-md-7.col-sm-12.col-xs-12 {
	position: relative;
	min-height: 40px;
}

nav.navigational-tabs {
    z-index: 2;
    width: 100%;
    background-color: white;
}
.panel {
	border-right: 0;
	border-left: 0;
}
div.section {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
}

/* Styling tabs */
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    padding: 0;
    border: 0;
    border-radius: 0;
   /* margin-right: -4px; */ <!-- for removing shadow -->
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header > li:first-child {
    /*border-left: 1px solid #c5c5c5;*/
    margin-right: 2px;
}

.ui-widget-header {
    background: #e6e6e6;
}

div#article_page_tabs {
    margin: 0;
    padding: 0;
    border: 0;
}

div.before_title {
    background: linear-gradient(to bottom, #f6f6f6, #fff);
    -webkit-box-shadow: 0px -3px 6px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -3px 6px -3px rgba(0,0,0,0.5);
    box-shadow: 0px -3px 6px -3px rgba(0,0,0,0.5);
}

/*div.before_title > p {
    padding: 10px 0 0 15px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}*/

/* styling right panel */
div#navwrap div.panel-body {
    padding: 10px;
}

/* citation outputformat */
div.panel.panel-default.output {
    border-color: white;
}
div.panel.panel-default.output > div.panel-heading {
    border: 1px solid #ddd;
}
@media (max-width: 991px) {
    div.panel.panel-default.output > div.panel-body {
        padding-left: 0;
    }
}

/* right panel issue */
div.item.issue div.panel-body a.title {
    background: rgba(11, 157, 217, 0.075);
    color: #1B6685;
    border-bottom: 1px solid rgba(11, 157, 217, 0.4);
    cursor: pointer;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
}

div.item.issue div.panel-body a.title:hover {
    background: #1B6685;
    color: #fff;
    text-decoration: none;
}

/* authors */
ul.item.authors {
    padding-left: 18px;
    padding-right: 18px;
}

/* right navigational menu*/
div.fornav {
    position: relative;
}
.authors li
{
    list-style-type: none;
}
ul.item.authors {
    padding-left: 18px;
    padding-right: 18px;
}
/*.obj_article_details .authors .name {
    font-weight: bold;
    display: block;
}*/
.author-hover, .author-hover i
{
    color: #FF5722;
}