/*------------------------------------*\
			+Base
\*------------------------------------*/

:root {
  --color-report: #6C87AD;
  --color-report: #0282fc;
  --color-recomm: #B7543A;
  --color-cluster: #87B8B2;
  --meta-mb: 8px; /* margin-bottom di separazione dei campi meta */
}



/*------------------------------------*\
			+Tabs Navigation
\*------------------------------------*/


.pd-reports .pd-nav {
  float: left;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 0;
}
  .pd-reports .pd-nav ul {
    list-style-type: none;
    display: flex;
    margin-bottom: 1.5rem;
    padding: 0;
    gap: 1rem;
    overflow-x: auto;
  }

  @media (max-width: 960px) {
    /* .pd-reports .pd-nav ul {
      gap: 0.5rem;
    } */
  }

    .pd-reports .pd-nav ul li {
      display: flex;
      padding-bottom: .5rem;
    }

      .pd-reports .pd-nav ul li a {
        display: flex;
        padding: .75em 1.25em;
        border-radius: 5rem;
        border: 1px solid #eee;
        background: #eee;
        font-size: 1.125rem;
        line-height: 1;
        color: #000;
        font-weight: 400;
        text-decoration: none;
        transition: all 0.3s ease-out;
      }

      @media (max-width: 960px) {
        .pd-reports .pd-nav ul li a {
          font-size: .875rem;
        }
        /* Fix larghezza voce tab Report recommendations in mobile */
        #menu-item-87 a {
          min-width: 240px;
        }
        /* Fix larghezza voce tab Clustered recommendations in mobile */
        #menu-item-89 a {
          min-width: 260px;
        }
      }

      .pd-reports .pd-nav ul li a:hover {
        background: #fcfcfc;
        border-color: #aaa;
      }

      .pd-reports .pd-nav ul li a::before {
        content: " ";
        display: inline-block;
        width: .75em;
        height: .75em;
        top: .175em;
        left: 0;
        position: relative;
        margin-right: 0.5em;
        background: transparent;
      }

    .pd-reports .pd-nav ul li a[aria-current="page"] {
      background: #fff;
      border-color: black;
      font-weight: 700;
    }
    
    li#menu-item-7111 a::before {
      background: var(--color-report);
    }
    
    li#menu-item-87 a::before {
      background: var(--color-recomm);
    }

    li#menu-item-89 a::before {
      background: var(--color-cluster);
    }


    .pd-reports .pd-nav ul li.current-menu-item a {
      color: var(--h2_typography-font-size);
      background: #fff;
      border-color: black;
      font-weight: 700;
    }


  



/*------------------------------------*\
			+PD Database

      Blocco unico che comprende 
      tutto il flusso e il search 
      in cima per ciascuna vista
\*------------------------------------*/


.pd-reports .thematic-areas a {
  color: #333 !important;
  text-decoration: none;
  font-size: 14px;
}

.pd-reports .pd-nav-rd {
  background-color: #efefef;
}
.pd-reports .pd-nav-rd a {
  padding-left: 10px !important;
  padding-right: 20px !important;
  font-weight: bold;
  color: #162550;
}
.pd-reports select#orderby {
  padding: 10px 20px;
}
.pd-reports .pd-reports {
  /* SEARCH */
  /* HERO BANNER */
  /* The hero image */
  /* Place text in the middle of the image */
  /* download CSV */
  /* TABS */
}




.pd-reports .pd-reports .pd-pager {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  font-size: .875rem;
  border-top: 1px solid #000;

}

  .pd-reports .pd-reports .pd-pager a {
    display: inline-flex;
    justify-content: center;
    padding: 0.25rem;
    color: #595959;
    font-weight: 400;
    background: transparent;
    line-height: 1;
    border-radius: 10rem;
    min-width: 1.75rem;
    height: 1.75rem;
    align-items: center;
    transition: 300ms all ease-out;
  }

  .pd-reports .pd-reports .pd-pager a:hover {
    background-color: #eee;
  }

  .pd-reports .pd-reports .pd-pager a.current {
    background-color: #eee;
    font-weight: 700;
  }

