.tb-product-solution-finder--slim .resultsfound {
  display: none;
}

.tb-product-solution-finder--slim .tb-cta-link-arrow a {
  background-repeat: no-repeat;
  background-position: left 100% top 6px;
  padding-right: 20px;
}

.selector-tab-component-ismobile {
  display: none !important;
}

.selector-tab-component-isdesktop {
  display: table !important;
}

.selector-tab-component {
  color: #FFFFFF;
  z-index: 0;
  position: relative;
  padding: 0;
  text-align: center;
  line-height: 40px;
  display: flex;
  flex-wrap: wrap;
}
.selector-tab-component .selector-tab {
  width: 20%;
  display: table-cell;
  height: 84px;
  background: #F1F1F1;
  vertical-align: middle;
  color: #BFBFBF;
  position: relative;
}
.selector-tab-component .selector-tab:before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -17px;
  border-color: transparent transparent transparent #DDDDDD;
}
.selector-tab-component .selector-tab:after {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #F1F1F1;
}
.selector-tab-component .selector-tab:last-child:before, .selector-tab-component .selector-tab:last-child:after {
  display: none !important;
}
.selector-tab-component .active {
  background: #393939 !important;
}
.selector-tab-component .active:before {
  position: absolute;
  content: "";
  z-index: 3;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #DDDDDD !important;
}
.selector-tab-component .active:after {
  position: absolute;
  content: "";
  z-index: 4;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #393939 !important;
}
.selector-tab-component .enabled-selector-tab {
  background: #5B5B5B;
  cursor: pointer;
}
.selector-tab-component .enabled-selector-tab:before {
  position: absolute;
  content: "";
  z-index: 3;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #DDDDDD;
}
.selector-tab-component .enabled-selector-tab:after {
  position: absolute;
  content: "";
  z-index: 4;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #5B5B5B;
}
.selector-tab-component .enabled-selector-tab label {
  color: #FFFFFF !important;
}
.selector-tab-component .enabled-selector-tab .selector-tab-label {
  cursor: pointer;
  position: absolute;
  margin: auto;
  text-align: left;
}
.selector-tab-component .enabled-selector-tab label.selector-tab-label {
  padding: 0px;
}
.selector-tab-component .selector-tab-label {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
  padding: 0 0 0 37px;
  float: left;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.selector-tab-component .selector-tab-label .underline {
  border-bottom: 1px solid #FFFFFF;
}
.selector-tab-component .selector-tab-label .span-subheader-text {
  display: list-item;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 232px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
}
.selector-tab-component .selector-tab-label label.selector-tab-label {
  padding: 0px !important;
  top: 0%;
  transform: none;
  text-align: left;
  position: relative;
}

.selector-tab-component-viewall {
  padding: 24px 0px;
  border-bottom: 1px solid #FFFFFF;
}
.selector-tab-component-viewall .totalResult {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #393939;
}
.selector-tab-component-viewall #tb-sector-tab-select-view {
  width: 234px;
  height: 48px;
  background: #F1F1F1;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #393939;
  padding: 8px 16px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-size: contain;
  height: 8px;
  width: 8px;
  position: relative;
  top: 0px;
}
.selector-tab-component-viewall .custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.selector-tab-component-viewall .custom-select-wrapper .custom-select {
  right: 0px;
  position: absolute;
  display: flex;
  flex-direction: column;
}
.selector-tab-component-viewall .custom-select-wrapper .custom-select .custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background: #F1F1F1;
  cursor: pointer;
  width: 234px;
  height: 48px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}
.selector-tab-component-viewall .custom-select-wrapper .custom-select .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.selector-tab-component-viewall .custom-select-wrapper .open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
}
.selector-tab-component-viewall .custom-select-wrapper .open .custom-options span {
  display: block;
}
.selector-tab-component-viewall .arrow {
  position: relative;
  height: 15px;
  width: 15px;
  background-image: url(../images/svg_icons/tb-select-dropdown.png);
  background-repeat: no-repeat;
}

.resultsfound {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #393939;
  text-align: left;
  margin: 0;
  padding: 24px 0px;
  border-bottom: 1px solid #DDDDDD !important;
}

