3                 width:@sidebar-min-width;
 
   5                         width:@sidebar-min-width;
 
   8                         margin-left:(@sidebar-min-width);
 
   9                         .breadcrumbs.fixed , .breadcrumbs.breadcrumbs-fixed { left:(@sidebar-min-width); }
 
  22         .nav-list .submenu .submenu a {
 
  36                         left:(@sidebar-min-width - 1);
 
  38                         width:(@sidebar-width - 16);
 
  42                         background-color:@menumin-bg;
 
  45                         .box-shadow(@menumin-shadow);
 
  46                         border:1px solid @menumin-border;
 
  50                 &.dropdown-toggle > .menu-text {
 
  53                         top:-1px; left:@sidebar-min-width;
 
  54                         width:(@sidebar-width - 16);
 
  55                         border-bottom:1px solid @menumin-text-border;
 
  61                 &:hover:before {/* the right side border on hover */
 
  67                 color:@menu-focus-color;
 
  72          &.active > a > .menu-text {
 
  73                 border-left-color:@menu-focus-color;
 
  76                 background-color:@menu-open-bg;
 
  80                 background-color:@menu-active-bg;
 
  83                 color:@menu-focus-color;
 
  86                 color:@menu-active-color;
 
  89          &.active > a:after  { /* the caret */
 
  90                 border-width:10px 6px;
 
  93          &.active.open > a:after {
 
  96          &.active.open li.active > a:after {
 
 103                 background:@submenu-bg;
 
 104                 position:absolute; z-index:120;
 
 105                 left:(@sidebar-min-width - 1); top:-2px;
 
 107                 width:(@sidebar-width - 14);
 
 108                 border:1px solid @menumin-border;
 
 110                 .box-shadow(@menumin-shadow);
 
 115                 display:none !important;
 
 118                          /* hide the tree like submenu in minimized mode */
 
 131                         > [class*="icon-"]:first-child {
 
 142                 display:block !important;
 
 144          &.active > .submenu {
 
 145                 border-left-color:@menu-active-color;
 
 157   .sidebar-shortcuts-mini {
 
 161   .sidebar-shortcuts-large {
 
 166         left:@sidebar-min-width - 1;
 
 168         width:(@sidebar-width - 8);
 
 172         background-color:@submenu-bg;
 
 173         .box-shadow(@menumin-shadow);
 
 174         border:1px solid @menumin-border;
 
 176   .sidebar-shortcuts:hover .sidebar-shortcuts-large{
 
 180   .sidebar-collapse { /* minimized collapse button */
 
 190                 border-color:darken(@menumin-icon-border, 5%);
 
 197   .nav-list > li > .submenu {
 
 203                 > .submenu > li > a {/*4th level*/
 
 209         li.active > a:after {
 
 215  .nav-list li.active.open > .submenu > li.active > a:after {