﻿.search-bar {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f5f5f5; }
  .search-bar .label {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #333333; }
  .search-bar input[type=text] {
    border-color: #e5e5e5;
    margin-left: 20px; }
  .search-bar .btn {
    width: 100%; }
  @media (max-width: 575px) {
    .search-bar input[type=text] {
      margin-bottom: 15px;
      margin-left: 0; } }

.search-results hr {
  margin: 15px 0; }

.search-results .sidebar-facets .header {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px; }

.search-results .sidebar-facets .subheader {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 15px; }

.search-results .sidebar-facets ul {
  list-style: none;
  padding-left: 0; }
  .search-results .sidebar-facets ul li button {
    color: #666666;
    font-size: 14px;
    padding: 0;
    margin-bottom: 5px; }
    .search-results .sidebar-facets ul li button .title {
      font-weight: 600; }
    .search-results .sidebar-facets ul li button .count {
      color: #999999; }
    .search-results .sidebar-facets ul li button.disabled {
      color: #999999; }

.search-results .sidebar-facets #clear-categories {
  color: #164BB7;
  font-size: 14px;
  font-weight: 600;
  padding: 0; }
  .search-results .sidebar-facets #clear-categories i {
    margin-right: 5px; }

.search-results .sidebar-facets #all-categories {
  color: #666666;
  font-size: 14px;
  padding: 0;
  margin-bottom: 5px; }

.search-results .sidebar-facets .parametric-tables {
  margin-bottom: 30px; }
  .search-results .sidebar-facets .parametric-tables li a {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px; }

.search-results .sidebar-facets .product-categories li ul {
  margin-left: 20px; }
  .search-results .sidebar-facets .product-categories li ul li button .title {
    font-weight: 400; }

.search-results .sidebar-facets .document-types {
  padding-left: 20px; }
  .search-results .sidebar-facets .document-types li {
    margin-bottom: 5px; }
    .search-results .sidebar-facets .document-types li .form-check-input {
      margin-top: 0.125rem; }

.search-results .results-wrapper {
  border-left: 1px solid #e5e5e5;
  padding-left: 40px; }
  @media (max-width: 991px) {
    .search-results .results-wrapper {
      border-left: none;
      padding-left: 15px; } }
  .search-results .results-wrapper .results-section {
    margin-bottom: 40px; }
    .search-results .results-wrapper .results-section .header {
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 400;
      color: #333333;
      border-bottom: 1px solid #333333;
      padding-bottom: 10px;
      margin-bottom: 15px; }
    .search-results .results-wrapper .results-section .name {
      display: block;
      width: 80%;
      font-size: 18px;
      font-weight: 600;
      color: #164BB7;
      margin-bottom: 10px; }
    .search-results .results-wrapper .results-section .date {
      display: block;
      color: #666666;
      font-weight: 600;
      font-size: 12px;
      margin-bottom: 5px; }
    .search-results .results-wrapper .results-section .description {
      color: #333333;
      margin-bottom: 10px; }
    .search-results .results-wrapper .results-section .col-links {
      text-align: right; }
      @media (max-width: 991px) {
        .search-results .results-wrapper .results-section .col-links {
          text-align: left;
          margin-bottom: 15px; } }
      .search-results .results-wrapper .results-section .col-links .link {
        font-size: 12px;
        background-color: #f5f5f5;
        border-radius: 5px;
        padding: 4px 8px; }
      .search-results .results-wrapper .results-section .col-links .link:first-child {
        margin-right: 10px; }
    .search-results .results-wrapper .results-section .link i {
      margin-right: 5px; }
    .search-results .results-wrapper .results-section .label {
      display: inline-block;
      color: #666666;
      font-weight: 600;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 10px;
      margin-right: 10px; }
    .search-results .results-wrapper .results-section .table {
      margin-top: 20px; }
    .search-results .results-wrapper .results-section .breadcrumb {
      margin-bottom: 0; }
      .search-results .results-wrapper .results-section .breadcrumb .breadcrumb-item {
        color: #333333; }
        .search-results .results-wrapper .results-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
          color: #cccccc; }
        .search-results .results-wrapper .results-section .breadcrumb .breadcrumb-item a {
          color: #164BB7;
          font-weight: 600; }
    .search-results .results-wrapper .results-section .view-more {
      color: #999999;
      text-transform: uppercase;
      font-size: 14px; }
    .search-results .results-wrapper .results-section .pagination .page-item.active .page-link {
      background-color: #164BB7;
      border-color: #164BB7;
      color: #ffffff; }
    .search-results .results-wrapper .results-section .pagination .page-item .page-link {
      color: #68a1dc; }
  .search-results .results-wrapper .suggested-product-section {
    margin-bottom: 60px; }
    .search-results .results-wrapper .suggested-product-section .featured-product-row {
      border: 1px solid #e5e5e5;
      border-top: 5px solid #ED1C24;
      border-radius: 5px;
      padding: 15px 10px;
      margin-left: 0;
      margin-right: 0; }
    .search-results .results-wrapper .suggested-product-section .header {
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 20px; }
    .search-results .results-wrapper .suggested-product-section .name a {
      font-size: 18px;
      font-weight: 600;
      color: #164BB7;
      padding: 0;
      margin-bottom: 10px; }
    .search-results .results-wrapper .suggested-product-section .description {
      color: #333333;
      margin-bottom: 20px; }
    .search-results .results-wrapper .suggested-product-section .top-row .link {
      display: inline-block;
      font-size: 12px;
      background-color: #f5f5f5;
      border-radius: 5px;
      padding: 4px 8px;
      margin-right: 10px; }
      @media (max-width: 991px) {
        .search-results .results-wrapper .suggested-product-section .top-row .link {
          margin-bottom: 10px; } }
      .search-results .results-wrapper .suggested-product-section .top-row .link i {
        margin-right: 5px; }
    .search-results .results-wrapper .suggested-product-section .bottom-row .link {
      font-size: 12px;
      border-right: 1px solid #e5e5e5;
      padding-right: 5px;
      margin-right: 10px; }
    .search-results .results-wrapper .suggested-product-section .bottom-row .link:last-child {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }

.ui-menu {
  z-index: 2000; }
  .ui-menu .ui-menu-item {
    cursor: pointer;
    font-weight: 600;
    padding: 10px; }
    .ui-menu .ui-menu-item:last-child {
      border-bottom: 0; }
