﻿.timeline {
	margin: 0 0 45px;
	padding: 0;
	position: relative;
	list-style-type: none;
}

	.timeline li {
		position: relative;
		margin-right: 10px;
		margin-bottom: 15px;
	}

		.timeline li .fa:not(.fa-clock-o):not(.fa-user) {
			width: 30px;
			height: 30px;
			font-size: 15px;
			line-height: 30px;
			position: absolute;
			color: #fff;
			background: #d2d6de;
			background-color: rgb(210, 214, 222);
			border-radius: 50%;
			text-align: center;
			left: 18px;
			top: 0;
		}

.time-label {
	font-weight: 600;
	color: white;
	border-radius: 4px;
	width: auto;
	padding: 5px;
}

.timeline-item {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	padding: 0;
	position: relative;
}

	.timeline-item .time {
		color: #999;
		float: right;
		padding: 10px;
		font-size: 12px;
	}

	.timeline-item .user {
		color: #999;
		padding: 10px;
		font-size: 12px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

		.timeline-item .time .fa, .timeline-item .user .fa {
			font-size: 12px;
			color: #999;
			position: relative;
		}

.timeline li .timeline-item .timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1;
}

.timeline-item .timeline-body, .timeline-item .timeline-footer {
	padding: 10px;
}

.timeline-bg {
	background-color: #e9f0f6;
}

.timeline li .timeline-end {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #999;
	background-color: #dddddd;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0px;
}

.timeline-element-blank {
	height: 15px;
	width: 100%;
	margin: 0px;
}

.text-white {
	color: white !important;
}

.bg-aqua {
	background-color: #00CED1 !important;
}

.bg-gold {
	background-color: #FFD700 !important;
}

.bg-cyan {
	background-color: #008B8B !important;
}

.bg-pale-orange {
	background-color: #ffb55a !important;
}

.bg-light-grey {
	background-color: #bebebe !important;
}
