﻿.theme-blue .navbar {
  background-color: #fff; 
}

.theme-blue .navbar-brand {
  color: #fff; 
}

  .theme-blue .navbar-brand:hover {
    color: #fff; 
}

  .theme-blue .navbar-brand:active {
    color: #fff; 
}

  .theme-blue .navbar-brand:focus {
    color: #fff; 
}

.theme-blue .nav > li > a {
    color: #747474;
}

.theme-blue .nav > li > a:hover {
    background-color: transparent; 
}

.theme-blue .nav > li > a:focus {
    background-color: transparent; 
}

.theme-blue .nav .open > a {
  background-color: transparent; 
}

.theme-blue .nav .open > a:hover {
    background-color: transparent; 
}

.theme-blue .nav .open > a:focus {
    background-color: transparent; 
}

.theme-blue .bars {
    color: #0d68ae;
}

.theme-blue .sidebar .menu .list li.active {
  background-color: transparent; 
}

.theme-blue .sidebar .menu .list li.active > :first-child i, .theme-blue .sidebar .menu .list li.active > :first-child span {
    color: #0d68ae; 
}

.theme-blue .sidebar .menu .list .toggled {
  background-color: transparent; 
}

.theme-blue .sidebar .menu .list .ml-menu {
  background-color: transparent; 
}

.theme-blue .sidebar .legal {
  background-color: #f3f5f9; 
}

.theme-blue .sidebar .legal .copyright a {
    color: #0d68ae !important; 
}

