/* breakpoints */
.tb-datatable-wrapper .dataTables_scrollBody::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.tb-datatable-wrapper .technical-table-loader {
  display: none !important;
}

.tb-datatable-wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
  border: none !important;
}

.tb-datatable-wrapper .dataTables_scrollBody::-webkit-scrollbar-track {
  background: #FFF;
  border-radius: 0px;
}

.tb-datatable-wrapper .dataTables_scrollHead {
  border-left: 1px solid #DDD !important;
}

.tb-datatable-wrapper .dataTables_scrollHead td {
  border-bottom: 1px solid #DDD;
}

.tb-datatable-wrapper .dtfc-right-top-blocker {
  display: none !important;
}

.tb-datatable-wrapper .dataTables_scrollBody thead td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

table.tb-datatable.dataTable {
  border-collapse: separate;
  width: 100%;
  margin: 0 !important;
}

table.tb-datatable tr td,
table.tb-datatable tr th {
  border: 1px solid #DDD;
  border-left-width: 0;
  border-bottom-width: 0;
  padding: 16px;
  vertical-align: middle;
  font-size: 0.75em;
  line-height: 2;
  text-align: left;
}

table.tb-datatable thead td {
  background: #F1F1F1;
  font-weight: 700;
}

table.tb-datatable tr.odd td {
  background: #FFF;
}

table.tb-datatable td.dataTables_empty {
  font-size: 14px;
}

table.tb-datatable td.cell-rim span,
table.tb-datatable td.cell-sectionWidth span {
  display: block;
}

table.tb-datatable td.cell-rim span:first-child {
  font-weight: bold;
}

table.tb-datatable #tb-technical-details td.cell-liSs,
table.tb-datatable td.cell-tyreSize,
table.tb-datatable td.cell-tyreSizeAlt,
table.tb-datatable td.cell-tube,
table.tb-datatable td.cell-prPlyRating {
  white-space: nowrap;
}

table.tb-datatable td.cell-readmore a,
table.tb-datatable td.cell-downloadpdf a {
  color: #003064;
}

table.tb-datatable tbody tr:nth-of-type(odd),
table.tb-datatable tbody tr:nth-of-type(even) {
  background: none;
}

.dataTables_scrollBody table.tb-datatable .dtfc-fixed-left {
  background: #F9F9F9 !important;
  z-index: 9;
}

.tb-datatable-wrap .dataTables_scrollBody thead tr {
  border: none !important;
}

.tb-datatable-wrap .dataTables_scrollBody thead td {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

.tb-pressure-table-accordion-wrap {
  position: relative;
}

.tb-pressure-table-accordion-wrap .tb-table-container:after {
  display: none;
}

.tb-datatable-accordion {
  font-size: 100% !important;
}

.tb-datatable-accordion thead th {
  font-weight: bold;
  background: #F1F1F1;
}

.tb-datatable-accordion tbody td {
  background: #FFF;
}

.tb-datatable-accordion th.is-highlighted,
.tb-datatable-accordion td.is-highlighted {
  color: #FFF;
  background: #003064;
}

.tb-datatable td.dataTables_empty {
  padding: 30px;
}

.tb-datatable-loader {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  -webkit-animation: tb-loader-spin 2s linear infinite;
  animation: tb-loader-spin 2s linear infinite;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #003064;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  table.tb-datatable .dtfc-fixed-left {
    position: initial !important;
  }
}
