.timeline-container {
	margin: 20px 30px !important;
}

.timeline-list-container {
	padding: 0;
}

.timeline {
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}

.timeline-item.ok:before {
	top: 10px;
	bottom: 0;
	position: absolute;
	content: " ";
	height: 3px;
	width: 100%;
}

.timeline-item.ok.green:before {
	background-color: green;
}

.timeline-item.ok.blue:before {
	background-color: #0069ac; /*     blue */
}

.timeline-item .distance_text {
	position: absolute;
	right: -9px;
	top: -18px;
	font-size: 0.9em;
}

.timeline:before {
	top: 10px;
	bottom: 0;
	position: absolute;
	content: " ";
	height: 3px;
	background-color: grey;
	width: 100%;
}

.timeline-item.ok-end:before {
	top: 10px;
	bottom: 0;
	position: absolute;
	content: " ";
	height: 3px;
	background-color: green;
	width: 100%;
}

.timeline-item.ok-end.green:before {
	background-color: green;
}

.timeline-item.ok-end.blue:before {
	background-color: #0069ac; /* blue */
}

.timeline .timeline-item:before {
	background-color: grey;
}

.timeline .timeline-item {
	position: relative;
	padding: 0 !important;
}

.timeline-item .timeline-badge {
	font-size: 22px;
	padding-bottom: 1px;
}

.timeline-item .timeline-badge i {
	background-color: #fff;
	cursor: pointer;
}

.timeline-item .timeline-badge .green {
	color: green;
}

.timeline-item .timeline-badge .blue {
	color: #0069ac;
}

.timeline-item .timeline-badge .grey {
	color: grey;
}

.timeline-item .popover-content span {
	float: right;
	white-space: normal;
}

.timeline-pill-green {
	background-color: #d6efbe;
}

.timeline-item .popover{
    display: block;
    min-width: 140px;
    padding-bottom: 12px;
}
.timeline-item .popover-title {
  padding: 0px 14px !important;
}
/*------- TIMELINE NAVIGATOR-----------------*/
.slick-slider {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.slick-list {
	position: relative;
	display: block;
	/* 	    overflow: hidden; */
	/* margin: 33px 0; */
	padding: 195px 10px 0;
    /* overflow-y: visible; */
    margin: -150px 0px 30px;
    width: 100%;
}

.slick-list:before {
	position: absolute;
	content: " ";
	height: 3px;
	background-color: grey;
	width: 100%;
	bottom: 9px;/*Goald Coast*/
/* 	bottom: 20px; Pyonyang*/ 
}

.slick-slide {
	margin: 0px 0px;
	height: inherit;
	transition: all ease-in-out .3s;
	position: relative;
}

.slick-slide img {
	height: auto;
    width: 30px;
    display: inline-block;
    margin-right: 10px
}

.slick-disabled {
	/*     	display:none !important; */
	visibility: hidden;
}

.slick-prev:before, .slick-next:before {
	color: black;
}

.timeline-item:before {
	background-color: grey;
}

.slick-slider .slick-arrow {
	/*  	margin: -20px 10px 0px 10px;      */
	bottom: 0px;
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	opacity: 0.4;
/* 	z-index: 10001; */
	display: inline-block;
	min-width: 40px;
    z-index: 1 !important;
	
	/*      position: absolute;  */
	/*     display: block; */
}

.slick-slider .slick-arrow:hover {
	background-color: #0069ac !important;
	opacity: 1;
}

.slick-slider .slick-prev.slick-arrow {
	left: 0px;
	background: #000 url('../img/nav/navigator_arrow_left.png') no-repeat
		center center;
}

.slick-slider .slick-next.slick-arrow {
	right: 0px;
	background: #000 url(../img/nav/navigator_arrow_right.png) no-repeat
		center center;
}

.timeline-item:focus,.distance_text:focus,.popover:focus{
        outline:none;
}

