/*
 * Copyright (C) Novatice Technologies - All Rights Reserved
 */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
html {
  font-size: 100%;
}
body {
  font-family: Arial, sans-serif;
  font-size: small;
}
p {
  margin: 8px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
textarea {
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: none;
}
textarea.full-width {
  box-sizing: border-box;
  width: 100%;
}
label.disabled {
  color: gray;
}
.flat .dojoxResizeNW {
  cursor: se-resize;
}
.dijitToolbar.transparent {
  background: none;
  border: none;
  padding: 2px;
}
.dijitIcon.fa,
.dijitIcon.fas,
.dijitIcon.far,
.dijitIcon.fab,
.dijitIcon.fe {
  width: auto;
  height: auto;
}
.dijitIcon.fa.fa-fw,
.dijitIcon.fas.fa-fw,
.dijitIcon.far.fa-fw,
.dijitIcon.fab.fa-fw,
.dijitIcon.fe.fa-fw {
  width: 1.25em;
}
.dijitMenuItemAccelKey {
  padding-left: 24px !important;
  font-size: smaller;
}
.flat .dijitDropDownButton .dijitLeftArrowButton:before,
.flat .dijitDropDownButton .dijitRightArrowButton:before,
.flat .dijitDropDownButton .dijitUpArrowButton:before {
  content: none;
}
.flat .dijitDropDownButton .dijitLeftArrowButton .dijitArrowButtonInner:before {
  content: "\f000";
}
.flat .dijitDropDownButton .dijitRightArrowButton .dijitArrowButtonInner:before {
  content: "\f001";
}
.flat .dijitDropDownButton .dijitUpArrowButton .dijitArrowButtonInner:before {
  content: "\f003";
}
#bodyContent {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #F2F4F7;
}
#loaderNoScript,
#loaderMarker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10000;
}
#loaderMarker {
  z-index: 9999;
}
#loaderNoScriptInner,
#loaderMarkerInner {
  height: 100%;
}
#loaderNoScript span {
  color: #ff0000;
  font-weight: bold;
}
#loaderNoScript a {
  color: inherit;
}
#loaderNoScriptInner {
  text-align: center;
}
#loaderNoScriptInner .dijitInline {
  padding: 20px;
  margin-top: 4em;
  border-radius: 6px;
  font-size: 1.2em;
}
#loaderNoScriptInner .loaderNoScriptJs,
#loaderNoScriptInner .loaderNoScriptActivate {
  margin-bottom: 1em;
}
#loaderNoScriptInner .loaderNoScriptJs {
  padding: 10px 0;
  color: red;
  background-color: white;
  border-radius: 5px;
}
.flat .dijitLayoutContainer-child {
  background-color: transparent;
}
.flat .dijitLayoutContainer.topCenterGapNone > .dijitAlignTop {
  padding-bottom: 0px;
}
.flat .dijitLayoutContainer.topCenterGapNone > .dijitAlignCenter {
  padding-top: 0px;
}
.flat .dijitLayoutContainer.topCenterGapSmall > .dijitAlignTop {
  padding-bottom: 4px;
}
.flat .dijitLayoutContainer.topCenterGapSmall > .dijitAlignCenter {
  padding-top: 4px;
}
.dijitTabContainerTop-container {
  overflow: auto;
}
.dijitTabContainerTopChildWrapper .dijitTableLayout {
  margin: 8px;
}
.dijitTabContainerTopChildWrapper .dijitBorderContainer {
  padding: 0;
}
.flat .dijitBorderContainer-child,
.flat .dijitBorderContainerNoGutter-child {
  background-color: transparent;
  border: none;
}
.flat .dijitDialog {
  box-shadow: 0 0 75px 20px rgba(0, 0, 0, 0.3);
}
.flat .dijitDialogUnderlay {
  opacity: 0.1;
}
.flat .dijitDialog .dijitDialogTitleBar {
  display: flex;
}
.flat .dijitDialog .dijitDialogTitle {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 32px);
  white-space: nowrap;
}
.dijitDialogPaneContent > .dijitLayoutContainer {
  width: 100%;
  height: 100%;
}
.dijitDialogPaneContent > .topCenterGapSmall > .dijitLayoutContainer-child,
.dijitDialogPaneContent .novaticeFormContainer > .topCenterGapSmall > .dijitLayoutContainer-child {
  padding-left: 0;
  padding-right: 0;
}
.dijitDialogPaneContent > .topCenterGapSmall > .dijitAlignTop,
.dijitDialogPaneContent .novaticeFormContainer > .topCenterGapSmall > .dijitAlignTop {
  padding-top: 0;
}
.dijitDialogPaneContent > .topCenterGapSmall > .dijitAlignCenter,
.dijitDialogPaneContent .novaticeFormContainer > .topCenterGapSmall > .dijitAlignCenter {
  padding-bottom: 0;
}
.dijitDialogPaneContent > .dijitTableLayout .tableContainer-table,
.dijitDialogPaneContent .novaticeFormContainer .dijitTableLayout .tableContainer-table {
  width: 100%;
}
.dijitPlaceHolder {
  white-space: nowrap;
}
.dijitDateTextBox {
  width: 10em;
}
.dijitTimeTextBox {
  width: 6em;
}
.flat .dgrid {
  cursor: default;
}
.flat .dgrid.dgrid-disabled * {
  color: grey !important;
}
.flat .dgrid.dgrid-sort-hidden .dgrid-sort-arrow {
  display: none;
}
.flat .dgrid.dgrid-touch .dgrid-row {
  position: relative;
}
.flat .dgrid.dgrid-touch .dgrid-row td:first-child {
  transition: padding-left 0.5s ease;
}
.flat .dgrid.dgrid-touch .dgrid-touch-selector {
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 100%;
  transition: left 0.5s ease;
}
.flat .dgrid.dgrid-touch .dgrid-touch-selector input {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flat .dgrid.dgrid-touch.dgrid-touch-select .dgrid-row td:first-child {
  padding-left: calc(0.75em + 50px);
}
.flat .dgrid.dgrid-touch.dgrid-touch-select .dgrid-row .dgrid-touch-selector {
  left: 0;
}
.flat .dgrid .dgrid-hider-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.flat .dgrid .dgrid-hider-button .dijitButtonNode {
  padding-right: 4px;
  border-width: 0 0 1px 1px;
  border-color: #dddddd;
  border-radius: 0;
  background-color: #eeeeee;
}
.flat .dgrid .dgrid-hider-button:hover .dijitButtonNode {
  background-color: #fbfbfb;
}
.flat .dgrid .dgrid-hider-button .dijitArrowButtonInner {
  display: none;
}
.flat .dgrid .dgrid-no-data,
.flat .dgrid .dgrid-loading {
  color: #6f6f6f;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.flat .dgrid .dgrid-selector,
.flat .dgrid .dgrid-column-checked,
.flat .dgrid .dgrid-column-sel {
  width: 4em;
  text-align: center;
}
.flat .dgrid .dgrid-cell {
  vertical-align: middle;
}
.flat .dgrid .dgrid-cell .dgrid-cell-description {
  margin-left: 2em;
  font-size: 0.9em;
  color: #727272;
}
.flat .dgrid .dgrid-cell div.dgrid-cell-description {
  margin-top: 0.5em;
}
.flat .dgrid .dgrid-cell.disabled,
.flat .dgrid .dgrid-cell.readOnly,
.flat .dgrid .dgrid-row-disabled,
.flat .dgrid .dgrid-row-readonly {
  color: grey;
}
.flat .dgrid .dgrid-cell.disabled *,
.flat .dgrid .dgrid-cell.readOnly *,
.flat .dgrid .dgrid-row-disabled *,
.flat .dgrid .dgrid-row-readonly * {
  color: grey;
}
.flat .dgrid .dgrid-empty-cell {
  text-align: center;
  vertical-align: middle;
  color: #bbbbbb;
}
.flat .dgrid .dgrid-selected {
  border: none;
}
.flat .dgrid .dgrid-row.dojoDndItem {
  padding: 0;
  border: none;
}
.dgrid-hider-button_dropdown .dijitDisabled .dijitCheckedMenuItemIcon:before {
  color: #9e9e9e;
}
html.has-mozilla .dgrid-header-row:focus,
html.has-mozilla .dgrid-row:focus {
  outline-offset: -1px;
}
.countrySelect .iti__flag,
.countrySelect_dropDown .iti__flag {
  display: inline-block;
}
.countrySelect .iti__flag {
  float: left;
  margin: 4px;
  margin-top: 8px;
}
.countrySelect .iti__flag.iti__globe {
  margin-top: 4px;
}
.countrySelect_dropDown .iti__flag {
  margin-right: 8px;
}
.novaticeStackRotatorController {
  justify-content: center;
  gap: 8px;
}
.novaticeStackRotatorController .dijitToggleButton {
  margin: 0;
}
.novaticeStackRotatorController .dijitButtonNode {
  display: block;
}
.novaticeStackRotator .dijitStackContainerChildWrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.novaticeStackRotator .dijitStackContainer-child {
  flex: 1;
}
.novaticeTelephoneTextBox .dijitInputContainer .iti {
  width: 100%;
}
.novaticeTelephoneTextBox .dijitInputContainer .iti input {
  width: 100%;
  float: none;
  border: none;
  padding-top: 4px;
  padding-bottom: 5px;
}
.novaticeTelephoneTextBox .dijitInputContainer .iti input::placeholder {
  color: #999;
  opacity: 1;
}
.novaticeTelephoneTextBox .iti__country-list {
  width: 100%;
}
.novaticeTooltipDropDownMenu {
  background-color: transparent;
}
.novaticeTooltipDropDownMenu.dijitTooltipAbove {
  margin-bottom: 6px;
}
.novaticeTooltipDropDownMenu.dijitTooltipBelow {
  margin-top: 6px;
}
.novaticeTooltipDropDownMenu.dijitTooltipRight {
  margin-left: 6px;
}
.novaticeTooltipDropDownMenu.dijitTooltipLeft {
  margin-right: 6px;
}
.novaticeSnakesBox {
  overflow: hidden;
  margin-top: 0.5rem;
}
.novaticeSnakesBox > div {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: white;
}
.novaticeSnakesBoxTooltip {
  outline: none;
}
.novaticeSnakesBoxTooltip-header {
  margin-bottom: 0.5rem;
}
.novaticeSnakesBoxTooltip .dgrid .dgrid-scroller {
  overflow-y: scroll;
}
.novaticeSnakesBoxTooltip .dgrid .dgrid-content {
  width: 20rem;
  max-height: 215px;
}
.novaticeSnakesBoxTooltip .dgrid .dgrid-column-name {
  padding: 0.5rem;
  line-height: 23px;
}
.novaticeSnakesBoxTooltip .dgrid .dgrid-row {
  cursor: pointer;
}
.novaticeSnakesBoxTooltip .dgrid .dgrid-selected .dgrid-column-name:before {
  content: "\2714";
  color: #43a047;
  font-size: 1.2rem;
  margin-right: 0.3rem;
  vertical-align: middle;
  line-height: 1;
}
.novaticeSnakesBox .novaticeSnakesBoxSnake {
  position: absolute;
  z-index: 0;
  left: -9999px;
  overflow: hidden;
}
.novaticeSnakesBox .novaticeSnakesBoxSnake .dijitButtonNode {
  border-radius: 20px;
}
.novaticeSnakesBox .novaticeSnakesBoxSnake .dijitArrowButtonInner {
  font-size: 0.75rem;
}
.novaticeSnakesBox .novaticeSnakesBoxSnake .dijitArrowButtonInner:before {
  content: "\f00e";
}
.novaticeSnakesBox .novaticeSnakesBoxSnake.ready {
  position: relative;
  left: initial;
  transition: margin-left 0.5s;
}
.novaticeDateRange {
  border-spacing: 0;
}
.novaticeDateRange td {
  vertical-align: middle;
}
.novaticeDateRange .fa-magic {
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  text-align: center;
  margin: 1px 0 1px 0.5em;
  padding: 2px 1px 1px 2px;
  background-color: transparent;
  border-radius: 50%;
  transition: color 0.25s ease, background-color 0.5s ease;
}
.novaticeDateRange .fa-magic:hover:not(.dijitDisabled) {
  color: white;
  background-color: #1e88e5;
}
.novaticeDateRange .fa {
  color: #1e88e5;
}
.novaticeDateRange.dijitDisabled .fa {
  color: #818181;
}
.novaticeDateRangeDropDown .dijitTooltipContainer {
  padding: 0;
}
.novaticeDateRangeDropDown .dijitMenu {
  border: none;
}
.novaticeSpinnerYearCalendar .dijitCalendarMonthContainer .dijitSpinner {
  width: 5rem;
  margin-left: 8px;
}
.novaticeSpinnerYearCalendar .dijitCalendarYearContainer {
  display: none;
}
.novaticeSpinnerYearCalendar > table {
  margin: auto;
}
.novaticeDateTimeTextBox {
  width: 12em;
}
.novaticeRangeCalendar {
  grid-column: span 2;
}
.novaticeRangeCalendar .dijitCalendar {
  box-shadow: none;
}
.novaticeRangeCalendar .dijitCalendar:first-child {
  border-right: none;
}
.novaticeDateTimeRange {
  background-color: white;
  width: auto;
  height: auto;
  display: grid;
  grid-template: auto 1fr auto/repeat(2, auto);
}
.novaticeDateTimeRangePopup {
  box-shadow: 0 7px 3px -4px rgba(0, 0, 0, 0.3), 0 8px 8px rgba(0, 0, 0, 0.2);
}
.novaticeDateTimeRangeTextBox {
  display: inline-flex;
  width: auto;
  align-items: center;
}
.novaticeDateTimeRangeTextBox .dijitTextBox {
  border: none;
}
.novaticeDateTimeRangeTextBox.dijitComboBox .dijitButtonNode {
  padding: 4px;
  border-width: 0;
  border-left-width: 1px;
  width: 20px;
}
.novaticeDateTimeRange.datetimeMode .novaticeDateTimeRangeSelector {
  display: grid;
  justify-items: center;
  grid-gap: 10px;
  grid-template: 1fr auto/repeat(2, 1fr);
}
.novaticeDateTimeRange.dateMode .novaticeTimeSpinner {
  display: none;
}
.novaticeDateTimeRangeSelector {
  padding: 24px;
}
.novaticeDateTimeRangeHeader {
  border-bottom: 1px solid black;
}
.novaticeDateTimeRangeActionBar {
  border-top: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.novaticeDateTimeRangeHeader,
.novaticeDateTimeRangeActionBar {
  grid-column: span 2;
  padding: 4px;
}
.novaticeDateTimeRangePeriod {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid gray;
}
.novaticeDateTimeRange .novaticeDateTimeRangePeriods {
  margin-left: 4px;
}
.novaticeDateTimeRange .novaticeDateTimeRangePeriods.dijitMenu,
.novaticeDateTimeRange .novaticeDateTimeRangePeriods.dijitMenuTable {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-right: 1px solid black;
}
.novaticeDateTimeRange .novaticeDateTimeRangePeriods.novaticeDateTimeRangePeriodsEmpty {
  display: none;
}
.novaticeDateTimeRange .novaticeDateTimeRangePeriods .dijitButton {
  margin: 0;
}
.novaticeDateTimeRange .novaticeDateTimeRangePeriods .dijitButtonNode {
  border: none;
  box-sizing: border-box;
  width: 100%;
}
.novaticeDateTimeRange .dijitCalendarDateTemplate.novaticeCalendarRangeBetweenDate {
  background-color: #b2dbfb;
}
.novaticeDateTimeRange .dijitCalendarDateTemplate.dijitCalendarSelectedDate {
  background-color: #2196f3;
}
.novaticeDateTimeRange .dijitCalendarDateTemplate.dijitCalendarSelectedDate.novaticeCalendarRangeStartDate {
  border-top-left-radius: 20%;
  border-bottom-left-radius: 20%;
  border-right: solid 1px white;
}
.novaticeDateTimeRange .dijitCalendarDateTemplate.dijitCalendarSelectedDate.novaticeCalendarRangeEndDate {
  border-top-right-radius: 20%;
  border-bottom-right-radius: 20%;
  border-left: solid 1px white;
}
.dijitTableLayout {
  overflow: hidden;
}
.tableContainer-table-horiz .tableContainer-labelCell {
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 8px;
}
.tableContainer-table-horiz .tableContainer-labelCell-checkbox {
  padding-top: 2px;
}
.tableContainer-valueCell {
  white-space: nowrap;
}
.tableContainer-valueCell > * {
  vertical-align: middle;
  white-space: initial;
}
.tableContainer-hr {
  width: 33%;
  height: 1px;
  color: #a6a6a6;
  background-color: #a6a6a6;
  border: none;
  margin: 0.1em auto;
}
.novaticeTipIcon {
  display: inline-block;
  position: relative;
  transform: translateZ(0);
}
.novaticeTipIcon:after {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: -1;
  content: "";
  height: 10px;
  width: 90%;
  opacity: 0;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  transition: opacity 0.3s;
}
.novaticeTipIcon:hover:after {
  opacity: 1;
}
.novaticeTipIcon-tooltip {
  padding: 4px 0;
}
.novaticeTipIcon-tooltip ul {
  margin: 0 0 0 1.75em;
}
.novaticeTipIcon-tooltip ul > li {
  margin-top: 0.5em;
}
.novaticeTipIcon-tooltip ul > li:first-child {
  margin-top: 0;
}
.novaticeTipIcon-tooltip ul > li:last-child {
  margin-bottom: 0;
}
.novaticeTipIcon-tooltip div + ul {
  margin-top: 0.5em;
}
.novaticeTipIcon.fa-info-circle {
  color: #03a9f4;
}
.novaticeTipIcon.fa-exclamation-triangle {
  color: #fb8c00;
}
.novaticeTextBoxTip {
  margin: 0;
  --fa-li-margin: 24px;
}
.novaticeTextBoxTip > li {
  margin: 4px 0;
}
.novatice-jlabel {
  cursor: default;
  display: inline-flex;
  column-gap: 4px;
  align-items: center;
}
.novatice-jlabel-v {
  flex-direction: column;
}
.novatice-jlabel-tipmark {
  margin-left: 5px;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #468cc8;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.novaticeFormContainer {
  overflow: auto;
}
.novaticeFormH .novaticeFormContainer,
.novaticeFormH .novaticeFormActionBar {
  display: inline-block;
  vertical-align: bottom;
}
.novaticeFormH .novaticeFormActionBar {
  padding-left: 8px;
}
.novaticeFormV .novaticeFormActionBar {
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.novaticeFormV .novaticeFormActionBar .dijitButton {
  margin: 0;
}
.novaticeGridFilterForm .novaticeFormActionBar {
  display: none;
}
.novatice-optional-input {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.novatice-optional-input .dijitCheckBox.dijitFocused + span {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-position: under;
}
.novatice-rgwi {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 8px;
  align-items: center;
  justify-content: start;
}
.novatice-rgwi-radio-default + label {
  grid-column: span 3;
}
.novatice-rgwi label {
  cursor: pointer;
}
.novatice-rgwi .dijitRadio.dijitFocused + label {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-position: under;
}
.novaticeCheckBox,
.novaticeRadio {
  line-height: 20px;
  cursor: pointer;
  display: inline-flex;
  gap: 4px;
  align-items: start;
  vertical-align: top;
}
.novaticeCheckBox.dijitFocusedLabel .novaticeCheckBoxLabel,
.novaticeCheckBox.dijitFocusedLabel .novaticeRadioLabel,
.novaticeRadio.dijitFocusedLabel .novaticeCheckBoxLabel,
.novaticeRadio.dijitFocusedLabel .novaticeRadioLabel {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-position: under;
}
.novaticeCheckBox .dijitCheckBox {
  margin-top: 1px;
  flex-shrink: 0;
}
.novaticeRadio .dijitRadio {
  margin-top: 2px;
}
.novaticeToggler {
  gap: 8px;
}
.novaticeTogglerSwitch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 36px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.novaticeTogglerSwitch:before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.25s;
  text-align: center;
  line-height: 16px;
  color: #43a047;
}
.novaticeToggler:hover .novaticeTogglerSwitch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.dijitCheckBoxChecked + .novaticeTogglerSwitch {
  background-color: #43a047;
}
.dijitCheckBoxChecked + .novaticeTogglerSwitch:before {
  left: 18px;
  content: "\2714";
}
.novatice-uploader-dialog .dijitDialogPaneContent {
  min-width: 200px;
}
.novatice-uploader-dialog .dijitProgressBar {
  margin-top: 8px;
}
.novatice-uploader-dialog .dijitProgressBarTile {
  background: none;
  animation: none;
}
.novatice-uploader-table.dijitError,
.dijitUploader.dijitError {
  outline: 1px solid #e53935;
  outline-offset: -2px;
}
.dijitUploader input[type="file"] {
  cursor: pointer;
}
.novatice-uploader-table td {
  padding: 0;
}
.novatice-uploader-table .novatice-uploader-input {
  width: 100%;
}
.novatice-uploader-table .novatice-uploader-input .dijitUploadDisplayInput {
  box-sizing: border-box;
  width: 100%;
}
.novatice-uploader-table .dijitUploader {
  margin: 0;
}
.flat .novaticeImageUploader {
  margin: 0;
  position: relative;
}
.flat .novaticeImageUploader > .dijitButtonNode {
  color: #9e9e9e;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.flat .novaticeImageUploader > .dijitButtonNode .dijitButtonContents {
  height: 100%;
}
.flat .novaticeImageUploader > .dijitButtonNode .dijitButtonContents:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.flat .novaticeImageUploader > .dijitButtonNode .dijitButtonContents:after {
  content: "";
}
.flat .novaticeImageUploader:hover > .dijitButtonNode {
  color: #2196f3;
  border-color: #2196f3;
}
.flat .novaticeImageUploader .fa-stack-2x:before {
  content: "\f03e";
}
.flat .novaticeImageUploader .fa-stack-overlay {
  position: absolute;
  bottom: -4px;
  right: -6px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: white;
}
.flat .novaticeImageUploader .fa-stack-overlay:before {
  content: "\f055";
}
.flat .novaticeImageUploader .preview {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.flat .novaticeImageUploader .no-preview:before {
  content: "\f03e";
  font-weight: normal;
}
.flat .novaticeImageUploader .delete-preview {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
}
.flat .novaticeImageUploader .delete-preview .dijitButtonNode {
  background-color: white;
  border-color: #9e9e9e;
  color: #9e9e9e;
  line-height: 1;
  border-radius: 50%;
}
.flat .novaticeImageUploader .delete-preview.dijitButtonHover .dijitButtonNode {
  color: #858585;
  border-color: #858585;
}
.flat .novaticeImageUploader .delete-preview .dijitIcon {
  width: 16px;
}
.flat .novaticeImageUploader .delete-preview .dijitIcon:before {
  content: "\f00d";
}
.flat .novaticeImageUploader.image-set:hover .delete-preview {
  display: initial;
}
.flat .novaticeImageUploader.dijitError > .dijitButtonNode {
  color: #e53935;
  border-color: #e53935;
}
.flat .novaticeImageUploader.dijitError .fa-stack-overlay:before {
  content: "\f071";
}
.flat .dijitSelect {
  position: relative;
}
.flat .dijitSelectHolder {
  color: #9e9e9e;
}
.flat .dijitSelectHolderOver {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  opacity: 0;
  font-weight: bold;
  color: #43a047;
  transition: all 0.25s;
  white-space: nowrap;
}
.flat .dijitSelectHolderOverVisible {
  opacity: 1;
  top: -9px;
}
.flat .dijitSelectKeepHolderVisible {
  margin-top: 20px;
}
.flat .dijitSelectWithValue {
  border-color: #43a047;
}
.flat .dijitSelectError {
  border-color: #bc2500;
}
.flat .dijitSelectError .dijitButtonContents .dijitButtonText {
  display: block !important;
  padding-top: 3px;
}
.flat .dijitSelectError .dijitButtonContents .dijitValidationContainer {
  padding-right: 0;
}
.dijitComboBox .dropDownLoading {
  display: none;
  float: right;
  padding: 4px;
  font-size: 1rem;
  line-height: 20px;
  color: #999;
  overflow: hidden;
}
.dijitMenuNoDataButton {
  cursor: default;
  text-align: center;
  font-style: italic;
}
.novaticePathSelect + div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 6px;
  border: 1px solid #43a047;
}
.novaticePathSelect + div .path-container {
  color: black;
}
.novaticePathSelect + div .dijitButton {
  margin: 0;
}
.novaticePathSelect + div .dijitButton .dijitButtonNode {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.novaticePathSelect + div .dijitButton .dijitIcon {
  font-size: 12px;
  width: 1.67em;
}
.novaticeTimeSpinner {
  width: 8em;
}
.dgrid.ui-state-error {
  border-color: #bc2500;
}
.dgrid.ui-state-error .dgrid-validation-error {
  display: initial;
}
.dgrid .dgrid-validation-error {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  line-height: 15px;
  color: #bc2500;
  font-size: 18px;
  background-color: white;
}
.novaticeCheckBoxTree .dijitRadio,
.novaticeCheckBoxTree .dojoxTriStateCheckBox {
  margin-right: 0.5em;
}
.dialog-factory .dijitDialogPaneContentArea {
  min-height: 50px;
  min-width: 333px;
  max-width: 444px;
  padding-left: 80px;
  overflow-wrap: anywhere;
  position: relative;
}
.dialog-factory .dijitDialogPaneContentArea.dialog-factory-noIcon {
  padding-left: 0;
}
.dialog-factory .dijitDialogPaneContentArea.dialog-factory-noIcon .dialog-factory-icon {
  display: none;
}
.dialog-factory-textbox {
  margin-top: 8px;
  width: calc(100% - 2px);
}
.dialog-factory-icon {
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 3rem;
  color: #03a9f4;
}
.dialog-factory-icon:before {
  --fa: "\f05a";
}
.dialog-factory-warn {
  color: #fb8c00;
}
.dialog-factory-warn:before {
  --fa: "\f071";
}
.dialog-factory-error {
  color: #e53935;
}
.dialog-factory-error:before {
  --fa: "\f06a";
}
.dialog-factory-confirm:before,
.dialog-factory-prompt:before {
  --fa: "\f059";
}
.dialog-factory-wait:before {
  --fa: "\f1ce";
}
.flat .dialog-factory-error-details {
  margin: 1rem 0.5rem;
  margin-bottom: 0;
  padding: 0.5rem;
  border-left: 1px solid #dedede;
  position: relative;
}
.flat .dialog-factory-error-details > div {
  overflow: auto;
  max-height: 222px;
}
.flat .dialog-factory-error-details textarea {
  overflow: hidden;
  border: none;
  padding: 0;
  white-space: pre;
}
.flat .dialog-factory-error-details .dijitButton {
  display: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.flat .dialog-factory-error-details .dijitButtonNode {
  border-radius: 50%;
}
.flat .dialog-factory-error-details:hover .dijitButton {
  display: initial;
}
@media (max-width: 480px) {
  .dialog-factory .dijitDialogPaneContentArea {
    padding-left: 0;
    min-width: 0;
  }
  .dialog-factory-icon {
    display: none !important;
  }
}
.dojoxTriStateCheckBoxInput {
  border: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.001;
}
.dojoxTriStateCheckBox input {
  margin: 0;
  padding: 0;
}
.dj_a11y .dojoxTriStateCheckBox {
  width: auto !important;
  height: auto !important;
}
.dj_a11y .dojoxTriStateCheckBoxInput {
  opacity: 1;
  width: auto;
  height: auto;
}
.flat .dojoxTriStateCheckBox {
  background-color: #fff;
  border: 1px solid #9e9e9e;
  width: 16px;
  height: 16px;
  line-height: 1;
  padding: 0;
  border-radius: 2px;
  text-align: center;
  position: relative;
  transition: all 0.1s linear;
}
.flat .dojoxTriStateCheckBox input {
  position: absolute;
  top: 0;
  left: 0;
}
.flat .dojoxTriStateCheckBoxInner {
  display: none;
  position: absolute;
  text-align: center;
}
.flat .dojoxTriStateCheckBoxHover {
  border-color: #2196f3;
}
.flat .dojoxTriStateCheckBoxChecked,
.flat .dojoxTriStateCheckBoxMixed {
  border-color: #2196f3;
}
.flat .dojoxTriStateCheckBoxChecked:before,
.flat .dojoxTriStateCheckBoxMixed:before {
  display: inline-block;
  background-color: #2196f3;
}
.flat .dojoxTriStateCheckBoxCheckedHover:before,
.flat .dojoxTriStateCheckBoxMixedHover:before {
  background-color: #42a6f5;
}
.flat .dojoxTriStateCheckBoxChecked:before {
  width: 16px;
  height: 16px;
  font: normal normal normal "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 16px;
  color: white;
  content: "\f00c";
}
.flat .dojoxTriStateCheckBoxMixed:before {
  width: 12px;
  height: 12px;
  margin: 2px;
  content: "";
}
.flat .dojoxTriStateCheckBoxDisabled {
  background-color: #f5f5f5;
  border-color: #e3e3e3;
}
.flat .dojoxTriStateCheckBoxDisabled input {
  cursor: default;
}
.flat .dojoxTriStateCheckBoxCheckedDisabled,
.flat .dojoxTriStateCheckBoxMixedDisabled {
  border-color: #cccccc;
}
.flat .dojoxTriStateCheckBoxCheckedDisabled:before,
.flat .dojoxTriStateCheckBoxMixedDisabled:before {
  background-color: #cccccc;
}
.dijit_a11y .dojoxTriStateCheckBoxInner {
  display: block;
}
.holderEffect-default .dijitPlaceHolder {
  transform: translateZ(0);
  transition: transform 0.25s;
}
.holderEffect-default.holderEffectOn .dijitPlaceHolder {
  transform: translateX(-100%);
}
.holderEffect-highlight .dijitPlaceHolder {
  transition-property: transform, color, font-weight;
  transition-duration: 0.25s;
}
.holderEffect-highlight.holderEffectOn .dijitPlaceHolder {
  transform: translateY(-24px);
  font-weight: bold;
}
.holderEffect-highlight.holderEffectOn.holderEffectWithValue {
  border-color: #43a047;
}
.holderEffect-highlight.holderEffectOn.holderEffectWithValue .dijitPlaceHolder {
  color: #43a047;
}
.holderEffect-highlight.holderEffectOn.holderEffectWithValue .dijitButtonNode {
  border-color: #43a047;
}
.holderEffect-highlight.dijitHover .dijitPlaceHolder,
.holderEffect-highlight.dijitActive .dijitPlaceHolder,
.holderEffect-highlight.dijitFocused .dijitPlaceHolder {
  color: #2196f3;
}
.holderEffect-highlight.dijitHover .dijitButtonNode,
.holderEffect-highlight.dijitActive .dijitButtonNode,
.holderEffect-highlight.dijitFocused .dijitButtonNode {
  border-color: #2196f3;
}
.holderEffect-highlight.dijitError,
.holderEffect-highlight.holderEffectOn.dijitError {
  border-color: #bc2500;
}
.holderEffect-highlight.dijitError .dijitPlaceHolder,
.holderEffect-highlight.holderEffectOn.dijitError .dijitPlaceHolder {
  color: #bc2500;
}
.holderEffect-highlight.dijitError .dijitButtonNode,
.holderEffect-highlight.holderEffectOn.dijitError .dijitButtonNode {
  border-color: #bc2500;
}
.novaticeTextarea textarea {
  margin: 0;
  width: calc(100% - 14px);
  height: calc(100% - 10px);
}
.novaticeTextarea .dijitPlaceHolder {
  padding-left: 6px;
  padding-top: 6px;
}
.novaticeTextarea.holderEffect-highlight .dijitPlaceHolder {
  padding: 0 4px;
  left: 5px;
  top: 8px;
}
.novaticeTextarea.holderEffect-highlight.holderEffectOn .dijitPlaceHolder {
  transform: translateY(-22px);
}
.novaticeTextarea.holderEffect-highlight.holderEffectOn.holderEffectWithValue textarea {
  border-color: #43a047;
}
.novaticeTextarea.holderEffect-highlight.holderEffectOn.dijitError textarea {
  border-color: #bc2500;
}
.flat .dijitSelectError.alt-primary,
.flat .dijitComboBoxError.alt-primary,
.flat .dijitSpinnerError.alt-primary {
  border-color: #bc2500;
}
.flat .dijitSelectError.alt-primary .dijitButtonNode,
.flat .dijitComboBoxError.alt-primary .dijitButtonNode,
.flat .dijitSpinnerError.alt-primary .dijitButtonNode {
  border-color: #bc2500;
}
.flat .dijitSelectErrorFocused.alt-primary,
.flat .dijitComboBoxErrorFocused.alt-primary,
.flat .dijitSpinnerErrorFocused.alt-primary {
  border-color: #bc2500;
}
.flat .dijitSelectErrorFocused.alt-primary .dijitButtonNode,
.flat .dijitComboBoxErrorFocused.alt-primary .dijitButtonNode,
.flat .dijitSpinnerErrorFocused.alt-primary .dijitButtonNode {
  border-color: #bc2500;
}
.novaticeSearchTextBox .dijitButtonNode {
  width: 20px;
}
.dj_trident .novaticeSearchTextBox ::-ms-clear,
.dj_edge .novaticeSearchTextBox ::-ms-clear {
  display: none;
}
@font-face {
  font-family: "text-security-disc";
  src: url("../dojo/novatice/theme/font-text-security/text-security-disc-compat.eot");
  src: url("../dojo/novatice/theme/font-text-security/text-security-disc-compat.eot") format("embedded-opentype"), url("../dojo/novatice/theme/font-text-security/text-security-disc.woff2") format("woff2"), url("../dojo/novatice/theme/font-text-security/text-security-disc-compat.ttf") format("truetype");
}
.novaticePasswordTextBox .dijitButtonNode {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.novaticePasswordTextBox .dijitButtonNode:before {
  content: "\f070";
}
.novaticePasswordTextBox.textSecurity .dijitInputInner {
  font-family: "text-security-disc";
}
.novaticePasswordTextBox.textSecurity .dijitButtonNode:before {
  content: "\f06e";
}
.novaticePasswordValidator > .dijitTextBox {
  display: block;
}
.novaticePasswordValidatorStrength {
  display: inline-table;
  width: 100%;
}
.novaticePasswordValidatorStrength:after {
  content: attr(data-strength-label);
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 8px;
  transition-property: color;
  transition-duration: 0.5s;
}
.novaticePasswordValidatorStrength .dijitProgressBar {
  display: table-cell;
  width: 100%;
  height: 6px;
  background-color: transparent;
  border-radius: 0;
}
.novaticePasswordValidatorStrength .dijitProgressBar:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9e9e9e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -2;
}
.novaticePasswordValidatorStrength .dijitProgressBarFull {
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  transition-property: width, background-color;
  transition-duration: 0.5s;
}
.novaticePasswordValidatorStrength .dijitProgressBarTile {
  background: none;
  animation: none;
}
.novaticePasswordValidatorStrength .dijitProgressBarLabel {
  display: none;
}
.novaticePasswordValidatorStrength.score0:after {
  color: #c20c0c;
}
.novaticePasswordValidatorStrength.score0 .dijitProgressBar:before,
.novaticePasswordValidatorStrength.score0 .dijitProgressBarFull {
  background-color: #c20c0c;
}
.novaticePasswordValidatorStrength.score1:after {
  color: #c2670c;
}
.novaticePasswordValidatorStrength.score1 .dijitProgressBar:before,
.novaticePasswordValidatorStrength.score1 .dijitProgressBarFull {
  background-color: #c2670c;
}
.novaticePasswordValidatorStrength.score2:after {
  color: #c2c20c;
}
.novaticePasswordValidatorStrength.score2 .dijitProgressBar:before,
.novaticePasswordValidatorStrength.score2 .dijitProgressBarFull {
  background-color: #c2c20c;
}
.novaticePasswordValidatorStrength.score3:after {
  color: #67c20c;
}
.novaticePasswordValidatorStrength.score3 .dijitProgressBar:before,
.novaticePasswordValidatorStrength.score3 .dijitProgressBarFull {
  background-color: #67c20c;
}
.novaticePasswordValidatorStrength.score4:after {
  color: #0cc20c;
}
.novaticePasswordValidatorStrength.score4 .dijitProgressBar:before,
.novaticePasswordValidatorStrength.score4 .dijitProgressBarFull {
  background-color: #0cc20c;
}
.novaticePasswordValidator-feedback {
  margin: 0;
  margin-left: 1.5em;
}
.novaticePasswordValidator-feedback li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.novaticePasswordValidator-feedback .fa-exclamation-triangle {
  color: #fb8c00;
}
.novaticePasswordValidator-feedback .fa-angle-double-right {
  color: #43a047;
}
