/* Text color for specific things*/
.dark_mode .nav-link {
	background-color:#dddddd !important;
}

/* background color and text color*/
.dark_mode .page-item a,
.dark_mode .nav-link.active,
.dark_mode .criminal_class_block,
.dark_mode .bg-white,
.dark_mode select,
.dark_mode input,
.dark_mode .card-body, 
.dark_mode .site-logo, 
.dark_mode footer, 
.dark_mode nav, 
.dark_mode [class*=row-inner]:not(.footer--row-inner),
body.dark_mode {
	background-color:#000000 !important;
	color:#868686 !important;
	border-color:#868686 !important;
	border-bottom-color:#868686 !important;
	border-top-color:#868686 !important;
	border-left-color:#868686 !important;
	border-right-color:#868686 !important;
}

/* Text color */
.dark_mode a, 
.dark_mode .text-white,
.dark_mode p,
.dark_mode .widget_text {
	color:#868686 !important;
}

.dark_mode .bg-ccat_warning {
	color:#c7c7c7 !important;
}

.dark_mode img {
	opacity:.5;
}

.dark_mode .c_card_header,
.dark_mode .card-header {
	background-color:#13294B !important;
}
