// Path

.mce-path {
	.inline-block();
	padding: 8px;
	white-space: normal;
}

.mce-path .mce-txt {
	display: inline-block;
	padding-right: 3px;
}

.mce-path .mce-path-body {
	display: inline-block;
}

.mce-path-item {
	.inline-block();
	cursor: pointer;
	color: @path-text;
}

.mce-path-item:hover {
	text-decoration: underline;
}

.mce-path-item:focus {
	background: @path-bg-focus;
	color: @path-text-focus;
}

.mce-path .mce-divider {
	display: inline;
}

.mce-disabled .mce-path-item {
	color: @text-disabled;
}

// RTL

.mce-rtl .mce-path {
	direction: rtl;
}
