
/*
* Schedule
*/
.custom-circle-date {
	position: relative;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	z-index: 2;
	-webkit-box-shadow: 0px 11px 21px 0px rgba(229, 232, 235, 0.75);
					box-shadow: 0px 11px 21px 0px rgba(229, 232, 235, 0.75);
}
.custom-circle-date.no-border {
	border-color: transparent;
	-webkit-box-shadow: none;
					box-shadow: none;
}
.custom-circle-date .circle-dotted {
	position: absolute;
	padding: 16px;
	width: 106px;
	height: 106px;
	top: 5px;
	left: 5px;
	display: table;
	border-style: dashed;
	border-width: 1px;
	border-radius: 50%;
}
.custom-circle-date .circle-center {
	display: table-cell;
	vertical-align: middle;
}
.custom-circle-date.custom-circle-date-light {
	border-color: #374c9e;
}
.custom-circle-date.custom-circle-date-light .circle-dotted {
	border-color: #374c9e;
}

@media (max-width: 767px) {
	.custom-circle-date {
		margin: 0px auto 35px !important;
	}
}
.timeline-balloon {
	position: relative;
}
.timeline-balloon::before {
	content: '';
	position: absolute;
	width: 1px;
	left: 83px;
	background-color: #e6ebeb;
}
.timeline-balloon::before {
	height: 120%;
	top: -35px;
}
.timeline-balloon:last-of-type::before {
	height: 75px;
}
.timeline-balloon .balloon-cell {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.timeline-balloon .balloon-time {
	width: 93px;
	white-space: nowrap;
}
.timeline-balloon .balloon-time .time-text {
	display: inline-block;
	vertical-align: middle;
	width: 68px;
}
.timeline-balloon .balloon-time .time-dot {
	position: relative;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}
.timeline-balloon .balloon-time .time-dot::before {
	content: '';
	position: absolute;
	width: 19px;
	height: 19px;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	border-color: #374c9e;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
.timeline-balloon .balloon-time .time-dot::after {
	content: '';
	position: absolute;
	background-color: #374c9e;
	width: 7px;
	height: 7px;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
.timeline-balloon .balloon-content {
	position: relative;
	margin-left: 38px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	border-color: #e6ebeb;
}
.timeline-balloon .balloon-content.balloon-shadow {
	-webkit-box-shadow: 0px 11px 21px 0px rgba(229, 232, 235, 0.75);
					box-shadow: 0px 11px 21px 0px rgba(229, 232, 235, 0.75);
}
.timeline-balloon .balloon-content .balloon-arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 35px;
	left: -15px;
	border-width: 1px;
	border-style: solid;
	border-right: none;
	border-bottom: none;
	border-color: #e6ebeb;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
	-webkit-transform-origin: left top;
					transform-origin: left top;
}
.timeline-balloon .balloon-content .balloon-photo {
	display: table-cell;
	vertical-align: top;
	height: 64px;
	width: 64px;
	max-width: 64px;
	padding-top: 6px;
}
.timeline-balloon .balloon-content .balloon-photo .photo-radius {
	border-radius: 50%;
	overflow: hidden;
}
.timeline-balloon .balloon-content .balloon-description {
	display: table-cell;
}
.timeline-balloon .balloon-content .balloon-description p {
	line-height: 1.6;
}

@media (max-width: 767px) {
	.timeline-balloon:before {
		left: 50%;
	}
	.timeline-balloon .balloon-time .time-dot {
		display: none;
	}
	.timeline-balloon .balloon-time .time-text {
		position: absolute;
		top: -11px;
		left: 50%;
		text-align: center;
		background: #FFF;
		border-width: 1px;
		border-style: solid;
		border-radius: 3px;
		border-color: #e6ebeb;
		padding: 5px 0px;
		z-index: 1;
		-webkit-transform: translateX(-50%);
						transform: translateX(-50%);
	}
	.timeline-balloon .balloon-content {
		margin-left: 0;
	}
}

