.rdf_export {
  margin-bottom:15px;
  font-size: 12px;
  font-weight: bold;
  color: #777;
}

.panel-default {
  border-color: #e6dcd1;
}

.relations {
  background-color: none;
  border: none;
  box-shadow: none;
  margin-top: 30px;
}

.panel-default > .panel-heading {
    background-color: #f8f5f2;
    border-color: #e6dcd1;
    color: #732922;
}

.panel-title {
    font-size: 18px;
    font-weight: 500;
}

.panel-body h1 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.panel-body .list-striped {
  padding-left: 0;
}

.lang-selector {
    display: inline-block;
    height: 16px;
    width: 25px;
    margin: 0 20px;
}

dl.dl-horizontal.json {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

dl.dl-horizontal.json dt {
    text-align: left;
}

.inline-json {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 20px;
}

a.reference {
  color: #286090;
}

.main-content .presentation .description li .source a.inline {
  display: inline;
}

p.text {
  margin: 0;
  margin-top: 8px;
}

ul.text {
  margin: 0;
  padding: 0;
  list-style-type: '- ';
  list-style-position: inside;
}

ul.list-striped {
  padding-left: 0;
}

ul.list-striped li {
  background-color: #f8f5f2;
  border-bottom: 1px dotted #e6dcd1;
  padding: 15px;
}

ul.list-striped li.even {
  background-color: #f8f5f2;
}

ul.list-striped li.odd {
  background-color: #fff;
}

.table {
  margin: 30px 0;
}

.cw-table-primary-entity {
  margin-top: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.3;
  vertical-align: top;
  border-top: none;
  border-bottom: 1px dotted #e6dcd1;
}

.table>thead>tr>th {
    border-bottom: 1px solid #e6dcd1;
    background-color: #f8f5f2;
    color: #732922;
    font-size: 20px;
  font-weight: 500;
}

.table tbody {
  display: table-row-group;
  margin-top: 20px;
}

.table > tbody > tr.even {
  background-color: #f8f5f2;
}

.table > tbody > tr.odd {
  background-color: #fff;
}

div.facet div.facetTitle {
  background-color: #f8f5f2;
  border: 1px solid #e6dcd1;
}

.facet .facetBody input {
  border: 1px solid #e6dcd1;
}

.media-left, .media>.pull-left {
  padding-right: 15px;
}

div.media a img, div.media img {
  max-width: 120px;
  width: 120px;
  transition: opacity 0.2s linear 0s;
}

.media a:hover img {
  opacity: .7;
}

.media-body h4 {
  margin-bottom: 12px;
}

.media-body p {
  margin-bottom: 5px;
  font-size: 13px;
}

.miradorcontainer {
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

#contentfooter .metadata {
    display: none;
}

#breadcrumbs {
  background-color: #f8f5f2;
}
.cw-breadcrumb ul a {
  color: #777;
}

.cw-breadcrumb ul>li.active, .cw-breadcrumb ul>li.active a {
  color: #777;
  font-weight: bold;
}

.cw-breadcrumbs-default {
  margin: 0 auto;
}

@media (min-width: 1200px)
.cw-breadcrumbs-default {
  width: 1150px;
}

@media (min-width: 992px)
.cw-breadcrumbs-default {
  width: 950px;
}

@media (min-width: 768px)
.cw-breadcrumbs-default {
  width: 730px;
}

#map-geo {
  margin-bottom: 20px;
  max-width: 100%;
}

.ui-autocomplete {
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  font-size: 15px;
  z-index:2000 !important; /* Auto complete menu above everything else */
}

/*.ui-autocomplete-category {
  padding-left: 4px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fed443;
}*/

.navbar form .input-wrapper .fa-cog {
  font-size:25px;
  top:10px;
  right:15px;
  transition: none;
}

input.leaflet-control-layers-selector {
  position: relative;
  margin: 4px 0 0;
}
