﻿.theme-red .navbar {
    background-color: #143652f0 !important;
}

.theme-red .navbar-brand {
  color: #fff; }
  .theme-red .navbar-brand:hover {
    color: #fff; }
  .theme-red .navbar-brand:active {
    color: #fff; }
  .theme-red .navbar-brand:focus {
    color: #fff; }

.theme-red .nav > li > a {
  color: #fff; }
  .theme-red .nav > li > a:hover {
    background-color: transparent; }
  .theme-red .nav > li > a:focus {
    background-color: #143652f0; }

.theme-red .nav .open > a {
  background-color: transparent; }
  .theme-red .nav .open > a:hover {
    background-color: transparent; }
  .theme-red .nav .open > a:focus {
    background-color: #143652f0; }

.theme-red .bars {
  color: #fff; }

.theme-red .sidebar .menu .list li.active {
    background-color: #E9E9E9;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 1px;*/
    /*border-left: 3px solid #0F2D46;*/
    font-weight:900;
    color: #000;
}
.theme-red .sidebar .menu .list li ul li.active {
    background-color: #21415B;
    color: #fff;
}

.theme-red .sidebar .menu .list li.active a span {
    color: #0F2D46;
}
  
  .theme-red .sidebar .menu .list li ul li.active a span {
    color: #fff;
  }


.theme-red .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-red .sidebar .menu .list .ml-menu {
    background-color: #E8E8E8;
}

.theme-red .sidebar .legal {
  background-color: #fff; }
  .theme-red .sidebar .legal .copyright a {
    color: #F44336 !important; }


