.clickable {
  cursor: pointer;
}
.dw.fields.grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 5px 10px;
  align-items: center;
}
.dw.fields.vertical>input:not([type=checkbox]):not([type=radio]):not([type=image]):not([type=color]) {
  display: block;
}
.dw.fields.vertical>select,
.dw.fields.vertical>textarea {
  display: block;
}
.dw.fields.vertical>label {
  display: block;
  margin-bottom: 3px;
}
.dw.fields.vertical input {
  margin-bottom: 10px;
}
.dw.fields.vertical> label > input[type=checkbox] {
  vertical-align: top;
}
.dw.fields.vertical> label > input[type=checkbox] + span {
  display: inline-block;
  margin-bottom: 5px;
}
input:not([type]),
input[type="button"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,0.12);
  color: black;
  border-radius: 5px;
}
input:not([type]),
input[type="button"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  width: 100%;
}
select,
textarea {
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,0.12);
  color: black;
  width: 100%;
  border-radius: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
}
button {
  cursor: pointer;
  font-size: 14px;
  color: silver;
  background: #444;
  padding: 0 16px 0 16px;
  height: 42px;
  border: 1px solid rgba(0,0,0,0.85);
  border-radius: 4px;
}
@media ( max-width: 767px ) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #444 #222;
  }
  *::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0.5);
  }
  *::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  *::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-color);
    border-radius: 20px;
    border: 3px solid var(--scroll-bar-bg-color);
  }
}
.fox_Formioni input[type=text],
.fox_Formioni input[type=datetime-local],
.fox_Formioni input[type=date],
.fox_Formioni input[type=time],
.fox_Formioni input[type=password],
.fox_Formioni input[type=email],
.fox_Formioni input[type=url],
.fox_Formioni textarea,
.fox_Formioni select {
  color-scheme: dark;
  background: black;
  color: silver;
  outline: none !important;
  font: 15px Nunito Sans, Arial, sans-serif;
}
.fox_Formioni input[readonly] {
  opacity: 0.6;
}
.fox_Formioni textarea {
  height: 100%;
}
.fox_Formioni textarea {
  font: inherit;
}
.fox_Formioni form-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin-bottom: 5px;
}
.fox_Formioni form-item form-label {
  display: block;
  padding-top: 11px;
}
.fox_Formioni .attachment-controls {
  display: flex;
  gap: 5px;
}
.fox_Formioni .attachment-controls > button {
  font-size: 18px;
  background: #555;
  border: 1px solid black;
  border-radius: 5px;
  min-width: 60px;
}
.fox_Formioni textarea[name$='-attachments'] {
  font-size: 11px;
}
.fox_ControlButtons {
  margin-top: 10px;
}
.fox_ControlButtons a.proceed {
  background: #3f6200;
  color: white;
}
.fox_ControlButtons a.proceed:hover {
  background: #55780d;
  color: white;
}
.fox_ControlButtons a.turned-on {
  background: #1e62b7;
  color: white;
}
.fox_ControlButtons a.turned-on:hover {
  background: #3478cd;
  color: white;
}
.fox_ControlButtons a.turned-off {
  color: rgba(255,255,255,0.55);
}
.fox_ControlButtons a.turned-off:hover {
  color: rgba(255,255,255,0.85);
}
.fox_ControlButtons a.turned-on .fox_Icon {
  opacity: 1;
}
.fox_Buttons button.proceed {
  background: #3f6200;
  color: white;
}
.fox_Buttons button.proceed:hover {
  background: #55780d;
  color: white;
}
.tagify__input {
  margin: 3px;
}
.tagify__tag {
  margin: 3px;
  margin-right: 1px;
}
.tagify {
  --tags-border-color: transparent;
  --tag-bg: #044072;
  --tag-text-color: white;
  --tag-hover: #0f4b7d;
  --tag-remove-bg: maroon;
  --tag-remove-btn-color: white;
  --tag-inset-shadow-size: 30px;
  background: black;
  width: 100%;
  border-radius: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #3e3e3e transparent;
}
*::-webkit-scrollbar {
  width: 22px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}
