.theme-silver .navbar {
  background-color: #696969; }

.theme-silver .navbar-brand {
  color: #fff; }
  .theme-silver .navbar-brand:hover {
    color: #fff; }
  .theme-silver .navbar-brand:active {
    color: #fff; }
  .theme-silver .navbar-brand:focus {
    color: #fff; }

.theme-silver .nav > li > a {
  color: #fff; }
  .theme-silver .nav > li > a:hover {
    
    /*background-color: transparent; */ }
  .theme-silver .nav > li > a:focus {
    
    /*background-color: transparent; */ }

.theme-silver .nav .open > a {
  /*background-color: transparent; */ }
  .theme-silver .nav .open > a:hover {
    /*background-color: transparent; */
    }
  .theme-silver .nav .open > a:focus {
    /*background-color: transparent; */
    }

.theme-silver .bars {
  color: #fff; }

.theme-silver .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-silver .sidebar .menu .list li.active > :first-child i, .theme-silver .sidebar .menu .list li.active > :first-child span {
    color: #696969; }

.theme-silver .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-silver .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-silver .sidebar .legal {
  background-color: #fff; }
  .theme-silver .sidebar .legal .copyright a {
    color: #696969 !important; }

