div.learn-course-tree
{
	font-size:100%;
	width: 300px;
}

div.learn-course-tree ul
{
	list-style-type: none;
	margin: 0; 
	padding: 0 1em 0 0;
}

div.learn-course-tree ul ul
{
	width: auto;
	margin:-0.75em 0 0 0;
	padding: 0 0 0 0.75em;
}

div.learn-course-tree li
{
	margin-bottom: 5px;
	padding:0;
}

div.learn-course-tree li li
{
	margin: 0 0 -5px 10px;
	padding:0;
}

div.learn-course-tree li.close ul
{
	display: none;
}

div.learn-course-tree div.item-text
{
	position:relative;
	top:-19px;left:19px;
}

/* Links*/
div.item-text a 
{
	color:#333;
	text-decoration:none;
	font-size: 15px;
	line-height: 19px;
	padding: 0 5px 0 12px;
	display: inline-block;
}
div.item-text a:hover
{
	color: #000;
}
div.item-text a.selected 
{
	font-weight: bold;
}

/*Icons*/
div.chapter, div.lesson, div.test-list, div.course-detail
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}

div.chapter {
	cursor: pointer;
	background-image: url(images/chapter_open.png);
}

div.chapter:hover
{
	box-shadow: 0px 0px 2px 1px #8f959d;
	border-radius: 2px;
}

div.learn-course-tree li.close div.chapter {
	background-image: url(images/chapter_close.png);
}

div.lesson {
	background-image: url(images/lesson.png);
}
/*div.course-detail{background-image:url(images/course_detail.gif);}*/
/*div.test-list{background-image:url(images/test_list.gif);}*/

.item-text.is-read-icon:before
{
	content: "\f046";
	color: #01b8ae;
	font-size: 14px;
	font-family: FontAwesome;
	position: absolute;
	top: 2px;
	left: -4px;
}

.item-text .is-new-icon {
	position: absolute;
	background-color: #01b8ae;
	top: -9px;
	left: -18px;
	border-bottom-left-radius: 9px;
	border-top-right-radius: 9px;
	width: 37px;
	height: 12px;
	color: white;
	font-size: 8px;
	text-align: center;
}

.menu-warning-notification-block {
	padding: 15px;
	margin-bottom: 20px;
	background: #ffd7d7;
	border: 3px solid red;
	border-radius: 10px;
	line-height: 1.6;
	z-index: 2;
	position: relative;
}

.menu-warning-notification-title {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.menu-warning-notification-description {
	font-size: 14px;
	font-weight: 600;
}

.menu-warning-notification-point {

}

.menu-warning-notification-link {

}

@media (max-width: 1000px)
{
	div.learn-course-tree
	{
		width: 220px;
	}
	div.item-text a
	{
		font-size: 14px;
		line-height: 16px;
	}
}