.pd-reports .pd-reports .search-filters {
  background-color: #efefef;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 30px;
  clear: both;
  border-left: 5px solid #05a677;
}
.pd-reports .pd-reports .search-filters h4 {
  font-size: 18px !important;
  margin-top: 0;
  font-weight: bold;
}
.pd-reports .pd-reports .search-filters h4 em {
  font-size: 14px;
}

.pd-reports .pd-reports .search-filters input[type=search] {
  box-sizing: border-box;
  height: 60px;
  width: 50%;
  float: left;
}
.pd-reports .pd-reports .search-filters button {
  background-color: #1c3c6d;
  color: white;
  /* height: 60px; */
  height: 34px;
}

@media (max-width: 960px) {
  .pd-reports .pd-reports .search-filters button {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}


/* Link dentro il Report ------- */


.pd-reports .pd-reports a {
  color: #0282fc;
  text-decoration: none;
  line-height: 1.2;
}
.pd-reports .pd-reports a:hover {
  color: #444;
}
.pd-reports .pd-reports a:active, .pd-reports .pd-reports a:focus, .pd-reports .pd-reports a:hover {
  outline: 0;
}

.pd-reports .pd-reports .thematic-areas a {
  text-decoration: none;
  font-weight: 400;
  background: rgba(208,208,208,.5);
  border-radius: 10rem;
  padding: 0.25em 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  margin-right: 0.25em;
  line-height: 1;
}


.pd-reports .pd-reports a.nextPage {
  background-color: #05a677;
  color: #fff;
  display: none;
  float: left;
  margin-top: 20px;
}
.pd-reports .pd-reports input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
.pd-reports .pd-reports .light {
  font-weight: normal;
}
.pd-reports .pd-reports a.reportLink {
  font-size: 12px;
  display: inline-block;
  float: left;
  width: auto !important;
  margin-bottom: 5px;
}
.pd-reports .pd-reports a.reportLink span {
  border: none;
}



.pd-reports .pd-reports .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 31px 0;
}
.pd-reports .pd-reports .menu ul li {
  list-style-type: none;
}
.pd-reports .pd-reports h2 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.pd-reports .pd-reports .wp-block-button__link {
  text-transform: uppercase;
  background-color: #0282fc;
  font-size: 14px;
  transition: 0.3s;
}
.pd-reports .pd-reports .wp-block-button__link:hover {
  background-color: #14679e;
  color: #fefefe;
}
.pd-reports .pd-reports .hero-image {
  /* Set a specific height */
  width: 100%;
  /* Position and center the image to scale nicely on all screens */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 500px;
}
.pd-reports .pd-reports .hero-image .wrapper {
  height: 100%;
}
.pd-reports .pd-reports .hero-text {
  text-align: left;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  font-size: 16px;
  width: 60%;
  color: white;
  margin: 0 auto;
  line-height: 1;
}
.pd-reports .pd-reports .hero-text h1 {
  font-weight: 400;
  font-size: 80px;
  margin: 0;
}

/* Riquadro Titolo + descrizione -------- */

._rd-main-descr {}

  ._rd-main-descr h2 {
    font-weight: 700 !important;
  }

  ._rd-main-descr {
    max-width: 80ch;
  }

  ._rd-main-descr{
    margin-bottom: 0;
    margin-left: .6rem;
  }




.pd-reports .pd-reports .table-results i {
  color: inherit;
}
.pd-reports .pd-reports .table-results > div:nth-child(odd) {
  background-color: #f5f5f5;
  /*border-bottom: 1px dashed #444;*/
}
.pd-reports .pd-reports .table-results > div.active {
  background-color: #9ad4d3;
}
.pd-reports .pd-reports .table-results .cell {
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
}
.pd-reports .pd-reports .table-results .cell a {
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
}
.pd-reports .pd-reports .table-results .draw-wrapper .cell a {
  clear: both;
}
.pd-reports .pd-reports .table-results .grid-x {
  padding-bottom: 0 !important;
}
.pd-reports .pd-reports .table-drawer {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
}
.pd-reports .pd-reports .table-drawer .cell {
  font-size: 16px;
}

