content-tree-select {
  display: none;
}

.body-content {
  padding: 0;
}

footer {
  margin-top: 0;
}

.animate-show,
.animate-hide {
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -ms-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
}

.animate-show.ng-hide-remove,
.animate-hide.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}

.animate-hide.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}

.cover {
  height: 100%;
  width: 100%;
}

.leaflet-tooltip {
  padding: 0px 6px;
}

.story {
  overflow-y: hidden;
  position: relative;
}
.story .map-header-controls .control-stack {
  text-align: right;
}
.story > .scroll {
  /*pointer-events: none;*/
  height: 100%;
}
.story .navigation {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 16px 0 0;
  color: #eee;
  background: rgba(0, 0, 0, 0.75);
  max-height: 40px;
}
.story .navigation h1 {
  font-size: 16px;
  margin: 0 10px;
}
.story .navigation h2, .story .navigation h3, .story .navigation h4, .story .navigation h5 {
  margin: 0;
}
.story .navigation a {
  color: #fff;
  padding: 10px;
  margin: 1px 1px 1px 0;
  border-bottom: 1px solid transparent;
}
.story .navigation a:hover {
  text-decoration: none;
  background: rgba(44, 131, 146, 0.75);
}
.story .navigation a.active {
  background-color: #005055;
}
.story .scrolling-content {
  padding: 15px;
}
.story .item {
  font-size: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  pointer-events: all !important;
}
.story .item h4.header, .story .item h5.header {
  margin-bottom: 0;
}
.story .item .header {
  padding: 20px 20px 0;
}
.story .item .header h4, .story .item .header h5 {
  margin-bottom: 0;
}
.story .item.content, .story .item .content {
  padding: 20px;
}
.story .item.small {
  width: 25%;
  min-width: 450px;
}
.story .item.small > h1, .story .item.small h2, .story .item.small h3, .story .item.small h4, .story .item.small h5 {
  margin-top: 0px;
}
.story .item.small > .table > thead > tr > th {
  background: inherit;
  font-weight: 400;
}
@media (max-height: 800px) {
  .story .item.small > .table > tbody > tr > td {
    padding: 4px;
  }
}
.story .item.small > .table:last-child {
  margin-bottom: 0px;
}
.story .item.full {
  width: 100%;
}
.story .item .detail {
  font-size: 0.9em;
}
.story .item .detail > * {
  padding: 10px;
  border-bottom: 1px solid #a9d8f350;
}
.story .item .layer.list-group-item {
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  border-radius: 0;
}
.story .item .layer.active > .list-group-item-header {
  color: #fff;
  background: #005964;
}
.story .flex-wrap > .item.small {
  margin: 5%;
  width: 40%;
}
.story .fixed #map {
  height: 100%;
  width: 100%;
}
.story .fixed .image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.story .fixed .fixed-content {
  height: 100%;
  width: 100%;
}
.story .fixed iframe {
  pointer-events: none;
}

.chapter-sidebar {
  flex: 0 0 450px !important;
  margin: 5px;
  border: 1px solid #005964;
}

.chapter {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.chapter-nav {
  position: absolute;
  top: 50%;
}
.chapter-nav.left {
  left: 15px;
}
.chapter-nav.right {
  right: 15px;
}

.discharges {
  margin: 0 0 0 15px;
  padding: 0;
}

.discharges td {
  text-align: right;
  padding: 0 5px 0 0;
  margin: 0;
}

.fa-file-powerpoint-o {
  color: #D04525;
}

.fa-file-pdf-o {
  color: #930102;
}

.fa-file-word-o {
  color: #2B5797;
}

.fa-file-excel-o {
  color: #1E7145;
}

.fa-external-link {
  color: #23527c;
}

.fa-file-archive-o {
  color: #ffae22;
}