body.theme-dark {
    color: #fff;
    background: #263343;
}

body.theme-dark .form-control::placeholder {
    color: #eee;
}
body.theme-dark .form-control {
    color: #fff;
    background: transparent;
    border-color: #333;
}

body.theme-dark table {
    background: #305374;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}

body.theme-dark table tr td {
    border-bottom-width: 0;
}

body.theme-dark .table-striped>tbody>tr:nth-of-type(odd) {
    color: #fff;
}

body.theme-dark .table>:not(caption)>*>* {
    border-bottom-color: rgba(0,0,0,0.4)!important;
}

body.theme-dark .master-menu-contents ul a {
    color: #deefff;
}

body.theme-dark .scroll-style-3::-webkit-scrollbar-track {
	background-color: #263343;
}

body.theme-dark .scroll-style-3::-webkit-scrollbar {
	background-color: #263343;
}
body.theme-dark .master-menu, .master-menu-header {
    border-color: #000;
}
body.theme-dark #search-bar {
    border-color: #fff;
}

body.theme-dark #page-contents {
    background-color: #121417;
}

.navbar-nav .dropdown-menu:before, .dropdown-menu {
    background: rgba(0,0,0,0.8);
}

.dropdown-menu a {
    color: #fff;
}

body.theme-dark .card.dark {
    background-color: #212529!important;
}

body.theme-dark #theme-toggle {
    background: #fff;
    color: #000;
}
body.theme-dark .news-container .info-list-item {
    color: #fff;
}
/* light */
body:not(.theme-dark) .btn-white {
    background-color: #121417;
    color: #fff;
}
body:not(.theme-dark) #doc-menu {
    background-color: #121417;
    color: #fff;
}
