/*
 * -----------------------------------------------------------------------------
 * Lucom Interaction Platform
 * (C) Lucom GmbH, Erkrath. All rights reserved.
 *
 * $Id: menu.css 28981 2022-05-04 10:12:41Z marc $
 * -----------------------------------------------------------------------------
 */
.menuPanel {
	font-size: 11pt;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "BundesSans Web";
	font-style: normal;
	font-weight: bold;
}

.menuPanel ul {
	margin: 0;
	padding: 0;
}

.menuPanel li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menuPanel .link > a,
.menuPanel .link > a:hover,
.menuPanel .link > a:focus,
.menuPanel .link > a:active,
.menuPanel .link > div:hover {
	margin: 0;
	text-decoration: none;
}

.menuPanel .link  a {
	display: block;
	margin: 0;
	color: #000000;
}

.menuItem {
	padding-left: 25px;
	border-width: 2px;
	border-style: solid;
    border-radius: 3px;
	border-color: transparent;
}

.menuItemCollapsed {
	padding-left: 12px;
}

.menuLabel {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menuPanel .link > a span,
.menuPanel .link > div span {
	overflow: hidden;
}

.menuPanel .item .link > a {
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	border-color: transparent;
}

.menuPanel .item .link > a:hover,
.menuPanel .item .link > a:active,
.menuPanel .item .link > div:hover {
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: underline;

}

.menuPanel .item .link > a:focus{
	background-repeat: repeat-x;
	outline: none;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: underline;

	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
}

.menuPanel .itemSelected {
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}

.menuPanel .item {
	margin-top: 2px;
}

.menuPanel .itemSelected .link > a,
.menuPanel .itemSelected .link > div {
	color: #000000;
}

.menuPanel .itemSelected .link > a span,
.menuPanel .itemSelected .link > div span {
	overflow: hidden;
}

.menuPanel .subItem .link > a,
.menuPanel .subItem .link > div {
	font-size: 11pt;
	padding-left: 42px;
	overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
}

.menuPanel .subItemSelected {
	color: #FFFFFF;
}

.menuPanel .subItemSelected .link > a,
.menuPanel .subItemSelected .link > div {
	color: #000000;
	background-color: #EEEEEE;
}

.menuPanel .subItemSelected .link > a:hover,
.menuPanel .subItemSelected .link > a:active,
.menuPanel .subItemSelected .link > div:hover,
.menuPanel .subItem .link > a:hover,
.menuPanel .subItem .link > a:active,
.menuPanel .subItem .link > div:hover {
	background-image: none;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

.menuPanel .subItem {
	margin-top: 2px;
}

.menuPanel .subItemSelected .link > a:focus,
.menuPanel .subItem .link > a:focus {
	background-image: none;
	outline: none;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: underline;
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
	font-weight: normal;
}

.menuPanel .label {
	font-size: 11pt;
	padding: 15px 0 4px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #6e6e6e;
	font-weight: normal;
}

.menuItemSeparator {
	border-width: 1px;
	border-style: solid;
	margin: 10px 5px;
	border-color: #cccccc;
}

.menuItemSeparator.hidden {
	display: none;
}

.menuPanel .collapsed {
	display: none !important;
}

.clearBoth {
	float: none;
}

.menuPanel .menuImg {
	width: 32px;
	height: 32px;
	padding-right: 4px;
	vertical-align: middle;
	display: inline-block;
}

.menuPanel .menuHoverImg {
	width: 32px;
	height: 32px;
	padding-right: 4px;
	vertical-align: middle;
	display: inline-block;
}

.menuPanel .opener {
	float: left;

	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	border-color: transparent;
}

.menuPanel .opener img {
	width: 16px;
	height: 32px;
	padding-top: 2px;
	padding-left: 7px;
}

.menuPanel .opener:hover,
.menuPanel .opener:focus,
.menuPanel .opener:active {
	cursor: pointer;
	outline: none;

	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
}

.menuEntry {
	width: 100%
}

.menuLabelIcon {
	height: 38px;
	line-height: 38px;
	float: left;
	position: relative;
}

.menuLabelIcon.hasChildren.indicator:after {
	left: 100%;
	top: 50%;
	border: 5px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top: -5px;
	border-left-color: #000000;
}

.menuItemTooltip {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding: 5px;
	z-index: 91;

	background-color: #ffffff;
	border-color: #cccccc;
	-webkit-box-shadow: #969696 2px 2px 10px 1px;
	-moz-box-shadow: #969696 2px 2px 10px 1px;
	box-shadow: #969696 2px 2px 10px 1px;
}

.menuItemTooltip.hide {
	transition: opacity 200ms;
	opacity: 0;
	visibility: visible;
}

.menuItemTooltip.show {
	transition: opacity 200ms;
	opacity: 1;
	visibility: visible;
}

.menuItemTooltip:after {
	right: 100%;
	top: 20px;
	border: 5px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top: -5px;
	border-right-color: #000000;
}

.menuIconTooltipLink {
	border-radius: 5px;
	padding-right: 15px;
}

.menuIconTooltipLink div {
	display: inline-block;
	vertical-align: middle;
}

.tooltipItemOpener div {
	width: 16px;
	height: 32px;
	padding-top: 2px;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: center;
}

.tooltipItemOpener .closed {
	background-image: url(../images/menu/closed.png);
}
.tooltipItemOpener .opened {
	background-image: url(../images/menu/opened.png);
}

.menuItemTooltip .loading {
	background-image: url(../images/menu/ajax-loader.gif);
	height: 32px;
	width: 32px;
	padding: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

.menuCollapser {
	position: fixed;
	bottom: 18px;
	width: inherit;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/menu/collapse.png);
	background: url(../images/menu/collapse.png), -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
	background: url(../images/menu/collapse.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: url(../images/menu/collapse.png), -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: url(../images/menu/collapse.png), -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: url(../images/menu/collapse.png), -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: url(../images/menu/collapse.png), linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background-repeat: no-repeat;
	background-position: 95% 50%;

	border-width: 2px;
	border-style: solid;
	border-left: none;
	border-radius: 3px;

	border-color: transparent;
}

.menuCollapser.collapsed {
	background-image: url(../images/menu/uncollapse.png);
	background: url(../images/menu/uncollapse.png), -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
	background: url(../images/menu/uncollapse.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: url(../images/menu/uncollapse.png), -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: url(../images/menu/uncollapse.png), -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: url(../images/menu/uncollapse.png), -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: url(../images/menu/uncollapse.png), linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background-repeat: no-repeat;
	background-position: 50%;
}

.menuCollapser:focus,
.menuCollapser:hover{
	outline: none;
	border: solid 1px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
}

.resizeHandler {
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
	cursor: ew-resize;
	z-index: 90;

	position: absolute;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
	background-image: url(../images/resizeHandler.png);
	background-position: right center;
	background-repeat: no-repeat;

	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	border-bottom-width: 0;
	border-top-width: 0;

	border-color: transparent;
}

.resizeHandler:focus {
	outline: none;
	border-top: 0;
	border-bottom: 0;
	border: solid 2px #FFFFFF;
	box-shadow: 0 0 0 2px #000000;
}

.menuPanel .menuLabel.hide,
.menuPanel .subItem.hide,
.menuPanel .opener.hide,
.menuPanel > ul > li > .label.hide {
	transition: opacity 200ms;
	opacity: 0;
	visibility: visible;
}

.menuPanel .menuLabel.show,
.menuPanel .subItem.show,
.menuPanel .opener.show,
.menuPanel > ul > li > .label.show {
	transition: opacity 200ms;
	opacity: 1;
	visibility: visible;
}
