/*!
 * Dark Mode Switch v1.0.1 (https://github.com/coliff/dark-mode-switch)
 * Copyright 2021 C.Oliff
 * Licensed under MIT (https://github.com/coliff/dark-mode-switch/blob/main/LICENSE)
 */

[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
}

[data-theme="dark"] .bg-black {
  background-color: #fff !important;
}

[data-theme="dark"] .bg-dark {
  background-color: #eee !important;
}

[data-theme="dark"] .bg-light {
  background-color: #222 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
}


[data-theme="dark"]  .topnav {
background: #000000;
}
[data-theme="dark"] .system {
background: #121212;
}
[data-theme="dark"] .system_bg {
background: #121212;
}
[data-theme="dark"]  .knowledge {
background: #1e1e1e;
}
[data-theme="dark"] .knowledge_bg {
background: #1e1e1e;
}
[data-theme="dark"] .news {
background: #121212;
}
[data-theme="dark"]  .news_bg {
background: #121212;
}
[data-theme="dark"] .page-footer {
background: #000;
}
[data-theme="dark"]  .copyright {
background-color: #121212;
}
[data-theme="dark"] .block-document .border-card {
background: #1d1d1d;
}
[data-theme="dark"] .block-document .label-group p.title {
color: #e2e2e2;
}
[data-theme="dark"] .block-document .label-group p.caption {
color: #959595;
}
[data-theme="dark"] .block-document .border-card i {
color: #e1e1e1;
}
[data-theme="dark"]  .block-document .card-header h3 {
color:#e2e2e2;
}
[data-theme="dark"]  .block-document .card-header {
background-color: #202020;
	
}
[data-theme="dark"]  .card {
background-color: #1d1d1d;
}
[data-theme="dark"]  .block-document .table .thead-light th {
color: #e1e1e1;
background-color: #121212;
}
[data-theme="dark"]  .block-document .media-body a{
color: #e1e1e1;
}

[data-theme="dark"]   .topmenu_sys {
background: #1f1f1f;
}

[data-theme="dark"]  legend {
background-color: #121212;
}
[data-theme="dark"]  fieldset {
background-color: #1e1e1e;
}
[data-theme="dark"]  .block-document .table thead th {
color:#e1e1e1;
}
[data-theme="dark"]  .block-document .table  {
color:#e1e1e1;
}
[data-theme="dark"]  .table-striped tbody tr:nth-of-type(odd) {
background-color: #121212;
}
[data-theme="dark"] .bg-main {
background: #1f1f1f;
color: #e1e1e1;
}
[data-theme="dark"] .modal-content {
background: #121212;
color: #e8e8e8;
}

[data-theme="dark"] .form-control {
color: #e1e1e1;
background-color: #121212;
}

[data-theme="dark"]  .select2-container--default .select2-selection--single {
color: #e1e1e1;
background-color: #121212;
}
[data-theme="dark"]  .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #e1e1e1;
}
[data-theme="dark"]  .select2-dropdown {
color: #e1e1e1;
background-color: #121212;
}
[data-theme="dark"]  .select2-container--default .select2-results__option[aria-selected=true] {
background-color: #1e1e1e;
}
[data-theme="dark"]  .form-control:disabled, [data-theme="dark"] .form-control[readonly] {
background-color: #1e1e1e;
opacity: 1;
}

[data-theme="dark"] .page-banner {
position: relative;
overflow: hidden;
z-index: 1;
margin-top: 0 !important;
	background: none;
background-color: #1e1e1e;
background-size: cover;
padding-top: 80px;
padding-bottom: 60px;
}

[data-theme="dark"] .section-title .main-title span {
color: #e1e1e1;
}
[data-theme="dark"]  .page-banner__main-title {
color: #e1e1e1;
}

[data-theme="dark"] .courses-tabs-menu {
background-color: #1e1e1e;
}