@charset "UTF-8";
/**
 * Kunena Latest Module
 * @package Kunena.mod_kunenatree
 *
 * @copyright (C) 2008 - 2015 Kunena Team. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link http://www.kunena.org
 **/

.ktree {
	background: none !important;
	font-size: 12px;
	line-height: 14px;
}

.ktree-node {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ktree-leaf {
	white-space: nowrap;
	position: relative;
}
.ktree-row {
	overflow: hidden;
	display: block;
	width: 100%;
}
.ktree-row:hover {
	background-color: rgb(220, 222, 227);
}
.ktree-item.level1{
	width: 90%;
	font-weight: bold;
}
.ktree-item.level2{
	padding-left: 6%;
	width: 84%;
}
.ktree-item.level3{
	padding-left: 12%;
	width: 78%;
}
.ktree-item.level4{
	padding-left: 18%;
	width: 72%;
}
.ktree-item.level5{
	padding-left: 24%;
	width: 66%;
}
.ktree-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
.ktree-bubble {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 1px;
	text-align: right;
	font-size: 10px;
	color: grey;
}