.vis-itemset .vis-group {
	border-bottom: none !important;
	min-height: 40px;
}

.vis-itemset {
	height: 85px !important;
}

.vis-item {
	background-color: white;
	border-color: #bcbcbc;
	font-size: 13px;
}

.vis-item a {
	color: #1078a6;
}
	
.vis-item.vis-selected {
	background-color: #1078a6;
	border-color: #1078a6;
}

.vis-item:hover .vis-item-content a, .vis-item.vis-selected .vis-item-content a {
	color: white;
}

.vis-item:hover, .vis-item.vis-selected:hover {
	background-color: #45aed4;
	border-color: #45aed4;
	color: white;
	z-index: 10;
	cursor: pointer;
}

.vis-item.tl-item-hover, .vis-item.vis-selected.tl-item-hover {
	background-color: #45aed4;
	border-color: #45aed4;
	color: white;
	z-index: 10;
	cursor: pointer;
}

.zoneVisible {
	top: 43px !important;
	height: 5px;
}

.zoneTransparent {
	top: 43px !important;
	height: 26px;
	background-color: transparent;
	border-color: transparent;
}

.zoneTransparent:hover {
	background-color: rgba(181, 223, 238, 0.6);
	cursor: pointer;
}

.zoneTransparent.tl-item-hover {
	background-color: rgba(181, 223, 238, 0.6);
	cursor: pointer;
}

.zoneEndless:hover {
	background-image: url(../../img/timeline/png/zoneEndless.png);
	background-position: right;
	background-repeat: no-repeat;
}
	
.zoneEndless.tl-item-hover {
	background-image: url(../../img/timeline/png/zoneEndless.png);
	background-position: right;
	background-repeat: no-repeat;
}

.vis-panel.vis-center {
	overflow: visible !important;
	background-color: #f2f2f2;
}

.vis-text.vis-minor {
	font-size: 10px;
	color: #aaaaaa;
}

.vis-text.vis-major {
	font-size: 12px;
	color: #444444;
}

.vis-axis {
	z-index: 10;
}

.showOnHover  {
	display: none;
}

.tl-item-hover .showOnHover {
	display: inline;
}

.vis-item:hover .showOnHover, .vis-item.vis-selected:hover .showOnHover {
	display: inline;
}

/***** BOUTONS ******/
.tl-icon-zoom-in:after {
	display: block;
	content: url(../../img/timeline/png/plus.png);
	transform: scale(0.5);
	padding-left: 1px;
	padding-top: 1px;
}

.tl-icon-zoom-out:after {
	display: block;
	content: url(../../img/timeline/png/minus.png);
	transform: scale(0.5);
	padding-left: 1px;
}

.tl-icon-goback:after {
	display: block;
	content: url(../../img/timeline/png/goback.png);
	transform: scale(0.5);
	padding-left: 1px;
}

.tl-menubar {
	height: 72px;
	width: 0px;
	z-index: 10;
	position: relative;
	float: left;
	left: 5px;
	top: 5px;
}

.tl-menubar-button {
	height: 24px;
	width: 24px;
	display: block;
	background-color: white;
}

.tl-menubar-button#tl-zoom-in {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.tl-menubar-button#tl-zoom-out {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

.tl-menubar-button#tl-fit {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tl-menubar-button:hover {
	background-color: #ADD8E6;
	cursor: pointer;
}