@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
body {
  font-family: Montserrat, sans-serif;
}
a {
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:focus,
a:hover {
  color: #333;
}
.btn {
  transition: all 0.3s ease-in-out;
}
.issue-details .description {
  display: none;
}
.pkp_structure_main {
  display: inline;
}
.pkp_structure_page {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: none;
}
.pkp_structure_sidebar:before {
  border: 0;
}
.pkp_structure_sidebar {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .pkp_structure_sidebar {
    margin-top: 0;
  }
}
.page_issue_archive .issues_archive > li {
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
  min-height: 280px;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page_issue_archive .issues_archive > li {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
.page_issue_archive .issues_archive > li:hover {
  box-shadow: none;
  border-color: #eee;
}
.page_issue_archive .obj_issue_summary .description,
.page_issue_archive .obj_issue_summary .series,
.page_issue_archive .obj_issue_summary .title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page_issue_archive .obj_issue_summary .description,
  .page_issue_archive .obj_issue_summary .series,
  .page_issue_archive .obj_issue_summary .title {
    text-align: left;
  }
}
.obj_issue_summary .cover {
  margin-bottom: 0;
}
.obj_issue_summary .cover,
.obj_issue_toc .cover {
  float: none;
  margin-right: 15px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .obj_issue_summary .cover,
  .obj_issue_toc .cover {
    float: left;
    display: inline-block;
  }
}
.cover-image,
.file {
  display: none;
}
.cover img,
.cover-image img {
  float: none;
  display: inline;
  max-width: 170px;
  height: auto;
  box-shadow: 0 0 1.525rem rgba(0, 0, 0, 0.25);
  margin: 0 auto 15px auto;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .cover img {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cover-image img {
    display: inline-block;
  }
}
.cover img:hover,
.cover-image img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: scale(0.99);
  box-shadow: none;
}
.obj_issue_summary .description p {
  margin: 5px 0;
}
.has_site_logo .pkp_navigation_primary_row {
  position: initial;
  transition: all 0.5s ease-in-out;
}
.has_site_logo .pkp_navigation_primary_row.boxshadow {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
  top: 0;
  z-index: 999;
  position: fixed;
  width: 100%;
}
.has_site_logo .pkp_navigation_primary_row.hide {
  transition: all 0.5s ease-in-out;
}
.has_site_logo .pkp_navigation_primary_wrapper {
  width: auto;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .has_site_logo .pkp_navigation_primary_wrapper {
    width: 1160px;
  }
}
.galleys .galleys_links {
  padding-left: 0;
}
.galleys .galleys_links li {
  list-style: none;
  margin-left: 10px;
  display: inline;
  margin-left: 0;
}
.obj_article_details .entry_details .item > .label,
.obj_article_details .entry_details .sub_item:first-child > .label {
  padding: 5px 20px;
  border-bottom: 1px solid #eee;
  color: #333;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.obj_article_details .entry_details .galleys_links > li a {
  display: inline-block;
}
.obj_article_details .entry_details .item,
.obj_article_details .entry_details .item.copyright {
  background: #fff;
  box-shadow: 0 0 1.525rem rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
.obj_article_details .entry_details .item.copyright {
  padding: 20px;
}
.obj_article_details .entry_details .item .label + .value {
  border-radius: 0 0 0.25rem 0.25rem;
}
.cmp_article_list > li {
  margin-bottom: 15px;
}
.cmp_article_list > li .obj_article_summary {
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
  border: 1px solid #f4f4f4;
}
.cmp_article_list > li .obj_article_summary:hover {
  box-shadow: none;
  border-color: #eee;
}
.cmp_article_list > li .obj_article_summary .cover {
  display: none;
}
.pkp_page_index .current_issue .read_more {
  margin-top: 15px;
}
.navbar {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
@media only screen and (min-width: 768px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar.skrol {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-toggler {
  border: none;
  font-size: 1rem;
}
#headerNavigationContainer {
  border-bottom: 2px solid #e4e4e4;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  visibility: visible;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: all 0.5s ease-in-out;
}
#headerNavigationContainer.fixedTop {
  box-shadow: rgba(22, 57, 85, 0.2) -20px 2px 50px 0;
  transition: 0.5s ease-in-out;
  border-color: transparent;
}
#headerNavigationContainer.sekrol {
  top: -100px;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.5s ease-in-out;
}
.header-separator {
  padding: 30px 0;
  margin: 30px auto;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .header-separator {
    padding: 45px 0;
    margin: 45px auto;
  }
}
.navbar-brand-logo img {
  padding: 10px;
  width: 170px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .navbar-brand-logo img {
    padding: 5px 0;
    height: auto;
    width: 300px;
  }
}
.site-name {
  margin-bottom: 0;
}
.header_view .nav > li > a,
.navbar-default .nav > li > a {
  color: #016b8a;
}
.header_view .nav > li > a:hover,
.navbar-default .nav > li > a:hover {
  color: #333;
}
.dropdown-menu > li > a {
  color: #016b8a !important;
}
.dropdown-menu > li > a:hover {
  color: #333 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #333;
  background-color: transparent;
}
.pkp_block {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
  padding: 15px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.pkp_block .content ul li {
  padding: 5px 0;
  border-bottom: 1px dashed #e4e4e4;
  list-style: none;
}
.pkp_block .content ul li:last-child {
  border-bottom: none;
  padding-bottom: 15px;
}
.pkp_block ul {
  padding-left: 0;
  margin-right: -15px;
  border: 0;
  margin-bottom: 0;
}
.list-group-item,
.pkp_block ul li {
  background-color: transparent;
}
.pkp_block ul li {
  border: 0;
}
.pkp_block ul li:first-child {
  padding-top: 0;
  border-top: 0;
}
.pkp_block ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #62bfa1;
}
.search-advanced select {
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b566b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dae1e7;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: inline-block;
  width: auto;
}
.search-advanced select:focus {
  border-color: rgba(98, 191, 161, 0.5);
  background-color: #fff;
  outline: 0;
  color: #4b566b;
  box-shadow: 0 0 0 0 transparent,
    0 0.375rem 0.625rem -0.3125rem rgba(98, 169, 191, 0.3);
}
.article-sidebar {
  position: relative;
  padding: 0 15px;
  border-left: none;
}
.article-sidebar .card {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .article-sidebar {
    position: sticky;
    top: 8rem;
    border-left: 1px dashed #e4e4e4;
  }
}
.article-sidebar .pkp_block {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px dashed #e4e4e4;
  box-shadow: none;
}
.article-sidebar .pkp_block .title {
  padding-top: 15px;
}
.article-sidebar .pkp_block:last-child {
  border-bottom: none;
}
.issue-summary-list {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
  padding: 15px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 15px;
}
.issue-date {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .issue-date {
    float: left;
    margin-bottom: 0;
    min-width: 120px;
    text-align: center;
  }
}
.description-sec {
  border: none;
  display: block;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .description-sec {
    border-left: 2px solid #d7e4ed;
    padding-left: 15px;
    display: inline-block;
    width: calc(100% - 120px);
  }
}
.issue-summary {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
  padding: 15px;
  border-radius: 5px;
  min-height: 140px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .issue-summary {
    width: calc(50% - 7.5px);
    min-height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .issue-summary:nth-of-type(even) {
    margin-right: 0;
    float: right;
    margin-bottom: 15px;
  }
}
.issue-summary:last-child {
  margin-right: 0;
}
.issue-summary nav {
  display: block;
}
.issue-summary nav li {
  display: inline-block;
}
.issue-summary .cover img {
  float: none;
  display: block;
  max-width: 100px;
  height: auto;
  box-shadow: 0 0 1.525rem rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .issue-summary .cover img {
    display: inline-block;
    max-width: 140px;
  }
}
.issue-summary .cover img:hover {
  box-shadow: none;
}
.issue-summary .issue-summary-img {
  float: left;
  text-align: left;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .issue-summary .issue-summary-img {
    float: none;
    display: block;
    clear: both;
    text-align: center;
    margin-right: 0;
    min-height: 220px;
  }
}
.issue-summary .issue-summary-txt {
  text-align: left;
  margin-left: 10px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .issue-summary .issue-summary-txt {
    text-align: center;
    padding-top: 15px;
    margin: 0;
    display: block;
    width: 100%;
  }
}
.announcement-summary,
.article-summary,
.journal-block {
  width: 100%;
  box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
  padding: 15px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  text-align: left;
  margin-bottom: 15px;
}
.announcement-summary p {
  margin-bottom: 0;
}
.announcement-summary:hover,
.article-summary:hover,
.custom-boxshadow:hover,
.issue-summary-list:hover,
.issue-summary:hover,
.journal-block:hover {
  box-shadow: 0 1rem 3rem #d7e4ed;
}
.article-summary:last-child {
  margin-bottom: 0;
}
.footer h5 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 15px;
  color: #555;
}
.issue-toc .row {
  margin-left: -15px;
  margin-right: -15px;
}
.read-more {
  margin-top: 15px;
  margin-bottom: 15px;
}
.article-summary .meta .authors {
  font-family: Lora, serif;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #555;
}
.article-summary p {
  font-size: 1rem;
  font-weight: 400;
}
.article-main .author {
  border: 1px solid transparent;
  font-family: Lora, serif;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.article-abstract p {
  font-family: Lora, serif;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .article-main .author {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .article-main .author:nth-of-type(even) {
    margin-right: 0;
  }
}
.article-main .author:last-child {
  margin-right: 0;
}
.article-details .page-header {
  font-family: Lora, serif;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}
.media-heading .title {
  padding-bottom: 5px;
  display: block;
}
.page_login .jumbotron {
  padding: 20px;
}
.login,
.lost_password {
  width: 100%;
}
.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.pkp_block {
  margin-bottom: 15px;
}
.page_index_journal .journal-description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page_index_journal .additional_content {
  border-top: 1px dashed #e4e4e4;
  padding-top: 20px;
}
.page_index_journal .additional_content .cover_add {
  float: left;
  display: inline-block;
  max-height: 120px;
  width: auto;
  box-shadow: 0 0 1.525rem rgba(0, 0, 0, 0.25);
  margin: 10px 15px 15px 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.announcements .media,
.article-summary .media,
.issues .media {
  margin-top: 15px;
  margin-bottom: 0;
}
.announcements .media:last-child,
.article-summary .media:last-child,
.issues .media:last-child {
  margin-bottom: 15px;
}
footer[role="contentinfo"] {
  background-color: #f4f4f4;
  color: #333;
  padding: 15px 0;
}
#scrollTop {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 10px;
  z-index: 9999;
  font-size: 18px;
  border: 0;
  outline: 0;
  background-color: #e0ebfa;
  color: #afddeb;
  cursor: pointer;
  padding: 3px 10px 3px 15px;
  border-radius: 4px;
}
.marker {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #17a2b8;
}
#articlesBySameAuthorList {
  margin-top: 15px;
}
#articlesBySameAuthorList h3 {
  font-size: 1rem;
}
#articlesBySameAuthorList ul {
  padding-left: 25px;
}
#articlesBySameAuthorList li {
  margin-bottom: 10px;
}
.banner-sec {
  color: #333;
  transition: all 0.5s ease;
}
.banner-sec .container {
  padding-left: 15px;
  padding-right: 15px;
}
.banner-sec .banner-title,
.banner-sec .banner-title-article {
  font-size: 2rem;
  color: #e5b750;
  font-weight: 600;
  margin-bottom: 5px;
}
.banner-sec .banner-title-article {
  margin-top: 40px;
}
.banner-sec.skrol {
  color: #fff;
}
.banner-sec.skrol a {
  color: #ff0;
}
.banner-sec.skrol .banner-title,
.banner-sec.skrol .banner-title-article {
  color: #fffd94;
}
.banner-sec .banner-subtitle,
.banner-sec .banner-subtitle-article {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #555;
}
.banner-sec.skrol .banner-subtitle,
.banner-sec.skrol .banner-subtitle-article {
  color: #fff;
}
.banner-sec .published-by {
  font-size: 1rem;
  margin-bottom: 5px;
}
.banner-sec .serial {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .banner-sec {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .banner-sec .banner-title {
    font-size: 3rem;
  }
  .banner-sec .banner-title-article {
    font-size: 2.25rem;
  }
  .banner-sec .banner-subtitle {
    font-size: 2rem;
  }
  .banner-sec .banner-subtitle-article {
    font-size: 1.5rem;
  }
  .banner-sec .published-by {
    font-size: 1rem;
  }
}
.pager {
  padding: 20px 15px;
  display: block;
  clear: both;
}
.navbar-search {
  display: inline-flex;
  padding: 8px 0;
  width: 100%;
  align: center;
  float: none;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .navbar-search {
    display: inline-flex;
    float: left;
    width: 300px;
    margin-left: 40px;
    border: none;
  }
}
.pager li > a,
.pager li > span {
  background-color: transparent;
  border: 1px solid transparent;
  color: #17a2b8;
  box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
}
.pager li > a:hover,
.pager li > span:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.index-by {
  display: flex;
  padding: 30px 0;
  text-align: center;
}
.index-by h3 {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 30px 0 20px 0;
  display: block;
  color: #777;
  text-transform: uppercase;
}
.index-by .leading {
  border-top: 1px dashed #e4e4e4;
}
.index-by img {
  padding: 5px;
  max-width: 160px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.65;
  transition: all 0.3s ease-in-out;
}
.index-by img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.index-brand {
  display: inline-block;
  margin: 5px;
  text-align: center;
}
.block_custom .title {
  padding-left: 0;
  color: #777;
}
.reg-form .identity {
  border-right: 1px dashed #e4e4e4;
}
.reg-form .registration-heading {
  margin-bottom: 15px;
}
.most_read > li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px dashed #e4e4e4 !important;
}
.most_read > li:first-child {
  padding-top: 10px !important;
}
.most_read > li:last-child {
  border-bottom: none !important;
}
.most_read .most_read_article {
  padding: 10px 0;
}
.img-brand {
  display: inline-block;
  margin: 2px 4px;
  transition: all 0.3s ease-in-out;
}
.img-brand:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: scale(0.99);
}
.bg-secondary {
  background-color: #6c757d !important;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: #555;
}
.page-header {
  font-family: Montserrat, serif;
  font-weight: 600;
  border: 0;
  margin: 20px auto 10px auto;
  position: relative;
  display: block;
}
.custom-boxshadow {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.optin label {
  font-weight: 400;
}
.block_custom,
.block_custom .content {
  padding: 0 !important;
}
#accordion .panel {
  border: 1px solid #f4f4f4;
  border-radius: 0;
  margin-bottom: 15px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}
