
input:not([type=button]):not([type=submit]):not([type=checkbox]):not(input[type=radio]):not([type=image]):not([type=reset]),
select,
textarea,
div[contenteditable='true'] {
  background-color: rgba(170, 181, 200, 0.2);
  color: #0b335c;
  border: none;
  width: 100%;
  border-radius: 2px;
  font-family: "SofiaPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 3px 8px;
}
input:not([type=button]):not([type=submit]):not([type=checkbox]):not(input[type=radio]):not([type=image]):not([type=reset]):disabled,
select:disabled,
textarea:disabled,
div[contenteditable='true']:disabled {
  background-color: rgba(186, 186, 186, 0.4);
  color: #545454;
}
input[type=checkbox],
input[type=radio] {
  appearance: none;
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(186, 186, 186, 0.6);
  margin: auto 0;
  background-color: white;
}
input[type=checkbox]::after,
input[type=radio]::after {
  content: '\a0';
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  background-color: rgba(186, 186, 186, 0.4);
  color: #545454;
}
input[type=checkbox] {
  border-radius: 2px;
  color: #0b335c;
}
input[type=checkbox]::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
input[type=checkbox]:checked::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
input[type=checkbox]:checked::after {
  content: "\eed8";
}
input[type=checkbox]:checked::after {
  font-weight: bold;
}
input[type=radio] {
  border-radius: 8px;
}
input[type=radio]::after {
  width: 10px;
  height: 10px;
  line-height: 10px;
  display: block;
  border-radius: 5px;
  margin: auto;
}
input[type=radio]:checked::after {
  background-color: #0b335c;
}
textarea,
div[contenteditable='true'],
div[contenteditable='false'] {
  overflow-x: hidden;
  overflow-y: scroll;
  text-overflow: ellipsis;
  scrollbar-color: rgba(186, 186, 186, 0.8) rgba(239, 237, 237, 0.8);
  scrollbar-width: thin;
  margin: 0;
  min-width: 50px;
}
textarea::-webkit-scrollbar,
div[contenteditable='true']::-webkit-scrollbar,
div[contenteditable='false']::-webkit-scrollbar {
  display: block;
}
textarea::-webkit-scrollbar-track,
div[contenteditable='true']::-webkit-scrollbar-track,
div[contenteditable='false']::-webkit-scrollbar-track {
  background-color: rgba(239, 237, 237, 0.8);
}
textarea::-webkit-scrollbar-thumb,
div[contenteditable='true']::-webkit-scrollbar-thumb,
div[contenteditable='false']::-webkit-scrollbar-thumb {
  background-color: rgba(186, 186, 186, 0.8);
  background-clip: content-box;
  border-left: solid transparent 1px;
  border-right: solid transparent 1px;
  border-radius: 2px;
}
textarea::-webkit-scrollbar,
div[contenteditable='true']::-webkit-scrollbar,
div[contenteditable='false']::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.Numeric {
  font-variant-numeric: tabular-nums lining-nums;
  overflow: hidden;
  text-overflow: ellipsis;
}
.LongTextPreview,
.SqlTextPreview,
.XmlTextPreview,
.RichTextPreview {
  resize: none;
}
.LongTextPreview,
.SqlTextPreview,
.XmlTextPreview {
  white-space: pre-wrap;
}
.RichTextPreview {
  white-space: pre;
}
.DashboardDisabled {
  color: #bababa;
}
.DashboardAdd::after,
.DashboardEdit::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.DashboardAdd::after,
.DashboardEdit::after {
  content: "\ec55";
}
.DashboardReadOnly::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.DashboardReadOnly::after {
  content: "\ef21";
}
.CustomFileUpload {
  background-color: #0b335c;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  line-height: 1.6em;
  font-family: "SofiaPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 2px;
  width: 100%;
  text-align: center;
}
.CustomFileUpload:hover {
  background-color: #d1b2d6;
  color: #0b335c;
}
.CustomFileUpload:disabled {
  cursor: default;
  background-color: #bababa;
  color: white;
}
.CustomFileUpload.Revert::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.CustomFileUpload.Revert::after {
  content: "\ee0b";
}
.CustomFileUpload input {
  display: none;
}
.FileUpload,
.FileUpload div {
  display: flex;
  gap: 5px;
}
.FileUpload .Files {
  flex-direction: column;
  flex-grow: 1;
}
.FileUpload .Files .File {
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}
.FileUpload .Files .File .FileName {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.FileUpload .Files .File .FileDelete::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.FileUpload .Files .File .FileDelete::after {
  content: "\ec53";
}
.FileUpload .Files .File.ToBeUnlinked {
  text-decoration: line-through;
}
.FileUpload .Files .File.ToBeUnlinked .FileDelete {
  visibility: hidden;
}
.FileUpload .AdditionalButtons {
  align-items: end;
}
.FileUpload .AdditionalButtons .FileOpen::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.FileUpload .AdditionalButtons .FileOpen::after {
  content: "\ef13";
}
.FileUpload .AdditionalButtons .FilePrint::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.FileUpload .AdditionalButtons .FilePrint::after {
  content: "\efc6";
}
.LanguageResults {
  position: absolute;
  max-width: 800px;
  z-index: 10;
  margin: 5px;
  max-height: calc(100vh - 108px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: rgba(186, 186, 186, 0.8) rgba(239, 237, 237, 0.8);
  scrollbar-width: thin;
}
.LanguageResults::-webkit-scrollbar {
  display: block;
}
.LanguageResults::-webkit-scrollbar-track {
  background-color: rgba(239, 237, 237, 0.8);
}
.LanguageResults::-webkit-scrollbar-thumb {
  background-color: rgba(186, 186, 186, 0.8);
  background-clip: content-box;
  border-left: solid transparent 1px;
  border-right: solid transparent 1px;
  border-radius: 2px;
}
.LanguageResults::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.LanguageResults tr:hover {
  cursor: pointer;
}
.LanguageResults .LanguageResultRow td {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.LanguageResults .NoLanguageResultsRow,
.LanguageResults .ExtraLanguageResultsRow {
  background-color: #3C5E81 !important;
  color: white;
}
.LanguageResults .NoLanguageResultsRow:hover,
.LanguageResults .ExtraLanguageResultsRow:hover {
  cursor: default;
}
.FilterValue.Busy > div::after,
.MatrixLine > td.Busy > div::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.FilterValue.Busy > div::after,
.MatrixLine > td.Busy > div::after {
  content: "\eff6";
}
.FilterValue.Busy > div::after,
.MatrixLine > td.Busy > div::after {
  animation: Spin 1.5s linear infinite;
  display: inline-block;
}
.FilterValue.Busy > div::after,
.MatrixLine > td.Busy > div::after {
  align-self: center;
  justify-self: end;
}
.RangeField {
  display: flex;
  width: 100%;
  gap: 5px;
}
.SelectField button {
  display: none;
  position: fixed;
  background-color: #E8EBF0 !important;
  z-index: 2;
  font-size: 15px;
  width: 28px;
  height: 28px;
}
.SelectField button:hover {
  background-color: #d1b2d6 !important;
}
.SelectField button.ToggleFilter::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.SelectField button.ToggleFilter::after {
  content: "\ef29";
}
.SelectField button.ToggleFilter.IsFiltered {
  background-color: #d1b2d6;
}
.SelectField button.SelectAll::after {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.SelectField button.SelectAll::after {
  content: "\f00d";
}
