/* ==============================
   HEADER & PAGE STRUCTURE
============================== */
.pkp_structure_head {
  background: #0F6B3A;
}

.pkp_structure_page {
  margin-top: 0;
  margin-bottom: 0;
}

.pkp_structure_main h1 {
  font-weight: 600;
  font-size: 20px;
}

a {
  color: #0B4F2B;
}

/* ==============================
   CURRENT ISSUE & SECTION
============================== */
.pkp_page_index .current_issue h2,
.obj_issue_toc .section h2,
.pkp_block .title,
.obj_article_details .main_entry .label {
  display: inline-block;
  border-bottom: 3px solid #ff8000;
  font-weight: 700;
  text-transform: capitalize;
  color: rgba(0,0,0,0.65);
}

.pkp_page_index .current_issue .current_issue_title {
  font-size: 14px;
}

.obj_issue_toc .heading .published .label {
  text-transform: capitalize;
  font-size: 90%;
}

.pkp_page_index .current_issue .read_more {
  margin: 20px 0;
}

/* ==============================
   NAVIGATION
============================== */
.pkp_navigation_primary_row {
  background: #198754;
  text-align: left;
  padding-left: 15px;
}

#navigationPrimary a {
  font-size: 13.5px;
  color: #ffffff;
  font-weight: 300;
  text-transform: capitalize;
}

#navigationPrimary ul {
  background: #0F6B3A;
}

#navigationPrimary [aria-expanded="true"]:before {
  border-bottom-color: #0F6B3A;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
  font-size: 13.5px;
  color: #ffffff;
  font-weight: 300;
}

.pkp_navigation_user_wrapper a {
  font-size: 15px;
  font-weight: 300;
}

/* ==============================
   BODY & SIDEBAR
============================== */
body {
  font-family: tahoma, geneva, sans-serif;
  background: #e6e6e6;
  font-size: 14px;
}

body p,
.pkp_block {
  font-size: 14px;
  line-height: 20px;
}

.pkp_structure_sidebar {
  background: #ffffff;
}

.pkp_structure_content {
  padding-top: 0;
  background: #ffffff;
}

/* ==============================
   ARTICLE LIST & DETAILS
============================== */
.obj_article_summary {
  padding-bottom: 10px !important;
  border-bottom: solid 1px #ff8000 !important;
  font-size: 12px;
}

.obj_article_summary > .title {
  font-size: 14.5px;
  line-height: 20px;
  font-weight: 400;
}

.obj_article_details .abstract {
  text-align: justify;
  font-family: tahoma, geneva, sans-serif;
}

/* ==============================
   LOGO
============================== */
.pkp_site_name .is_img img {
  max-height: 100px;
  max-width: 100%;
}

/* ==============================
   FOOTER
============================== */
.pkp_structure_footer_wrapper {
  background: #198754;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding: 10px 0;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding: 10px 0;
}

/* ==============================
   GALLEY / DOWNLOAD BUTTON
============================== */
.obj_galley_link {
  font-weight: 700;
  text-transform: capitalize;
  background: #198754;
  color: #ffffff;
  border: none;
}

.obj_galley_link:hover {
  background: #0B4F2B;
}

/* ==============================
   BREADCRUMB & UI
============================== */
.cmp_breadcrumbs {
  text-transform: capitalize;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  background: #0F6B3A;
  border: none;
}

/* ==============================
   CUSTOM TABLE MENU
============================== */
.hoverTable {
  width: 100%;
  border-collapse: collapse;
}

.hoverTable th {
  height: 30px;
  background: #ffffff;
  color: #0F6B3A;
}

.hoverTable tr {
  background: #0F6B3A;
  color: #ffffff;
}

.hoverTable tr:hover {
  background-color: #198754;
}

.hoverTable td {
  height: 30px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

.hoverTable a {
  color: #ffffff;
}

.hoverTable a:hover {
  color: #ff8000;
}
