/**
 * @file plugins/themes/default/styles/custom.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Classes for site-wide elements and layout scaffolding
 */
.cmp_breadcrumbs {
  display: block;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.pkp_block .title{
    color: #f5f5f5!important;
    background-color: #194772!important;
    padding: 7px 4px 8px 4px!important;
    border-radius: 5px!important;
}
 ul{
        list-style-type: none!important;
 }
@media (min-width: 992px){
  .obj_issue_toc .cover {
      margin-right: 30px;
      margin-bottom: 30px;
      float: initial!important;
  }
}

.pkp_site_name .is_img img {
    max-width: 100%;
    width: auto;
    height: auto;
	
}

.pkp_structure_head {
    background-color: #4897f0;
    border-bottom: 1px solid #ddd;
}
body {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    background: #fff;
}

.navbar-brand-logo img {
    max-height: 450%;
    width: auto;
}

.navbar, .header_view {
    position: relative;
    min-height: 170px;
    margin-bottom: 21px;
    /* border: 1px solid transparent; */
}

.navbar-default .nav>li>a, .header_view .nav>li>a {
    color: #285393;
}
a {
    color: #234797;
}

.navbar-brand-logo img {
    max-height: 450%;
    width: auto;
    margin-left: 40%;
 }
 .media-heading {
    margin-top: 10px;
    margin-bottom: 1px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.media-left, .media>.pull-left {
    padding-right: 20px;
}
footer[role="contentinfo"] {
    background: #fff;
    padding: 2em;
    margin-top: 4em;
}
h2, .h2 {
    font-size: 22px;
}

.navbar, .header_view {

    min-height: 20px;

    /* border: 1px solid transparent; */
}

.col-sm-10 {
    padding-top: 40px;
}
