@import url('/base-install/css-libs/fancybox.css');
@import url('/base-install/css/tooltip.css');

table td {
	border-top: 1px solid #fff;
	vertical-align: text-top;
}

table tbody th {
	border-top:1px solid #fff;
}

#pecr-compliance-banner {
	bottom: 0 !important;
}

.type-listtextcontent .content-items-list .list-content-item .content-main-image {
	height: 115px;
	overflow: hidden;
}

.type-listtextcontent .content-items-list .list-content-item {
	min-height: 150px;
}

/*==== MAP PLACEMENT ====*/
.map-wrapper {
  height: 350px;
  border: 1px solid #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.map-wrapper .map-wrapper-inner {
  border: 1px solid #bbbbbb;
}
.map-wrapper .map-lock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.map-wrapper .map-lock-overlay:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.rgba .map-wrapper .map-lock-overlay:hover {
  opacity: 1.0;
  background: rgba(0, 0, 0, 0.1);
}
.rgba .map-wrapper .map-lock-overlay {
  opacity: 1.0;
  background: rgba(0, 0, 0, 0.3);
}
.map-wrapper .map-lock-overlay.map-unlocked {
  display: none;
  pointer-events: none;
}
.map-wrapper .map-lock-control {
  background: #111111;
  background: -moz-linear-gradient(top, #333333 0%, #111111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, #333333 0%, #111111 100%);
  background: -o-linear-gradient(top, #333333 0%, #111111 100%);
  background: linear-gradient(to bottom, #333333 0%, #111111 100%);
  display: inline-block;
  color: #bbbbbb;
  padding: 0.4em 0.8em;
  position: relative;
  z-index: 1001;
}
.map-wrapper .map-lock-control:hover {
  color: #ffffff;
}

.home-page .cycle-slideshow .content-item.single-content.slideshow-wrapper.cycle-slideshow {
	width: 100%;
}

.home-page .pod-has-no-children a .content-headline h2 .title-text-wrap {
	color: #ffffff !important;
}

.home-page .main-page-pod-link {
	color: #ffffff !important;
}
/* --s-- */
.share-button.sharer-0 label{
  background: blue !important;
  color: #FFF !important;
}
/* --s-- */

.media-viewer .folder-breadcrumb {
  color: #ffffff;
  padding-left: 0.5em;
}

#file-viewer .media-history {
  display: none;
}

#file-viewer .status-download-information,
#file-viewer .media-information {
  width: auto;
  float: none;
  clear: none; 
}

#file-viewer .status-download-information ul li.media-status {
  margin-left: 1em;
  margin-top: 0.7em;
  display: inline-block;
}

#container .col .placement-inner .content-item-inner .content-headline {
  margin-bottom: 0;
}

.type-listevents .content-items-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.type-listevents .content-items-list .list-event-item h3 {
  margin: 0 0 0.3em 0;
}

.type-listevents .content-items-list .list-event-item .event-details {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.type-listevents .content-items-list .list-event-item .event-details li {
  margin-bottom: 0.35em;
}

.col .type-listevents .content-wrapper-paginator-options {
  display: none;
}

@media only screen and (max-width: 768px) {
 .data-name h3 {
   min-height: 2.6em;
 }
}

/* V1SR-10032 */
.wider-left-col-form .ff-send-a.message > .row > label {
width: 75% !important;
}
.wider-left-col-form .ff-send-a.message > .row > label > img {
  width: 45% !important;
}
.wider-left-col-form .ff-send-a.message > .row > label > img:nth-of-type(even) {
  margin-left: 10% !important;
}
