@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,300italic,400italic,500,500italic,700italic,700&subset=latin,latin-ext);
.transition {
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}
.border-box {
  -webkit-box-sizing: border-box;
  /* For legacy WebKit based browsers */
  -moz-box-sizing: border-box;
  /* For all Gecko based browsers */
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  /* For legacy WebKit based browsers */
  -moz-box-sizing: border-box;
  /* For all Gecko based browsers */
  box-sizing: border-box;
}
html {
  height: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: normal;
  word-spacing: normal;
}
body {
  /*background: #E7E7E7;
  color: #000;
  font-size: 20px;*/
  line-height: 1.2em;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  min-height: 100%;
}
/*
#container,
#sidebar,
#body {
  clear: both;
}
#container {
  max-width: 1140px;
  margin: auto;
  min-width: 100px !important;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
#container:before,
#container:after {
  content: "";
  display: table;
}
#container:after {
  clear: both;
}
#container {
  zoom: 1;
}
#body,
#main {
  background-color: #fff;
}
#main {
  margin-left: 0;
  width: 75%;
  padding: 20px;
}
#main #breadcrumb + #content {
  border-top-style: none;
}
#main #content {
  border-top: 2px solid #cb0145;
}
#main h2 {
  font-size: 2em;
  line-height: 1em;
  font-family: 'Fira Sans', 'Arial Black', Monaco, Chicago;
  margin-right: 0 !important;
}
#main h3 {
  color: #42281E;
  font-size: 1.66em;
  line-height: inherit;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  margin-right: 0 !important;
}
#main h4 {
  font-size: 1.2em;
  line-height: inherit;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  margin-right: 0 !important;
  display: block;
  font-style: italic;
  overflow: visible;
}
#main h4 a {
  text-decoration: none;
}
#header {
  background-color: #90082f;
}
#header #headerTitle {
  color: #fff;
}
#header #headerTitle h1 {
  font-family: 'Fira Sans', 'Arial Black', Monaco, Chicago;
  padding: 30px 0 30px 20px;
  font-size: 2.5em;
  line-height: 1em;
}
#referrals table.listing {
  margin-top: 25px;
}
#sidebar #rightSidebar,
#sidebar #leftSidebar {
  margin-right: 0;
  margin-left: 0;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
}
#sidebar #rightSidebar {
  width: 25%;
}
#sidebar #leftSidebar {
  width: 25%;
}
#sidebar #sidebarHelp,
#sidebar #sidebarFontSize {
  display: none;
}
#sidebar #sidebarDevelopedBy {
  padding-bottom: 0;
  border-bottom: 2px solid #D6D6D6;
}
#sidebar #sidebarDevelopedBy a {
  color: #D6D6D6;
}
#sidebar #sidebarDevelopedBy a:hover {
  color: #cb0145;
}
#sidebar div.block {
  margin-bottom: 20px;
}
#sidebar div.block span.blockTitle {
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  font-family: 'Fira Sans', 'Arial Black', Monaco, Chicago;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 3px 6px 1px 6px;
  border-bottom: 2px solid #D6D6D6;
  background-color: #F3F3F3;
}
#sidebar div.block ul {
  margin-bottom: 0;
}
#sidebar div.block:hover span.blockTitle {
  border-bottom-color: #cb0145;
}
*/
a {
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  text-decoration: none;
  color: #000;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #90082f;
  background: transparent;
  text-decoration: none;
}
a.file,
a.action {
  margin: 2px;
  padding: 2px 6px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #90082f;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
}
a.file:hover,
a.action:hover {
  background-color: #F3F3F3;
  color: #000;
}
a.action.pdf {
	color: #cb0145;
	padding-left: 25px;
	background-position: left !important;
}
a.action.pdf:hover {
	color: #000;
}
/*
#fullscreenHide {
  background-color: #90082f;
}
#navbar {
  border-bottom: 4px solid #D6D6D6;
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Fira Sans', 'Arial Black', Monaco, Chicago;
}
#navbar a {
  white-space: nowrap;
  padding: 5px;
  color: #000;
}
#content ul.menu,
#content ul.steplist {
  font-family: 'Fira Sans', 'Arial Black', Monaco, Chicago;
  background-color: #42281E;
  padding-top: 5px;
  padding-bottom: 4px;
  margin-top: 3px;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
#navbar li,
#content ul.menu li,
#content ul.steplist li {
  padding: 0 7px !important;
  color: #f32560;
}
#navbar a,
#content ul.menu a,
#content ul.steplist a {
  white-space: nowrap;
  background-color: transparent !important;
  font-weight: bold;
  padding: 7px 5px !important;
}
#navbar a:hover,
#content ul.menu a:hover,
#content ul.steplist a:hover {
  color: #d80c47;
}
#content ul.menu a,
#content ul.steplist a {
  color: #fff;
}
#content ul.menu li.current a,
#content ul.steplist li.current a {
  background-color: #90082f !important;
  color: #fff;
}
#breadcrumb {
  padding-top: 3px;
  padding-bottom: 6px;
  color: #E7E7E7;
}
#breadcrumb a {
  color: #a3a3a3;
}
#breadcrumb a:hover {
  color: #42281E;
}
*/
input,
select {
  outline: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}
