/**
* CSS per lo shortcode Bilancio
*
*/
#myChart,
#myCharttime {
  cursor: pointer;
  margin: 30px auto;

  /*width: 400px !important;
  height: 400px !important;*/
}
#graficocontainer {
  text-align: center;
  position: relative;
}
#chartjs-tooltip {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(132, 147, 180, 0.9);
  border-bottom: 2px solid #838790;
  color: white;
  padding: 7px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#chartjs-tooltip.below {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#chartjs-tooltip.below:before {
  border: solid;
  border-color: #838790 transparent;
  border-color: #838790 transparent;
  border-width: 0 8px 8px 8px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  z-index: 99;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
#chartjs-tooltip.above {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
#chartjs-tooltip.above:before {
  border: solid;
  border-color: #838790 transparent;
  border-color: #838790 transparent;
  border-width: 8px 8px 0 8px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  top: 100%;
  position: absolute;
  z-index: 99;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.titolosezionebilancio {
  position: absolute;
  opacity: 0;
  top: 50%;
  font-size: 20px;
  -webkit-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.titolobilancio {
  font-size: 15px;
  padding: 15px;
  color: #888;
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid rgba(132, 147, 180, 0.9);
}

.tableBilancio #Table1 tbody th {
  text-align: left;
}
.tableBilancio #Table1 a,
.cblegenda {
  font-weight: lighter;
}
.tableBilancio #Table1 > thead > tr > th {
  border-bottom: 0px;
}
.tableBilancio #Table1 th {
  font-weight: lighter;
}
.importo-bilancio {
  font-weight: bold !important;
}
.totale {
  position: relative;
}
.totale::after {
  height: 3px;
  width: 30px;
  display: block;
  position: absolute;
  background: #ccc;
  content: "";
  left: 50%;
  margin-left: -15px;
}
.preloader {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url("../assets/preload-circle.png");
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-moz-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-ms-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-o-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
.tip_nav {
  position: absolute;
  bottom: 15%;
  font-size: 13px;
  font-style: italic;
  background: #e9e9e9;
  padding: 10px 12px;
  border-bottom: 1px dashed #dbdbdb;
  border-radius: 40px 0px 60px 20px;
}
.tip_nav p {
  margin: 0px;
}

.navbilancio a:hover,
.navbilancio a:focus {
  text-decoration: none;
  border-bottom: 1px solid #dbdbdb;
}
/* .glyphicon-menu-left:before {
    content: "\e257";
} */
.anno {
  position: absolute;
  right: 75px;
}
#Table1 .extlinkbilancio {
  padding: 3px;
  background-color: #fff;
  margin-top: 10px !important;
  display: inline-block;
}
.extlinkbilancio {
  display: inline;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 13px;
}
.bloccolink {
  text-align: left;
  font-size: 14px;
}
.bloccolink a {
  margin-right: 15px;
}
