/* search box */
.ibm-search-box-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.Loader__message{
  position:relative;
  bottom: 40%;
}

.loader-message{
  position:relative;
  left: 46%;
  padding: 4%;
  margin: 0;
}

.ibm-search-box {
  background-color: #fff;
  margin-bottom: 8px;
}
.ibm-search-box__text {
  width: 100%;
  border: 1px solid #959f9f;
  padding-right: 40px;
}
.ibm-search-box__text:focus, .ibm-search-box__action:focus {
  outline: 0;
  box-shadow: 0 0 2px 2px #5aaafa;
}
.ibm-search-box__text::placeholder {
  color: #777677;
}
.ibm-search-box__action {
  display: block;
  visibility: visible;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
.ibm-search-box__loader {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fff;
  width: 20px;
  height: 20px;
  margin: 0;
  box-shadow: 0 0 0 4px #fff;
  z-index: 2;
}
.ibm-search-box__loader.is-hidden {
  display: none
}

.s-input__clear {
    position: absolute;
    top: 0;
    right: 39px;
    bottom: 0;
    width: 30px;
    padding: 0 5px;
    opacity: 0;
    display: block;
}
.s-input__clear p, .s-input__clear p a {
    display: block !important;
    text-align: center;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    color: #222;
}

.ibm-search-input::-ms-clear {
  display: none;
}
.ibm-search-input:hover + .s-input__clear, .ibm-search-input:focus + .s-input__clear, .s-input__clear:hover, .s-input__clear:active {
  opacity: 1;
}

#typeahead-container {
  position: absolute;
  width:100%;
  z-index: 800;
}
#typeahead-container.ibm-search-typeahead-container {
  top: auto;
  border-top: 0;
}

/* results */
.Loader__background {
  background: #fff;
}

/* misc */
.ibm-icon {
  display: inline-block;
  margin: 0 -4px 0 3px;
  vertical-align: middle;
}
.ibm-icon::before {
  font-size: 1.6rem;
  position: relative !important;
}

/* no-results page */
.ibm-padding-content-small {
  padding: 10px;
}
.ibm-margin-bottom-small {
margin-bottom: 5px;
}
.ibm-no-hits .ibm-highlight-bg-gray-30:hover {
  background: #f4f4f4;
}
.ibm-no-hits .ibm-fluid.ibm-categories {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
@media screen and (min-width: 400px) and (max-width: 579px) {
  .ibm-categories-tech, .ibm-categories-biz {
    float: left !important;
    width: 50% !important;
    box-sizing: border-box;
  }
  .ibm-categories-tech {
    padding-right: 10px;
  }
  .ibm-categories-biz {
    padding-left: 10px;
  }
}

.ibm-search-box__clear {
    position: absolute;
    top: 0;
    right: 39px;
    bottom: 0;
    width: 30px;
    padding: 0 5px;
    opacity: 0;
    display: block;
}

.ibm-search-box__clear p, .ibm-search-box__clear p a {
    display: block !important;
    text-align: center;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    color: #222;
}

.ibm-search-input::-ms-clear {
    display: none;
}

.ibm-search-input:hover + .ibm-search-box__clear, .ibm-search-input:focus + .ibm-search-box__clear, .ibm-search-box__clear:hover, .ibm-search-box__clear:active {
    opacity: 1;
}

/* category band */
.category-band {
  border-top: 1px solid #c7c7c7;
  padding: 24px 0 60px;
}

.category-band:first-child {
  border-top: none;
}

.category-band .heading h3 {
  max-width: 145px;
}

.category-band .results-header p,
.category-band .loading-overlay p {
  max-width: 400px;
}
.category-band .results .ibm-card {
  border-color: #fff;
}
.category-band .results .ibm-card:hover,
.category-band .results .ibm-card:focus {
  border-color: #3c89ff;
}

.category-band .ibm-card__content,
.category-band .ibm-card__bottom {
  padding: 16px;
}

.category-band .results-header h2,
.category-band .results-header p,
.category-band .loading-overlay p,
.category-band .results-footer p {
  padding-left: 16px;
}

.category-band .topic-option a {
  display: block;
  padding: 10px 12px;
  border-left: 4px solid transparent;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #464646;
}
.category-band .topic-option a:hover {
  text-decoration: none;
  background-color: #f4f4f4;
}
.category-band .topic-option.ibm-active a {
  border-color: #3c89ff;
  font-weight: 600;
}

.category-band .results-footer a {
  color: #0062ff;
}

@media screen and (max-width: 999px) {
  .category-band .topic-option a {
    font-size: 1rem;
  }
  .category-band .heading h3 {
    max-width: none;
    margin-left: 20px;
  }
}

@media screen and (max-width: 579px) {
  .category-band .topics {
    margin-bottom: 40px;
  }
  .category-band .heading h3 {
    margin-left: 0;
  }
  .category-band .results-header h2,
  .category-band .results-header p,
  .category-band .loading-overlay p,
  .category-band .results-footer p {
    padding-left: 0;
  }
  .ibm-seamless.results-content > div:nth-child(n+3) .ibm-card {
    display: none;
  }
  #category-band-wrapper .results-header > .category-band-header-anchor {
    display: block;
    position: relative;
    top: -60px;
  }
}

.ibm-custom-showhide__title {
  display: none;
}

/* Temporal workaround: activates the L1 menu for Software and Trials based on the URL */
.ibm-sitenav-menu-list > ul > li:not(.ibm-active) > button:not(:active):not(:hover):after,
.ibm-sitenav-menu-list > ul > li:not(.ibm-active) > span:not(:active):not(:hover):after,
.ibm-sitenav-menu-list > ul > li:not(.ibm-active) > a:not(:active):not(:hover):after {
  opacity: 1;
}

.ibm-sitenav-menu-list > ul > li:not(.ibm-highlight) > button:not(:active):not(:hover):after,
.ibm-sitenav-menu-list > ul > li:not(.ibm-highlight) > span:not(:active):not(:hover):after,
.ibm-sitenav-menu-list > ul > li:not(.ibm-highlight) > a:not(:active):not(:hover):after {
  opacity: 0;
}
