/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

 body {
    overflow-x: hidden;
  }
  
  
  /** ************************************************************************ **
   *   MENU MOBILE ICON
   ** ************************************************************************ **/
  .menu-mobile-left,
  .menu-mobile-left:hover { text-decoration: none; }
  .menu-mobile-left { /** float: right; margin-top: 16px; **/ }

  /** Animate */
  .menu-mobile-left { /** float: right; margin-top: 16px; **/ }
  .menu-mobile-left { 

    width: 40px; height: 22px; 
    display: inline-table;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}
  .menu-mobile-left:hover { cursor: pointer !important;  }
  .menu-mobile-left span, 
  .menu-mobile-left span:before, 
  .menu-mobile-left span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 2px;
      width: 40px;
      background: black;
      position: absolute;
      display: block;
      content: '';
  }
  
  /* .wrapper.wrapper-navi-left.toggled-left */
  .menu-mobile-left span { top: 10px;  }
  .menu-mobile-left span:before { top: -10px; }
  .menu-mobile-left span:after { bottom: -10px; }
  .menu-mobile-left span, 
  .menu-mobile-left span:before, 
  .menu-mobile-left span:after { transition: all 500ms ease-in-out; }
  .menu-mobile-left.menu-mobile-hide span { background-color: transparent !important; }
  .menu-mobile-left.menu-mobile-hide span:before, 
  .menu-mobile-left.menu-mobile-hide span:after { top: 0; }
  .menu-mobile-left.menu-mobile-hide span:before { transform: rotate(45deg); }
  .menu-mobile-left.menu-mobile-hide span:after { transform: rotate(-45deg); }
  
  /** Homepage / teaser templte */
  @media (min-width: 1199px) {
    .wn-tpl-teaser:not(.web-admin) .menu-mobile-left span, 
    .wn-tpl-teaser:not(.web-admin) .menu-mobile-left span:before, 
    .wn-tpl-teaser:not(.web-admin) .menu-mobile-left span:after { background-color: white; }
  }
  
  /** ************************************************************************ **
   *   WRAPPER
   ** ************************************************************************ **/
  /*
  .wrapper-navi-left {
    padding-right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .wrapper-navi-left.toggled-right {
    padding-right: 100%;
  }
  
  .wrapper-navi-left.toggled-left {
      padding-left: 100%;
  }
  */
  
/** ************************************************ ** 
 *  SIDEBAR OVERLAY
 ** ************************************************ **/
.wrapper.toggled-left #page-content-wrapper .page-content-overlay { 
    position: absolute; width: 100%; height: 100%; top: 0; z-index: 20;
    opacity: 0.5; background-color: #000000;  
}
   
/** Full width (100%) */

#sidebar-wrapper-left { z-index: 1000; position: fixed; left: 0; width: 100%; height: 100%; margin-left: -100%; overflow-y: auto; background: #f7f4e5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.wrapper-navi-left.toggled-left #sidebar-wrapper-left { left: 100%; }
@media (min-width: 768px) { 
    #sidebar-wrapper-left { width: 50%; margin-left: -50%; }
    .wrapper-navi-left.toggled-left #sidebar-wrapper-left { left: 50%; }
}


