.timeline {
    position: relative;
    padding: 20px 0 0 0;
    list-style: none;
}

.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #ddd;
}

.timeline > li {
    position: relative;
    margin-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    /*
    position: absolute;
    left: 16%; 
    top: 10px;
    padding: 10px;
	padding-left: 35px;
	max-height:62px;		 FOR NOW */

    position: relative;
	float: left;
	margin-left: 20%;
    width: 70%;					/* was 46% */
	background-color:#ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    z-index: 5;
}
.timeline-panel > .checkpoint-left {
    float:left; width:85%;
    padding: 15px;
    border-right: solid 1px #bbb;
	cursor:pointer;
}
.timeline-panel > .checkpoint-right {
    float:left; width:15%; max-width: 15%;
    text-align: center;
    padding:5px;
}

.timeline > li > .timeline-badge {
    z-index: 1;
    position: absolute;
    top: 16px;
    left: 10%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
}

li.checkpoint > .timeline-badge:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 50px;
    /* border-bottom: 15px solid red; */
	background-color: #ddd;
	height: 2px;
    width: 40px;
} 

.timeline-start {
	margin:0 auto;
	margin-top:-20px;
	margin-bottom:0 !important;
	background-color:White;
	text-align:center;
	font-weight:bold;
	/* text-transform:uppercase; */
    position: relative;
    /* width: 46%; */
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
}

.timeline-end {
	/* margin:0 auto; */
	left:1%;
	/* margin-top:50px; */
	/* background-color:White; */
	text-align:center;
    position: relative;
	top:55px;
    width: 18%;
	padding-bottom:45px;
}
.timeline-end img { width:60%; }

li.badgeOnly { height:60px; }

.timeline-badge a { display:block; color:White } 
/* .timeline-badge a:link, 
.timeline-badge a:active, 
.timeline-badge a:visited { color:White; } */
.timeline-badge a:hover { color:#ccc; }


.timeline-badge.primary { background-color: #2e6da4 !important; }
.timeline-heading.primary { background-color: #2e6da4 !important;  color:White; }

.timeline-badge.success {
    /* background-color: #3f903f !important; */
    background-color: #8044ce !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;
}
li.checkpoint.QuickAdd .timeline-panel { border:double /* #3f903f */ #8044ce; border-radius:4px;}
li.checkpoint.QuickAdd .timeline-title,
li.checkpoint.QuickAdd p.schedDate { display:none;}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.timeline-panel.completedFP { background-color:#e0e0e0 !important; }
/* .timeline-panel-menu { position: absolute; top: 4px; right: 11px; } */
.timeline-panel-menu { margin:10px auto 0; }

li.timeline-divider { border-bottom: solid 2px #aaa; }
.timeline > li > .timeline-badge { z-index:5; }
.timeline > li > .threadButton { float:left; margin:10px 20px 0 0; /*border:solid 1px; padding:5px;*/ }
.threadButton.highlight,.teamUserButton.highlight { background-color:#3f903f; }


/* Media queries with definitions for larger devices...   ========================================== */	
@media (min-width: 768px) {
	.timeline > li > .timeline-panel {	margin-left: 16%; }

}
