.banner{
  background-image: url(/dspace/static/images/banner.jpg);
  /*background-image: url(/jspui/static/images/banner.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner h2 {
  color: #fff;
  padding-left: 15px;
}

.banner img{
  background-color: #102535;
}

/*body {
  font-size: 13px;
}*/

body.undernavigation {
    padding-top: 50px;
}

.navbar-inverse {
  background: #102536;
  /*border-color: #102536*/
  border: none;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  line-height: 25px
}

.navbar-inverse .navbar-nav>li.active>a:focus,.navbar-inverse .navbar-nav>li.active>a:hover {
  color: #fff;
  background-color: #0a1721
}

.navbar-nav .navbar-form.navbar-right{
  margin-top: 10px;
  margin-bottom: 10px;
}

div#footer-navbar.navbar {
  margin-bottom: 0px;
}

@media(max-width:768px) {
  #footer-navbar.navbar {
    padding-left: 20px;
  }

  .banner h2
  {
    background-color: #102535;
  }

  .navbar-inverse .navbar-nav>li>a{
    line-height: 15px;
  }
}

#application-logo:hover {
  background-color: #102536
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #0a1721
}

.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #102536
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
  color: #fff;
  background: #0a1721
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
  color: #fff;
  background: #0a1721
}

/*---Section bar --------------------------------------------------------------*/

.panel-primary {
  border-color: #102536;
}
.panel-primary > .panel-heading {
  background: #005a9c;
}

/* General */

a{
  color: #005a9c;
}

a:focus, a:hover {
  color: #007dd9;
}

/* DSPACE overrides */

.container .jumbotron {
  padding: 20px;
}

.breadcrumb.btn-success {
  background: #005a9c;
}

.btn.btn-info{
  background: #005a9c;
  border: #005a9c;
}

.btn.btn-primary{
  background: #005a9c;
  border: 1px solid #005a9c;
}

.alert.alert-info{
  background: #dde5ee;
  border: #dde5ee;
  color: black;
}

.row.display-item-handle-row{
  margin-left: 0px;
}

/* citedby service related styles*/

.citedby-table {
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 4px;
  margin-bottom: 15px;
}

.citedby-heading {
  text-align: center;
  padding:0px;
}

.citedby-label {
  text-align: center;
  padding-left:10px;
  padding-right:10px;
}
.citedby-value > a, .citedby-value > a:hover, .citedby-value > a:focus {
    color: white;
}

.citedby-value {
    line-height: 3em;
  padding-left: 10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-top:10px;
}

.citedby-badge-none {
  background-image: url(/dspace/static/images/citations-none.png);
  background-repeat: no-repeat;
  background-position: center;
}

.citedby-badge-wos {
  background: url(/dspace/static/images/citations-wos.png);
  background-repeat: no-repeat;
  background-position: center;
}

.citedby-badge-scopus {
  background-image: url(/dspace/static/images/citations-scopus.png);
  background-repeat: no-repeat;
  background-position: center;
}

.submission-header-main-content{
  margin-top: 20px;
}