:-webkit-autofill {
  color: #fff !important;
}
input.textField,
select.selectMenu,
textarea.textArea,
input.uploadField {
  font-family: 'Fira Sans', 'Arial Black', Monaco, Chicago;
  background-color: #F3F3F3;
  letter-spacing: 0.04em;
  background-image: none;
  border: 0;
  padding: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input.textField:focus,
select.selectMenu:focus,
textarea.textArea:focus,
input.uploadField:focus {
  color: #fff;
  background-color: #90082f;
}
ul.tagit {
  border: 2px solid #F3F3F3;
}
input.defaultButton {
  background-color: #90082f !important;
  color: #fff;
  border: 0;
}
input.button {
  font-family: 'Fira Sans', 'Arial Black', Monaco, Chicago;
  background-color: #F3F3F3;
  border: 0;
  padding: 5px;
  letter-spacing: 0.04em;
}
#main input.button {
  margin-top: 4px;
}
input.button:hover {
  background-color: #90082f;
  color: #fff;
}
input.defaultButton:hover {
  background-color: #F3F3F3 !important;
  color: #000;
}
select + input.button {
  margin-left: 5px;
}
/*
#journalLayout input.button {
  margin-top: 2px;
  margin-bottom: 2px;
}
#submit select,
#submit input {
  margin: 2px;
}
#searchForm .ui-icon {
  margin-top: 3px;
}
#main .separator {
  border-bottom: 2px solid #D6D6D6;
  clear: both;
  zoom: 1;
}
#main .separator:before,
#main .separator:after {
  content: "";
  display: table;
}
#main .separator:after {
  clear: both;
}
#main td.separator {
  border-top: 2px solid #D6D6D6;
  border-bottom: none;
}
#main td.headseparator {
  border-top: 2px solid #90082f;
}
#main td.endseparator {
  border-top: 3px solid #D6D6D6;
}
#main table.data td.label {
  vertical-align: middle;
  padding-right: 0;
}
#main table.data td.value {
  padding-left: 5px;
}
#main table.listing td {
  vertical-align: middle;
}
#main table.listing tr.data td {
  border-top: none;
  border-bottom: 2px solid #F3F3F3;
}
.nowrap {
  white-space: normal;
  padding-right: 7px;
}
#content form {
  overflow-x: auto;
}
@media (max-width: 512px) {
  #content form {
    overflow-x: scroll;
  }
}
.mceEditor .mceLayout {
  width: 100% !important;
}
#reviewers,
#submissions,
#users,
#issues {
  overflow-x: auto;
}
table.listing {
  table-layout: auto;
  word-wrap: break-word;
}
table.listing a.action {
  white-space: inherit;
  word-wrap: break-word;
}
table.listing tr.heading td {
  vertical-align: top;
}
table.listing tr td {
  vertical-align: middle;
  min-width: 20px;
  padding: 0.5em !important;
}
table.listing table.nested tr td {
  word-break: break-all;
}
#reviewers table.listing {
  table-layout: fixed;
}
#submissions table.listing {
  table-layout: fixed;
}
#submissions table.listing a.action {
  word-break: break-all;
}
#submissions table.listing tr.heading table tr td {
  padding: 6px !important;
  border-right: 1px solid #E7E7E7;
  font-size: 70% !important;
  text-align: center;
  line-height: 100%;
}
#submissions table.listing tr.heading table tr td:first-child {
  padding-left: 0 !important;
}
#submissions table.listing table.nested tr td {
  padding: 6px !important;
  border-right: 1px solid #E7E7E7;
  font-size: 70% !important;
  text-align: center;
  line-height: 100%;
}
#submissions table.listing table.nested tr td:first-child {
  padding-left: 0 !important;
}
#selectReviewer #reviewers table.listing tr td {
  padding: 5px !important;
}
#selectReviewer #reviewers table.listing tr td.headseparator {
  padding: 0 !important;
}
#main table.tocArticle {
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  border-bottom: 1px solid #E7E7E7;
}
#main table.tocArticle .file {
  background: transparent;
  color: #000;
}
#main table.tocArticle .file:hover {
  background: #90082f;
  color: #fff;
}
#main table.tocArticle .tocAuthors,
#main table.tocArticle .tocPages {
  color: #bdbdbd;
}
#main table.tocArticle .tocAuthors {
  padding-left: 0;
}
#main table.tocArticle + .separator {
  margin-top: -1px;
  border-bottom: 1px solid #E7E7E7;
}
#main table.tocArticle:last-of-type {
  border-bottom-color: #E7E7E7;
}
#main table.tocArticle:last-of-type:hover {
  border-bottom-color: #90082f;
}
#main table.tocArticle:hover {
  border-bottom-color: #90082f;
}
#main table.tocArticle:hover + .separator {
  margin-top: -1px;
  border-bottom: 1px solid #90082f;
}
#topBar {
  display: none;
}
#articleTitle h3 {
  font-size: 2em;
  line-height: 1.33em;
}
#articleAbstract {
  width: 60%;
  float: left;
  margin-right: 6%;
}
#articleAbstract div {
  margin-top: -30px;
}
#articleSubject {
  width: 33%;
  float: left;
}
#articleSubject div {
  margin-top: -13px;
}
#articleFullText {
  width: 33%;
  float: left;
  margin-bottom: 40px;
}
#articleSubject h4,
#articleFullText h4 {
  margin-right: 0 !important;
}
#articleCitations {
  clear: both;
  width: 60%;
  margin-bottom: -66px;
  zoom: 1;
  word-wrap: break-word;
}
#articleCitations :before,
#articleCitations :after {
  content: "";
  display: table;
}
#articleCitations :after {
  clear: both;
}
#articleCitations div {
  margin-top: -30px;
}
#articleCitations p {
  border-left: 2px solid #D6D6D6;
  display: block;
  padding: 10px 15px;
  margin: 15px 0;
  background: #F3F3F3;
}
#content a[href*="doi.org"] {
  word-break: break-all;
}
#announcementList {
	overflow: auto;
}
table.announcements td {
	padding-left: 0;
}
@media all and (max-width: 768px) {
  #body,
  #container,
  #content,
  #navbar,
  #main,
  #sidebar,
  #rightSidebar,
  #leftSidebar {
    float: left;
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar #rightSidebar,
  #sidebar #leftSidebar {
    width: 100%;
  }
  #sidebar #rightSidebar .block,
  #sidebar #leftSidebar .block {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
  #sidebar #rightSidebar #sidebarDevelopedBy,
  #sidebar #leftSidebar #sidebarDevelopedBy {
    display: none;
  }
  #sidebar #rightSidebar {
    margin-bottom: -50px;
  }
  #articleAbstract,
  #articleCitations,
  #articleSubject,
  #articleFullText {
    width: 100%;
    float: none;
  }
  #articleFullText {
    margin-bottom: 0;
  }
}
@media all and (max-width: 460px) {
  #sidebar #rightSidebar .block,
  #sidebar #leftSidebar .block {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
}
html {
  text-shadow: 0 0 0.1px rgba(0, 0, 0, 0.15);
}
#header {
  background: #fff url('images/PomJLifeSci_logo_header.png') no-repeat 20px center;
  border-top: 4px solid #cb0145;
  padding-top: 50px;
  margin-bottom: -25px;
}
@media (max-width: 768px) {
  #header {
    background: #fff url('images/PomJLifeSci_logo_small.png') no-repeat 20px center;
    padding-top: 5px;
    margin-bottom: -15px;
  }
}
#header #headerTitle h1 {
  color: #a3a3a3;
  text-indent: -999em;
  visibility: hidden;
}
@media (max-width: 768px) {
  #main {
    padding-top: 0;
  }
}
#main #content #issues #issue h4 {
  border-bottom: none;
}
#main #content h4 + table.listing {
  margin-top: -6px;
}
#main h4 {
  border-bottom: 2px solid #cb0145;
  color: #cb0145;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
}
#sidebar #rightSidebar div.block span.blockTitle,
#sidebar #leftSidebar div.block span.blockTitle {
  font-weight: bold;
}
.custom_footer {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 2px solid #D6D6D6;
}
.custom_footer .column {
  float: left;
}
.custom_footer .column:first-child {
  padding-right: 30px;
  width: 33%;
}
.custom_footer .column:first-child p:first-child {
  font-weight: bold;
}
.custom_footer .column:first-child p:last-child {
  opacity: 0.6;
  font-size: 12px;
}
.custom_footer .column:last-child {
  width: 66%;
}
.custom_footer .column:last-child p:first-child {
  font-weight: bold;
}
.custom_footer .column:last-child p:last-child {
  opacity: 0.6;
  font-size: 12px;
}
.custom_footer:before,
.custom_footer:after {
  content: "";
  display: table;
}
.custom_footer:after {
  clear: both;
}
.custom_footer {
  zoom: 1;
}
*/