#accordion .panel-heading:after {
  display: none;
}
#accordion .card-title a,
#accordion .card-title a.collapsed[aria-expanded="true"] {
  display: block;
  color: #5f6a75;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
#accordion .card-title a.collapsed[aria-expanded="true"]:hover,
#accordion .card-title a:hover {
  color: #e5b750;
  border-color: rgba(66, 214, 151, 0.5);
}
#accordion .card-title a.collapsed {
  color: #e5b750;
  border-color: rgba(66, 214, 151, 0.5);
}
#accordion .card-title a.collapsed:hover {
  color: #5f6a75;
  border-color: rgba(0, 0, 0, 0.25);
}
#accordion .card-title a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  padding: 2px 5px;
  line-height: 1;
  color: #5f6a75;
  transition: all 0.3s;
}
#accordion .card-title a:hover:after {
  color: #e5b750;
}
#accordion .card-title a.collapsed:after {
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #e5b750;
}
#accordion .card-title a.collapsed[aria-expanded="true"]:after {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #5f6a75;
}
#accordion .card-title a.collapsed:hover:after {
  color: #5f6a75;
}
#accordion .panel-body {
  font-size: 14px;
  color: #5a3245;
  line-height: 25px;
  padding: 15px;
  position: relative;
  border: none;
  transition: all 0.5s ease 0s;
}
#accordion .panel-body p {
  margin-bottom: 0;
}
#accordion .panel-body ul li {
  padding: 5px 0;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px dashed #e4e4e4;
}
#accordion .panel-body ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.back-to-top {
  position: fixed;
  display: inline !important;
  bottom: 60px;
  right: 30px;
  margin: 0 auto;
  z-index: 997;
  color: #2b3445 !important;
  text-align: center;
  background: #e5b750;
  width: 36px;
  height: 36px;
  line-height: 28px;
  border-radius: 0.25em;
  visibility: hidden;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: all 0.25s ease-in-out;
  box-shadow: 0 0 1.525rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .back-to-top {
    bottom: 30px;
  }
}
.back-to-top.focus,
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #e5b750;
  margin-bottom: 2px;
}
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.5s ease-in-out;
}
.back-to-top.back-to-top-is-visible:hover {
  transition: 0.5s ease-in-out;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top.back-to-top-fade-out:hover {
  transition: 0.5s ease-in-out;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.boxshadow {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.page_login_container,
.page_lostPassword_container,
.page_register_container {
  width: 100%;
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .page_register_container {
    width: 800px;
    margin: 0 auto;
    padding: 25px;
    box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .page_login_container,
  .page_lostPassword_container {
    width: 540px;
    margin: 0 auto;
    padding: 25px;
    box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
    border-radius: 5px;
  }
}
.header-login,
.header-lostPassword,
.header-register {
  text-align: center;
  color: #016b8a;
}
.field-icon {
  cursor: pointer;
  z-index: 2;
  border-left: none;
  background: 0 0;
}
.toggle-password:hover {
  color: #016b8a;
}
.excerpt-txt {
  display: block;
  max-height: 6.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.journals-list {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .journals-list {
    text-align: left;
  }
}
.journals-list .img-responsive {
  margin: 1rem auto;
}
@media only screen and (min-width: 768px) {
  .journals-list .img-responsive {
    margin: -1rem -1rem -1rem -1rem;
  }
}
.shadow-custom {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #d7e4ed;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.dashed {
  border-style: dashed;
}
.collapsible-link::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #3097ff;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}
.collapsible-link {
  border-top: 1px solid #e5e7e9;
  color: #3097ff;
}
.collapsible-link:focus,
.collapsible-link:hover {
  color: #e5b750;
}
.collapsible-link::after {
  content: "";
  width: 2px;
  height: 10px;
  background: #3097ff;
  position: absolute;
  top: calc(50% - 5px);
  right: calc(1rem + 4px);
  display: block;
  transition: all 0.3s;
}
.collapsible-link[aria-expanded="true"]::after {
  transform: rotate(90deg) translateX(-1px);
}
.collapsible-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}
#sidebar .card-header {
  padding: 0 15px;
  border-bottom: 0;
  background-color: transparent;
}
#sidebar .card-body {
  padding: 0 15px;
}
#sidebar .pkp_block {
  padding: 0;
}
.footer-mainMenu ul,
.important-links ul {
  padding-left: 0;
}
.footer-mainMenu ul li,
.important-links ul li {
  padding: 2px 0;
  list-style: none;
  font-size: 14px;
}
.lead-copyright {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-bottom: 10px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #69b3fe;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fea569;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e5b750;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.no-js #loader-wrapper {
  display: none;
}
.downloads_chart .label {
  display: none;
}
.downloads_chart .value {
  margin-top: 1.5rem;
}
.page_search fieldset legend {
  font-size: 1rem;
}
#connect-orcid-button {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fe696a;
  border: 1px solid #fe696a;
  padding: 6px 12px;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254, 105, 106, 0.9);
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
@media (prefers-reduced-motion: reduce) {
  #connect-orcid-button {
    transition: none;
  }
}
#connect-orcid-button:hover {
  color: #fff;
  background-color: #fe4344;
  border-color: #fe3638;
  text-decoration: none;
  box-shadow: none;
}
#connect-orcid-button.focus,
#connect-orcid-button:focus {
  color: #fff;
  background-color: #fe4344;
  border-color: #fe3638;
  box-shadow: none;
}
#navigationUser .dropdown-menu {
  margin-top: -0.5rem !important;
}