.pd-reports .pd-reports .show-drawer {
  text-decoration: none !important;
  display: block;
  /* width: 100px; */
}
.pd-reports .pd-reports .show-drawer:hover {
  opacity: 0.5;
}
.pd-reports ._view-all {
  display: inline-block;
  color: #0282fc;
  border-bottom: 1px dotted #0282fc;
}

.pd-reports .pd-reports .tooltip {
  font-size: 16px;
}


.pd-reports .pd-reports .grouped-results h3 {
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

.totalRecoms {
  display: inline-flex;
  justify-content: center;
  min-width: 2rem;
  height: 2em;
  border-radius: 10rem;
  padding: .5em;
  line-height: 1;
  color: #162550;
  background: #eee;
  margin-right: .5em;
}

.pd-reports .pd-reports .grouped-results .fa {
  color: #444;
}
.pd-reports .pd-reports .grouped-results .show-drawer {
  display: inline-block;
  color: inherit;
}
  .pd-reports .pd-reports .grouped-results .show-drawer em {
    font-style: normal;
  }

.pd-reports .pd-reports .grouped-results .meta {
  padding-top: 6px;
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 0px;
}
.pd-reports .pd-reports .grouped-results .meta .cell {
  font-size: 14px;
}
.pd-reports .pd-reports .grouped-results .meta .small-8 {
  margin-bottom: 0px;
}
.pd-reports .pd-reports .grouped-results .meta > div {
  margin-bottom: var(--meta-mb);
}
.pd-reports .pd-reports .grouped-results .meta .report-parent {
  font-size: 10px;
}

.pd-reports .pd-reports .grouped-results .pd-leftcol {
  width: 60%;
  float: left;
}
.pd-reports .pd-reports .grouped-results .pd-rightcol {
  width: 40%;
  float: left;
}
.pd-reports .pd-reports .grouped-results .pd-rightcol .table-drawer .small-4,
.pd-reports .pd-reports .grouped-results .pd-rightcol .table-drawer .small-8 {
  padding-top: 3px;
  line-height: 1.4;
}
.pd-reports .pd-reports .grouped-results .pd-rightcol .small-4 {
  width: 30%;
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 1.3;
  padding-right: 10px;
}
.pd-reports .pd-reports .grouped-results .pd-rightcol .small-8 {
  float: right;
  display: inline-block;
  width: 70%;
  line-height: 1.3;
  font-size: 14px;
}
.pd-reports .pd-reports .numberOfResults {
  color: #949494;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
  display: none;
}
.pd-reports .pd-reports .download-csv {
  /* background-color: #1c3c6d; */
  color: #000;
  float: right;
  font-size: 14px;
}
.pd-reports .pd-reports .download-csv:hover {
  color: #444444a1 !important;
}
.pd-reports .pd-reports .download-csv i {
  margin-right: 10px;
}
.pd-reports .pd-reports .titleResults {
  float: left;
  margin-bottom: 5px;
}
.pd-reports .pd-reports .titleResults h3 {
  font-size: 18px;
  padding-left: 10px;
}
  .pd-reports .titleResults #searchResults {
    font-weight: 700;
  }


