body.dark{
    background-color: #000;
}
body.dark  div#sidebar-scroll {
    background-color: #000;
}
body.dark #sidebar-menu li a {
    color: #ffffff;
    font-weight: 600;
}
body.dark #sidebar-menu li a i {
    width: 20px;
    color: #ffffff;
}

body.dark #sidebar {
    background: #000;
}
body.dark  .navbar-header {
    background: #bebebe;
    height: 65px;
    width: 250px;
} 
body.dark div#navbar {
  background: #000000; 
}
body.dark button#sidebar-toggle-md span {
    font-size: 20px;
     color: #fafdff; 
}
body.dark ul.nav.navbar-nav.navbar-left.inline-block li a {
     color: #000000;
    background-color: #f9f9f9; 
}
body.dark #quick-add-icon {
     background-color: #ffffff;
    color: #000000; 
}
body.dark #web-notification-icon {
     background-color: #ffffff;
    color: #000000; 
}
body.dark span.topbar-user-name {
     color: #ffffff; 
}
body.dark .active  a i{
     color: #000000 !important; 
}
body.dark .checkbox-label {
    background-color: #111;
    border: 3px solid #fff;
}
body.dark .checkbox-label .ball {
    background-color: #fff;
}




body.dark div#page-content {
    background: #414141;
}


body.dark .totals {
    background: #414141;
    border: 1px dashed #838383;
}

body.dark .panel-coral {
    background: linear-gradient(to bottom, #000000, #3277b3);
    color: white !important;
}
body.dark .panel{
    background-color: #000; 
}
body.dark a {
    color: #c23d13;
}
body.dark .fc-day-number {
    color: #fff;
}
body.dark .fc-unthemed .fc-today {
    background: #3277b3;
}
body.dark .page-title {
    background: #090909;
}
body.dark .scroll{
    color: #fff;
    background-color: #000; 
    border-color:#000 !important; 
}
body.dark .page-title h1 {
    color: #fff;
}
body.dark .fc .fc-toolbar>*>:first-child {
    margin-left: 0;
    color: #fff;
}
body.dark .panel-heading{
    color: #fff !important;
    background: linear-gradient(to bottom, #0877a9, #3277b3);
}
body.dark #sticky-note-container{
    background:rgb(187 179 122)
}
body.dark .odd td {
    background: black !important;
}
body.dark .sorting {
    background-color: #3277b3;
    color: #fff;
}
body.dark th.text-center.option.w100.sorting{
    background-color: #3277b3;
    color: #fff;
}
body.dark th.sorting_asc{
    background-color: #3277b3;
    color: #fff;
}
body.dark .dataTable tbody tr:hover td {
    background: #36393c !important;
}
body.dark .even td {
    background: #000000 !important;
}
body.dark ::-webkit-scrollbar-track {
    background-color: #36393c; /* color of the track */
}
body.dark ::-webkit-scrollbar-thumb {
    background-color: #3277b3; /* color of the thumb */
}
body.dark ::-webkit-scrollbar-corner {
    background: #050505; /* color of the corner */
}

body.dark table.dataTable {
color: #fff;
}
body.dark .danger td {
    background-color: rgb(245 11 11 / 42%) !important;
}
body.dark table.dataTable thead .sorting_desc {
    background-color: #3277b3;
    color: #fff;
}
body.dark .bg-white {
    background: #000 !important;
    color: #fff;
}
body.dark .box-content {
    background: #414141;
}
body.dark .scrollable-page {
    background: #414141;
}
body.dark #sidebar-menu > li.active > a {
    background-color: #3277b3;
    color: #fff;
}
body.dark .sticky-note{
    background: rgb(178 171 116);    
}
body.dark .navbar-default .navbar-brand {
    background: #337ab7;
}

body.dark table td ,body.dark table th {
    background: #000000;
    color: #fff;
}
body.dark .page-title h4 {
    padding: 7px 16px;
    float: left;
    color: #fff;
}
body.dark ul#project-tabs {
    background-color: #090909;
}
body.dark .bg-white .row{
    background-color:#414141!important;
}
body.dark .modal-content {
    border-radius: 5px;
    border: 0px;
    background: #414141;
    color: #fff;
}
body.dark .list-group-item{
    background-color: #353535;
}
body.dark .modal-body{
    background: #343434;
}
body.dark .modal-footer {
    background: #000;
}