.learning-lesson-detail-block,
.helpdesk-article-detail-block,
.partner-application-b24-statistic-table-row-list-item-text-limit-cnr
{
	display: inline;
	position: relative;
}

.learning-lesson-detail-word,
.helpdesk-article-detail-word,
.partner-application-b24-statistic-table-row-list-item-text-limit-word
{
	z-index: 2;
	color: #00a1d9;
	border-bottom: 1px dashed #00a1d9;
	cursor: default;
}

.learning-lesson-detail-word.learning-lesson-detail-word-solid
{
	color: #1952D3;
	border-bottom: 1px solid #1952D3;
}

.learning-lesson-detail-body,
.helpdesk-article-detail-body,
.partner-application-b24-statistic-table-row-list-item-text-limit-body
{
	display: none;
	position: absolute;
	z-index: 210;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transform: translateY(-8px);
}

.learning-lesson-detail-body,
.helpdesk-article-detail-body
{
	padding-bottom: 5px;
}

.partner-application-b24-statistic-table-row-list-item-text-limit-body
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.helpdesk-article-detail-body
{
	font-size: 14px;
	line-height: 18px;
	font-family: "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	color: #6a828c;
}

.learning-lesson-detail-body.learning-lesson-detail-show,
.helpdesk-article-detail-body.learning-lesson-detail-show,
.partner-application-b24-statistic-table-row-list-item-text-limit-body.learning-lesson-detail-show
{
	display: block;
}

.learning-lesson-detail-body.learning-lesson-detail-show-animation,
.helpdesk-article-detail-body.learning-lesson-detail-show-animation,
.partner-application-b24-statistic-table-row-list-item-text-limit-body.learning-lesson-detail-show-animation
{
	transform: translateY(0);
	opacity: 1;
}

.learning-lesson-detail-body-inner,
.helpdesk-article-detail-body-inner,
.partner-application-b24-statistic-table-row-list-item-text-limit-body-inner
{
	overflow: hidden;
	display: block;
	padding: 10px;
	background-color: #fff;
}


.learning-lesson-detail-body-inner {
	position: relative;
	padding: 10px 20px 10px 10px;
}


.learning-lesson-detail-body-inner,
.helpdesk-article-detail-body-inner
{
	box-shadow: 0 5px 10px -5px #000;
	border: 1px solid #aeaeae;
	border-radius: 2px;
}


.learning-lesson-detail-body-inner.learning-lesson-detail-body-custom
{
	max-width: 700px;
}

.partner-application-b24-statistic-table-row-list-item-text-limit-body-inner
{
	box-shadow: 0 7px 21px rgba(83,92,105,.12),0 -1px 6px 0 rgba(83,92,105,.06);
}

.learning-lesson-detail-edit-link-cnr,
.helpdesk-article-detail-edit-link-cnr
{
	display: block;
	margin-top: 6px;
}

.learning-lesson-detail-edit-link,
.helpdesk-article-detail-edit-link
{

}

.learning-lesson-detail-close-button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;

	display: inline-flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	width: 0;
	height: 0;
	padding: 7px;
	margin: 0;
	border: none;

	background-color: #DB4848;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAABsklEQVRoge2YvUoDQRRGoxIshAURfDvxERQkkIjYixG3ErFKEbDaKnkBG9/DykIkARErHe/gDg4BZ+/cnxmX7Ae3CeG752yy2d30el26dPkzxpgNmBHMop6hfU153wDmBeYNpoTpc8pswWpuNSQC++Yw21JlKhKIfXgJRJmoRMQ+nIT5+c5jU3IkIuBdxpjCRUQhWYIAb7MM7qpLl5Gl0RJEeJtXTPmYUIyWYMDbDDECWzD3xAXBE5sJfx3qVpdIBq8hkRxeUiIbvCfRh6mIACUDnnWNkfwkKOEf+YwS8vAJJfTgE0jowytKpINXkEgPLyiRD96TOOEI5IY/hvliCOSTEIJ3uWozvEv4cfGfw7tcthne5aLN8C7n0vBHRPjK0G/Fz6TgqUfegttnCc7FjifBhfd6OBKnWeGFJEZZ4YUkmv8TqpccasB7/Zxn7AOMwLMWvIDEU1PxJsy7JjxT4sM03X7DGyba8AyJKaZ0B+ZBG97bhz2xH2EKbGmThAh8hAQeHiEhCo+QiIf3SguYWV30CXOjAe/ts+fEnfn9Ga/I8CvF+yJF+H27MHup9nVZ63wD136B/jrIn+oAAAAASUVORK5CYII=");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;

	transition: background-color 0.25s ease;
	cursor: pointer;
}
.learning-lesson-detail-close-button:hover {
	background-color: #F05D5D;
}
.learning-lesson-detail-close-button:active {
	background-color: #CB3838;
}