.tb-selector-list-item {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tb-selector-list-item .resultsfound {
  padding-left: 0;
  padding-right: 0;
}
.tb-selector-list-item .tb-selector-application-list-item {
  margin-bottom: 16px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.tb-selector-list-item .tb-selector-application-list-item .list-container {
  background: #F1F1F1;
  height: 100%;
  outline-color: transparent;
}
.tb-selector-list-item .tb-selector-application-list-item .list-container img {
  max-width: 100%;
}
.tb-selector-list-item .tb-selector-application-list-item .list-container:hover {
  outline: 4px solid #C2B48E;
  transition: outline-color 0.1s ease-in-out;
  outline-offset: -4px;
}
.tb-selector-list-item .tb-selector-application-list-item .list-container:hover .tb-selector-tab-list-section .tb-selector-list-item-header {
  color: #998242;
}
.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section {
  padding: 16px 24px 32px 24px;
  position: relative;
  top: -2px;
  background-color: transparent;
}
.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section .tb-selector-list-item-header {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  color: #393939;
  padding: 0px !important;
}
.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section .tb-selector-tab-list-body-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #998242;
  margin: 0px !important;
}
.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section .tb-selector-tab-list-body-desc ul li {
  color: #393939;
  list-style: none;
}
.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section .tb-selector-tab-list-body-desc ul li:before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 4px;
  width: 4px;
  position: relative;
  top: -5px;
  left: 0px;
  /* margin-right: 0.5rem; */
  background-color: #998242;
}
.tb-selector-list-item.tb-hide-div {
  display: none;
}

.selected-item {
  border: 4px solid #998242;
}

.hide-psudocode-tb:before, .hide-psudocode-tb:after {
  display: none !important;
}

#Content, #Content-productType, #Content-Areaofuse, #Content-Application, #Content-result {
  padding-top: 24px !important;
  margin-left: -8px;
  margin-right: -8px;
  min-width: 100%;
  min-height: 300px;
}

.tb-product-solution-finder--slim #Content-result .tb-selector-download-list {
  display: none;
}

.tb-product-solution-finder--slim .tb-cta-link-arrow {
  border-bottom: none !important;
}

.tb-product-solution-finder--slim #Content,
.tb-product-solution-finder--slim #Content-productType,
.tb-product-solution-finder--slim #Content-Areaofuse,
.tb-product-solution-finder--slim #Content-Application,
.tb-product-solution-finder--slim #Content-result {
  min-height: auto !important;
}

.tb-product-solution-finder--slim #Content-Areaofuse .tb-selector-list-item-header,
.tb-product-solution-finder--slim #Content-productType .tb-selector-list-item-header {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  color: #393939;
}

.tb-product-solution-finder--slim #Content-result .tb-selector-list-item-header {
  font-size: 20px;
}

#Content-result .tb-selector-application-list-item {
  cursor: auto !important;
}
#Content-result .list-container {
  cursor: auto !important;
}
#Content-result .list-container.selected-item {
  border: none !important;
}
#Content-result .tb-selector-list-item-header {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #393939;
  word-break: break-word;
  text-transform: none;
}
#Content-result .tb-selector-tab-list-section {
  padding-bottom: 0px !important;
}
#Content-result .tb-selector-download-list {
  padding-bottom: 32px !important;
  padding-top: 0px !important;
  vertical-align: sub !important;
}
#Content-result .tb-selector-download-list a {
  margin-bottom: 8px !important;
  display: table !important;
}
#Content-result .tb-selector-tab-list-body-desc {
  padding-top: 16px;
  color: #393939;
}
#Content-result .tb-selector-tab-list-img {
  border: 1px solid #DDDDDD;
}

#Content-Areaofuse .tb-selector-list-item-header {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 32px !important;
  color: #998242;
  text-transform: none;
}

#Content-productType .tb-selector-list-item-header {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: none;
  color: #393939;
}

