@charset "UTF-8";
/**
 * MAN Framework Styles - Timeline [6.9.2]
 *
 * @project				MAN Web 2012/2013
 * @package				html-css-js
 * @author				Timo Mayer, VI
 *
 *
 * @note all styles should be concatenated and minified to one file (eg. man.all.min.css) in production use
 */

.timeline .anim-helper {
	background-color: #eaebec;
	margin-top: 14px;
}

.timeline-entry-link .l-col {
	text-align: center;
	width: 140px;
	font-family: 'HelveticaNeueLt57Cd', Arial;
	font-size: 18px;
	line-height: 20px;
	float: left;
	background-color: #303c49;
	color: #ffffff;
	padding: 9px 0 2px;
	float: left;
	position: relative;
}

.tl-open .timeline-entry-link .l-col {
	background-color: #e60041;
}

.timeline-entry-link .l-col span {
	display: inline-block;
	position: relative;
}

.timeline-entry-link .l-col:after,
.timeline-entry-link .l-col div.ie-after {
	content: "";
	height: 9px;
	width: 18px;
	position: relative;
	bottom: -11px;
	left: 70px;
	margin-left: -9px;
	display: block;
	z-index: 1000;
	background: url(http://www.man.eu/media/resources/img/sprites/general.png) no-repeat top left;
	background-position: 0 -1938px;
}

.timeline-entry-link .l-col div.ie-after {
	left: 0;
	margin-left: 0;
}

.tl-open .timeline-entry-link .l-col:after,
.tl-open .timeline-entry-link .l-col div.ie-after {
	background-position: 0 -1919px;
}

.timeline-entry-link {
	cursor: pointer;
}

.timeline-entry-link:hover .r-col {
	background-color: #d6d8db;
}

.timeline-entry-link .r-col {
	padding: 9px 10px 9px 0;
	width: 470px;
	float: left;
}

.timeline-entry-link .r-col h4 {
	padding: 0;
	margin: 0 0 0 20px;
	color: #303c49;
	font-family: 'HelveticaNeueLt57Cd', Arial;
	font-size: 18px;
	line-height: 22px;
	display: block;
	white-space: nowrap;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* timeline content */
.timeline-entry-content {
	display: none;
}

.timeline-entry-inner {
	padding-top: 8px;
	margin-bottom: 10px;
	clear: both;
	background-image: url(http://www.man.eu/media/resources/img/timeline_dotted_line.png);
	background-repeat: repeat-y;
	background-position: 70px 0px;
}

/* inner */
.timeline-entry-category {
	color: #838a92;
	margin: 4px 0 0;
}

article .timeline-text .timeline-entry-category + article,
.timeline-text article:first-child {
	margin-top: 11px;
}

.timeline-text section:first-child ul.links {
	margin-top: 2px;
}

.timeline .timeline-text {
	background-color: #ffffff;
	padding: 4px 20px 16px;
	margin: 0 10px 0 160px;
}

.timeline .timeline-text:before,
.timeline .timeline-text div.ie-before:first-child{
	content: "";
	display: block;
	height: 19px;
	left: 150px;
	margin: -10px 0 0;
	position: absolute;
	top: 50%;
	width: 10px;
	background: url(http://www.man.eu/media/resources/img/sprites/general.png) no-repeat top left;
	background-position: 0 -1768px;
}

.timeline-entry-time {
	position: absolute;
	top: 50%;
	width: 120px;
	background-color: #59636d;
	margin: -20px 0 0 10px;
	color: #fff;
	padding: 9px 0 11px;
	font-family: 'HelveticaNeueLt57Cd', Arial;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}

.tl-entry {
	position: relative;
}

.timeline .timeline-article-inner {
	margin: 10px 0;
	position: relative;
}

/* timeline filter */
.timeline .filter {
	background-color: #d6d8db;
	padding: 0 14px;
}

.timeline-filter {
	border: 1px solid #d6d8db;
}

.timeline-filter h2 {
	background-color: #eaebec;
	color: #59636d;
	margin: 0;
	padding: 7px 15px 9px
}

.timeline .filter ul {
	margin: 5px 0 8px -15px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.timeline .filter ul li {
	float: left;
	margin: 6px 0 0 15px;
}

.timeline .filter label {
	white-space: nowrap;
}

.timeline .filter input[type="checkbox"] {
	vertical-align: top;
	margin: 0 3px 0 0;
}

.hidden-entry {
	display: none;
}

.last-entry:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 64px;
	height: 50%;
	width: 10px;
	background: #eaebec;
}

/* ie8 */
.lt-ie9 .timeline-entry-content {
	top: 0;
	left: 0;
	zoom: 1;
}

.lt-ie9 .timeline-entry-link .l-col {
	z-index: 100;
}

/* ie7 fix */
.lt-ie8 .timeline-entry-link .l-col span {
	height: 29px;
}

.lt-ie8 .timeline-entry-time {
	left: 0px;
}

.lt-ie8 .timeline-entry-content,
.lt-ie8 .timeline-period-wrapper,
.lt-ie8 .timeline-entry-inner {
	position: relative;
	zoom:1;
}

.lt-ie8 .timeline .timeline-text {
	padding: 7px 19px 16px;
	zoom: 1;
}