[data-theme="dark"] {
    background-color: #404040 !important;
    color: #eee;
}

    [data-theme="dark"] .bg-light {
        background-color: #333 !important;
    }

    [data-theme="dark"] .bg-white {
        background-color: #111 !important;
    }

    [data-theme="dark"] .bg-black {
        background-color: #eee !important;
    }

    [data-theme="dark"] .text-black {
        color: white !important;
    }

    [data-theme="dark"] .bg-dark-grey {
        background-color: #111 !important;
    }

    [data-theme="dark"] .bg-light-grey {
        background: #262626 !important;
    }

    [data-theme="dark"] .progress-title {
        color: white !important;
    }

    /*[data-theme="dark"] .dropdown-menu {
        background: #111 !important;
    }*/

    [data-theme="dark"] .list-group-item {
        background: #262626 !important;
    }

    [data-theme="dark"] .navbar-right-top .nav-item {
        border-right: 1px solid #fff;
    }

    [data-theme="dark"] .dark-mode {
        background: #111 !important;
    }

    [data-theme="dark"] label {
        color: #fff !important;
    }

    [data-theme="dark"] .modal-content {
        background: #404040 !important;
    }

    [data-theme="dark"] .dashboard-main-wrapper .nav-left-sidebar {
        background: #262626 !important;
    }

    [data-theme="dark"] .dashboard-wrapper {
        background: #404040 !important;
    }

    [data-theme="dark"] .bg-dark {
        background: #D0D0D0 !important;
    }

    [data-theme="dark"] .text-white {
        color: #000 !important;
    }

    [data-theme="dark"] select.form-control {
        background: #404040 !important;
        color: white !important;
        background-position: 94% 52% !important;
        background-size: auto !important;
        background-repeat: no-repeat !important;
        background-image: url(/Content/Images/down-arrow-white.png) !important;
    }

    [data-theme="dark"] .text-blue {
        color: #2D8099 !important;
    }

    [data-theme="dark"] #navbarSupportedContent .navbar-nav .bg-white {
        background: #404040 !important;
    }

    [data-theme="dark"] #mheadMob .bg-white {
        background: #404040 !important;
    }

    [data-theme="dark"] .form-control {
        background: #404040 !important;
        color: #fff !important;
    }

    [data-theme="dark"] .kle-border {
        border: solid 1px #595959 !important;
    }

    [data-theme="dark"] .kle-border-top {
        border-top: solid 1px #595959 !important;
    }

    [data-theme="dark"] .kle-border-right {
        border-right: solid 1px #595959 !important;
    }

    [data-theme="dark"] .kle-border-bottom {
        border-bottom: solid 1px #595959 !important;
    }

    [data-theme="dark"] .kle-border-left {
        border-left: solid 1px #595959 !important;
    }

    [data-theme="dark"] .dropdown-menu {
        border: solid 1px #595959 !important;
        background-color: #404040 !important;
        color: white !important;
    }

    [data-theme="dark"] .dropdown-item:hover {
        /*color: #404040 !important;*/
        color: #e46c0a !important;
    }
    /*[data-theme="dark"] .list-group-item{
        border : solid 1px #595959 !important;
    }*/
    [data-theme="dark"] .btn-default {
        background-color: #404040 !important;
        color: white !important;
    }

    [data-theme="dark"] .custom-control-label::before {
        background-color: #404040;
    }

    [data-theme="dark"] .datepicker-days .table {
        color: white !important;
    }

    [data-theme="dark"] .kle-container {
        background: #404040 !important;
    }

    /*header version mobile*/
    [data-theme="dark"] #navbarCollapseMob > ul > li > a.nav-link {
        color: white !important;
    }
    /*header version desktop*/
    [data-theme="dark"] #navbarCollapse ul li.dropdown a.nav-link {
        color: white !important;
    }

    [data-theme="dark"] .list-u:hover {
        border: solid 1px #FF7700 !important;
    }

    [data-theme="dark"] .block-underline:hover {
        border-color: #FF7700 !important;
        color: #FF7700 !important;
    }

    [data-theme="dark"] .nav-left-sidebar .nav-link[aria-expanded="false"]:after {
        color: white !important;
    }

    [data-theme="dark"] .nav-left-sidebar .nav-link[aria-expanded="true"]:after {
        color: black !important;
    }

    [data-theme="dark"] hr {
        border-top: 1px solid #fff;
    }
