.CodeMirror  {border:1px solid #000000;}
.cm-s-xq-light span.cm-keyword { line-height: 1em; font-weight: bold; color: #5A5CAD; }
.cm-s-xq-light span.cm-atom { color: #6C8CD5; }
.cm-s-xq-light span.cm-number { color: #164; }
.cm-s-xq-light span.cm-def { text-decoration:underline; }
.cm-s-xq-light span.cm-variable { color: black; }
.cm-s-xq-light span.cm-variable-2 { color:black; }
.cm-s-xq-light span.cm-variable-3, .cm-s-xq-light span.cm-type { color: black; }
.cm-s-xq-light span.cm-comment { color: #0080FF; font-style: italic; }
.cm-s-xq-light span.cm-string { color: red; }
.cm-s-xq-light span.cm-meta { color: yellow; }
.cm-s-xq-light span.cm-qualifier { color: grey; }
.cm-s-xq-light span.cm-builtin { color: #7EA656; }
.cm-s-xq-light span.cm-bracket { color: #cc7; }
.cm-s-xq-light span.cm-tag { color: #3F7F7F; }
.cm-s-xq-light span.cm-attribute { color: #7F007F; }
.cm-s-xq-light span.cm-error { color: #f00; }

.cm-s-xq-light .CodeMirror-activeline-background { background: #e8f2ff; }
.cm-s-xq-light .CodeMirror-matchingbracket { outline:1px solid grey;color:black !important;background:yellow; }

.theme-dark .form-check-input:not(:checked),
.theme-dark .form-select,
.theme-dark .form-file-text,
.theme-dark .form-control,
.theme-dark .form-selectgroup-label,
.theme-dark .form-selectgroup-check,
.theme-dark .form-imagecheck-figure:before {
  border: 1px solid #2d3945;
}

.theme-dark .bg-dark-lt {
  color:#fff!important;
}

.theme-dark .dataTables_length * {color:#fff!important;}
.theme-dark .dataTables_filter * {color:#fff!important;}
.theme-dark .dataTables_wrapper * {color:#fff!important;}
.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button {color:#fff!important;}
.theme-dark .dataTables_wrapper input {border: 1px solid #2d3945!important;}
.theme-dark .dataTables_wrapper select {border: 1px solid #2d3945!important; background:#273747;}
