.Metaclic-data,
.Metaclic-data * {
  box-sizing: border-box;
}
.Metaclic-data a {
  text-decoration: none;
}
.Metaclic-data a:hover,
.Metaclic-data a:focus {
  text-decoration: underline;
}
.Metaclic-data .datasetsForm > form > div {
  float: left;
  width: 50%;
}
.Metaclic-data .datasetsForm:after {
  content: '';
  display: block;
  clear: both;
}
.Metaclic-data .metaclic-row {
  width: 100%;
  display: block;
}
.Metaclic-data .metaclic-row > div {
  float: left;
}
.Metaclic-data .metaclic-row:after {
  content: '';
  display: block;
  clear: both;
}
.Metaclic-data .Metaclic-results {
  width: 75%;
}
.Metaclic-data .Metaclic-results.Metaclic-results-full {
  width: 100%;
}
.Metaclic-data .Metaclic-facets {
  width: 25%;
}
@media (max-width: 768px) {
  .Metaclic-data .metaclic-row > * {
    width: 100%;
    float: none;
  }
}
.Metaclic-data .datasetsForm {
  border: 1px solid #f7f7f7;
  padding: 10px 0;
}
.Metaclic-data .datasetsForm form div {
  float: left;
  padding: 0 20px;
  width: 33%;
}
.Metaclic-data .datasetsForm label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
}
.Metaclic-data .datasetsForm .form-control {
  display: block;
  width: 100%;
  padding: 10px;
}
.Metaclic-data .result-count {
  padding: 8px;
}
.Metaclic-data .result-sort {
  float: right;
  text-align: right;
  padding: 8px;
}
.Metaclic-data .search-results {
  list-style: none;
  padding: 0 8px 8px;
  margin: 0;
}
.Metaclic-data .search-results > li {
  padding: 18px 10px 18px 0;
  border-bottom: 1px solid #f7f7f7;
  margin: 0;
}
.Metaclic-data .search-results > li:hover,
.Metaclic-data .search-results > li:focus {
  background-color: #f7f7f7;
  box-shadow: -8px 0 #f7f7f7;
}
.Metaclic-data .search-results > li:hover .result-body h4,
.Metaclic-data .search-results > li:focus .result-body h4 {
  text-decoration: underline;
}
.Metaclic-data .search-results > li > a {
  color: #4f4f4f;
}
.Metaclic-data .search-results > li > a:hover,
.Metaclic-data .search-results > li > a:focus {
  text-decoration: none;
}
.Metaclic-data .search-results > li h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 13px;
  margin: 0 0 8px;
}
.Metaclic-data .search-results .result-logo {
  background-color: white;
  display: table-cell;
  height: 80px;
  width: 80px;
  line-height: 77px;
  text-align: center;
  float: left;
}
.Metaclic-data .search-results .result-logo img {
  max-height: 70px;
  max-width: 70px;
}
.Metaclic-data .search-results .result-body {
  padding-left: 93px;
  line-height: 1.3em;
  word-wrap: break-word;
}
.Metaclic-data .search-results .result-body h4 {
  color: #111;
  font-size: 15px;
  font-weight: bold;
  line-height: 13px;
  margin: 0 0 8px;
}
.Metaclic-data .search-results ul.result-infos {
  color: #4f4f4f;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  padding-left: 93px;
}
.Metaclic-data .search-results ul.result-infos li {
  display: inline;
  padding-right: 1em;
}
.Metaclic-data .Metaclic-clear {
  clear: both;
  display: -webkit-inline-box;
}
.Metaclic-data .dataset {
  background-color: #fff;
  border: 4px solid #bf1e2e;
  clear: both;
  display: block;
  padding: 12px;
  margin-top: 12px;
}
.Metaclic-data .dataset:after {
  clear: both;
  content: "";
  display: block;
}
.Metaclic-data .dataset blockquote {
  font-size: 1.2em;
  letter-spacing: 1px;
  margin: 10px 0;
  border-left: 5px solid #eee;
  padding: 10px 20px;
}
.Metaclic-data .dataset blockquote * {
  line-height: 1.3em;
  margin-bottom: 1em;
}
.Metaclic-data .dataset .dataset-info > p {
  text-align: right;
}
.Metaclic-data .dataset .resources-list {
  background-color: #bf1e2e;
  color: #fff;
  margin: 0 -12px;
  padding: 3px 20px;
}
.Metaclic-data .dataset .resources-list a:hover,
.Metaclic-data .dataset .resources-list a:focus {
  text-decoration: none;
}
.Metaclic-data .dataset .resources-list > div h4 {
  padding: 5px;
  color: #fff;
}
.Metaclic-data .dataset .resources-list > div h4:hover,
.Metaclic-data .dataset .resources-list > div h4:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.Metaclic-data .dataset .resources-list > div h4 span {
  background-color: rgba(255, 255, 255, 0.7);
  color: #bf1e2e;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin-right: 15px;
  text-align: center;
  width: 60px;
}
.Metaclic-data .dataset .resources-list > div h4 p {
  font-size: 0.9em;
  font-weight: normal;
  margin-top: -20px;
  padding-right: 10px;
  position: relative;
  text-align: right;
}
.Metaclic-data .dataset .meta > div {
  display: table-cell;
  padding: 0 10px;
}
.Metaclic-data .dataset .meta .info {
  width: 100%;
}
.Metaclic-data .dataset .meta .info ul {
  list-style: none;
  padding: 10px;
}
.Metaclic-data .dataset .resources-list > h3,
.Metaclic-data .dataset .meta > div > h3 {
  font-size: 1.2em;
  clear: both;
}
.Metaclic-data .dataset .spatial_zones {
  padding: 0 10px;
}
.Metaclic-data .dataset .spatial_zones .map {
  min-height: 300px;
}
.Metaclic-data .facet-panel {
  margin-bottom: 1em;
}
.Metaclic-data .facet-panel > * {
  border: 1px #bf1e2e solid;
}
.Metaclic-data .facet-panel .facet-panel-heading {
  background-color: #bf1e2e;
  color: #fff;
  padding: 6px;
}
.Metaclic-data .facet-panel > ul {
  margin: 0;
  padding: 0;
}
.Metaclic-data .facet-panel > ul a {
  display: block;
  color: #111;
  padding: 6px 15px;
}
.Metaclic-data .facet-panel > ul a span {
  background-color: #bf1e2e;
  border-radius: 1em;
  float: right;
  font-size: 0.75em;
  min-width: 2em;
  padding: 1px 4px;
  text-align: center;
  color: #fff;
}
.Metaclic-data .facet-panel > ul a:hover,
.Metaclic-data .facet-panel > ul a:focus {
  background-color: #ef99a1;
}
.Metaclic-data .facet-panel > ul a:hover span,
.Metaclic-data .facet-panel > ul a:focus span {
  background-color: #fff;
  color: #111;
}
.Metaclic-data .facet-panel > ul a.see-all {
  text-align: right;
  background-color: inherit;
}
.Metaclic-data .selected_facets {
  clear: both;
}
.Metaclic-data .metaclic-pagination ul.pagination {
  list-style: none;
}
.Metaclic-data .metaclic-pagination ul.pagination li {
  display: inline-block;
  border: 1px solid #bf1e2e;
  margin-right: -1px;
}
.Metaclic-data .metaclic-pagination ul.pagination a {
  display: inline-block;
  padding: 5px;
  min-width: 1.5em;
  color: #111;
  text-align: center;
}
.Metaclic-data .metaclic-pagination ul.pagination li.active a,
.Metaclic-data .metaclic-pagination ul.pagination li a:hover {
  background-color: #bf1e2e;
  color: #fff;
}
ul.tags {
  list-style: none;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin-bottom: 2px;
}
ul.tags li {
  float: left;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  position: relative;
}
ul.tags a {
  float: left;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  position: relative;
  background: #bf1e2e none repeat scroll 0 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  color: #fff;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  text-decoration: none;
}
ul.tags a:before {
  border-color: transparent #bf1e2e transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  content: "";
  float: left;
  height: 0;
  left: -12px;
  position: absolute;
  top: 0;
  width: 0;
}
ul.tags a:after {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  float: left;
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px;
}
.hidden {
  display: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 13px;
  line-height: 1.42857;
  margin: 0 0 10px;
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
  font-family: monospace,monospace;
  font-size: 1em;
}
.alert {
  display: block;
  padding: 8px;
}
.alert.alert-success {
  background-color: #5cb85c;
}
.alert.alert-info {
  background-color: #5bc0de;
}
.alert.alert-warning {
  background-color: #f0ad4e;
}
.alert.alert-danger {
  background-color: #d9534f;
}
.MetaclicMap-shareLink,
.Metaclic-shareLink {
  color: #111;
}
.MetaclicMap-shareLink .linkDiv,
.Metaclic-shareLink .linkDiv {
  text-align: right;
}
.organization-logo {
  max-width: 70px;
  max-height: 70px;
}
.Metaclic-data .map,
.Metaclic-map .map {
  min-height: 500px;
  text-align: left;
  color: #111;
}
.Metaclic-data .geojson_preview,
.Metaclic-map .geojson_preview {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  border: 1px solid #eeeeee;
  padding: 8px;
  background-color: #fff;
}
.Metaclic-data .geojson_preview h4,
.Metaclic-map .geojson_preview h4 {
  color: #111 !important;
  margin-top: 16px !important;
  text-align: right;
}
.Metaclic-data .geojson_preview ul.resources,
.Metaclic-map .geojson_preview ul.resources {
  color: #111;
  text-align: right;
  list-style: none;
}
.Metaclic-data .geojson_preview ul.resources p.organization,
.Metaclic-map .geojson_preview ul.resources p.organization {
  font-size: 0.85em;
}
.Metaclic-data .geojson_preview ul.resources p.organization img,
.Metaclic-map .geojson_preview ul.resources p.organization img {
  height: auto;
  max-width: 35px;
  vertical-align: middle;
  width: auto;
}
