#module-fleet .container-bottom .timeline {
	height: 100%;
	position: relative;
}
#module-fleet .container-bottom .timeline .header h2 {
	display: inline;
}
#module-fleet .container-bottom .timeline .header .title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	padding: 0 20px;
	line-height: 40px;
}

#module-fleet .container-bottom .timeline button {
	position:absolute;
	right:80px;
	top:0;
	padding:0 2px;
	background:none;
	width:40px;
	font-size:14px;
	min-width:40px;
	line-height:40px;
	border-right:1px solid rgba(255,255,255,0.2);
}
#module-fleet .container-bottom .timeline button:hover {
	background:rgba(0,0,0,0.1);
}
#module-fleet .container-bottom .timeline button.bt-collapse {
	right:0;
	border-right:0;
	border-left:1px solid rgba(0,0,0,0.2);
	color:#333;
}
#module-fleet .container-bottom .timeline button.bt-expand {
	right:40px;
	border-right:0;
	border-left:1px solid rgba(0,0,0,0.2);
	color:#333;
}

#module-fleet .container-bottom .timeline ul li.wrapper-list {
	border-bottom: none;
	margin: 0;
}

#module-fleet .container-bottom .timeline ul li.section-list {
	border-bottom: none;
}

#module-fleet .container-bottom .timeline ul.item-list > li {
	margin: 2px 2px;
	margin-left: 15px;
}

#module-fleet .container-bottom .timeline ul.item-list ul.item-list > li {
	margin-left: 0;
}

#module-fleet .container-bottom .timeline .overflow > ul:last-child > li:last-child {
	border-bottom: none;
}

#module-fleet .container-bottom .timeline .tours {
	position: relative;
}
#module-fleet .container-bottom .timeline .tours .tour {
	padding: 5px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	height: 28px;
}
#module-fleet .container-bottom .timeline .tours .tour.overlap {
	height: 50px;
}
#module-fleet .container-bottom .timeline .tours .name {
	width: 280px;
	padding-left: 10px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#module-fleet .container-bottom .timeline .tours .driver {
	font-style: italic;
	padding-left: 5px;
	max-width: 100px;
	overflow-x: hidden;
	display: inline-flex;
}
#module-fleet .container-bottom .timeline .tours .delay {
	padding-left: 5px;
	font-weight: bold;
}
#module-fleet .container-bottom .timeline .tours .bar {
	position: absolute;
	left: 250px;
	top: 0;
	bottom: 0;
	right: 0;
}

#module-fleet .container-bottom .timeline .tours .bar span {
	height: 16px;
	position: absolute;
	top: 13px;
	margin-top: -8px;
	display: block;
	background: rgba(181, 181, 181, 1);
	border-radius: 5px;
	line-height: 16px;
	border: 0px !important;
}
#module-fleet .container-bottom .timeline .tours .bar .line-down span {
	margin-top: 15px;
}

#module-fleet .container-bottom .timeline .tours .bar span.tour-bar b {
	font-size: 10px !important;
	font-weight: 100 !important;
	white-space: nowrap;
	overflow: hidden;
	right: 100%;
	margin-right: 2px;
	position: absolute;
}

#module-fleet .container-bottom .timeline .tours .bar span.checkpoint {
	height: 18px;
	min-width: 18px !important;
	position: absolute;
	margin-top: -9px;
	display: block;
	background: #898989;
	border-radius: 10px;
	z-index: 10;
	border: 2px solid #ffffff !important;
	font-weight: 300;
	font-size: 9px;
	line-height:14px;
	text-align: center;
	width: 100%;
}
#module-fleet .container-bottom .timeline .tours .bar .line-down span.checkpoint {
	margin-top: 14px;
}

#module-fleet .container-bottom .timeline .tours .bar span.checkpoint b {
	font-size: 10px !important;
	font-weight: 500 !important;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	color: white;
	display: inline-block;
	left: 100%;
	margin-left: 5px;
}

#module-fleet .container-bottom .timeline .tours .bar span.checkpoint b.last {
	color: lightslategrey;
}

#module-fleet .container-bottom .timeline .tours .bar span.progress {
	background: rgb(96, 96, 96);
}

.popover-content hr {
	margin-top: 7px;
	margin-bottom: 7px;
}

.fleet-provabus-popover.valid,
#module-fleet .container-bottom .timeline .tours .tour .name.valid {
	color: rgba(76, 149, 58, 0.9);
}
#module-fleet .leaflet-vehicle-icon .label.badge.valid,
#module-fleet .container-bottom .timeline .tours .bar span.valid {
	background: rgba(76, 149, 58, 0.9);
}
#module-fleet .container-bottom .timeline .tours .tour .name.warning,
.fleet-provabus-popover.warning {
	color: rgba(238, 139, 22, 0.9);
}
#module-fleet .leaflet-vehicle-icon .label.badge.warning,
#module-fleet .container-bottom .timeline .tours .bar span.warning {
	background: rgba(238, 139, 22, 0.9);
}
#module-fleet .container-bottom .timeline .tours .tour .name.critic,
.fleet-provabus-popover.critic {
	color: rgba(255, 93, 93, 0.9);
}
#module-fleet .leaflet-vehicle-icon .label.badge.critic,
#module-fleet .container-bottom .timeline .tours .bar span.critic {
	background: rgba(255, 93, 93, 0.9);
}

#module-fleet .container-bottom .timeline .tours .bar span.route {
	background: rgb(238, 72, 255);
	opacity: 0.8;
	height: 2px;
	top: 31px;
	cursor: help;
}

#module-fleet .container-bottom .timeline .timeline-container {
	height: auto;
	position: absolute;
	top: 0px;
	left: 250px;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	cursor: col-resize;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#module-fleet .container-bottom .timeline .scroller {
	z-index: 2;
	height: calc(100% - 40px);
	position: absolute;
	left: 0;
	right: 0;
}


#module-fleet .help-btn {
	font-size: 20px;
	margin-left: 10px;
	color: black;
}