/*
 * Skin: Black
 * -----------
 */

/* skin-black navbar */

.theme-white .main-header {
    border-bottom: 0px;
}

.theme-white .main-header .navbar-toggle {
    color: #333;
}

.theme-white .main-header .navbar-brand {
    color: #333;
    border-right: 0px;
}

.theme-white .main-header .navbar {
    /* background-color: #f8f7fc; */
    background-color: #fff;
}

.theme-white .main-header .navbar .nav > li > a {
    color: #000000;
}

.theme-white .main-header .navbar .nav > li > a:hover, .theme-white .main-header .navbar .nav > li > a:active, .theme-white .main-header .navbar .nav > li > a:focus, .theme-white .main-header .navbar .nav .open > a, .theme-white .main-header .navbar .nav .open > a:hover, .theme-white .main-header .navbar .nav .open > a:focus, .theme-white .main-header .navbar .nav > .active > a {
    background: transparent;
    color: #000000;
}

.theme-white .main-header .navbar .sidebar-toggle {
    color: #333333;
}

.theme-white .main-header .navbar .sidebar-toggle:hover {
    color: #999999;
    background: #f8f7fc;
}

.theme-white .main-header .navbar > .sidebar-toggle {
    color: #000000;
    border-right: 0px;
}

.theme-white .main-header .navbar .navbar-nav > li > a {
    border-right: 0px;
}

.theme-white .main-header .navbar .navbar-custom-menu .navbar-nav > li > a, .theme-white .main-header .navbar .navbar-right > li > a {
    border-left: 0px;
    border-right-width: 0;
}

.theme-white .main-header > .logo {
    background-color: #ffffff;
    color: #000000;
    border-bottom: 0 solid transparent;
    border-right: 0px solid #d2d6de;
}

.theme-white .main-header > .logo:hover {
    background-color: #fcfcfc;
}

@media ( max-width: 767px) {
    .theme-white .main-header > .logo {
        background-color: #222222;
        color: #ffffff;
        border-bottom: 0 solid transparent;
        border-right: none;
    }

    .theme-white .main-header > .logo:hover {
        background-color: #1f1f1f;
    }
}

.theme-white .main-header li.user-header {
    background-color: #222;
}

.theme-white .content-header {
    background: transparent;
    box-shadow: none;
}

.theme-white .main-sidebar, .theme-white .left-side {
    background-color: #f8f9fa;
}

.theme-white .main-sidebar {
    border-right: 1px solid #d2d6de;
}

.theme-white .user-panel > .info, .theme-white .user-panel > .info > a {
    color: #444444;
}

.theme-white .sidebar-menu > li {
    -webkit-transition: border-left-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease;
    transition: border-left-color 0.3s ease;
}

.theme-white .sidebar-menu > li.header {
    color: #848484;
    background: #f9fafc;
}

.theme-white .sidebar-menu > li > a {
    border-left: 0px solid transparent;
}

.theme-white .sidebar-menu > li:hover > a, .theme-white .sidebar-menu > li.active > a {
    color: #000000;
    background: #dee2e6;
}

.theme-white .sidebar-menu > li.active {
    border-left-color: #ffffff;
}

.theme-white .sidebar-menu > li.active > a {
    /* 	font-weight: 600; */
}

.theme-white .sidebar-menu > li > .treeview-menu {
    background: #f4f4f5;
}

.theme-white .sidebar a {
    color: #000000;
}

.theme-white .sidebar a:hover {
    text-decoration: none;
}

.theme-white .sidebar-menu .treeview-menu > li > a {
    color: #000;
}

.theme-white .sidebar-menu .treeview-menu > li.active > a, .theme-white .sidebar-menu .treeview-menu > li > a:hover {
    color: #000000;
    background: #dee2e6;
}

.theme-white .sidebar-form {
    border: 1px solid #d2d6de;
}

.theme-white .sidebar-form input[type="text"], .theme-white .sidebar-form .btn {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid transparent;
}

.theme-white .sidebar-form input[type="text"] {
    color: #666;
}

.theme-white .sidebar-form input[type="text"]:focus, .theme-white .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}

.theme-white .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}

.theme-white .sidebar-form .btn {
    color: #999;
}

@media ( min-width: 768px) {
    .theme-white.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        border-left: 1px solid #d2d6de;
    }
}

.theme-white .navbar[class*="navbar-fixed-top"] {
    border-top: 2px solid #E64632;
}

.theme-white .dropdown-menu > .active > a, .theme-white .dropdown-menu > .active > a:focus, .theme-white .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #babdb6;
}

.ui.list .list > .item a.header, .ui.list > .item a.header {
    cursor: pointer;
    color: #009999 !important;
}

.ui.list .list > .item a.header:hover, .ui.list > .item a.header:hover {
    color: #009999 !important;
}

.theme-white .ui.statistic > .label, .theme-white .ui.statistics .statistic > .label {
    color: #000000;
}

.theme-white .ui.search.dropdown.active>input.search,.theme-white .ui.search.dropdown.visible>input.search {
    color: #000;
}