*::-webkit-scrollbar-thumb {
  background-color: #3e3e3e;
  border-radius: 20px;
  border: 3px solid transparent;
}
.darker {
  background: rgba(0,0,0,0.33);
}
.padding-1 {
  padding: 15px 10px;
}
.alpha-black {
  background: rgba(0,0,0,0.5);
}
.alpha-black:hover {
  background: rgba(0,0,0,0.8);
  color: white;
}
body {
  padding: 0;
  margin: 0;
  border: none;
  font-family: Nunito Sans, Arial, sans-serif;
  font-weight: 300;
  background: black;
  color: silver;
  overflow-y: hidden;
}
h3 {
  text-transform: uppercase;
  padding: 10px 25px;
  background: #235;
  color: white;
  font: inherit;
  font-size: 16px;
  font-weight: 300;
}
main {
  background: #161616;
}
input {
  font: 15px Nunito Sans, Arial, sans-serif;
}
dim {
  opacity: 0.67;
}
section.content > .fox_GridCols,
section.content > * > .fox_GridCols {
  padding: 10px;
  grid-gap: 10px;
}
section.content > .fox_GridCols > .fox_ContentPanel,
section.content > * > .fox_GridCols > .fox_ContentPanel {
  padding: 0;
}
ul.ui-autocomplete {
  width: auto !important;
  min-width: 400px;
}
ul.ui-autocomplete .ui-menu-item {
  font: inherit;
}
title-bar button {
  cursor: pointer;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  padding: 8px 16px;
  margin: -7px 12px -7px -3px;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(0,0,0,0.85);
  border-radius: 4px;
}
title-bar button:hover {
  color: white;
  background: rgba(0,0,0,0.57);
}
title-bar button .fox_Icon {
  scale: 0.67;
  margin: -11px -4px -12px -12px;
  opacity: 0.75;
}
several-panels {
  overflow-y: auto;
  height: calc(100vh - 12px);
}
several-panels .fox_ContentPanel {
  padding: 0;
  padding-bottom: 10px;
}
several-panels .fox_ContentPanel:nth-of-type(1) title-bar {
  background: linear-gradient(to right,#951c06,#5a1b44);
}
several-panels .fox_ContentPanel:nth-of-type(2) title-bar {
  background: linear-gradient(to right,#024991,#021442);
}
grid-col {
  display: block;
  width: 100%;
}
outer-space {
  display: block;
  padding: 40px;
}
side-by-side {
  display: flex;
  gap: 4px;
}
span.news-indicator {
  display: inline-block;
  margin: 0 4px 0 -10px;
}
span.news-indicator:before {
  content: '💬';
}
table.tight {
  border-spacing: 0;
  border: 0;
  margin: 0;
}
table.tight td {
  padding: 0;
}
.fox_StaticMenu hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.18);
  margin: 12px 15px;
}
.fox_RecordList {
  border-spacing: 0;
  cursor: pointer;
}
.fox_RecordList td[class^=col-dtm-] {
  font-size: smaller;
}
.fox_RecordList thead th {
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 5px 15px 5px;
  color: gray;
}
.fox_RecordList thead th>span {
  display: block;
  padding: 13px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.19);
}
.fox_RecordList thead th.col-actions {
  width: 60px;
}
.fox_RecordList tbody tr:hover {
  background: #373737;
}
.fox_RecordList tbody td {
  padding: 10px 15px;
}
.fox_RecordList tbody tr:hover td {
  color: white;
}
.fox_RecordList icon-set {
  display: flex;
  align-items: center;
}
.fox_RecordList icon-set>span {
  display: block;
  padding: 8px 3px 0 3px;
  margin-top: -13px;
  margin-bottom: -10px;
}
.fox_RecordList icon-set>span .fox_Icon {
  scale: 0.7;
  opacity: 0.2;
  transition: opacity 400ms ease;
}
.fox_RecordList icon-set>span:hover .fox_Icon {
  opacity: 1;
  transition: opacity 60ms ease;
}
.fox_ControlButtons .fox_Icon {
  scale: 0.67;
  margin: -11px 0 -12px -7px;
  opacity: 0.75;
}
.fox_ControlButtons a {
  padding-top: 11px;
  padding-bottom: 11px;
}
.fox_ControlButtons a:hover .fox_Icon {
  opacity: 1;
}
.fox_ControlButtons a.good {
  background: #376a00;
  color: white;
}
.fox_ControlButtons a.stop {
  background: #800;
  color: white;
}
.fox_ControlButtons a.blue {
  background: #1a5688;
  color: white;
}
.fox_ControlButtons a.no-text {
  padding-right: 10px;
}
.fox_ButtonBar .fox_ControlButtons,
.fox_ControlBar .fox_ControlButtons {
  margin-top: 0;
}
.fox_ContentPanel {
  width: 100%;
  position: relative;
}
.fox_ContentPanel > div {
  background: #222222;
}
.fox_ContentPanel > div > title-bar {
  background: linear-gradient(to right,#1f3997,#481d61);
  color: white;
}
.fox_ContentPanel > div > title-bar small {
  font-weight: 300;
}
.fox_ContentPanel head-info {
  position: absolute;
  margin-top: -46px;
  right: 30px;
  color: white;
  font-size: 15px;
}
.fox_ContentPanel scroll-container {
  margin-right: -22px;
  margin-top: -4px;
  margin-bottom: -11px;
  max-height: calc(100vh - 73px);
}
.fox_ContentPanel.purple    title-bar {
  background: linear-gradient(33deg,#6a006a,navy 275%);
}
.fox_ContentPanel.orange    title-bar {
  background: linear-gradient(33deg,#c73800,orange 180%);
}
.fox_ContentPanel.green     title-bar {
  background: linear-gradient(33deg,#3f6200,yellowgreen 289%);
}
.fox_ContentPanel.cyan      title-bar {
  background: linear-gradient(33deg,#06507b,#0bbce1 179%);
}
.fox_ContentPanel.pumpkin   title-bar {
  background: linear-gradient(33deg,#a62900,#dea652 160%);
}
.fox_ContentPanel.red       title-bar {
  background: linear-gradient(33deg,maroon,red 160%);
}
.fox_ContentPanel.gray      title-bar {
  background: linear-gradient(33deg,#444,#999 160%);
}
.fox_ContentPanel.blue      title-bar {
  background: linear-gradient(33deg,#306c9e,dodgerblue 175%);
}
.fox_ContentPanel.brown     title-bar {
  background: linear-gradient(33deg,#8c0c0c,orange 225%);
}
.fox_ContentPanel.adaptive>div {
  padding-left: 0;
  padding-right: 0;
  display: grid;
  place-items: center;
}
.fox_ContentPanel.adaptive>div>div {
  min-width: 86%;
}
.fox_ContentPanel.adaptive>div>title-bar {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.fox_ContentPanel .content-panel-buttons {
  position: absolute;
  top: 14px;
  right: 21px;
  scale: 0.9;
  display: flex;
}
.fox_Formioni dim {
  font-size: 13px;
}
.fox_HeadTabs a.current {
  color: white;
}
.fox_HeadTabs a.current,
.fox_HeadTabs .inner-content-box {
  background: #131313;
}
.fox_ButtonBar.headtabs {
  padding-top: 20px;
  padding-bottom: 0;
}
.fox_WindowHead {
  color: rgba(255,255,255,0.85);
}
.fox_WindowHead.purple {
  background: linear-gradient(33deg,#6a006a,navy 175%);
}
.fox_WindowHead.orange {
  background: linear-gradient(33deg,#a72b00,yellow 180%);
}
.fox_WindowHead.green {
  background: linear-gradient(33deg,#545400,yellowgreen 230%);
}
.fox_WindowHead.cyan {
  background: linear-gradient(33deg,#004570,#0bbce1 200%);
}
.fox_WindowHead.pumpkin {
  background: linear-gradient(33deg,#a62900,#dea652 160%);
}
.fox_WindowHead.red {
  background: linear-gradient(33deg,maroon,red 160%);
}
.fox_WindowHead.gray {
  background: linear-gradient(33deg,#444,#999 160%);
}
.fox_WindowHead.metal-black {
  background: linear-gradient(to bottom,black,#202020 40%,#0c0c0c 95%,#2b2b2b);
}
.fox_WindowHead.metal-blue {
  background: linear-gradient(to bottom,black,#364a5a 40%,#0c0c0c 95%,#415565);
}
.fox_WindowHead.metal-red {
  background: linear-gradient(to bottom,black,#582020 40%,#0c0c0c 95%,#632b2b);
}
.fox_WindowHead.metal-green {
  background: linear-gradient(to bottom,black,#203c20 40%,#0c0c0c 95%,#2b472b);
}
.fox_GridCols > div {
  width: 100%;
  height: 100%;
}
.fox_ControlBar {
  display: grid;
  place-items: center;
  background: #202020;
  padding: 10px 20px;
  background: linear-gradient(#333,#222);
}
.fox_ControlBar.right {
  justify-items: flex-end;
}
.fox_ControlBar.purple {
  background: linear-gradient(purple,#400040);
}
.fox_ControlBar.blue {
  background: linear-gradient(dodgerblue,#0f4880);
}
.fox_ControlBar.green {
  background: linear-gradient(olivedrab,#364712);
}
.fox_ControlBar.transparent {
  background: none;
}
.fox_ControlBar.topline {
  margin-top: -60px;
  height: 60px;
}
.fox_ControlBar > .fox_ControlButtons a {
  background: rgba(0,0,0,0.56);
}
.fox_FloatingPanel.theme-dark panel-itself {
  background: black;
  min-width: 100px;
  min-height: 40px;
  display: grid;
  place-items: center;
}
.fox_FloatingPanel.details {
  position: fixed;
  left: calc(50vw - ( 640px  / 2));
  top: calc(50vh - ( 480px  / 2));
  z-index: 9;
}
.fox_FloatingPanel.details > panel-itself {
  align-items: start;
  opacity: 1;
  width: 640px;
  height: 480px;
  background: #111f2b;
  box-shadow: 0 5px 15px 0 black;
  color: rgba(255,255,255,0.78);
}
.fox_FloatingPanel.details div.header {
  height: 45px;
  background: rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(0,0,0,0.82);
  color: rgba(255,255,255,0.66);
  text-transform: uppercase;
  font-size: 15px;
  padding: 13px 0 0 24px;
}
.fox_FloatingPanel.details div.scrollable {
  overflow-y: auto;
  height: calc(435px);
  padding: 20px 35px;
}
.fox_FloatingPanel.details backdrop-area {
  background: rgba(0,0,0,0.75);
}
.fox_FloatingPanel.details button.copy {
  position: absolute;
  right: 10px;
  top: 6px;
  padding: 7px 20px;
  height: auto;
  background: rgba(0,0,0,0.66);
  color: white;
  opacity: 0.45;
}
.fox_FloatingPanel.details button.copy:hover {
  opacity: 1;
}
.fox_Toast {
  color: white;
}
.fox_Toast.default {
  background: #666;
}
.fox_Toast.red {
  background: #900;
}
.fox_Toast.green {
  background: #436600;
}
.fox_Toast.blue {
  background: #145082;
}
.fox_Toast.orange {
  background: #b54800;
}
.fox_Toast.purple {
  background: #62347a;
}
.fox_Toast.seagreen {
  background: #126343;
}
.fox_Toast.sand {
  background: #b3ab82;
  color: black;
}