/** 1/3 width (33%) */
/*
#sidebar-wrapper-left {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 33%;
    height: 100%;
    margin-left: -33%;
    overflow-y: auto;
    background: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper-navi-left.toggled-left #sidebar-wrapper-left {
    left: 33%;
}
*/



  #page-content-wrapper {
      width: 100%;
      position: absolute;
      padding: 15px;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease;
  }
  
  
  .wrapper-navi-left.toggled-left #page-content-wrapper {
      position: absolute;
      margin-right: -100%;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease;
  }
  
  /* Sidebar Styles */
  
  .sidebar-nav {
      position: absolute;
      top: 0;
      width: 100%;
      margin: 0;
      padding: 0 15px;
      list-style: none;
      border-radius: 0;
      background-color: transparent;
  }
  
  .sidebar-nav li {
      /* text-indent: 20px; */
      line-height: 30px;
      background-color: transparent;
      padding: 0px;
  
  }
  .sidebar-nav li.active { background-color: transparent; border: 0; }
  
  .sidebar-nav li a {
      display: block;
      text-decoration: none;
      color: black;
      text-align: left;
      line-height: 1.2em;
  
      border-bottom: 1px solid #000000;
  }
  
  .sidebar-nav li a:hover {
    text-decoration: none;
    color: black;
    /** background: rgba(255, 255, 255, 0.2); **/
  }
  
  .sidebar-nav li.active a {
    text-decoration: none;
    background-color: transparent;
    color: #000000;
    font-weight: bold;
  }
  
  
  /*+
  .sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
  }
  
  .sidebar-nav>.sidebar-brand a {
    color: #999999;
  }
  
  .sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
  }
  
  @media(min-width:381px) {
      .basket-list-sidebar table { width: 330px; }
  }
  **/
  
  /*
  @media(max-width:380px) {
  
      .wrapper-navi-left.toggled-left {
          padding-left: 280px;
      }
  
      #sidebar-wrapper-left {
          width: 280px;
          margin-left: -280px;
      }
  
      .wrapper-navi-right.toggled-right #sidebar-wrapper-left {
          left: 280px;
      }
  
      .wrapper-navi-right.toggled-left #page-content-wrapper {
          margin-right: -280px;
      }
  
      .sidebar-nav {
          width: 280px;
      }
  }
  */
  
  /** ************************************************ ** 
   *  SIDEBAR PROJECT
   ** ************************************************ **/
   .wn-sidenav {
      background: #001d45;
      background-color: rgba(0, 0, 0, 0.1);
      color: #dedede;
      padding-top: 15px; padding-bottom: 15px;
      margin-top: 15px; margin-bottom: 15px;
  }
  .wn-sidenav ul.wn-list-main { margin: 0; }
  .wn-sidenav ul.wn-list-main li a {
      padding-right: 40px;
      padding-left: 40px;
      padding-top: 6px;
      padding-bottom: 6px;
      color: #dedede;
      font-size: 13px;
      text-transform: none;
      letter-spacing: 2px;
      margin-bottom: 2px;
  }
  .wn-sidenav ul li.active > a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.38);
      border-top: 1px solid rgba(255, 255, 255, 0.38);
      background: transparent;
      color: #eff4ff;
  }
  /*****/
  
  .sidebar-nav { z-index: 100; }
  .sidebar-nav .list-group-item .item-link .toggle-icon {
      /** .fa / .fas **/
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      /** line-height: 1; */
      /** Custom **/
      float: right;
  }
  .sidebar-nav .list-group-item .item-link.collapsed .toggle-icon:before { content: "\f078"; } /** fa-chevron-down (content: "\f078";) **/
  .sidebar-nav .list-group-item .item-link .toggle-icon:before { content: "\f077"; } /** fa-chevron-up **/
  
  .sidebar-nav > .list-group-item:last-child { margin-bottom: 55px !important; }
  .sidebar-nav > .list-group-item:last-child a { border-bottom: 0;}
  
  .wrapper-navi-left.toggled-left .sidebar-lang-nav {
      position: -webkit-fixed;
      position: fixed;
      bottom: 0; 
      /* left: 0; right: 0; */
      width: 100%; height: 52px;
      left: 0;
      margin: 0;
      padding: 0 15px;
      list-style: none;
      border-radius: 0;
      background-color: transparent;
      z-index: 105;

        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
  }
    @media (min-width: 768px) { 
        .wrapper-navi-left.toggled-left .sidebar-lang-nav { width: 33%; }
    }

  .sidebar-lang-nav .list-group-item {
      
  }
  .wrapper-navi-left.toggled-left .sidebar-lang-nav .list-group-item a {
      text-align: center;
    /*
        background-color: black;
        color: white;
    */
  }