/**
 * Repris sur le scss de material
 */
.theme-custom .col-custom {
  color: #0f3642 !important;
}
.theme-custom #leftsidebar .user-info {
  background-image: url('../../images/user-img-background-greyscale.jpg');
  background-color: #0f3642;
  background-blend-mode: multiply;
}
.theme-custom .navbar {
  background-color: #0f3642;
}
.theme-custom .navbar-brand {
  color: #ffffff;
}
.theme-custom .navbar-brand:hover {
  color: #ffffff;
}
.theme-custom .navbar-brand:active {
  color: #ffffff;
}
.theme-custom .navbar-brand:focus {
  color: #ffffff;
}
.theme-custom .nav > li > a {
  color: #ffffff;
}
.theme-custom .nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.theme-custom .nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0);
}
.theme-custom .nav .open > a {
  background-color: rgba(0, 0, 0, 0);
}
.theme-custom .nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.theme-custom .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
}
.theme-custom .bars {
  color: #037cb7;
}
.theme-custom .sidebar .menu .list li.active {
  background-color: rgba(0, 0, 0, 0);
}
.theme-custom .sidebar .menu .list li.active > :first-child i,
.theme-custom .sidebar .menu .list li.active > :first-child span {
  color: #0f3642;
}
.theme-custom .sidebar .menu .list .toggled {
  background-color: rgba(0, 0, 0, 0);
}
.theme-custom .sidebar .menu .list .ml-menu {
  background-color: rgba(0, 0, 0, 0);
}
.theme-custom .sidebar .legal {
  //background-color: #037cb7;
}
.theme-custom .sidebar .legal .copyright a {
  color: #0f3642 !important;
}
