/*
 * ************************************************************************************
 *
 * NiemiT srl 2008
 *
 * All rights reserved. This material may not be duplicated for any purpose
 * Tutti i diritti riservati. Questo materiale non può essere utilizzato per altri scopi
 *
 * ************************************************************************************
 */

.bg-light {
  background: #fff; }

.bg-stable {
  background: #f8f8f8; }

.bg-positive {
  background: #387ef5; }

.bg-calm {
  background: #11c1f3; }

.bg-balanced {
  background: #33cd5f; }

.bg-energized {
  background: #ffc900; }

.bg-assertive {
  background: #ef473a; }

.bg-royal {
  background: #886aea; }

.bg-dark {
  background: #444; }

timeline .timeline {
  padding: 0;
  list-style: none;
  position: relative; }
timeline .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #cccccc;
  left: 50%;
  margin-left: -1.5px; }
timeline .timeline timeline-event li {
  margin-bottom: 20px;
  position: relative;
  /*.timeline-footer {margin-top: 10px;padding: 10px 0;
          a {color: #fff;background-color: #acb7c0;border-radius: 0.25em;padding: 0.8em 1em;margin: 0;}
        }*/ }
timeline .timeline timeline-event li timeline-panel {
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 12px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: #fff; }
timeline .timeline timeline-event li timeline-panel:before {
  position: absolute;
  top: 35px;
  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 .timeline timeline-event li timeline-panel:after {
  position: absolute;
  top: 36px;
  right: -14px;
  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 .timeline timeline-event li timeline-badge {
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -25px;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }
timeline .timeline timeline-event li timeline-badge.bounce-in {
  animation: cd-bounce-1 0.6s; }
timeline .timeline timeline-event li.timeline-inverted timeline-panel {
  float: right; }
timeline .timeline timeline-event li.timeline-inverted timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }
timeline .timeline timeline-event li.timeline-inverted timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }
timeline .timeline timeline-event li:before, timeline .timeline timeline-event li:after {
  content: " ";
  display: table;
  content: " ";
  display: table;
  clear: both; }
timeline .timeline timeline-event li timeline-panel {
  width: calc(50% - 45px);
  width: -moz-calc(50% - 45px);
  width: -webkit-calc(50% - 45px); }
timeline .timeline timeline-event:nth-child(odd) timeline-panel.bounce-in {
  animation: cd-bounce-2 0.6s; }
timeline .timeline timeline-event:nth-child(even) timeline-panel.bounce-in {
  animation: cd-bounce-2-inverse 0.6s; }

timeline[side="left"] ul.timeline:before {
  left: 40px; }

timeline[side="left"] ul.timeline li timeline-panel {
  width: calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: -webkit-calc(100% - 85px); }

timeline[side="left"] ul.timeline li timeline-badge {
  left: 15px;
  margin-left: 0;
  top: 36px; }

timeline[side="left"] ul.timeline li timeline-panel {
  float: right; }
timeline[side="left"] ul.timeline li timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
  top: 46px; }
timeline[side="left"] ul.timeline li timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
  top: 47px; }

timeline[side="left"] ul.timeline timeline-event timeline-panel.bounce-in {
  animation: cd-bounce-2-inverse 0.6s; }

timeline[side="right"] ul.timeline:before {
  right: 40px;
  left: auto; }

timeline[side="right"] ul.timeline li timeline-panel {
  width: calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: -webkit-calc(100% - 85px); }

timeline[side="right"] ul.timeline li timeline-badge {
  right: 15px;
  margin-right: 0;
  top: 36px;
  left: auto; }

timeline[side="right"] ul.timeline li timeline-panel {
  float: left; }
timeline[side="right"] ul.timeline li timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
  top: 46px; }
timeline[side="right"] ul.timeline li timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
  top: 47px; }

timeline[side="right"] ul.timeline timeline-event timeline-panel.bounce-in {
  animation: cd-bounce-2 0.6s; }
