@charset "UTF-8";
body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
}

.opmag-charts .tablepress {
  display: none;
}

.opmag-chart-selector-panel {
  font-size: 15px;
  margin: 20px 0;
}
.opmag-chart-selector-panel:before, .opmag-chart-selector-panel:after {
  content: "";
  display: table;
}
.opmag-chart-selector-panel:after {
  clear: both;
}

.opmag-chart-action-graph-btn,
.opmag-chart-action-download-btn,
.opmag-chart-action-data-btn,
.opmag-chart-action-image-btn,
.opmag-chart-action-share-btn,
.opmag-chart-action-embed-btn {
  text-indent: -9999px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
  margin: 0 0 0 35px;
  border: none;
  content: " ";
}
.opmag-chart-action-graph-btn:before,
.opmag-chart-action-download-btn:before,
.opmag-chart-action-data-btn:before,
.opmag-chart-action-image-btn:before,
.opmag-chart-action-share-btn:before,
.opmag-chart-action-embed-btn:before {
  display: block;
  content: " ";
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.opmag-chart-action-link-btn {
  display: none;
}

.opmag-chart-action-download-btn:before,
.opmag-chart-action-data-btn:before {
  background-image: url(/wp-content/plugins/opmag-charts/images/chart_csv.svg);
}

.opmag-chart-action-graph-btn:before {
  background-image: url(/wp-content/plugins/opmag-charts/images/download_datagraph.svg);
}

.opmag-chart-action-image-btn:before {
  background-image: url(/wp-content/plugins/opmag-charts/images/chart_img.svg);
}

.opmag-chart-action-share-btn:before {
  background-image: url(/wp-content/plugins/opmag-charts/images/chart_condividi.svg);
}

.opmag-chart-action-embed-btn:before {
  background-image: url(/wp-content/plugins/opmag-charts/images/chart_embed.svg);
}

.opmag-chart-action-link-btn {
  display: none;
}

.ampTabContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.tabButton[option][selected] {
  outline: none;
  border-bottom: 4px solid #ce2b30;
  color: #333;
}

.tabButton {
  outline: none;
  list-style: none;
  flex-grow: 1;
  order: 0;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 4px solid #bfbfbf;
}

.tabContent {
  display: none;
  width: 100%;
  order: 1;
  /* must be greater than the order of the tab buttons to flex to the next line */
  padding: 14px 0;
}
.tabContent p {
  margin-top: 0;
  max-width: 100%;
  font-size: 15px;
  line-height: 25px;
}

.tabButton[selected] + .tabContent {
  display: block;
}

.amp-tabs-0 .tabButton {
  display: none;
}

.opmag-chart-legend {
  background-color: #f1f1f1;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 8px;
  min-height: 50px;
  display: none;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 23px;
}
.opmag-chart-legend.show {
  display: flex;
}

.opmag-unit-legend {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.cheese .opmag-unit-legend {
  font-size: 28px;
}

.legend-item-cat {
  flex: 1 1 100%;
}

.opmag-chart-legend-item {
  flex: 1 1;
  white-space: nowrap;
  margin-right: 15px;
}

.legend-item-col {
  width: 8px;
  height: 8px;
  margin: 2px 8px 3px 0;
  display: inline-block;
}

.legend-item-val {
  font-size: 18px;
  display: inline-block;
}

.homepage .widget_text .opmag-chart-legend {
  display: none;
}

.opmag-chart-actions {
  line-height: 10px;
  float: right;
}
.opmag-chart-actions:before, .opmag-chart-actions:after {
  content: "";
  display: table;
}
.opmag-chart-actions:after {
  clear: both;
}
.opmag-chart-actions .mobile-share-buttons {
  float: right;
}
.opmag-chart-actions amp-social-share {
  margin-right: 35px;
}
.opmag-chart-actions .mobile-share-toggle-off {
  width: 20px;
  height: 20px;
  background-color: transparent;
  padding: 0;
}
.opmag-chart-actions .mobile-share-toggle-off:before {
  background-image: url(/wp-content/themes/opmag-amp/assets/icon/chart_social_close.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

#linkurius-legend {
  font-size: 13px;
  line-height: 23px;
}
#linkurius-legend strong {
  font-size: 14px;
  font-weight: 500;
}

.w-lg-50 {
  width: 100%;
}

.line-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-right:after {
  margin-left: 5px;
  background: #dbdbdb;
  height: 1px;
  flex: 1;
  content: "";
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 15px;
}

.mr-3 {
  margin-right: 25px;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.grow-1 {
  flex-grow: 1;
}

@media (min-width: 1012px) {
  .d-lg-flex {
    display: flex;
  }

  .w-lg-50 {
    width: 50%;
  }
}
.legend-list {
  margin: 13px 0;
}

.legend-closed .ico-close {
  display: none;
}
.legend-closed .legend-list {
  display: none;
}

.legend-toggle {
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
}

.legend-opened .ico-open {
  display: none;
}

@media (min-width: 1024px) {
  .opmag-chart-selector-panel {
    font-size: 15px;
    margin: 60px 0;
  }

  .opmag-chart-legend {
    display: none;
  }

  .tabContent {
    display: block;
    padding: 0;
  }

  .tabButton {
    text-align: left;
    padding: 0;
    cursor: default;
    border-bottom: none;
    color: #333;
  }

  .tabButton-1 {
    display: none;
  }

  .tabContent-1 {
    order: 2;
  }

  .tabButton-2 {
    order: 3;
    width: 50%;
    padding-right: 40px;
  }

  .tabContent-2 {
    order: 4;
    width: 50%;
    padding-right: 40px;
  }

  .tabButton-3 {
    order: 3;
    width: 50%;
    padding-right: 40px;
  }

  .tabContent-3 {
    order: 4;
    width: 50%;
    padding-right: 40px;
  }

  .amp-tabs-1 .tabContent, .amp-tabs-1 .tabButton {
    width: 100%;
  }

  .tabButton[option][selected] {
    border-bottom: none;
  }
}
.ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.ico-organizzazioni {
  background: url("icons/organizzazioni.svg") no-repeat;
}

.ico-persone {
  background-image: url("icons/persone.svg");
}

.ico-aree {
  background-image: url("icons/aree.svg");
}

.ico-temi {
  background-image: url("icons/temi.svg");
}

.ico-line-current {
  background-image: url("icons/semplici_current.svg");
  background-position-y: 9px;
}

.ico-arrow-current {
  background-image: url("icons/direzionali_current.svg");
}

.ico-line-past {
  background-image: url("icons/semplici_current_false.svg");
  background-position-y: 9px;
}

.ico-arrow-past {
  background-image: url("icons/direzionali_current_false.svg");
}

.ico-open {
  background-image: url("icons/open.svg");
}

.ico-close {
  background-image: url("icons/close.svg");
}

li.bullet {
  list-style-type: none;
  position: relative;
}
li.bullet:before {
  content: "•";
  font-size: 36px;
  position: absolute;
  left: -17px;
  font-weight: 700;
}
li.bullet.AmministratoreNoProfit:before {
  color: #75B246;
}
li.bullet.AmministratoreSocieta:before {
  color: #DF5828;
}
li.bullet.DirigentePACentrale:before {
  color: #F5BA0D;
}
li.bullet.DirigentePALocale:before {
  color: #EEE064;
}
li.bullet.PoliticoLocale:before {
  color: #99D5E5;
}
li.bullet.PoliticoNazionale:before {
  color: #47B2D1;
}
li.bullet.RevisoreConti:before {
  color: #A88E8E;
}
li.bullet.TitolareQuote:before {
  color: #EFA289;
}

li.square {
  list-style-type: none;
  position: relative;
}
li.square:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 6px;
  width: 10px;
  height: 10px;
}
li.square.Societa:before {
  background-color: #DF5828;
}
li.square.PACentrale:before {
  background-color: #F5BA0D;
}
li.square.PALocale:before {
  background-color: #EEE064;
}
li.square.EnteNoProfit:before {
  background-color: #75B246;
}
li.square.Altro:before {
  background-color: #97A4A5;
}

ul.legend-list {
  padding: 0 0 0 16px;
}

/*# sourceMappingURL=opmag-charts-embed-template.css.map */
