.view-policies-and-technologies {
  position: relative; }
  .view-policies-and-technologies .view-header {
    position: relative;
    padding: 1rem; }
    .view-policies-and-technologies .view-header .download-lists {
      width: 11rem;
      position: absolute;
      right: 0;
      top: -3rem;
      color: #4169e2; }
      .view-policies-and-technologies .view-header .download-lists .link-menu {
        width: 11rem;
        background-color: white;
        border: 1.5px solid #4169e2;
        text-align: center;
        border-radius: 0.5rem;
        padding: 0.5rem 0 0.5rem 2.5rem; }
        .view-policies-and-technologies .view-header .download-lists .link-menu:before {
          content: '';
          width: 2rem;
          height: 2rem;
          background: url("../../../../custom/assets/svgs/Download.svg") no-repeat center;
          position: absolute;
          left: 0.7rem;
          top: 0.5rem; }
      .view-policies-and-technologies .view-header .download-lists .list-of-link {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        width: 11rem;
        background-color: white;
        border: 1px solid #dbdfe5;
        border-radius: 4px; }
        .view-policies-and-technologies .view-header .download-lists .list-of-link a {
          color: #1a1a1c;
          margin: 0 1rem;
          width: 100%;
          padding: 0.5rem 3rem 0.5rem 1rem;
          z-index: 99; }
          .view-policies-and-technologies .view-header .download-lists .list-of-link a:first-child {
            border-bottom: 1px solid #abbdf0; }
  .view-policies-and-technologies .is-active a {
    width: 100%; }
    .view-policies-and-technologies .is-active a::before {
      content: unset !important;
      position: unset; }
    .view-policies-and-technologies .is-active a .icon {
      float: right; }
      .view-policies-and-technologies .is-active a .icon::before {
        content: "";
        background-image: url(../../../../custom/assets/svgs/Icons-Arrow.svg);
        width: 14px;
        height: 14px;
        position: absolute;
        right: 1px;
        top: 2px;
        transform: none; }
    .view-policies-and-technologies .is-active a [data-original-title="Sort descending"]::before {
      transform: rotate(180deg); }
  .view-policies-and-technologies .table-striped .views-field > a {
    position: relative;
    min-width: 10rem;
    width: 100%; }
    .view-policies-and-technologies .table-striped .views-field > a::before {
      content: "";
      background-image: url(../../../../custom/assets/svgs/Icons-Arrow.svg);
      width: 14px;
      height: 14px;
      position: absolute;
      right: 1px;
      top: 2px;
      transform: rotate(180deg); }
  .view-policies-and-technologies .view-content .table-responsive {
    overflow-x: visible; }
  .view-policies-and-technologies .view-content table {
    border-collapse: separate;
    text-align: left; }
    .view-policies-and-technologies .view-content table thead tr {
      background-color: #4169e2;
      color: white;
      max-width: 50rem;
      overflow: hidden; }
      .view-policies-and-technologies .view-content table thead tr th {
        border-bottom: 0;
        position: relative;
        height: 40px;
        min-width: 23rem; }
        .view-policies-and-technologies .view-content table thead tr th:last-child {
          border: none; }
        .view-policies-and-technologies .view-content table thead tr th:after {
          content: '';
          height: 32px;
          position: absolute;
          left: 99.9%;
          right: -1px;
          bottom: 0;
          top: 5px;
          background-color: white; }
        .view-policies-and-technologies .view-content table thead tr th a {
          color: white; }
          .view-policies-and-technologies .view-content table thead tr th a .icon {
            padding: 0 1rem; }
      .view-policies-and-technologies .view-content table thead tr:first-child th:first-child {
        border-top-left-radius: 10px; }
      .view-policies-and-technologies .view-content table thead tr:first-child th:last-child {
        border-top-right-radius: 10px; }
    .view-policies-and-technologies .view-content table tbody tr {
      background-color: #e1e9ff; }
      .view-policies-and-technologies .view-content table tbody tr:nth-of-type(odd) {
        background-color: #f5f7f6; }
      .view-policies-and-technologies .view-content table tbody tr:first-child td {
        border-top: 1px solid #4169e2; }
      .view-policies-and-technologies .view-content table tbody tr td {
        padding: 15px;
        border-left: 1px solid #4169e2;
        border-bottom: 1px solid #4169e2;
        max-width: 50rem; }
        .view-policies-and-technologies .view-content table tbody tr td:last-child {
          border-right: 1px solid #4169e2; }
        .view-policies-and-technologies .view-content table tbody tr td a {
          color: #424245; }
          .view-policies-and-technologies .view-content table tbody tr td a:before {
            content: unset !important;
            position: unset !important; }
          .view-policies-and-technologies .view-content table tbody tr td a svg {
            position: absolute;
            right: -15px;
            top: 0;
            transform: unset; }
        .view-policies-and-technologies .view-content table tbody tr td .policy-type,
        .view-policies-and-technologies .view-content table tbody tr td .technology-title,
        .view-policies-and-technologies .view-content table tbody tr td .policy-class {
          position: relative; }
          .view-policies-and-technologies .view-content table tbody tr td .policy-type:hover .tip-top,
          .view-policies-and-technologies .view-content table tbody tr td .technology-title:hover .tip-top,
          .view-policies-and-technologies .view-content table tbody tr td .policy-class:hover .tip-top {
            display: block !important;
            position: absolute;
            z-index: 2;
            box-sizing: border-box;
            color: #424245;
            font-family: "Merriweather Sans Regular", sans-serif;
            line-height: normal;
            text-align: left;
            bottom: 110%;
            left: 40%;
            transform: translate(-50%, 0);
            border-style: solid;
            border-color: midnightblue;
            background-color: #e0e3e8;
            overflow: visible;
            padding: 10px 15px;
            border-width: 1px;
            opacity: 1;
            min-width: 30rem; }
            .view-policies-and-technologies .view-content table tbody tr td .policy-type:hover .tip-top:after,
            .view-policies-and-technologies .view-content table tbody tr td .technology-title:hover .tip-top:after,
            .view-policies-and-technologies .view-content table tbody tr td .policy-class:hover .tip-top:after {
              content: ' ';
              display: block;
              position: absolute;
              border-width: 10px;
              border-style: solid;
              pointer-events: none;
              bottom: -20px;
              border-color: #e0e3e8 transparent transparent transparent;
              left: 50%;
              margin-left: -10px; }
      .view-policies-and-technologies .view-content table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 10px; }
      .view-policies-and-technologies .view-content table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 10px; }
      .view-policies-and-technologies .view-content table tbody tr .views-field-field-sector-referency {
        overflow: hidden; }
        .view-policies-and-technologies .view-content table tbody tr .views-field-field-sector-referency > div {
          display: flex;
          flex-direction: row-reverse;
          padding: 0;
          margin: 0;
          justify-content: flex-end; }
          .view-policies-and-technologies .view-content table tbody tr .views-field-field-sector-referency > div h2 {
            font-size: 14px;
            font-family: "Merriweather Sans Regular", sans-serif;
            line-height: 22px;
            padding: 0;
            margin: 0; }
          .view-policies-and-technologies .view-content table tbody tr .views-field-field-sector-referency > div .field--name-field-poltech-icon {
            padding-right: 8px; }
    .view-policies-and-technologies .view-content table tbody .additional-description td:before {
      content: none !important; }
    .view-policies-and-technologies .view-content table tbody .additional-description .description {
      max-width: 50%; }
  .view-policies-and-technologies .js-pager__items {
    position: absolute;
    bottom: -85px;
    width: 100%; }
    .view-policies-and-technologies .js-pager__items .pager__item > .button {
      border-width: 1px;
      border-color: #4169e2;
      border-radius: 2px;
      font-family: "Merriweather Sans Bold", sans-serif;
      color: #4169e2;
      font-size: 16px;
      padding: 10px 40px; }
  .view-policies-and-technologies .view-footer {
    text-align: center; }
    .view-policies-and-technologies .view-footer .progress {
      width: 198px;
      height: 3px;
      border-radius: 2px;
      opacity: 1;
      margin: auto;
      margin-top: 9px; }

/*# sourceMappingURL=view-policies-technologies.css.map */
