.timeline {
  list-style: none;
  padding: 10px 10px 10px 10px;
  position: relative;

}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #fff;
  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-radius: 0px;
  padding: 10px 10px 10px 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	min-height: 300px;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: 0px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:30px;
}

.timeline > li.timeline-inverted {
padding-left:120px;
}
.timeline > li > .timeline-panel:before {

}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  content: " ";
}
.timeline > li > .timeline-badge {
  color: rgb(204, 204, 204);
  width: 30px;
  height: 30px;
  line-height: 33px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge-left {
  background: url(" ");
  width: 150px;
  height: 140px;
  line-height: 30px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 45%;
  margin-left: 100px;
  z-index: 100;
}
.timeline > li > .timeline-badge-right {
  background: url(" ");
  width: 150px;
  height: 140px;
  line-height: 30px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 45%;
  margin-left: -140px;

}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 0px;
  left: -150px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #ccc !important;
}
.timeline-badge-left.primary {
  background-color: #ccc !important;
}
.timeline-badge-right.primary {
  background-color: #ccc !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: black;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.default-icon {
	color: #ccc !important;
	font-size: xx-large;
	text-align: center;
}
.danger-icon {
	color: #d9534f !important;
	font-size: xx-large;
	text-align: center;
}
.warning-icon {
	color: #f0ad4e !important;
	font-size: xx-large;
	text-align: center;
}
.info-icon {
	color: #5bc0de !important;
	font-size: xx-large;
	text-align: center;
}
.success-icon {
	color: #3f903f !important;
	font-size: xx-large;
	text-align: center;
}

        .celwrap {
                padding: 10px 10px 10px 10px;
/*			text-align: center; */
        }
/* CSS SVG Animation */
        #mycircle {
                stroke-dashoffset: 1000;
                stroke-dasharray: 1000;
                animation-name: padda;
                animation-duration: 2s;
                animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
                }
        #mycheck {
                stroke-dashoffset: 1000;
                stroke-dasharray: 1000;
                animation-name: padda;
                animation-duration: 2s;
                animation-timing-function: ease-in-out;
animation-delay: 1s;
animation-fill-mode: forwards;
                }
@keyframes padda {
        to {
                stroke-dashoffset: 0;
                }
        }

/* 50% */
/* style id=compiled-css */
          .left50txt {
        float: left;
        width: 50%;
	    padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
		border: dotted 3px #efefef;
			  
    }
          .left50svg {
        float: left;
        width: 50%;
		padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px; 
    }
          .left25 {
        float: left;
        width: 25%;
    }
    .right25 {
        float: right;
        width: 25%;
		padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .right50txt {
        float: right;
        width: 50%;
	    padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
		border: dotted 3px #efefef;
    }
    .right50svg {
        float: right;
        width: 50%;
		padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
		
    }
    img {
        /* max-width: 100%; */
        height: auto;
		  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border: dotted 3px #efefef;
    }

    svg {

        height: auto;
		display: block;
  		margin-left: auto;
  		margin-right: auto;
  		width: 50%;

    }

    .group:after {
        content:"";
        display: table;
        clear: both;
    }
    @media screen and (max-width: 480px) {
        .left, .right {
            float: none;
            width: auto;
        }
    }