.pd-reports .pd-reports .tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 40px;
}
.pd-reports .pd-reports .tabs-panel {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pd-reports .pd-reports .pd-tabs {
  margin: 0;
  background: #fefefe;
  list-style-type: none;
  padding-left: 0;
  border-left: 5px solid #05a677;
}
.pd-reports .pd-reports .pd-tabs .tabs-title {
  float: left;
}
.pd-reports .pd-reports .pd-tabs .tabs-title:hover {
  background-color: #e2dcdc;
}
.pd-reports .pd-reports .pd-tabs .tabs-title.is-active {
  background-color: #efefef;
}
.pd-reports .pd-reports .pd-tabs .tabs-title > a {
  /* font-size: 18px; */
  color: inherit;
  font-weight: normal;
  display: block;
  padding: .7rem 1.5rem;
  line-height: 1;
  color: #737373;
}
.pd-reports .pd-reports .search-filters {
  background-color: #efefef;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 30px 20px;
}
.pd-reports .pd-reports .drawer-header {
  font-weight: bold;
  border-bottom: 1px solid;
}

/* FEATURED STRIP */
.pd-featured-strip {
  padding-top: 50px;
}
.pd-featured-strip .pd-tooltip {
  font-size: 16px;
  padding: 7px 10px;
  background-color: #05a677;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  margin-top: 14px;
}
.pd-featured-strip .pd-image {
  margin-top: 14px !important;
}




#searchThematicArea, ._searchThematicArea, .searchKeyword {
  max-width: 60%;
}


