﻿.theme-white .bg-theme {
    background-color: #FFFFFF !important;
    color: #3C3C3C; 
}

.bg-white .content .text,
.bg-white .content .number {
    color: #3C3C3C !important; 
}

.theme-white .navbar {
    background-color: #FFFFFF; } 

.theme-white .navbar-brand {
    color: #3C3C3C; 
}

.theme-white .navbar-brand:hover {
    color: #3C3C3C; 
}

.theme-white .navbar-brand:active {
    color: #3C3C3C; 
}

.theme-white .navbar-brand:focus {
    color: #3C3C3C; 
}

.theme-white .nav:not([class*="nav-tab"]) > li > a {
    color: #3C3C3C; 
}

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

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

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

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

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

.theme-white .bars {
    color: #3C3C3C; 
}

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

.theme-white .menu .list li.active > :first-child i, .theme-white .menu .list li.active > :first-child span {
    color: #3C3C3C;
    /* Хоть и делал по аналогии, но если белый, то скрывается выделенный элемент меню */
    /* color: #FFFFFF;*/ 
}

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

.theme-white .menu .list .ml-tree {
    background-color: transparent; 
}

.theme-white .sidebar .legal {
    background-color: #3C3C3C; 
}
.theme-white .sidebar .legal .copyright a {
    color: #FFFFFF !important; 
}

.theme-white .waves-effect.waves-theme .waves-ripple {
    background: rgba(158, 158, 158, 0.5); 
}