ccc .tb-selector-tab-step {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .selector-tab .selector-tab-label .span-subheader-text {
    width: 84%;
  }
  .Sselector-tab {
    padding: 0 8px;
    padding-left: 0;
  }
  .Sselector-tab .tb-selector-tab-step {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .selector-tab-component {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 900px) {
  .selector-tab-component .selector-tab-label .span-subheader-text {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .selector-tab {
    height: auto !important;
  }
  .resultsfound {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    color: #393939;
    padding: 16px;
  }
  #Content, #Content-productType, #Content-Areaofuse, #Content-Application, #Content-result {
    padding-top: 0px !important;
  }
  .tb-selector-application-list-item {
    padding: 0px !important;
  }
  .selector-tab {
    width: 100% !important;
    min-height: 60px !important;
    padding: 16px;
    display: table-row !important;
  }
  .selector-tab:after, .selector-tab:before {
    display: none !important;
  }
  .selector-tab label.selector-tab-label {
    padding: 0px !important;
    width: auto !important;
  }
  .selector-tab .selector-tab-label {
    text-align: left;
    padding: 0px !important;
    width: 100% !important;
    padding: 0px !important;
    position: absolute;
    margin: auto;
  }
  .selector-tab .selector-tab-label .span-subheader-text {
    text-align: left;
    margin: 0;
    max-width: 95%;
    padding-right: 32px;
  }
  .selector-tab div {
    padding: 16px;
  }
  .selector-tab .tb-selector-tab-stepno {
    display: none;
  }
  .busisness-page .tb-selector-list-item-header, .application-page .tb-selector-list-item-header {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
    color: #BFBFBF !important;
  }
  .tb-product-solution-finder--slim .busisness-page .tb-selector-list-item-header,
  .tb-product-solution-finder--slim .application-page .tb-selector-list-item-header {
    color: #393939 !important;
  }
  .enabled-selector-tab {
    background: #393939 !important;
  }
  .tb-tab-details {
    display: block !important;
  }
  .tb-selector-list-item {
    text-align: left !important;
  }
  .tb-selector-tab-list-section {
    background: transparent !important;
  }
  .list-container {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #DDDDDD !important;
  }
  .selector-tab {
    margin-top: 1px;
  }
  .tb-selector-tab-step {
    display: block !important;
    float: right !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 32px !important;
    text-align: right !important;
    color: #BFBFBF !important;
  }
  .selector-tab-component .active .tb-selector-tab-step {
    opacity: 1;
  }
  .enabled-selector-tab .tb-selector-tab-step {
    color: #FFFFFF !important;
    opacity: 0.2;
  }
  #Content-productType .tb-selector-tab-list-img, #Content-result .tb-selector-tab-list-img {
    display: flex !important;
  }
  #Content-productType .tb-selector-application-list-item {
    width: 50%;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .tb-selector-list-item .tb-selector-application-list-item:nth-child(odd) {
    padding-left: 0 !important;
  }
  .tb-selector-list-item .tb-selector-application-list-item:nth-child(even) {
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .tb-selector-application-list-item {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50%;
  }
  .resultsfound {
    padding: 32px 0px 24px 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .list-container {
    border-bottom: none !important;
    background: #F1F1F1 !important;
  }
  .selector-tab-label {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #Content, #Content-productType, #Content-Areaofuse, #Content-Application, #Content-result {
    padding-top: 24px !important;
    margin: auto;
  }
  .busisness-page .tb-selector-list-item-header, .application-page .tb-selector-list-item-header {
    color: #393939 !important;
  }
  .tb-selector-tab-list-img img {
    max-width: none !important;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tb-selector-tab-list-section {
    padding: 16px !important;
  }
  .tb-selector-list-item {
    margin-bottom: 16px !important;
  }
  .tb-selector-list-item .tb-selector-application-list-item {
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
  }
  .tb-selector-list-item .tb-selector-application-list-item .list-container {
    border-bottom: none !important;
  }
  .tb-selector-list-item .tb-row {
    margin: 0;
  }
  .tb-selector-list-item #Content-productType .tb-selector-application-list-item {
    width: 100%;
  }
  .tb-selector-list-item #Content, .tb-selector-list-item #Content-productType, .tb-selector-list-item #Content-Areaofuse, .tb-selector-list-item #Content-Application, .tb-selector-list-item #Content-result {
    padding: 0 8px;
  }
}
.tb-loader-background {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 7;
}

.tb-loader {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  position: absolute;
  width: 10rem;
  height: 10rem;
  opacity: 1;
  z-index: 100;
  -webkit-animation: tb-loader-spin 1s linear infinite;
  animation: tb-loader-spin 1s linear infinite;
}

.tb-selector-tab-overlay {
  position: relative !important;
  min-height: 200px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .selector-tab-component .selector-tab {
    justify-content: center;
    align-items: baseline;
    display: flex;
  }
  .selector-tab-component .selector-tab .selector-tab-label {
    position: unset !important;
    text-align: left;
    left: 0;
    margin: unset;
  }
  .ui-widget-content {
    display: none;
  }
  .tb-selector-application-list-item .tb-selector-tab-list-section a span {
    position: relative;
    top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  @supports (-webkit-hyphens: none) {
    .selector-tab-component .selector-tab {
      position: sticky !important;
    }
    .tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-img img {
      width: 100%;
      height: 100%;
    }
  }
}
