﻿/*Theme Oscuro*/

.theme-oscuro .navbar {
  background-color: #1f2c34; }

/*Menu Medio*/  
.theme-oscuro .menu{
  background-color: #121b22; }
  
.sidebar .user-info {
  background-color: #1f2c34; }		



.theme-oscuro .navbar-brand {
  color: #bee9ff; }
  .theme-oscuro .navbar-brand:hover {
    color: #bee9ff; }
  .theme-oscuro .navbar-brand:active {
    color: #bee9ff; }
  .theme-oscuro .navbar-brand:focus {
    color: #bee9ff; }

.theme-oscuro .nav > li > a {
  color: #bee9ff; }
  .theme-oscuro .nav > li > a:hover {
    background-color: transparent; }
  .theme-oscuro .nav > li > a:focus {
    background-color: transparent; }

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

.theme-oscuro .bars {
  color: #bee9ff; }

.theme-oscuro .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-oscuro .sidebar .menu .list li.active > :first-child i, .theme-oscuro .sidebar .menu .list li.active > :first-child span {
    color: #bee9ff; }

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

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

.theme-oscuro .sidebar .legal {
  background-color: #1f2c34; }
  .theme-oscuro .sidebar .legal .copyright a {
    color: #bee9ff !important; }

/*Theme Claro*/

.theme-claro .navbar {
  background-color: #374248; }

.theme-claro .navbar-brand {
  color: #fff; }
  .theme-claro .navbar-brand:hover {
    color: #fff; }
  .theme-claro .navbar-brand:active {
    color: #fff; }
  .theme-claro .navbar-brand:focus {
    color: #fff; }

.theme-claro .nav > li > a {
  color: #fff; }
  .theme-claro .nav > li > a:hover {
    background-color: transparent; }
  .theme-claro .nav > li > a:focus {
    background-color: transparent; }

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

.theme-claro .bars {
  color: #fff; }

.theme-claro .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-claro .sidebar .menu .list li.active > :first-child i, .theme-claro .sidebar .menu .list li.active > :first-child span {
    color: #374248; }

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

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

.theme-claro .sidebar .legal {
  background-color: #fff; }
  .theme-claro .sidebar .legal .copyright a {
    color: #374248 !important; }



