:root {
  --dxbl-grid-selection-bg: #3b739f;
}
.j-button {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  align-content: center;
  border-radius: 12px;
}
.j-button-style-flat {
  border: none;
}
.j-button-style-onlyicon {
  background-color: transparent;
  border: none;
  color: white;
}
.j-button-style-onlyicon:hover {
  border: none;
  color: #64c6ff;
  background-color: transparent;
}
.j-button-style-toolbar {
  background-color: transparent;
  border: none;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  aspect-ratio: 1/1;
}
.j-button-style-toolbar:hover {
  border: none;
  color: #64c6ff;
  background-color: #69bfff;
}
.j-button-style-mainmenuroot {
  background-color: #868686;
  border: solid 0px #69bfff;
  border-radius: 5px;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-content: center;
}
.j-button-style-mainmenuroot:hover {
  border: dot 1px #868686;
  color: dodgerblue;
  background-color: #69bfff;
}
.j-button-image-mainmenuroot {
  height: 3rem;
}
.j-button-container {
  padding: 0.5rem;
}
.j-button-container-row {
  padding: 0.5rem;
  gap: 0.3rem;
}
.j-button-container-column {
  padding: 0.5rem;
}
.j-content {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.j-content {
  width: 100%;
  min-width: 2em;
  display: flex;
  padding: 3px;
}
.j-input {
  position: relative;
  display: block;
  padding: 2px;
}
.j-input-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 3px;
  border: 1px solid gray;
  border-radius: 5px;
  background-color: #404040;
}
.j-input-row :focus-within {
  background-color: #515151;
  color: white;
  border: 1px solid dodgerblue;
}
.j-input-row-disabled {
  background-color: silver;
  color: grey;
  border: 1px dash black;
}
.j-input-row-readonly {
  background-color: #404040;
  color: white;
  border: 1px solid #505050;
}
.j-input-row:focus-within {
  background-color: #515151;
  color: white;
  border: 1px solid dodgerblue;
}
.j-input-input {
  width: 100%;
}
.j-input-input[disabled] {
  background: silver;
}
.j-input-input-selected {
  width: 100%;
  font-size: 16px;
  height: 100%;
  display: block;
  align-self: center;
}
.j-input-button {
  height: 27px;
  width: 27px;
  margin: -1px;
  margin-left: 2px;
  border: none;
  background: #515151;
  color: white;
  flex-shrink: 0;
}
.j-input-dropdown {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  min-width: 6em;
  height: auto;
  box-shadow: 0px 0px 8px 5px rgba(255, 255, 255, 0.1);
  z-index: 10;
  border: solid 2px gray;
  background-color: #404040;
  color: white;
  width: 100%;
}
.j-input-isopen {
  display: block;
}
.j-input-isclose {
  display: none;
}
.j-input-keyboard {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.j-input-keyboard-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.j-input-keyboard-alphas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.j-input-keyboard-custom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.j-input-pagesrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
}
.j-input-keyboard-system {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.j-input-keyboard-btn-number {
  width: auto;
  padding: 0.3rem;
}
.j-input-keyboard-btn-alpha {
  width: auto;
  padding: 0.3rem;
}
.j-input-keyboard-btn-custom {
  width: auto;
}
.j-input-keyboard-btn-system {
  width: auto;
  padding: 0.3rem;
}
.j-input-btn-page {
  width: auto;
  border-radius: 40%;
  padding: 0.3rem;
}
.j-input-dropdown:hover .j-input-dropdown {
  display: block;
}
.jelineksoft-virtualkeyboard {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.jelineksoft-virtualkeyboard-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.jelineksoft-virtualkeyboard-alphas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.jelineksoft-virtualkeyboard-custom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.jelineksoft-virtualkeyboard-system {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.jelineksoft-virtualkeyboard-btn-number {
  width: auto;
}
.jelineksoft-virtualkeyboard-btn-alpha {
  width: auto;
}
.jelineksoft-virtualkeyboard-btn-custom {
  width: auto;
}
.jelineksoft-virtualkeyboard-btn-system {
  width: auto;
}
.jelineksoft-number {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 2px;
}
.jelineksoft-number-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.jelineksoft-number-label {
  clear: both;
  float: none;
  display: inline-block;
  padding: 2px;
}
.jelineksoft-number-input {
  width: 100%;
}
.jelineksoft-number-button {
  width: auto;
}
.jelineksoft-number-dropdown {
  display: block;
  left: 0;
  right: 0;
  min-width: 6em;
  height: auto;
  box-shadow: 0px 0px 8px 5px rgba(255, 255, 255, 0.1);
  z-index: 0;
  border: solid 2px gray;
  width: 100%;
}
.jelineksoft-number-isopen {
  display: block;
}
.jelineksoft-number-isclose {
  display: none;
}
.jelineksoft-number-dropdown:hover .jelineksoft-number-dropdown {
  display: block;
}
.jelineksoft-number-dropdown {
  background-color: #404040;
  color: white;
}
.j-datetime {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 2px;
}
.j-datetime-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.j-datetime-label {
  clear: both;
  float: none;
  display: inline-block;
  padding: 2px;
}
.j-datetime-input {
  width: 100%;
}
.j-datetime-button {
  height: 27px;
  width: 27px;
  border: none;
  border: 0;
  margin: 1px;
  padding: 1px;
  color: white;
  background-color: transparent;
}
.j-datetime-button-selected {
  background-color: #69bfff;
  color: white;
  font-weight: bold;
}
.j-datetime-dropdown {
  display: block;
  left: 0;
  right: 0;
  min-width: 6em;
  height: auto;
  box-shadow: 0px 0px 8px 5px rgba(255, 255, 255, 0.1);
  z-index: 0;
  border: solid 2px gray;
  width: 100%;
}
.j-datetime-isopen {
  display: block;
}
.j-datetime-isclose {
  display: none;
}
.j-datetime-dropdown:hover .j-datetime-dropdown {
  display: block;
}
.j-datetime-dropdown {
  background-color: #404040;
  color: white;
}
.j-datetime-sunday {
  color: red;
}
.j-datetime-saturday {
  color: silver;
}
.j-window-window {
  display: block;
  left: 5px;
  right: 5px;
  top: 3em;
  height: auto;
  box-shadow: 0px 0px 8px 5px rgba(255, 255, 255, 0.1);
  z-index: 500;
  border: solid 2px gray;
  background-color: #404040;
  position: absolute;
  border-radius: 5px;
}
.j-window-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.j-window-content {
  padding: 10px;
}
.j-window-title {
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  height: auto;
  border: none;
  text-align: center;
  background-color: black;
  color: white;
}
.j-window-button {
  width: auto;
  min-width: 2em;
}
.j-window-buttonbar {
  left: 0px;
  right: 0px;
  height: auto;
  bottom: 0px;
  text-align: center;
}
.j-window-error {
  width: 99%;
}
.j-panel {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 2px;
  height: auto;
  box-shadow: none;
  border: none;
  background-color: inherit;
  border-radius: 5px;
}
.j-panel-header {
  color: white;
  background-color: transparent;
  border-bottom: none;
  margin: 1px;
  font-weight: bold;
}
.j-panel-content {
  padding: 10px;
  border: solid 1px gray;
  border-radius: 5px;
}
.j-progress-window {
  display: block;
  backgroud-color: transparent;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.j-check-button {
  height: 27px;
  width: 27px;
  margin-top: 3px;
  border: none;
  background: #515151;
  color: white;
}
.j-check-button-true {
  color: #69bfff;
}
.j-check-button-disabled {
  color: grey;
}
.j-resizer {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  min-height: 16px;
}
.j-resizer-resizer {
  margin: 0;
  cursor: col-resize;
  width: 8px;
  background-color: transparent;
}
.j-resizer-resizer:hover {
  background-color: #3b739f;
}
.j-tab {
  display: flex;
  flex-direction: column;
  background-color: #202020;
  border: dotted 1px silver;
  border-radius: 8px;
  height: 99.9999%;
}
.j-tab-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: baseline;
  user-select: none;
  cursor: pointer;
}
.j-tab-header {
  color: #D9D9D966;
  background-color: #686868;
  border-bottom: solid 4px silver;
  border-radius: 6px 6px 0px 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 2px 2px 5px 2px;
}
.j-tab-header-active {
  color: white;
  background-color: #989898;
  border-bottom: solid 4px #69bfff;
  border-radius: 6px 6px 0px 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px 2px 2px 2px;
}
.j-tab-header:hover {
  color: white;
  background-color: silver;
}
.j-tab-content {
  overflow-y: hidden;
  height: 99.9999%;
  display: flex;
  flex-direction: column;
}
.j-tab-content-scrollableY {
  overflow-y: auto;
}
.j-tab-content-scrollableX {
  overflow-x: auto;
}
.j-toolbar {
  background-color: #404040;
  color: white;
  border: dotted 1px #404040;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: baseline;
}
.j-toolbar-header {
  color: white;
  min-width: 2em;
  margin: 2px;
  font-size: 20px;
}
.j-toolbar-button {
  color: white;
  background-color: #3b739f;
  margin: 2px;
  border: solid 0px #69bfff;
  border-radius: 8px;
}
.j-toolbar-button:hover {
  color: white;
  background-color: #69bfff;
  margin: 2px;
  border: dot 1px white;
}
.j-label-label {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding-left: 2px;
  color: lightsteelblue;
}
.j-label {
  margin-bottom: 0px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  padding: 2px;
  padding-top: 5px;
}
.j-list {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  overflow-x: auto;
  height: 100%;
}
.j-list thead th {
  position: sticky;
  /* make the table heads sticky */
  top: 0px;
  /* table head will be placed from the top of the table and sticks to it */
  z-index: 1;
}
.j-list table {
  border-collapse: collapse;
  /* make the table borders collapse to each other */
  border: solid 1px black;
  border-radius: 5px;
  box-sizing: content-box;
  empty-cells: show;
  table-layout: fixed;
}
.j-list td {
  padding: 6px 8px;
  border: solid 1px black;
  white-space: nowrap;
}
.j-list-row {
  background: #383838;
  color: white;
}
.j-list-row:hover {
  background: gray;
  color: white;
}
.j-list-row-selected {
  background: #3b739f;
  color: white;
}
.j-list th {
  background: gray;
  color: white;
  padding-left: 4px;
  padding-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
  border: solid 1px black;
}
.j-flex {
  display: flex;
}
.jp-bg-color {
  background-color: #3b739f;
  background-image: none;
}
.jp-color {
  color: white;
}
.jp-blue,
.jp-hover-blue:hover {
  color: #fff !important;
  background-color: #3b739f !important;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  background-color: #383838;
  color: white;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-family: "Arial";
  scrollbar-color: darkgrey #303030;
}
.jsf-error-text {
  border: solid 1px red;
  margin: 2px;
  padding: 3px;
  color: red;
  background-color: transparent;
  width: 100%;
  text-align: center;
  font-weight: bold;
  clear: both;
}
.jsf-error-p {
  cursor: pointer;
}
.jsf-font-smallxx {
  font-size: 8px;
}
.jsf-font-smallx {
  font-size: 10px;
}
.jsf-font-small {
  font-size: 12px;
}
.jsf-font-normal {
  font-size: 14px;
}
.jsf-font-big {
  font-size: 16px;
}
.jsf-font-bigx {
  font-size: 20px;
}
.jsf-font-bigxx {
  font-size: 24px;
}
.jsf-font-bigxxx {
  font-size: 30px;
}
.jsf-table-scrollable {
  display: block;
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
}
.jsf-overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}
.jsf-hide {
  display: none;
}
.jsf-pad-s {
  padding: 0.25rem;
}
.jsf-pad-m {
  padding: 0.5rem;
}
.jsf-pad-l {
  padding: 1rem;
}
.s1 {
  width: 8.33333%;
}
.s2 {
  width: 16.66666%;
}
.s3 {
  width: 24.99999%;
}
.s4 {
  width: 33.33333%;
}
.s5 {
  width: 41.66666%;
}
.s6 {
  width: 49.99999%;
}
.s7 {
  width: 58.33333%;
}
.s8 {
  width: 66.66666%;
}
.s9 {
  width: 74.99999%;
}
.s10 {
  width: 83.33333%;
}
.s11 {
  width: 91.66666%;
}
.s12 {
  width: 99.99999%;
}
@media (min-width: 601px) {
  .m1 {
    width: 8.33333%;
  }
  .m2 {
    width: 16.66666%;
  }
  .m3,
  .w3-quarter {
    width: 24.99999%;
  }
  .m4,
  .w3-third {
    width: 33.33333%;
  }
  .m5 {
    width: 41.66666%;
  }
  .m6,
  .w3-half {
    width: 49.99999%;
  }
  .m7 {
    width: 58.33333%;
  }
  .m8,
  .w3-twothird {
    width: 66.66666%;
  }
  .m9,
  .w3-threequarter {
    width: 74.99999%;
  }
  .m10 {
    width: 83.33333%;
  }
  .m11 {
    width: 91.66666%;
  }
  .m12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .l1 {
    width: 8.33333%;
  }
  .l2 {
    width: 16.66666%;
  }
  .l3 {
    width: 24.99999%;
  }
  .l4 {
    width: 33.33333%;
  }
  .l5 {
    width: 41.66666%;
  }
  .l6 {
    width: 49.99999%;
  }
  .l7 {
    width: 58.33333%;
  }
  .l8 {
    width: 66.66666%;
  }
  .l9 {
    width: 74.99999%;
  }
  .l10 {
    width: 83.33333%;
  }
  .l11 {
    width: 91.66666%;
  }
  .l12 {
    width: 99.99999%;
  }
}
.h-grid-s {
  height: 300px;
}
.h-grid-m {
  height: 350px;
}
.h-grid-l {
  height: 400px;
}
@media (min-height: 601px) {
  .h-grid-s {
    height: 420px;
  }
  .h-grid-m {
    height: 480px;
  }
  .h-grid-l {
    height: 550px;
  }
}
@media (min-height: 801px) {
  .h-grid-s {
    height: 550px;
  }
  .h-grid-m {
    height: 650px;
  }
  .h-grid-l {
    height: 750px;
  }
}
@media (min-height: 1001px) {
  .h-grid-s {
    height: 600px;
  }
  .h-grid-m {
    height: 800px;
  }
  .h-grid-l {
    height: 950px;
  }
}
:root {
  --dxbl-grid-selection-bg: #3b739f;
}
