/************************************ CONTENT *******************************************/
html, body {
    background: #e8eced !important;
}

.content-page {
    background: #fff !important;
}


/************************************ SIDE NAV *******************************************/
html[data-sidenav-color=dark] .leftside-menu {
    background: #e8eced;
}

    html[data-sidenav-color=dark] .leftside-menu .logo {
        background: #e8eced !important;
    }

.side-nav-item > a {
    color: #3d3d3d !important;
}

    .side-nav-item > a:hover {
        color: #00abd9;
    }

.side-nav-item > .nav-menu-item-active {
    color: #00abd9;
}

.side-nav-second-level > li > a {
    color: #3d3d3d !important;
}

    .side-nav-second-level > li > a:hover {
        color: #00abd9;
    }

.side-nav-second-level > li > .nav-menu-item-active {
    color: #00abd9;
}

.HideFavMenuList > .badge > i {
    color: #474747 !important;
    opacity:0.8;
}

html[data-sidenav-color=dark][data-sidenav-size=condensed] .side-nav .side-nav-item:hover .side-nav-link {
    background: #e8eced;
}

html[data-sidenav-size=condensed]:not(.authentication-bg) .side-nav .side-nav-item .side-nav-link span:not(.badge, .menu-fav) {
    color: #474747 !important;
}

.side-nav-second-level > li > a {
    background: #e8eced !important;
}

.SideNavIconColor {
    color:#474747 !important;
}



/************************************ ADMIN SIDE NAV *******************************************/
.admin-navbar, .admin-logo {
    background: #D3D3D3 !important;
}

body[data-leftbar-theme=dark] .admin-navbar .side-nav .side-nav-link {
    background: #d3d3d3;
}

.ExitAdminNav {
    background: #c2c2c2 !important;
}

.side-nav-second-level > li > .Admin-SubNav {
    background: #D3D3D3 !important;
}

.side-nav-second-level > li > .admin-sub-nav {
    background: #D3D3D3 !important;
}



/************************************ INPUTS / BTNs *******************************************/
.btn-primary.disabled, .btn-primary:disabled, fieldset:disabled .btn-primary {
    background: #DBDDE0 !important;
}

.app-search .form-control {
    background: #F8F9FA !important;
    margin-left:2px !important;
}

.k-pager-input > span {
    min-height: 2.2em !important;
    max-height: 2.2em !important;
}