.container-xl{
   max-width: 1560px;
}

a.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.panel-height {
  height: 150px;
  overflow-y: scroll;
}

.output {
  padding: 9.5px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.fix-height-200px {
  max-height: 200px;
  overflow: auto;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 15px !important;
  margin-top: 30px !important;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* So that the distance between the breadcrumb and header stays the same. */
@media screen and (max-width: 991.98px) {
    .breadcrumb {
      margin-top: 8px !important;
    }
}
@media screen and (max-width: 767.98px) {
    .breadcrumb {
      margin-top: -13px !important;
    }
}

.table {
     --bs-table-accent-bg: transparent !important;
}

.table thead {
   text-transform: none;
}

.icon-img-bg {
   width:18px;
   height:18px;
   display: block;
   background-size: 18px 18px;
   background-repeat: no-repeat;
}

.icon-link {
    background-image: url('../images/link.svg');
}

.icon-download-white {
  background-image: url('../images/download-white.svg');
}

.card-header {
  padding-top: 0.375rem;
  padding-right: 1.25rem;
  padding-bottom: 0.375rem;
  padding-left: 1.25rem;
  margin-bottom: 0;
  background-color: #8D0020;
  border-bottom: 1px solid rgba(0,0,0,0.125);
  font-size: 18px;
  line-height: 1.5em;
  color: white;
}

.download-btn-container {
   align-self: center;
   padding-right: 10px;
}

.expand-button {
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
  background-color: transparent;
  outline-color: transparent;
  color:white;
  border: none;
}

.expand-button span {
  margin-left: 16px;
}

.expand-button {
  background-image: url("../images/plus.svg");
}

.expand-button:not(.collapsedd) {
  background-image: url("../images/minus.svg");
}

.color-ocean-blue {
   color: #2874AE;
}

.btn-green {
    color: #fff;
    background-color: #93BB37;
    border-color: #93BB37;
}

/* START - Extra CSS for GeoNet header basic */
.external-link::after {
  font-family:FontAwesome;
  content:"\f08e";
  font-size:12px;
  color:#fff;
  vertical-align:middle;
  padding: 0px 5px 0px 5px;
  display: inline-block;
  margin-bottom: 2px;
}

/* Bootstrap overrides - this should be changed in the main Bootstrap file at some point*/
@media (min-width: 768px){
  .navbar-toggler {
      margin-top: 0px;
  }
}
/* END */

/* START - Extra CSS for GeoNet footer */
.esi-logo {
    object-fit: contain;
    max-width: 180px;
    max-height: 68.7px;
    width: 100%;
    height: 100%
}
/* Bootstrap overrides - this should be changed in the main Bootstrap file at some point*/
#footer .row {
  width: auto !important;
}
.footer {
  margin-top: 20px;
  padding: 20px 0 20px;
  border-top: 1px solid #e5e5e5;
}
/* END */

/*scrollspy styles*/
.list-group-item.active {
  color: #191919;
  background-color: transparent;
}

.list-group-item-active {
  color: #4070a0 !important;
  background-color: transparent;
}

.list-group-item {
  border: none;
  padding: 0.25rem 0.75rem;
  background-color: transparent;
}

.collapse-unit {
  width: 280px;
  padding: 0px 5px 5px;
}

.collapse-target {
  border: #ccc ;
  border-style: none none none solid;
  border-width: 3px;
  margin-left: 10px;
}

.collapse-btn-container {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
/* empty space at bottom to allow scroll to the element at bottom */
.scroll-bottom-space {
  height: 500px;
}

.fa-1   {
  font-size: 0.8em !important;
}
/* end of scrollspy styles*/


/**/
.shaking-banner {
  background-color: #FDF4F2;
  padding: 30px 20px 0px;
}

@media screen and (min-width: 992px) {
  .shaking-banner-bg {
    background-image: url('../images/banner-seis-data.svg');
    background-repeat: no-repeat;
    background-position: top right;
  }
}
.shaking-banner-seis-icon {
  height: 180px;
  object-fit: cover;
  width: 376px;
  margin-top: -100px;
}

.shaking-banner-content {
  padding-bottom: 30px;
}

.shaking-banner-image {
  max-width: 80px;
  padding-right: 20px;
}
.shaking-banner-bottom {
  background-image: url('../images/banner-bottom.svg');
  height: 35px;
  background-repeat: repeat-x;
}
.shaking-banner .d-flex {
  align-items: center;
}
.table-markdown table, .table-markdown th, .table-markdown td {
  border: 1px solid;
  border-color: lightgray;
  border-bottom-color: lightgray !important;
  padding: 5px;
}