@media (max-width: 768px) {
  #searchThematicArea, ._searchThematicArea {
    max-width: 100%;
  }

  .pd-reports .pd-leftcol {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
  .pd-reports .pd-leftcol h2 {
    font-size: 18px !important;
  }
  .pd-reports .pd-rightcol {
    width: 100% !important;
    padding-left: 10px !important;
  }
  .pd-reports .search-input {
    width: 100% !important;
  }
  .pd-reports #searchThematicArea select,
  .pd-reports .searchReport select {
    width: 100%;
    max-width: 100% !important;
  }
  .pd-reports .pd-reports {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}






















.pd-reports .pd-reports .search-filters {
  background-color: #efefef;
  border: none;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 30px 20px;
}
.pd-reports .pd-reports .search-filters h4 {
  font-size: 16px;
}
.pd-reports .pd-reports .search-filters select {
  /* font-size: 16px; */
  /* height: 60px; */
  height: 34px;
  /* padding-left: 20px;
  margin-bottom: 10px; */
}
.pd-reports .pd-reports .search-filters input[type=search] {
  box-sizing: border-box;
  /* height: 60px; */
  height: 34px;
}
.pd-reports .pd-reports .search-query {
  color: #949494;
  font-weight: normal;
  font-size: 28px;
}
.pd-reports .pd-reports .zotero-result {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
.pd-reports .pd-reports .zotero-result h4 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 400;
  font-size: 26px;
}
.pd-reports .pd-reports .zotero-result .abstract {
  color: #615e5e;
}
.pd-reports .pd-reports .zotero-result .spec {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.pd-reports .pd-reports .zotero-result .spec li {
  list-style-type: none;
  margin-right: 20px;
}
.pd-reports .pd-reports .zotero-result aside ul {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.pd-reports .pd-reports .zotero-result aside ul li {
  list-style-type: none;
}
.pd-reports .pd-reports .zotero-result aside ul li strong {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.pd-reports .pd-reports aside {
  padding-right: 20px;
}
.pd-reports .pd-reports aside h3 {
  font-size: 17px;
  border-bottom: 1px solid;
  margin-top: 20px;
}
.pd-reports .pd-reports aside ul {
  margin-left: 0;
  padding-left: 0;
}
.pd-reports .pd-reports aside ul li {
  list-style-type: none;
}
.pd-reports .pd-reports aside ul li input[type=checkbox] {
  margin-bottom: 5px;
}
.pd-reports .pd-reports .tabs-title > a {
  /* font-size: 18px; */
  color: inherit;
  font-weight: lighter;
}
.pd-reports .pd-reports .tabs-panel {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.pd-reports .pd-reports .tabs-content {
  margin-bottom: 40px;
}
.pd-reports .pd-reports .grouped-results {
  border-top: 1px solid #ddd;
  padding: 1.5rem 0 1.5rem;
}


.pd-reports .pd-reports .grouped-results.active {
  /* background-color: #9ad4d3; */
  background-color: rgba(154, 212, 211, .6);
}
.pd-reports .pd-reports .grouped-results .cell {
  padding: 0;
}
.pd-reports .pd-reports .grouped-results h2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 10px;
  padding-right: 2rem;
  /* font-size: 1.375rem; */
  font-size: 1.175rem;
  color: #1c3c6d;
  letter-spacing: -.015em;
  line-height: 1.2 !important;
}


/*------------------------------------*\
			+Reports
\*------------------------------------*/


  /* Reports */
  .pd-reports .pd-reports[data-type="reports"] .grouped-results h2,
  .pd-reports .pd-reports[data-type="recommendations-database"] .grouped-results h2
    margin-bottom: 1rem;
  }

  .pd-reports .pd-reports[data-type="reports"] .grouped-results h2::before,
  .pd-reports .pd-reports[data-type="recommendations-database"] .grouped-results h2::before
  {
    content: "REPORT";
    display: inline-flex;
    padding: 0.25rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    /* color: #1c3c6d; */
    color: #fff;
    line-height: 1;
    font-weight: 700;
    background: var(--color-report);
  }

    /* Risultati dentro i Report */
    .pd-reports .pd-reports[data-type="reports"] .grouped-results .table-drawer .cell,
    .pd-reports .pd-reports[data-type="recommendations-database"] .grouped-results .table-drawer .cell
    {
      padding: 1.25rem 10px;
    }

    .pd-reports .pd-reports[data-type="reports"] .grouped-results .drawer-content .pd-leftcol,
    .pd-reports .pd-reports[data-type="recommendations-database"] .grouped-results .drawer-content .pd-leftcol
    {
      padding: 1.25rem 10px;
      font-style: italic;
      padding-left: 2rem;
      padding-right: 2rem;
      line-height: 1.4 !important;
      position: relative;
    }

    .pd-reports .pd-reports[data-type="reports"] .grouped-results .drawer-content .pd-leftcol::before,
    .pd-reports .pd-reports[data-type="recommendations-database"] .grouped-results .drawer-content .pd-leftcol::before
     {
      content: "\201C";
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 2rem;
      font-family: Serif;
      font-weight: 700;
      color: #bbb;
      line-height: 1;
    }


  
/*------------------------------------*\
			+Report Recommendations
\*------------------------------------*/

  .pd-reports .pd-reports[data-type="report-recommendations"] .grouped-results h2 {
    position: relative;
    padding-left: 2.5rem;
    padding-right: 2rem;
    font-weight: 400;
    color: var(--body_typography-color);
    font-size: 1.25rem;
    line-height: 1.4 !important;
    font-style: italic;
  }

  .pd-reports .pd-reports[data-type="report-recommendations"] .grouped-results h2::before {
    content: "\201C";
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 2rem;
    font-family: Serif;
    font-weight: 700;
    color: var(--color-recomm);
    line-height: 1;
  }


/*------------------------------------*\
			+Clustered Recommendations
\*------------------------------------*/


  .pd-reports .pd-reports[data-type="clustered-recommendations"] .grouped-results h2::before {
    content: "CLUSTER";
    display: inline-flex;
    padding: 0.25rem 1rem;
    margin-bottom: .5rem;
    font-size: 0.75rem;
    /* color: #1c3c6d; */
    color: #fff;
    line-height: 1;
    font-weight: 700;
    background: var(--color-cluster);
  }

  .pd-reports .pd-reports[data-type="clustered-recommendations"] .grouped-results .drawer-content .pd-leftcol {
    padding: 1.25rem 10px;
    font-style: italic;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.4 !important;
    position: relative;
  }

  .pd-reports .pd-reports[data-type="clustered-recommendations"] .grouped-results .drawer-content .pd-leftcol::before {
    content: "\201C";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 2rem;
    font-family: Serif;
    font-weight: 700;
    color: #ccc;
    line-height: 1;
  }

  .pd-reports .pd-reports[data-type="clustered-recommendations"] .grouped-results .drawer-content .pd-rightcol {
    padding: 1.25rem 10px;
  }
  
  .pd-reports .pd-reports[data-type="clustered-recommendations"] .grouped-results .drawer-content .pd-rightcol .clearfix {
    margin-bottom: var(--meta-mb);
  }



#dataContainer {
  min-height: 600px;
}







