/**
 * MARGIN SHORTCUTS
 * these are shortcuts to the margin-{side} CSS property
 */
/**
 * MARGIN - H / V
 * these are shortcuts to set only horizontals or vertical margins without alter existing rules
 * you can use these mixins with one value applied to the left/right, top/bottom margins or
 * you can use them with separated values
 */
/**
 * PADDING SHORTCUTS
 * these are shortcuts to the padding-{side} CSS property
 */
/**
 * PADDING - H / V
 * these are shortcuts to set only horizontals or vertical paddings without alter existing rules
 * you can use these mixins with one value applied to the left/right, top/bottom paddings or
 * you can use them with separated values
 */
/**
  * TRANSPARENT BACKGROUND COLOR
  * this mixin will set the opacity level of the background color of a block level element
  * pass the color as hex, and the mixin will create the rgba values.
  */
/* GRID GENERATOR */
/* RESULT (RELATED LOD) ******************/
#related .result {
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
#related .result .media {
  text-align: center;
}
#related .result .meta {
  padding: 8px;
}
#related .current a.result-item-link::after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0px;
  pointer-events: none;
  border-bottom-color: #e9e9e9;
  border-width: 15px;
  left: 50%;
  margin: -19px 0 0 -15px;
  z-index: 1000;
}
/* DETAIL *****************************/
button#btn-more-properties {
  margin-bottom: 20px;
}
span.predicate-uri-label {
  display: none;
  position: relative;
  top: -4px;
  margin-left: 20px;
}
.detail-header,
.detail-sub-header {
  border-bottom: 1px solid #cccccc;
  color: #222;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 4px 0;
  *zoom: 1;
}
.detail-header:before,
.detail-sub-header:before,
.detail-header:after,
.detail-sub-header:after {
  content: "";
  display: table;
}
.detail-header:after,
.detail-sub-header:after {
  clear: both;
}
.detail-sub-header {
  border-bottom: 1px solid #e9e9e9;
  color: #999;
}
.detail-header .tools {
  float: right;
  display: inline-block;
}
.detail-header .tools label {
  font-size: 14px;
  margin-right: 20px;
}
.detail-list dt {
  color: #555;
  position: relative;
}
.detail-list dd {
  margin-bottom: 4px;
}
.detail-list .indent {
  margin: 10px 0 10px 30px;
}
.detail-list .link-context {
  display: none;
}
#properties .detail-list dd {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 10px 0px;
  margin-bottom: 10px;
}
/* media/zoom viewer ***********/
.media-viewer,
.zoom-viewer {
  background: #000;
  margin-bottom: 20px;
}
.zoom-viewer .toolbar {
  background-color: transparent;
  clear: both;
  display: block;
  text-align: right;
  width: 100%;
  height: 50px;
}
.carousel .item {
  text-align: center;
}
.carousel .carousel-inner > .item > img,
.carousel .carousel-inner > .item > a > img {
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
}
.carousel-control {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.carousel-control.left,
.carousel-control.right {
  color: #999;
}
.carousel-nav {
  top: 37%;
  height: 40px;
  width: 40px;
  padding: 5px;
  margin: 0 0 0 0;
  font-weight: normal;
}
.carousel-previous {
  left: 0px;
}
.carousel-next {
  right: 0px;
}
.carousel-thumbnails {
  background: #e9e9e9;
}
.carousel-thumbnails ul {
  margin: 0;
  padding: 20px 10px;
}
.carousel-thumbnails li {
  padding: 0;
  border: 4px solid transparent;
}
.carousel-thumbnails li:hover {
  cursor: pointer;
}
.carousel-thumbnails li.active {
  border: 4px solid #59afe1;
}
.carousel-thumbnails li img {
  height: 65px;
  width: auto;
}
.carousel-indicators {
  margin: 0 0 0 0;
  width: 100%;
  text-align: center;
  position: static;
  padding: 10px;
}
.carousel-indicators li {
  background-color: #000;
  border: 1px solid #000;
}
.carousel-indicators li.active {
  background-color: #ccc;
}
/* placeholder no image */
.no-image-placeholder {
  background-color: #cccccc;
  background-position: 50% 50%;
  height: 165px;
  position: relative;
  width: 100%;
}
.no-image-placeholder.large {
  height: 300px;
}
.no-image-placeholder.large span {
  top: 45%;
}
.no-image-placeholder span {
  position: absolute;
  top: 40%;
  color: #333;
  display: block;
  text-align: center;
  width: 100%;
}
.no-image-placeholder .overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bfffffff, endColorstr=#bfffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bfffffff, endColorstr=#bfffffff);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* data tabs *****************/
.tab-pane {
  padding: 20px 0px;
}
/* inlines *******************/
a.show-inlines {
  margin-left: 20px;
  font-weight: bold;
}
a.show-inlines:before {
  content: '\276F';
  display: inline-block;
  width: 16px;
  width: 2rem;
  margin-left: -16px;
  margin-left: -1em;
  text-align: center;
  text-decoration: none;
  transform: rotate(90deg);
  font-size: 1em;
}
a.show-inlines.collapsed:before {
  transform: none;
}
/* field tools ul **************/
ul.field-tools {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 0;
}
ul.field-tools a {
  display: block;
  font-size: .75em;
  width: 32px;
  text-align: center;
  background: #888;
  color: #fff;
  padding: 4px;
}
