.tb-articlelist-container {
  width: 100%;
  margin: 16px 0;
  max-width: 100%;
}
.tb-articlelist-container .tb-articlelist-header-section {
  padding: 0 0 24px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
}
.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-title {
  display: inline-block;
}
.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section {
  float: right;
  display: flex;
}
.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter {
  margin-right: 16px;
}
.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter select {
  width: 256px;
}
.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter:last-child {
  margin-right: 0;
}
.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-filter {
  display: flex;
}
.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-filter .tb-articlelist-filter select {
  width: 190px;
}
.tb-articlelist-container .tb-articlelist-filter.has-value .tb-customised-select:after {
  display: none;
}
.tb-articlelist-container .tb-articlelist-filter.has-value .tb-customised-select {
  pointer-events: none;
}
.tb-articlelist-container .tb-articlelist-filter:not(.has-value) .clear-filter {
  display: none;
}
.tb-articlelist-container .clear-filter {
  position: absolute;
  display: block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px !important;
  height: 30px !important;
  padding: 5px;
  right: 4px !important;
  top: 0;
  font-size: 0px !important;
  z-index: 98;
}
.tb-articlelist-container .clear-filter:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1IiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0xNCAxTDEgMTRNMSAxTDcuMDkzNzUgNy4wOTM3NUwxNCAxNCIgc3Ryb2tlPSIjMzkzOTM5IiBzdHJva2Utd2lkdGg9IjEuMiIvPg0KPC9zdmc+) !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  display: block;
  top: 12px;
  position: relative;
}
.tb-articlelist-container .tb-articlelist-result-container {
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 8px;
}
.tb-articlelist-container .tb-articlelist-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
  color: #393939;
}
.tb-articlelist-container .tb-articlelist-row .tb-articlelist-item {
  padding: 40px 32px;
  background: #F1F1F1;
}
.tb-articlelist-container .tb-articlelist-row .tb-articlelist-item .tb-articlelist-item-section .tb-articlelist-item-body {
  margin: 16px 0;
}
.tb-articlelist-container .tb-articlelist-row .tb-articlelist-img-section {
  padding: 0;
}
.tb-articlelist-container .tb-articlelist-row .tb-articlelist-img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tb-articlelist-container .is-mobile {
  display: none;
}
.tb-articlelist-container .tb-ar-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.tb-articlelist-container .tb-ar-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.tb-articlelist-container .tb-ar-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  animation: 1s arspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  margin: auto;
  margin-top: 100px;
}
@keyframes arspin {
  to {
    transform: rotate(360deg);
  }
}
.tb-articlelist-container .progress {
  display: none;
}

.tb-article-richtext img {
  height: auto !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-articlelist-container {
    margin: 12px 0;
  }
  .tb-articlelist-container .tb-articlelist-header-section {
    flex-direction: column;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section {
    float: none;
    margin-top: 24px;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-filter {
    display: flex;
  }
  .tb-articlelist-container .tb-articlelist-row .tb-articlelist-item {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .tb-articlelist-container {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-articlelist-container .is-mobile {
    display: block !important;
  }
  .tb-articlelist-container .tb-articlelist-header-section {
    margin: 0;
    padding: 0 0 16px 0;
    flex-wrap: wrap;
  }
  .tb-articlelist-container .tb-articlelist-header-section > * {
    width: 100%;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section {
    flex-direction: column;
    margin: 0;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter {
    margin-top: 16px;
    margin-right: 0 !important;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter select {
    width: 100% !important;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-filter {
    flex-direction: column;
    display: none;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-btn a {
    display: flex;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-btn a::after {
    display: none;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-btn a img {
    margin-right: 8px;
  }
  .tb-articlelist-container .tb-articlelist-result-container {
    padding: 16px 0;
  }
  .tb-articlelist-container .tb-articlelist-row .tb-articlelist-item {
    padding: 16px;
  }
  .tb-article-table-container {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .tb-article-table-container table tr:first-child:hover {
    background-color: #FFF;
  }
}
@media only screen and (min-width: 768px) {
  .tb-articlelist-container .tb-articlelist-item-section .tb-articlelist-item-body {
    margin: 16px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.loadmore {
  margin-top: 16px;
  text-align: center;
  color: #FFFFFF;
}
.loadmore .totalResult {
  cursor: default !important;
  margin: auto;
}
.loadmore .totalResult .fa-loader {
  background: url(../images/svg_icons/tb-loader.svg);
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
  background-size: 27px 27px;
  background-color: transparent;
  position: relative;
  top: 7px;
}

.tb-hide-div {
  display: none;
}

.tb-input-button-call:focus {
  border: none !important;
  outline: none !important;
}

.tb-input-button-call {
  position: relative;
}
.tb-input-button-call span {
  transition: all 0.1s;
  opacity: 1;
}
.tb-input-button-call .tb-cta-loadericon {
  background: url(../images/svg_icons/tb_tab_loader_button_icon.svg);
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  transition: all 0.1s;
}

.tb-input-button-call.tb-cta__loading span {
  opacity: 0;
}

.tb-input-button-call.tb-cta__loading .tb-cta-loadericon {
  opacity: 1;
}

.loading-more-in-progress {
  display: none;
}

.tb-article-container table {
  position: relative;
  height: auto;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
}
.tb-article-container table:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 15px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 32px;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 0;
  height: 100%;
}
.tb-article-container table tr {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.tb-article-container table tr.sum td, .tb-article-container table tr.mf_sum-row td, .tb-article-container table tr.mf-tot-shares td {
  font-weight: 700;
}
.tb-article-container table tr td,
.tb-article-container table tr th {
  border-right: 1px solid #ddd;
  padding: 16px;
  vertical-align: middle;
  font-size: 0.75em;
  max-width: 130px;
  line-height: 2;
  text-align: left !important;
}
.tb-article-container table tbody tr:hover {
  background-color: #FAFAFA;
}
.tb-article-container table tr:first-child {
  background: #F1F1F1 !important;
}

.component.tb-article-container .mfn-footer.mfn-attachment.mfn-attachment-general p br {
  display: none;
}
.component.tb-article-container .mfn-attachment a {
  display: grid;
  grid-template-columns: 16px auto;
  column-gap: 8px;
  align-items: baseline;
  position: relative;
  text-decoration: underline;
  text-underline-position: from-font;
  text-underline-offset: 2px;
}
.component.tb-article-container .mfn-attachment a::before {
  content: "";
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Download");
  width: 16px;
  height: 16px;
  display: block;
}
.component.tb-article-container .mfn-attachment a::after {
  display: none;
}
.component.tb-article-container .mfn-attachment a:hover {
  text-decoration-style: dotted;
  text-underline-position: from-font;
}

.custom-search-results-count .results-count {
  display: none;
}

.load-more input[type=button] {
  display: none;
}
