/*!
  This file is part of DecSoft App Builder
  Visit our website for license information.
  Copyright © DecSoft Utils - All rights reserved.
  Visit our website at: https://www.decsoftutils.com
 */

.dropdown-menu 
{
  max-height: 400px;
  overflow-y: auto;
}

.breadcrumb
{
  padding: 8px;
  border-radius: 5px;
  background-color: #e9ecef;	
}

html[data-bs-theme="dark"] .breadcrumb 
{
  background-color: #555;	
  color: var(--bs-body-color);
}

h1
{
  font-size: 150%;
  margin: 10px 0 0 0;
}

h2
{
  font-size: 130%;
  margin: 10px 0 0 0;
}

h3
{
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0 0 0;
}

ul
{
  padding: 0;
  list-style: none;
  line-height: 2em;
}

a,
.dropdown-toggle
{
  text-decoration: none;	
}

.CodeMirror
{
  height: auto;
  margin-top: 20px;
  border: #dee2e6 solid 1px;	
}

html[data-bs-theme="dark"] .CodeMirror
{
  border: #555 solid 1px;	
}

#search-input
{

}

#top-links
{
  right: 28px;
  bottom: 28px;
  display: none;
  position: fixed;
}

footer
{
  font-size: 90%; 
}

/*

    Name:       3024 night
    Author:     Jan T. Sott (http://github.com/idleberg)

    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/

.cm-s-3024-night.CodeMirror { background: #090300; color: #d6d5d4; }
.cm-s-3024-night div.CodeMirror-selected { background: #3a3432; }
.cm-s-3024-night .CodeMirror-line::selection, .cm-s-3024-night .CodeMirror-line > span::selection, .cm-s-3024-night .CodeMirror-line > span > span::selection { background: rgba(58, 52, 50, .99); }
.cm-s-3024-night .CodeMirror-line::-moz-selection, .cm-s-3024-night .CodeMirror-line > span::-moz-selection, .cm-s-3024-night .CodeMirror-line > span > span::-moz-selection { background: rgba(58, 52, 50, .99); }
.cm-s-3024-night .CodeMirror-gutters { background: #090300; border-right: 0px; }
.cm-s-3024-night .CodeMirror-guttermarker { color: #db2d20; }
.cm-s-3024-night .CodeMirror-guttermarker-subtle { color: #5c5855; }
.cm-s-3024-night .CodeMirror-linenumber { color: #5c5855; }

.cm-s-3024-night .CodeMirror-cursor { border-left: 1px solid #807d7c; }

.cm-s-3024-night span.cm-comment { color: #cdab53; }
.cm-s-3024-night span.cm-atom { color: #a16a94; }
.cm-s-3024-night span.cm-number { color: #a16a94; }

.cm-s-3024-night span.cm-property, .cm-s-3024-night span.cm-attribute { color: #01a252; }
.cm-s-3024-night span.cm-keyword { color: #db2d20; }
.cm-s-3024-night span.cm-string { color: #fded02; }

.cm-s-3024-night span.cm-variable { color: #01a252; }
.cm-s-3024-night span.cm-variable-2 { color: #01a0e4; }
.cm-s-3024-night span.cm-def { color: #e8bbd0; }
.cm-s-3024-night span.cm-bracket { color: #d6d5d4; }
.cm-s-3024-night span.cm-tag { color: #db2d20; }
.cm-s-3024-night span.cm-link { color: #a16a94; }
.cm-s-3024-night span.cm-error { background: #db2d20; color: #807d7c; }

.cm-s-3024-night .CodeMirror-activeline-background { background: #2F2F2F; }
.cm-s-3024-night .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }

