html.dark-mode body {
	background-color: #2d2d2d !important;
	color: rgb(196, 200, 204) !important;
}

html.dark-mode .pagination > .active > a,
html.dark-mode .pagination > .active > span,
html.dark-mode .pagination > .active > a:hover,
html.dark-mode .pagination > .active > span:hover,
html.dark-mode .pagination > .active > a:focus,
html.dark-mode .pagination > .active > span:focus {
	color: #fff !important;
	background-color: rgb(64, 67, 69) !important;
	border-color: #ddd !important;
}

html.dark-mode .expensive_row {
	background-color: #463c3c !important;
}

html.dark-mode .cheap_row {
	background-color: #3c463c !important;
}

html.dark-mode .pagination > li > a,
html.dark-mode .pagination > li > span {
	background-color: #2d2d2d !important;
}

html.dark-mode .pagination > li.active > a {
	background-color: rgb(64, 67, 69) !important;
}

html.dark-mode a {
	color: lightskyblue !important;
}

html.dark-mode a:hover {
	color: #fff !important;
}

html.dark-mode .form-control {
	color: rgb(196, 200, 204) !important;
	background-color: #2d2d2d !important;
}

html.dark-mode button {
	color: inherit !important;
}

html.dark-mode .nav-tabs > li.active > a,
html.dark-mode .nav-tabs > li.active > a:hover,
html.dark-mode .nav-tabs > li.active > a:focus {
	background-color: #2d2d2d !important;
	border-bottom-color: #ddd !important;
}

html.dark-mode .navbar-default {
	background-color: #434853 !important;
}

html.dark-mode .nav > li > a:hover,
html.dark-mode .nav > li > a:focus {
	background-color: inherit !important;
}

html.dark-mode .nav-pills > li.active > a,
html.dark-mode .nav-pills > li.active > a:hover,
html.dark-mode .nav-pills > li.active > a:focus {
	border-color: #428bca !important;
	border: 1px solid;
}

html.dark-mode .nav-pills > li.active > a,
html.dark-mode .nav-pills > li.active > a:hover,
html.dark-mode .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: inherit !important;
	border-color: 428bca;
	border: 1px solid;
}

html.dark-mode img {
	filter: brightness(0.8) contrast(1.2);
}

html.dark-mode .no_refine_sale_tracked {
	color: #4d82a5 !important;
}

html.dark-mode .action_button > .fa {
	color: lightskyblue !important;
}

html.dark-mode .demand_full,
html.dark-mode .supply_full {
	color: lightgreen !important;
}

html.dark-mode .demand_three_quarters,
html.dark-mode .supply_three_quarters {
	color: lightskyblue !important;
}

html.dark-mode .supply_half {
	color: rgb(187, 185, 66);
}

html.dark-mode .demand_half,
html.dark-mode .supply_quarter {
	color: orange !important;
}

html.dark-mode .demand_empty,
html.dark-mode .supply_empty {
	color: lightcoral !important;
}
