.pkp_site_name_wrapper {
    height: 290px;
}

.pkp_head_wrapper {
    height: 330px;
}

.page h1,
.pkp_site_name,
.pkp_brand_footer,
h1.page_title,
.cmp_breadcrumbs,
.heading {
    display: none;
}

#navigationPrimary a {
    font-size: 12.5px;
}

.pkp_nav_list ul,
.pkp_navigation_user ul {
    width: 16.5em;
}

ul.dropdown-menu,
ul.dropdown-menu.show {
    left: -85px !important;
}

.cmp_notification {
    border-left: 5px solid #333333;
}

a {
    color: #333333;
}

a:hover, a:focus {
    color: #999999;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover, .pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus {
    color: #666666;
}

.cover img,
.cover_image img {
    box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.1);
}

.page_search .submit button:after {
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff;
    background: #333333;
}

.page_search .submit button:hover:after,
.page_search .submit button:focus:after {
    color: #ffffff;
    background: #666666;
    box-shadow: inset 0 1em 1em rgba(0,0,0,0.2);
    border-radius: 0px;
}

.page_search .submit button {
    color: #333333;
    border-radius: 0px;
}

.page_search .submit button:hover,
.page_search .submit button:focus {
    color: #666666;
    outline: none;
    border-radius: 0px;
}

.cmp_notification, .obj_issue_toc {
    margin-top: 30px;
}

.page.page_login, .page.page_search {
    padding-top: 30px;
}
.value p {
    word-wrap: break-word;
}

.obj_article_details h1 {
    display: block;
    padding-top: 30px;
    font-size: 18px;
}

.obj_article_details .row {
    margin-top: 0;
}

.pkp.structure_head {
    height: 139px;
}

.pkp_site_name_wrapper {
    height: 139px;
}

.pkp_head_wrapper {
    height: 179px;
}

.page_issue_archive {
    padding-top: 30px;
}

.collapsible {
  margin: 0 auto;
  display: block;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 40%;
  border: none;
  outline: none;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Noto Serif";
  font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #97cde1;
}

.page_issue_archive .issues_archive>li {
  padding: 0px 30px;
}

/* Style the collapsible content. Note: hidden by default */
.issue_list {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.article_stats {
 padding: 20px;
}


/* TNU */

.pkp_structure_page {
  max-width: 1100px;
}

.pkp_navigation_user_wrapper {
  left: 825px;
  top: 0px;
}

html, body {
  background-color: #ebf1c5;
}

.pkp_navigation_primary {
  max-width: 90%;
}

.pkp_navigation_primary_row, .pkp_structure_footer_wrapper {
  background: #d2de88;
  border-bottom-color: #d2de88;
}

.pkp_navigation_primary_row {
  padding-right: 10px;
}

.pkp_structure_sidebar, .pkp_structure_sidebar:before {
  width: 240px;
}

#navigationUser ul.dropdown-menu, #navigationUser ul.dropdown-menu.show {
  left: -83px !important;
}

.pkp_footer_content {
  text-align: center;
}

.pkp_navigation_user>li>a,
.pkp_navigation_user>li.in_focus>a,
.pkp_navigation_user>li>a:hover,
.pkp_navigation_user>li>a:focus {
  color: rgba(0,0,0,0.54);
}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
  background-color: #ebf1c5;
}

#pkp_content_footer {
  border: 0;
}

.pkp_block {
  padding: 20px 15px;
}

.pkp_structure_sidebar>.pkp_block:first-child {
  padding-top: 30px;
}

.side_table {
  font-family: Arial;
  padding-top: 5px;
}

.side_table th{
  width: 40px;
  text-align: left;
  font-size: 15px;
  color: rgba(0,0,0,0.75);
}

.side_table td{
  font-size: 13px;
  padding: 2px;
  width: 25px;
  text-align: center;
  font-weight: bold;
}

.side_table td>a{
  display: block;
  background-color: #d2de88;
  border-radius: 3px;
}

.side_table td>a:hover{
  background-color: #298967;
  color: White;
}

.pkp_head_wrapper .pkp_search.is_open input[type="text"] {
  background-color: #ebf1c5;
}

.cmp_notification {
  background-color: #ebf1c5;
}

.block_custom .pdf_info:before {
    content: '\f1c1';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

#customblock-Info .content p {
  margin-top: 0;
  margin-bottom: 0;
}

.pkp_page_index .page img {
  filter: drop-shadow(3px 3px 4px #555);
  padding-right: 5px;
}



@media (max-width: 992px) {
.pkp_structure_content {
   margin-top: 70px;
  }
  nav form input {
    line-height: 1.8em;
  }
  nav form button {
    cursor: pointer;
  }
}

@media (max-width: 640px) {
.pkp_structure_content {
   margin-top: 110px;
  }
}

@media (max-width: 480px) {
.pkp_structure_content {
   margin-top: 150px;
  }
}

@media (max-width: 460px) {
.pkp_structure_content {
   margin-top: 190px;
  }
}

@media (min-width: 1020px) {
.pkp_site_name, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
    width: 900px;
  }
}

@media (min-width: 1100px) {
.pkp_site_name, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
.pkp_site_name, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
    width: 1100px;
  }
}