﻿.menu-panel
{
    float: left;
    background-color: #ddd;
    width: 100%;
    
}

mul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 0px 17px 0;
  list-style: none;
}

mul mli {
  font: bold 12px/18px;
  display: inline-block;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  border-right: 2px solid white;
  z-index: 999;
  background: #e4a245;
  border-right: 1px solid #fff;
}

mul mli:hover {
    color: #fff;
    background-color: #d68c25;
}

mul mli:hover .fa-caret-down{
    display: inline-block;
}

mul mli:hover .fa-caret-right{
    display: none;
}

mul mli mul {
  padding: 0;
  position: absolute;
  min-width: 170px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

mul mli mul mli { 
  background: #d68c25;
  display: block;
}

mul mli mul mli:hover 
{
   background-color: #ccc;
}
mul mli:hover mul {
  display: block;
  opacity: 1;
  visibility: visible;
}

mli > a
{
    color: #fff;
    text-decoration: none;
    display: block;
    width: calc(100% - 25px);
    height: 100%;
    line-height: 35px;
    padding-left: 25px;
    font-weight: bold;
}

.has-sub > mul > mli > a {
    white-space: nowrap;
    padding-right: 20px;
}

.has-sub > mul > mli > a {
	width: calc(100% - 45px);
}

.has-sub
{
    content: '';
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 35px;
    background-size: 25px 25px;
    background-position: right center;
    position: relative;
}

mli > a .fa{
    margin-left: 18px;
    font-size: 20px;
    position: absolute;
    top: 7px;
}

mli > a .fa-caret-down{
    display: none;
    margin-left: 16px;
}


mli[data-tag="management_reseller_anlegen"] a {
	background-image: url('../Styles/Img/group.png');
    background-size: 16px auto;
    background-position: 4px;
	background-repeat: no-repeat;
}

mli[data-tag="management_shop_anlegen"] a {
	background-image: url('../Styles/Img/shop.png');
    background-size: 16px auto;
    background-position: 4px;
	background-repeat: no-repeat;
}