
.timeline-items-wrap {
    padding:5px;
    background: #fff;   

}

 .timeline-items-wrap .x-dataview-item .timeline-item:before {
     height: 450px;
 }

.profile-pic-wrap {
	width: 120px;
	float: left;
	font-size: 10px;
	text-align: center;
	position: relative;
	padding: 10px 0; 
	display: flex;
  	flex-direction: column;
}

.img-timeline {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	cursor: pointer;
}

.img-timeline-small {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	cursor: pointer;
}


.line-wrap {
	position: relative;
	
}

.line-wrap:before {
	content: "";
	position: absolute;
	width: 60px;
	height: calc(100% - 60px);
	border-right: solid 2px #5fa2dd;
	left: 0;
	top: 70px;
}

.contents-wrap {
	margin: 10px 0px 15px 150px;
	border: 1px solid #ddd;
	position: relative;
	padding: 15px;
	width: 400px; 
	height : 150px;
	white-space: normal;
}

.contents-wrap:before, .contents-wrap:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
}

.contents-wrap-small {
	margin: 10px 0px 15px 120px;
	width: calc(100% - 120px); 
	height: 100%;
}

/* :before and :after is a trick to create a transparent triangle:
 	 the first one creates a grey triangle and the second one creates a white one to overlap it*/

.contents-wrap:before {
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #ddd;
	margin: 15px 0 0 -9px;
}

.contents-wrap:after {
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #fff;
	margin: 15px 0 0 -8px; 
 
}

.img-circle-user-timeline {
  	border-radius: 50%;
  	cursor: pointer;
  	text-align: center;
  	background-color: #5fa2dd;
  	display: inline-block;
  	width: 36px;
  	height: 36px;
  	border-style: solid; 
	border-width: 0px; 
	padding-top:10px;
}
 
 
 .img-circle-user-timeline-small {
 	border-radius: 50%;
  	cursor: pointer;
  	text-align: center;
  	background-color: #5fa2dd;
  	vertical-align : middle;
  	width: 28px;
  	height: 28px;
  	border-style: solid; 
	border-width: 0px; 
	padding-top:5px;
	display: inline-block;
 }

.username a {
    color: #5fa2dd;
    text-decoration:none;
    font-weight:bold;
    margin-bottom:10px;
    display:block;
}

.username-archive-history {
	 text-decoration:none;
	 font-weight:600;
	 display:block;
	 margin-top: -5px;
}

.actionDate {
	 text-decoration:none;
	 margin-bottom:8px;
	 font-size: 11px;
	 display:block;
}
    
 .timeline-epoch {
    width: 100px;
    background: #fff;
    text-align: center;
    padding: 7px 5px;
    position: relative;
    margin-bottom: -5px;
    color: #5fa2dd;
    font-size: 12px;
    border: solid 2px #5fa2dd;
    border-radius: 2px;
    font-weight:bold;
}
 