.the-timeline {
	margin-bottom: 40px;
}
.the-timeline .post-to-timeline {
	margin: 15px 0;
}
.the-timeline .post-to-timeline textarea {
	height: 50px;
	margin-bottom: 10px;
	resize: none;
}
.the-timeline ul {
	border-left: 2px solid #ddd;
	list-style: outside none none;
	margin: 0 15px 0 30px;
	padding: 0;
}
.the-timeline ul li.the-year {
	background: transparent none repeat scroll 0 0;
	border-left: 4px solid transparent !important;
	font-family: "Open Sans";
	font-size: 50px;
	font-weight: 700;
	height: 100px;
	left: -32px;
	line-height: 90px;
	min-height: 100px;
	text-align: center;
}
.the-timeline ul li.the-year p {
	margin-left: 41%;
	width: 20%;
}
.the-timeline ul li.the-year::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 0 none;
	border-image: none;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 2px solid #ddd !important;
	display: block;
	top: 50px;
	width: 40%;
}
.the-timeline ul li.the-year::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 2px 0 0;
	content: " ";
	display: block;
	left: auto;
	position: absolute;
	right: -32px;
	top: 50px;
	width: 40%;
}
.the-timeline ul li::before {
	border-color: transparent #efefef transparent transparent;
	border-style: solid;
	border-width: 7.5px 8px 7.5px 0;
	content: " ";
	display: block;
	height: 10px;
	left: -14px;
	position: absolute;
	top: 19px;
	width: 10px;
}
.the-timeline ul li {
	background: #efefef none repeat scroll 0 0;
	border-left: 4px solid transparent;
	border-radius: 3px;
	display: block;
	margin: 20px 0 20px 40px;
	min-height: 54px;
	padding: 5px 15px;
	position: relative;
}
.the-timeline ul li:hover {
	border-left-color: #4a525f;
}
.the-timeline ul li:hover::before {
	border-color: transparent #4a525f transparent transparent;
}
.the-timeline ul li p {
	margin: 0;
	padding: 0;
}
.the-timeline ul li .the-date {
	background: #5cb85c none repeat scroll 0 0;
	border-radius: 50%;
	height: 50px;
	left: -69px;
	line-height: 130%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}
.the-timeline ul li .the-date span {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-top: 8px;
}
.the-timeline ul li .the-date small {
	color: #fff;
	display: block;
	font-size: 12px;
}

.the-timeline ul li.customer .the-date {
	background-color: #d9534f;
}
.the-timeline ul li.private .the-date {
	background-color: grey;
}
.the-timeline ul li.private {
	background-color: #e6ffff;
}
.the-timeline ul li.merged {
	background-color: #d9d9d9;
}
tr.norrlogEditing {
	background-color:rgba(12, 163, 210,0.3);
}

#heldesk_issue_body {
	max-height: 400px;
	overflow: auto;
}

.form-control[name*="fulltext"] {
	width:auto;
	display:inline-block;
}