/* custom changes after upgrade */
.pkp_site_name { border-bottom: 2px solid #cb0145; margin-bottom: 0.25rem; padding-bottom: 1rem;}
.pkp_page_index .current_issue .current_issue_title { font-size: 1.5rem;}
.obj_issue_toc .sections:not(:first-child) {margin-top: 0;}
.pkp_block.block_language a {text-transform: capitalize;}
.pkp_structure_footer_wrapper {background-color: #E7E7E7;}
.pkp_brand_footer {display: none !important;}
/*.pkp_structure_main p, .pkp_structure_main ul { word-break: break-all; }*/

.pkp_page_index .current_issue h2 { color: #8a1538; }
.cmp_manuscript_button:hover, .cmp_manuscript_button:focus, .block_make_submission a:hover, .block_make_submission a:focus, .obj_galley_link:hover, .obj_galley_link:focus { color: #fff;}

.cmp_notification a:first-child {text-decoration: underline;}

.item.author_bios { display: none !important;}

@media (min-width: 992px) { 
  .pkp_navigation_primary>li:hover ul { transform: translate3d(7px, 38px, 0px); }
  #navigationPrimary a:hover, #navigationPrimary a:focus { color: #003b5c; }
  .pkp_navigation_primary_row { background: #E7E7E7; }
  #navigationPrimary a {color: inherit;}
}

/*# sourceMappingURL=pum.css.map */
