﻿[data-theme="dark"] {
	background-color: #2d2d2d;
	color: #eee;
}

[data-theme="dark"] .form-control {
	background-color: #ebe3fb !important;
}

[data-theme="dark"] nav{
	color: #ffffff !important;
}
[data-theme="dark"] .card-title a{
	color: #ffffff !important;
}
[data-theme="dark"] .contact-page a{
	color: #ffffff !important;
}
[data-theme="dark"] #contact-editor-container a {
	color: #ffffff !important;
}
[data-theme="dark"] #contact-data a {
	color: #ffffff !important;
}
[data-theme="dark"] a[href*=tel] {
	color: #ffffff !important;
}
[data-theme="dark"] a[href*=mailto] {
	color: #ffffff !important;
}
[data-theme="dark"] a[target=_blank] {
	color: #ffffff !important;
}
[data-theme="dark"] a.requested-url {
	color: #ffffff !important;
}
[data-theme="dark"] a.display-name {
	color: #ffffff !important;
}
[data-theme="dark"] .item-title {
	color: #ffffff !important;
}
[data-theme="dark"] a.custom-link {
	color: #ffffff !important;
}
[data-theme="dark"] i.fa-warehouse {
	color: #ffffff !important;
}
[data-theme="dark"] btn-custom {
	color: #ffffff !important;
}
[data-theme="dark"] .custom-control-label {
	color: #000000 !important;
}
[data-theme="dark"] a.btn-custom i {
	color: #000000 !important;
}
[data-theme="dark"] .nav-link{
	color: #000000 !important;
}
[data-theme="dark"] .nav-link.active {
	color: #ffffff !important;
}
[data-theme="dark"] .nav-link.active > i.fas.fa-flask {
	color: #ffffff !important;
}
[data-theme="dark"] i.fas.fa-flask.active {
	color: #ffffff !important;
}
[data-theme="dark"] div#sliderContainer {
	background: linear-gradient(to right, #434343, #000000, #434343);
}
[data-theme="dark"] .custom-card {
	background: #4A4A4A;
}
[data-theme="dark"] .item-template {
	background: #4A4A4A;
}
[data-theme="dark"] footer div.container, footer i.fas, footer a[href*=tel], footer a[href*=mailto] {
	color: #ffffff !important;
}
[data-theme="dark"] .cv-container {
	background: #4A4A4A;
}
[data-theme="dark"] .text-muted {
	color: #aaaaaa !important;
}
[data-theme="dark"] i.fas, i.far {
	color: #000000 !important;
}
[data-theme="dark"] i.fas.fa-sign-out-alt, i.fas.fa-home, i.fas.fa-bars {
	color: #000000 !important;
}
[data-theme="dark"] i.fas.fa-flask:not(active){
	color: #000000 !important;
}
[data-theme="dark"] hr {
	border-bottom: 1px solid #868686;
}

[data-theme="dark"] .team-page {
	background-color: #4A4A4A;
}

[data-theme="dark"] .img-thumbnail {
	background-color: #4A4A4A;
	border: 1px solid #000000;
}

[data-theme="dark"] .pagination > li > a,
.pagination > li > span {
	background-color: #4A4A4A;
	border: 1px solid #000000;
	color: #d1d1d1;
}

[data-theme="dark"] .pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #000000;
	background-color: #222;
	border-color: #222;
}

[data-theme="dark"] .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff !important;
	border-color: #1a1a1a !important;
	background-color: #4A4A4A !important;
}


.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
	color: #000000;
}

[data-theme="dark"] .counter-selection {
	color: #212121 !important;
}

[data-theme="dark"] .counter-box i.fa-users {
	color: #212121 !important;
}

[data-theme="dark"] .counter-box i.fa-user {
	color: #212121 !important;
}

[data-theme="dark"] .table {
	color: #ffffff !important;
}

[data-theme="dark"] .note-editable .table {
	color: #000000 !important;
}

[data-theme="dark"] #contact-editor-container a {
	color: #000000 !important;
}

[data-theme="dark"] .note-editor a[target=_blank]{
	color: #000000 !important;
}

[data-theme="dark"] .fancybox-content {
	background: #323232 !important;
}