.bexTimeline {
	position: relative;
	/* margin-top: 10px; */
	max-width: 100%;
	overflow-x: auto !important;
	overflow-y: hidden;
	/* border: 1px solid dimgray; */
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	/* background-color: #8e8d8d; */
}

.bextimeline-box {
	position: relative;
}

.bextimeline-phase {
	position: absolute;
}

.bextimeline-section {
	position: absolute;
	text-align: left;
}

.bextimeline-section-display-year {
	position: absolute;
	border-left: 1px solid dimgray;
	border-bottom: 2px solid dimgray;
	width: 25px;
}

.bextimeline-section-display-year-font {
	position: absolute;
	font-size: 14;
	font-weight: 600;
	color: grey;
}

.bextimeline-section-display-month {
	position: absolute;
	border-left: 1px solid dimgray;
}

.bextimeline-section-display-month-font {
	position: absolute;
	font-size: 12;
	font-weight: 600;
	color: purple;
}

.bextimeline-indicator-line {
	position: absolute;
	border-left: 1px solid dimgray;
}

.bextimeline-section-title {
	position: absolute;
	/* font-weight: bold; */
}

.bextimeline-phase-header {
	position: absolute;
	font-size: smaller;
	white-space: nowrap;
	color: dimgray;
}

.bextimeline-popup {
	position: absolute;
	text-align: center;
	padding: 5px;
	z-index: 99999;
}

.bextimeline-popup-content-wrapper {
	/*padding: 0px !important;*/
	text-align: left;
	border-radius: 2px;
}

.bextimeline-popup-content {
	padding: 0 1em;
	max-width: 420px;
	max-height: 420px;
	overflow: auto;
}

.bextimeline-popup-content p {
	margin: .5em 0;
}

.bextimeline-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
}

.bextimeline-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bextimeline-popup-content-wrapper, .bextimeline-popup-tip {
	background: white;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.8);
}

a.bextimeline-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

a.bextimeline-popup-close-button:hover {
	color: #999;
}

.bextimeline-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.bexdiamond {
	border-style: solid;
	border-color: transparent transparent #08eefe transparent;
	border-width: 0 25px 25px 25px;
	height: 0;
	width: 50px;
	z-index: 1;
}

.bexdiamond:after {
	content: "";
	position: absolute;
	top: 25px;
	left: -25px;
	border-style: solid;
	border-color: #08eefe transparent transparent transparent;
	border-width: 70px 50px 0 50px;
}

.bexdiamond .tooltiptext {
	visibility: hidden;
	width: 240px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1000000;
}

.bexdiamond:hover .tooltiptext {
	visibility: visible;
}

.bexarrowdown {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f00;
}

.bexarrowdown .tooltiptext {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 30px;
	font-size: 50px;
	font-weight: 600;
	/* Position the tooltip */
	position: absolute;
	z-index: 1000000;
}

.bexarrowdown:hover .tooltiptext {
	visibility: visible;
}
.bextimeline-on-hold{
  width: auto !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAGUExURQAAAJycnHUj4iIAAAABdFJOUwBA5thmAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAEUlEQVQYV2OAA0YoTTsWAwMAApQACzbna7oAAAAASUVORK5CYII=) rgba(154, 154, 154, 0.25);
  opacity: 0.8;
}
.bextimeline-on-hold .tooltiptext {
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 40px;
	position: absolute;
	z-index: 1000001;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bextimeline-on-hold:hover .tooltiptext {
	visibility: visible;
}