@import url(vendor/font-awesome/css/font-awesome.min.css);
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 40%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -13px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  border: 6px solid #ccc;
  border-style: outset;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: white;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.175); }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -13px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px); }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }
  ul.timeline > li > .timeline-panel {
    float: right; }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }

a:focus,
a:active {
  outline: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.timeline-hidden {
  visibility: hidden; }

.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s; }

.grafici {
  margin-top: 1em; }

.dashboard ol a {
  text-decoration: none;
  font-size: 1.2em; }

.dashboard ol li {
  padding: 0.3em;
  border-bottom: 1px dotted #aaa; }

.dashboard ol li:last-child {
  border-bottom: none; }

.dashboard .markup {
  margin: 1em 0 2em 0; }

.dashboard table {
  width: 100%;
  border: none; }
  .dashboard table td {
    border-right: none; }
  .dashboard table caption {
    font-size: 1.5em;
    margin: 0.5em 0; }
  .dashboard table a {
    text-decoration: none; }

@media (min-width: 668px) {
  .datatable-container__chart.dashboard-half {
    float: left;
    width: 48%;
    padding: 1%; } }

.expand-grafici {
  font-size: 1.5em;
  color: #aaa;
  text-decoration: none;
  font-style: italic;
  float: left; }
  .expand-grafici:focus {
    text-decoration: none;
    outline: none; }
  .expand-grafici:active {
    outline: none; }
  .expand-grafici i {
    font-size: 1.5em; }

.expand-grafici:hover {
  color: #999;
  text-decoration: none; }

.dashboard-links {
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 1em; }

.dashboard-links li {
  display: inline-block;
  list-style-type: none;
  padding: 0 0.5em;
  border-right: 1px dotted #aaa;
  font-size: 1.2em; }
  .dashboard-links li img {
    width: 24px;
    height: 24px;
    margin-right: 0.2em; }
  .dashboard-links li a {
    font-family: 'Titillium Web', Arial, sans-serif;
    text-decoration: none; }
  .dashboard-links li:first-child {
    padding-left: 0; }
  .dashboard-links li:last-child {
    border-right: none; }

.dashboard .previsione {
  color: #a8336c; }

/******/
.timeline-date {
  color: #1c7391;
  font-size: 1.7em;
  font-weight: bold; }

.timeline > li > .timeline-badge {
  line-height: 1; }

.timeline-badge *:before {
  color: #999;
  line-height: 2; }

.monitoraggio-crescita-digitale #content h2:first-child {
  font-size: 3em;
  line-height: 2;
  font-family: 'Titillium Web', Arial, sans-serif;
  margin-bottom: 0; }

.dashboard-subtitle {
  color: #777;
  font-size: 1.2em;
  font-family: 'Titillium Web', Arial, sans-serif; }

.monitoraggio-crescita-digitale .block-search,
.monitoraggio-crescita-digitale .breadcrumb {
  display: none; }

.monitoraggio-crescita-digitale .pane-1 {
  width: 100%; }

.dashboard-item {
  position: relative;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 1em;
  font-family: 'Titillium Web', Arial, sans-serif;
  float: left; }

.dashboard-item:not(:last-child):after {
  content: " ";
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 2px 4px 4px #eee; }

.dashboard-item-desc {
  float: left;
  width: 40%; }

.dashboard-item-desc img {
  float: left;
  width: 110px;
  margin-right: 20px;
  padding-bottom: 1em; }

.dashboard-item-desc img:hover {
  /*  opacity: 0.7;
    cursor: pointer;*/ }

.dashboard-item h3 {
  margin: 0;
  margin-top: -0.1em;
  padding: 0;
  font-size: 2.333em; }
  .dashboard-item h3 a {
    text-decoration: none; }
    .dashboard-item h3 a span {
      display: none; }

.dashboard-item h4 {
  color: #888;
  font-size: 1.2em;
  font-weight: normal;
  /* font-style:italic; */ }

.dashboard dl.dashboard-item__indicatori {
  margin: 0;
  padding: 0;
  width: 60%;
  float: right; }

dl.dashboard-item__indicatori a {
  text-decoration: none; }

dl.dashboard-item__indicatori dd, dl.dashboard-item__indicatori dt {
  float: left;
  font-weight: normal;
  margin: 0;
  padding: 0; }

dl.dashboard-item__indicatori dt {
  text-align: right;
  width: 65%;
  font-size: 1.5em; }

dl.dashboard-item__indicatori dd {
  color: #562B40;
  color: #1c7391;
  font-weight: bold;
  text-align: right;
  font-size: 2.7em;
  width: 35%;
  padding-bottom: 0.7em; }

@media (max-width: 668px) {
  .dashboard-item-desc {
    width: 100%; }
  .dashboard dl.dashboard-item__indicatori {
    margin-top: 1em;
    width: 100%; }
  dl.dashboard-item__indicatori dt {
    text-align: left; }
  .dashboard-links {
    /*    display: none;*/ }
    .dashboard-links li {
      margin: 0;
      display: block;
      padding: 0.5em;
      border-right: none; }
      .dashboard-links li a {
        display: block;
        width: 100%; }
      .dashboard-links li:hover {
        background: #eee; }
      .dashboard-links li:first-child {
        padding-left: 0.5em; }
      .dashboard-links li:not(:last-child) {
        border-bottom: 1px dotted #aaa; } }

/*****/
#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

.monitoraggio-crescita-digitale .content {
  padding:10px;
}
