﻿#sideNavBox {
  max-width: 220px;
}
#sw-ex-leftNavigationContainer {
  background-color: #fff;
}
#sw-ex-leftNavigationMenu li {
  position: relative;
}
#sw-ex-leftNavigationMenu li > .sw-ex-navigationLink {
  /*padding-left: 5px;*/
}
#sw-ex-leftNavigationMenu li > i.fa {
  position: absolute;
  top: 9px;
  right: 5px;
}
#sw-ex-leftNavigationMenu li > i.fa:hover {
  cursor: pointer;
}
#sw-ex-leftNavigationMenu {
  list-style-type: none;
}
#sw-ex-leftNavigationMenu .fa {
  color: #EB690B;
  font-weight: bold;
  text-align: right;
}
#sw-ex-leftNavigationMenu li {
  line-height: 30px;
}
#sw-ex-leftNavigationMenu .sw-ex-navigationLink:hover {
  cursor: pointer;
}
.sw-ex-hoverNavigation {
  background-color: #D0D0D0;
}
.sw-ex-childNodes {
  background-color: #F0F0F0;
  list-style-type: none;
}
.sw-ex-childNodes .fa {
  color: #EB690B;
  font-weight: bold;
  text-align: right;
}
.sw-ex-childNodes li {
  padding-left: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.6em !important;
}
.sw-ex-childNodes .sw-ex-navigationLink:hover {
  cursor: pointer;
}
.sw-ex-childNodes .sw-ex-navigationLink.sw-ex-active {
  font-weight: bold;
}
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #sw-ex-leftNavigationContainer {
    display: none;
  }
}