﻿.timeline-container {
	position: relative;
	padding-top: 4px;
	margin-bottom: 32px
}

	.timeline-container:last-child {
		margin-bottom: 0
	}

	.timeline-container:before {
		content: "";
		display: block;
		position: absolute;
		left: 28px;
		top: 0;
		bottom: 0;
		border: 1px solid #E2E3E7;
		background-color: #E7EAEF;
		width: 4px;
		border-width: 0 1px
	}

	.timeline-container:first-child:before {
		border-top-width: 1px
	}

	.timeline-container:last-child:before {
		border-bottom-width: 1px
	}

.timeline-item {
	position: relative;
	margin-bottom: 8px
}

	.timeline-item .widget-box {
		background-color: #F2F6F9;
		color: #595C66
	}

	.timeline-item .transparent.widget-box {
		border-left: 3px solid #DAE1E5
	}

	.timeline-item .transparent .widget-header {
		background-color: #ECF1F4;
		border-bottom-width: 0
	}

		.timeline-item .transparent .widget-header > .widget-title {
			margin-left: 8px
		}

	.timeline-item:nth-child(even) .widget-box {
		background-color: #F3F3F3;
		color: #616161
	}

		.timeline-item:nth-child(even) .widget-box.transparent {
			border-left-color: #DBDBDB !important
		}

			.timeline-item:nth-child(even) .widget-box.transparent .widget-header {
				background-color: #EEE !important
			}

	.timeline-item .widget-box {
		margin: 0 0 0 60px;
		position: relative;
		max-width: none
	}

	.timeline-item .widget-main {
		margin: 0;
		position: relative;
		max-width: none;
		border-bottom-width: 0
	}

	.timeline-item .widget-body {
		background-color: transparent
	}

	.timeline-item .widget-toolbox {
		padding: 4px 8px 0 !important;
		background-color: transparent !important;
		border-width: 0 !important;
		margin: 0 !important
	}

.timeline-info {
	float: left;
	width: 60px;
	text-align: center;
	position: relative
}

	.timeline-info img {
		border-radius: 100%;
		max-width: 42px
	}

	.timeline-info .badge, .timeline-info .label {
		font-size: 12px
	}

.timeline-container:not(.timeline-style2) .timeline-indicator {
	opacity: 1;
	border-radius: 100%;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 30px;
	width: 36px;
	text-align: center;
	text-shadow: none !important;
	padding: 0;
	cursor: default;
	border: 3px solid #FFF !important
}

.timeline-label {
	display: block;
	clear: both;
	margin: 0 0 18px 34px
}

.timeline-item img {
	border: 1px solid #AAA;
	padding: 2px;
	background-color: #FFF
}

.timeline-style2:before {
	display: none
}

.timeline-style2 .timeline-item {
	padding-bottom: 22px;
	margin-bottom: 0
}

	.timeline-style2 .timeline-item:last-child {
		padding-bottom: 0
	}

	.timeline-style2 .timeline-item:before {
		content: "";
		display: block;
		position: absolute;
		left: 90px;
		top: 5px;
		bottom: -5px;
		border-width: 0;
		background-color: #169F85;
		width: 2px;
		max-width: 2px
	}

	.timeline-style2 .timeline-item.pause:before {
		background-color: #eea236;
	}

	.timeline-style2 .timeline-item:last-child:before {
		display: none
	}

	.timeline-style2 .timeline-item:first-child:before {
		display: block
	}

	.timeline-style2 .timeline-item .transparent .widget-header {
		background-color: transparent !important
	}

	.timeline-style2 .timeline-item .transparent.widget-box {
		background-color: transparent !important;
		border-left: none !important
	}

.timeline-style2 .timeline-info {
	width: 100px
}

.timeline-style2 .timeline-indicator {
	font-size: 0;
	height: 12px;
	line-height: 12px;
	width: 12px;
	border-width: 1px !important;
	background: #FFF !important;
	position: absolute;
	left: 85px;
	top: 3px;
	opacity: 1;
	border-radius: 100%;
	display: inline-block;
	padding: 0
}

.timeline-style2 .timeline-date {
	display: inline-block;
	width: 72px;
	text-align: right;
	margin-right: 25px;
	color: #777
}

.timeline-style2 .timeline-item .widget-box {
	margin-left: 112px
}

.timeline-style2 .timeline-label {
	width: 75px;
	margin-left: 0;
	margin-bottom: 10px;
	text-align: right;
	color: #666;
	font-size: 14px
}

.timeline-time {
	text-align: center;
	position: static
}

.timeline-title {
	font-style: italic;
	color: #2A3F54;
}

.timeline-item-header {
	color: #169F85;
	display: block;
	margin-bottom: 5px;
	font-weight: 600
}

	.timeline-item-header.chobosung {
		color: #ffc107;
	}

.timeline-item-subheader {
	margin-bottom: 5px;
}

.timeline-item-body {
	margin-left: 10px
}

	.timeline-item-body .body-item i {
		color: #1abb9c
	}



.timeline-container.horizontal .timeline-items {
	display: flex;
	flex-direction: row;
}


.timeline-container.horizontal .timeline-item:before {
	top: 35px;
	left: 50%;
	height: 2px;
	max-height: 2px;
	width: 100%;
	max-width: 100%;
}

.timeline-container.horizontal .timeline-item.pause:before {
	background-color: #ffc107;
}

.timeline-container.horizontal .timeline-item:last-child:before {
	display:block;
}

.timeline-container.horizontal .timeline-info {
	float: none;
	text-align: center;
	position: relative;
	width: 100%;
	height: 50px;
}

.timeline-container.horizontal .timeline-date {
	display: block;
	width: 100%;
	text-align: center;
	margin-right: 25px;
	color: #777;
}

.timeline-container.horizontal .timeline-indicator {
	font-size: 0;
	height: 12px;
	line-height: 12px;
	width: 12px;
	border-width: 1px !important;
	background: #FFF !important;
	position: absolute;
	top: 30px;
	left: calc(100% / 2);
	opacity: 1;
	border-radius: 100%;
	display: inline-block;
	padding: 0;
}

.timeline-container.horizontal .widget-box {
	margin-left: 0px;
	margin: 0 0 0 0px;
	padding: 0 20px;
	text-align: center;
	width:180px;
}
