.nova-splitscreen {
  height: 100%;
}
.nova-splitscreen .nova-listbox {
  width: 100%;
  height: 100%;
}
.nova-splitscreen .nova-splitscreen-detailscreen {
  overflow: auto;
  padding-left: 20px;
  padding-right: 10px;
}
.nova-splitscreen .nova-splitscreen-detailscreen .nova-listbox {
  width: auto;
}
.nova-listbox {
  cursor: pointer;
  overflow: auto;
  border: 1px solid var(--borderColorContent);
  background: var(--bgColorBody);
}
.nova-listbox.nova-isNotSelectable {
  cursor: default;
}
.nova-listbox:not(.nova-isNotSelectable) li:hover {
  border: 1px solid var(--borderColorHover);
  background-color: var(--bgColorHover);
}
.nova-listbox ul {
  width: 100%;
  overflow-x: hidden;
}
.nova-listbox ul li {
  display: block;
  border: 1px solid transparent;
}
.nova-listbox ul li > * {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}
.nova-listbox ul li.ui-selected {
  border: 1px solid var(--borderColorContent);
  border-left: 4px solid var(--borderColorHeaderFooter) !important;
  background: var(--bgColorContent);
}
.nova-listbox ul .ui-selecting {
  background: var(--bgColorContent);
}
.nova-listbox-view {
  float: left;
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nova-splitscreen-treeview {
  float: left;
  width: 250px;
  height: 100%;
}
.nova-splitscreen-treeview .nova-gridview {
  height: 100%;
}
.nova-splitscreen-treeview ul:focus {
  outline: none !important;
}
.nova-splitscreen-treeview .nova-treeview .fancytree-container {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  height: 100%;
  background-color: transparent;
  overflow: auto;
}
.nova-splitscreen-treeview .nova-treeview .fancytree-container li {
  margin-bottom: 2px;
}
.nova-splitscreen-treeview .nova-treeview .fancytree-container .fancytree-title {
  color: var(--fcContent) !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  font-style: normal;
}
.nova-searchbox-splitscreen {
  width: calc(100% - 30px);
  margin-bottom: 10px;
  padding-left: 30px;
}
.nova-form-container .nova-listbox {
  height: 168px;
}
span.fancytree-custom-icon {
  width: 16px;
  height: 16px;
}
