/******************************************
 * Main
 ******************************************/

.pkp_structure_content a {
  color: #367388;
}

.page-header > h2 > small {
  font-size: 39px;
}

main.pkp_structure_main > h2 {
  font-size: 3em;
}

/******************************************
 * Header
 ******************************************/

#navigationUser {
  line-height: 0.1;
}

#nav-menu > div.pull-md-right {
  float: right;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-header {
    float: none;
  }
}

@media (min-width: 940px) {

  .navbar-toggle {
    display: none !important;
  }

  .navbar-collapse.collapse {
    display: block !important;
  }

  .navbar-header {
    float: left;
  }

}

.collapse.in {
  display: block !important;
}


.navbar-brand-logo img {
  max-height: 330%;
  margin-top: -34px;
}

#main-navigation a {
  text-transform: uppercase;
  font-weight: 600;
}

#main-navigation .dropdown-menu a {
  text-transform: none;
  font-weight: normal;
}

#nav-menu ul.dropdown-menu a:hover {
  color: white;
  background-color: #367388;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/********************
 * Footer
 *********************/

.footer a {
  color: #367388;
}

.footer div[role="complementary"] img {
  height: 100px;
}

/******************************************
 * home page
 ******************************************/

/********************
 * side-bar section
 *********************/

.sidebar-widget-header {
  background-color: #e4e4e4;
  padding: 5px;
  color: black;
  font-weight: 500;
  border-top: 2px solid gray;
}

img.aiaccess-item {
  float: right;
  margin-top: 5px;
  height: 150px;
  padding-left: 8px;
}

.pkp_block {
  border: none;
  box-shadow: none;
}

.pkp_block .content {
  padding: 0;
}

.pkp_block a {
  color: #367388;
}

#customblock-Submission p {
  margin: 10.5px 10px;
}

#customblock-Submission a {
  font-weight: 500;
}


#customblock-News p {
  margin: 10.5px 10px;
}

#customblock-News a {
  font-weight: 500;
}

#customblock-AfiliatedSites p {
  margin-left: 10px;
  margin-top: 10px;
}

.block_make_submission {
  display: none;
}

/*************************
 * Articles list section
 ************************/

section.current_issue > .page-header {
  border-top: 2px solid gray;
  background-color: #e4e4e4;
  padding: 1px 5px;
}

section.current_issue > .page-header > h2 {
  margin: 5px;
}

section.current_issue section.section > .page-header {
  display: none;
}

.media-body {
  position: relative;
  border-bottom: 1px solid #cac7c7;
  padding-bottom: 20px;
}

.media-heading {
  float: left;
  padding-right: 170px; /* allocate enough space to accommodate Galleys */
}

.media-heading > a {
  color: #367388;
  font-size: 14.9pt;
  font-weight: 400;
}

.meta {
  float: left;
  clear: left;
}

.meta > .award {
  font-weight: bold;
}

.meta > .citation {
  font-style: italic;
  padding-top: 10px;
}

p.pages {
  clear: left;
  float: left;
  margin: 0 0 10px;
}

.media-body > div.btn-group {
  position: absolute;
  right: 0;
}

.media-body > div.btn-group > a {
  padding: 6px 12px;
  background-color: #585858;
  border-color: gray;
  color: white;
}

a.read-more {
  float: right;
  background-color: #367388;
  border-color: #367388;
  color: white;
}

a:hover.read-more {
  background-color: #367388;
  border-color: #367388;
}

.additional_content {
  clear: left;
}

/*************************
 * Articles details page
 ************************/
.article-summary > h2 {
  font-size: 23px;
}

.article-details a.galley-link {
  background-color: #585858;
  border-color: gray;
  color: white;
}

.article-details a:hover.galley-link {
  background-color: #367388;
  border-color: #367388;
}

.article-main {
  padding-bottom: 26px;
}

.article-author-affilitation {
  display: none;
}

/********************
 * Submissions page
 *********************/

.page_submissions .alert-info {
  background-color: transparent;
  border: 1px solid lightgray;
  border-radius: 5px;
  color: black;

  display: none;
}

.page_submissions .submission_checklist {
  display: none;
}

.page_submissions .author_guidelines > .page-header {
  display: none;
}

.article-author {
	display:block;
	margin-bottom:10px;
}

li.show {
  display:list-item;
}

.issue-details .published {
  display:none;
}

.navbar-default {  
  padding-top:15px;
}

.glyphicon-lock {
  display: none;
}
