﻿:root {
  /*--- Color Scheme ---*/
  /* Interactive Colors */
  --iq-color-primary: var(--iqtheme-color-primary, #1C6E87);
  --iq-color-primary-contrast: var(--iqtheme-color-primary-contrast, #FFFFFF);
  --iq-color-primary-hover: var(--iqtheme-color-primary-hover, #16586C);
  --iq-color-primary-hover-contrast: var(--iqtheme-color-primary-hover-contrast, #FFFFFF);
  --iq-color-primary-subtle: var(--iqtheme-color-primary-subtle, #D1E2E7);
  --iq-color-primary-subtle-contrast: var(--iqtheme-color-primary-subtle-contrast, #0B2C36);
  --iq-color-secondary: var(--iqtheme-color-secondary, #657587);
  --iq-color-secondary-contrast: var(--iqtheme-color-secondary-contrast, #FFFFFF);
  --iq-color-secondary-hover: var(--iqtheme-color-secondary-hover, #505D6C);
  --iq-color-secondary-hover-contrast: var(--iqtheme-color-secondary-hover-contrast, #FFFFFF);
  --iq-color-secondary-subtle: var(--iqtheme-color-secondary-subtle, #E0E3E7);
  --iq-color-secondary-subtle-contrast: var(--iqtheme-color-secondary-subtle-contrast, #282E36);
  --iq-color-info: var(--iqtheme-color-info, #0DCAF0);
  --iq-color-info-contrast: var(--iqtheme-color-info-contrast, #055060);
  --iq-color-info-hover: var(--iqtheme-color-info-hover, #0AA1C0);
  --iq-color-info-hover-contrast: var(--iqtheme-color-info-hover-contrast, #04404C);
  --iq-color-info-subtle: var(--iqtheme-color-info-subtle, #CEF4FC);
  --iq-color-info-subtle-contrast: var(--iqtheme-color-info-subtle-contrast, #055060);
  --iq-color-error: var(--iqtheme-color-error, #B94A48);
  --iq-color-error-contrast: var(--iqtheme-color-error-contrast, #FFFFFF);
  --iq-color-error-hover: var(--iqtheme-color-error-hover, #943B39);
  --iq-color-error-hover-contrast: var(--iqtheme-color-error-hover-contrast, #FFFFFF);
  --iq-color-error-subtle: var(--iqtheme-color-error-subtle, #F1DADA);
  --iq-color-error-subtle-contrast: var(--iqtheme-color-error-subtle-contrast, #4A1D1C);
  --iq-color-warning: var(--iqtheme-color-warning, #FFC107);
  --iq-color-warning-contrast: var(--iqtheme-color-warning-contrast, #664D02);
  --iq-color-warning-hover: var(--iqtheme-color-warning-hover, #CC9A05);
  --iq-color-warning-hover-contrast: var(--iqtheme-color-warning-hover-contrast, #513D02);
  --iq-color-warning-subtle: var(--iqtheme-color-warning-subtle, #FFF2CD);
  --iq-color-warning-subtle-contrast: var(--iqtheme-color-warning-subtle-contrast, #664D02);
  --iq-color-success: var(--iqtheme-color-success, #198754);
  --iq-color-success-contrast: var(--iqtheme-color-success-contrast, #FFFFFF);
  --iq-color-success-hover: var(--iqtheme-color-success-hover, #146C43);
  --iq-color-success-hover-contrast: var(--iqtheme-color-success-hover-contrast, #FFFFFF);
  --iq-color-success-subtle: var(--iqtheme-color-success-subtle, #D1E7DC);
  --iq-color-success-subtle-contrast: var(--iqtheme-color-success-subtle-contrast, #0A3621);
  --iq-color-light: var(--iqtheme-color-light, #F8F9FA);
  --iq-color-light-contrast: var(--iqtheme-color-light-contrast, #636364);
  --iq-color-light-hover: var(--iqtheme-color-light-hover, #C6C7C8);
  --iq-color-light-hover-contrast: var(--iqtheme-color-light-hover-contrast, #4F4F50);
  --iq-color-light-subtle: var(--iqtheme-color-light-subtle, #FDFDFE);
  --iq-color-light-subtle-contrast: var(--iqtheme-color-light-subtle-contrast, #636364);
  --iq-color-dark: var(--iqtheme-color-dark, #212529);
  --iq-color-dark-contrast: var(--iqtheme-color-dark-contrast, #FFFFFF);
  --iq-color-dark-hover: var(--iqtheme-color-dark-hover, #1A1D20);
  --iq-color-dark-hover-contrast: var(--iqtheme-color-dark-hover-contrast, #FFFFFF);
  --iq-color-dark-subtle: var(--iqtheme-color-dark-subtle, #D2D3D4);
  --iq-color-dark-subtle-contrast: var(--iqtheme-color-dark-subtle-contrast, #0D0E10);

  /* Flat Colors */
  --iq-color-black: #000000;
  --iq-color-white: #FFFFFF;
  --iq-color-gray: #8C939B;
  --iq-color-gray-200: #E9ECEF;

  /* SmartIQ CSS Custom Properties / Variables */
  /* theme colors ix classic */
  --iq-color-menubackground: var(--iqtheme-menu-bg-color, var(--iq-color-dark));
  --iq-color-menutext: var(--iqtheme-menu-text-color, #ffffff);
  --iq-color-menulink: var(--iqtheme-menu-link-color, var(--iq-color-light, #f8f9fa));
  --iq-color-menuhover: var(--iqtheme-menu-hover-color, #c6c7c8);
  --iq-color-link: var(--iqtheme-link-color, #337ab7);
  --iq-color-link-hover: var(--iqtheme-link-hover-color, #527898);
  --iq-color-link-active: var(--iqtheme-link-active-color, var(--bs-btn-active-color));
  --iq-link-decoration-line: var(--iq-link-decoration-line, none);
  --iq-link-decoration-style: var(--iq-link-decoration-style, solid);
  --iq-link-decoration-line-hover: var(--iq-link-decoration-line-hover, none);
  --iq-link-decoration-style-hover: var(--iq-link-decoration-style-hover, solid);
  --iq-link-weight: var(--iq-link-weight, normal);
  --iq-link-weight-hover: var(--iq-link-weight-hover, normal);
  --iq-shape-style: 0.2rem;
  --iq-shape-style-input: var(--iq-shape-style);
  --iq-color-body-text: var(--iqtheme-body-text-color, var(--iq-color-dark));
  --iq-color-question-text: var(--iqtheme-question-text-color, var(--iq-color-dark, #212529));
  --iq-color-page-title: var(--iqtheme-page-title-color, #1c6e87);
  --iq-color-error: var(--iqtheme-color-error, var(--iq-color-red));
  --iq-color-warning: var(--iqtheme-color-warning, var(--iq-color-yellow));
  --iq-color-success: var(--iqtheme-color-success, var(--iq-color-green));
  /* calculated colors */
  --iq-color-primary-contrast: var(--iqtheme-color-primary-contrast, #ffffff);
  --iq-color-secondary-contrast: var(--iqtheme-color-secondary-contrast, #ffffff);
  --iq-color-error-contrast: var(--iqtheme-color-error-contrast, #ffffff);
  --iq-color-warning-contrast: var(--iqtheme-color-warning-contrast, #664d02);
  --iq-color-success-contrast: var(--iqtheme-color-success-contrast, #ffffff);
  --iq-color-secondary-outline-label: var(--iq-color-secondary);
  /* WCAG Related Color */
  --iq-wcag-focus-color: rgba(13, 110, 253, .8);
  --iq-wcag-focus-width: 0 0 0 2px;
  --iq-wcag-focus-outline-width: 2px;
  /* calculated icons */
  --iq-color-warning-icon: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAHPSURBVEhL1ZahTgNBEIZ7l4oKBAJRUVEBCSSQVCAqEEgEAllBgukjIBAIEp4AVYGoQPAIlYgKJKICUVEBCSSIioqSVJTvP3bL3nUobaCCSb7u7j+zM7e3t5tG4/E4t0yLXbs0W6hAHMe7URQdueFcttArokCbpsicHXj/VH8wFZgHnrymcMeZFWMx1wpIXoAu3WfHAfM24FX+meYrzQK7oMAItukXafvQtGKzmGIIVibZEC69Rr+OPqathrEWphhCklt4JGEho9/BfahZmKIH29OTwr7h26SAVnac9YWYosDyTH6A62DcFPTXpNE/hxfGK+HcEFMUTKy7yatew/Qjym6soh2Y7E8WWyQpk96gFuqMB/gUkKzAaVUYoiVFs0wJggkNaBt6TwUM/QZaWV1MCQTqiUYkqhi+rnyGXoIBpFYs0oOvd5psbBZ0fbJTK3M+v+GTPROpIOyMoD6tLrSUz/mLYL9rzglze9BI6UGAP7GnYUDg18Ynm0y7bsWgJxci7eSEh84W6ELLey0E0xM+gd51yYoR+HTCOz6PF33lwzA4i4rAt4dKYBXy6CNJrvSIjpbu75orRfzWyHdCo33c0qDBQKX/HHK3/vu/ilzuA4IYXHKFbgs1AAAAAElFTkSuQmCC');
  --iq-color-success-icon: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==');
  --iq-color-error-icon: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=');
  --iqtheme-validation-default-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktZXhjbGFtYXRpb24tY2lyY2xlIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik04IDE1QTcgNyAwIDEgMSA4IDFhNyA3IDAgMCAxIDAgMTRtMCAxQTggOCAwIDEgMCA4IDBhOCA4IDAgMCAwIDAgMTYiLz4KICA8cGF0aCBkPSJNNy4wMDIgMTFhMSAxIDAgMSAxIDIgMCAxIDEgMCAwIDEtMiAwTTcuMSA0Ljk5NWEuOTA1LjkwNSAwIDEgMSAxLjggMGwtLjM1IDMuNTA3YS41NTIuNTUyIDAgMCAxLTEuMSAweiIvPgo8L3N2Zz4=");
  /* typography */
  --iq-font-scale: 100%;
  --iq-font-family-ixclassic: "Helvetica Neue",Helvetica,Arial,sans-serif;
  --iq-font-family: var(--bs-font-sans-serif);
  --iq-font-heading-weight: 600;
  /* other colors (excluded from theme builder for now) */
  --iq-color-gray-200: #eeeeee;
  --iq-color-page-background: #ffffff;
  --iq-color-mid-gray: #606060;
  --iq-color-bright-green: #99c946;
  --iq-color-red: #b94a48;
  --iq-color-green: #198754;
  --iq-color-yellow: #ffc107;
  --iq-color-muted: #6c757d;
  /* highlight / markup colors */
  --iq-color-highlight-green: #e6ffe6;
  --iq-color-highlight-red: #ffe6e6;
  /* initial font scale */
  font-size: var(--iq-font-scale);
  /* Theme builder: components / buttons */
  --iq-color-button-primary-label: var(--iqtheme-primary-button-label-color, var(--iq-color-primary-contrast));
  --iq-color-button-primary-label-hover: var(--iqtheme-primary-button-label-hover-color, #ffffff);
  --iq-color-button-primary-hover: var(--iqtheme-primary-button-hover-color, #16586c);
  --iq-color-button-outline-label: var(--iqtheme-outline-button-label-color, var(--iq-color-primary));
  --iq-color-button-outline-label-hover: var(--iqtheme-outline-button-label-hover-color, #ffffff);
  --iq-color-button-outline-hover: var(--iqtheme-outline-button-hover-color, #16586c);
  --iq-color-button-toggle-label: var(--iqtheme-toggle-button-label-color, var(--iq-color-secondary));
  --iq-color-button-toggle-label-hover: var(--iqtheme-toggle-button-label-hover-color, #ffffff);
  --iq-color-button-toggle-hover: var(--iqtheme-toggle-button-hover-color, #505d6c);
  --iq-color-button-link-label: var(--iqtheme-link-button-label-color, var(--iq-color-link));
  --iq-color-button-link-hover: var(--iqtheme-link-button-hover-color, var(--iq-color-link-hover));

  --iq-color-nav-bg: var(--iqtheme-nav-bg-color, #FFFFFF);
  --iq-color-nav-contentbg: var(--iqtheme-nav-content-bg-color, #FFFFFF);
  --iq-color-nav-text: var(--iqtheme-nav-text-color, var(--iq-color-body-text));

  --iq-header-bottom: none;
  --iq-header-shadow: none;
  --iq-header-position: relative;
  --iq-header-position-mobile: absolute;
  --iq-body-container-padding-top: 15px;
  --iq-logo-scale: 1;
  --iq-header-height: 54px;
  --iq-mobile-header-height: 60px;
  --iq-header-is-attached: 1;
  --iq-navigation-width-default: 200px;
  --iq-navigation-width-wide: 300px;
  --iq-navigation-width: var(--iq-navigation-width-default);
  --iq-navigation-spacing-compact: 4px;
  --iq-navigation-spacing-open: 8px;
  --iq-navigation-spacing: var(--iq-navigation-spacing-compact);
  --iq-input-border-color: var(--iqtheme-input-border-color, #8c939b);
  --iq-transparent: transparent;
  /* Alert defaults*/
  --iqtheme-alert-bg: var(--iq-color-secondary-subtle);
  --iqtheme-alert-color: var(--iq-color-secondary-subtle-contrast);
  --iqtheme-alert-border-width-top: 1px;
  --iqtheme-alert-border-width-right: 1px;
  --iqtheme-alert-border-width-left: 1px;
  --iqtheme-alert-border-width-bottom: 1px;
  --iqtheme-alert-border-color-top: var(--iq-color-secondary);
  --iqtheme-alert-border-color-right: var(--iq-color-secondary);
  --iqtheme-alert-border-color-bottom: var(--iq-color-secondary);
  --iqtheme-alert-border-color-left: var(--iq-color-secondary);
  --iqtheme-alert-shape-style: var(--iq-shape-style);
  --iq-alert-border-style-top: solid;
  --iq-alert-border-style-right: solid;
  --iq-alert-border-style-bottom: solid;
  --iq-alert-border-style-left: solid;
  /* Button defaults*/
  /*default*/
  --iqtheme-button-bg: var(--iq-color-primary);
  --iqtheme-button-color: var(--iq-color-primary-contrast);
  --iqtheme-button-border-color-top: var(--iq-color-primary-contrast);
  --iqtheme-button-border-color-right: var(--iq-color-primary-contrast);
  --iqtheme-button-border-color-bottom: var(--iq-color-primary-contrast);
  --iqtheme-button-border-color-left: var(--iq-color-primary-contrast);
  --iqtheme-button-shape-style: var(--iq-shape-style);
  --iq-button-border-width-top: 1px;
  --iq-button-border-width-right: 1px;
  --iq-button-border-width-bottom: 1px;
  --iq-button-border-width-left: 1px;
  --iq-button-border-style-top: solid;
  --iq-button-border-style-right: solid;
  --iq-button-border-style-bottom: solid;
  --iq-button-border-style-left: solid;
  /*hover*/
  --iqtheme-button-bg-hover: var(--iq-color-primary-hover);
  --iqtheme-button-color-hover: var(--iq-color-primary-hover-contrast);
  --iqtheme-button-border-color-hover: var(--iq-color-primary-hover-contrast);
  /*disabled*/
  --iqtheme-button-bg-disabled: var(--iq-color-primary-subtle);
  --iqtheme-button-color-disabled: var(--iq-color-primary-subtle-contrast);
  --iqtheme-button-border-color-disabled: var(--iq-color-primary-subtle-contrast);

  /* Checks and Radios*/
  --iqtheme-checks-and-radios-bg: var(--iqtheme-builtinglobal-checks-and-radios-bg, var(--iq-color-primary));
  --iqtheme-checks-and-radios-color: var(--iqtheme-builtinglobal-checks-and-radios-color);
  /*Toggle Button Defaults */
  --iq-toggle-button-bg: transparent;
  --iq-toggle-button-color: var(--iq-color-button-toggle-label);
  --iq-toggle-button-inner-border-radius: 0;
  --iq-toggle-button-border-radius: var(--iqtheme-button-shape-style);
  --iq-toggle-button-border-color-top: var(--iq-color-secondary);
  --iq-toggle-button-border-color-right: var(--iq-color-secondary);
  --iq-toggle-button-border-color-bottom: var(--iq-color-secondary);
  --iq-toggle-button-border-color-left: var(--iq-color-secondary);
  --iq-toggle-button-border-width-top: 1px;
  --iq-toggle-button-border-width-right: 1px;
  --iq-toggle-button-border-width-bottom: 1px;
  --iq-toggle-button-border-width-left: 1px;
  --iq-toggle-button-border-style-top: solid;
  --iq-toggle-button-border-style-right: solid;
  --iq-toggle-button-border-style-bottom: solid;
  --iq-toggle-button-border-style-left: solid;
  /*Hover*/
  --iq-toggle-button-bg-hover: var(--iq-color-button-toggle-hover);
  --iq-toggle-button-color-hover: var(--iq-color-button-toggle-label-hover);
  /*Active*/
  --iq-toggle-button-bg-active: var(--iq-color-secondary-contrast);
  --iq-toggle-button-color-active: var(--iq-color-secondary);

  /* Badge Defaults*/
  --iqtheme-badge-bg: var(--iq-color-secondary-subtle);
  --iqtheme-badge-color: var(--iq-color-secondary-subtle-contrast);
  --iqtheme-badge-border-radius: var(--iqtheme-badge-shape-style);

  --iq-color-watermark: #555555;
  /*Horizontal navigation*/
  --iq-horizontal-navigation-color: var(--iq-color-primary);
  --iq-horizontal-navigation-color-contrast: var(--iq-color-nav-text);
  --iq-horizontal-navigation-color-active: var(--iq-color-body-text);
  --iq-horizontal-navigation-untouched-color: var(--iq-color-primary);
  --iq-horizontal-navigation-docking-space: 0px;
  --iq-horizontal-navigation-active-item-marker: 3px;
}

/* bootstrap overrides */
.table {
  --bs-table-striped-color: var(--iq-color-body-text);
  color: var(--iq-color-body-text);
}

.form-check-input:checked {
  background-color: var(--iqtheme-checks-and-radios-bg, var(--iq-color-primary));
  border-color: var(--iqtheme-checks-and-radios-color, var(--iq-color-primary));
}

.form-check input[type=checkbox], .form-check-inline input[type=checkbox], .form-check input[type=radio], .form-check-inline input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  border-color: var(--iq-input-border-color);
}

.btn.btn-success:not(:disabled):not(.disabled).active, .btn.btn-success:not(:disabled):not(.disabled):active, .show > .btn.btn-success.dropdown-toggle,
.btn-check:active + .btn.btn-success, .btn-check:checked + .btn.btn-success, .btn.btn-success.active,
.btn.btn-success, .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover, .show > .btn.btn-success.dropdown-toggle {
  color: var(--iq-color-success-contrast) !important;
  background-color: var(--iq-color-success) !important;
  border-color: var(--iq-color-success) !important;
}

  .btn.btn-success:hover {
    color: var(--iq-color-success-hover-contrast);
    background-color: var(--iq-color-success-hover);
    border-color: var(--iq-color-success-hover);
  }

.btn.btn-danger:hover {
  color: var(--iq-color-error-hover-contrast);
  background-color: var(--iq-color-error-hover);
  border-color: var(--iq-color-error-hover);
}

.btn.btn-warning:hover {
  color: var(--iq-color-warning-hover-contrast);
  background-color: var(--iq-color-warning-hover);
  border-color: var(--iq-color-warning-hover);
}

.btn.btn-danger:not(:disabled):not(.disabled).active, .btn.btn-danger:not(:disabled):not(.disabled):active, .show > .btn.btn-danger.dropdown-toggle,
.btn-check:active + .btn.btn-danger, .btn-check:checked + .btn.btn-danger, .btn.btn-danger.active,
.btn.btn-danger, .btn.btn-danger:active, .btn.btn-danger:focus, .btn.btn-danger:hover, .show > .btn.btn-danger.dropdown-toggle {
  color: var(--iq-color-error-contrast);
  background-color: var(--iq-color-error);
  border-color: var(--iq-color-error);
}

.btn.btn-warning:not(:disabled):not(.disabled).active, .btn.btn-warning:not(:disabled):not(.disabled):active, .show > .btn.btn-warning.dropdown-toggle,
.btn-check:active + .btn.btn-warning, .btn-check:checked + .btn.btn-warning, .btn.btn-warning.active,
.btn.btn-warning, .btn.btn-warning:active, .btn.btn-warning:focus, .btn.btn-warning:hover, .show > .btn.btn-warning.dropdown-toggle {
  color: var(--iq-color-warning-contrast);
  background-color: var(--iq-color-warning);
  border-color: var(--iq-color-warning);
}

.form-control-sm, .form-select-sm {
  font-size: 1em;
}

.form-select-sm {
  padding-left: 0.75rem; /* match form-select for floating text */
}

.form-control, .form-select {
  font-size: 1em;
}

.btn {
  font-size: 1.144em;
}

.bg-warning {
  background-color: var(--iq-color-warning);
}

.bg-danger {
  background-color: var(--iq-color-error);
}

.bg-success {
  background-color: var(--iq-color-success);
}

.bg-dark {
  background-color: var(--iq-color-dark) !important;
}

.bg-light {
  background-color: var(--iq-color-light) !important;
}

.bg-primary {
  background-color: var(--iq-color-primary) !important;
}

.bg-secondary {
  background-color: var(--iq-color-secondary) !important;
}

.text-warning {
  color: var(--iq-color-warning) !important;
}

.text-danger {
    color: var(--iqtheme-validation-error-color, var(--iq-color-error)) !important;
}

.text-success {
  color: var(--iq-color-success) !important;
}

.text-dark {
  color: var(--iq-color-dark) !important;
}

.text-light {
  color: var(--iq-color-light) !important;
}

.text-primary {
  color: var(--iq-color-primary) !important;
}

.text-secondary {
  color: var(--iq-color-secondary) !important;
}

.tab-content {
  max-width: calc(100vw - (var(--bs-gutter-x,1.5rem) * 2)) !important;
}

/************************/
/* Toastr overrides */

#toast-container > div.toast-success {
  color: var(--iq-color-success-contrast) !important;
  background-color: var(--iq-color-success) !important;
  background-image: var(--iq-color-success-icon) !important;
}

.toast-success .toast-close-button {
  color: var(--iq-color-success-contrast) !important;
  -webkit-text-shadow: 0 1px 0 var(--iq-color-success-contrast) !important;
  text-shadow: 0 1px 0 var(--iq-color-success-contrast) !important;
}

#toast-container > div.toast-error {
  color: var(--iq-color-error-contrast) !important;
  background-color: var(--iq-color-error) !important;
  background-image: var(--iq-color-error-icon) !important;
}

.toast-error .toast-close-button {
  color: var(--iq-color-error-contrast) !important;
  -webkit-text-shadow: 0 1px 0 var(--iq-color-error-contrast) !important;
  text-shadow: 0 1px 0 var(--iq-color-error-contrast) !important;
}

#toast-container > div.toast-warning {
  color: var(--iq-color-warning-contrast) !important;
  background-color: var(--iq-color-warning) !important;
  background-image: var(--iq-color-warning-icon) !important;
}

.toast-warning .toast-close-button {
  color: var(--iq-color-warning-contrast) !important;
  -webkit-text-shadow: 0 1px 0 var(--iq-color-warning-contrast) !important;
  text-shadow: 0 1px 0 var(--iq-color-warning-contrast) !important;
}
/********************/

body {
  font-family: var(--iq-font-family);
  font-size: 0.875rem;
  color: var(--iq-color-body-text);
  min-height: 100%;
}

  body.show-navbar {
    overflow-y: hidden;
  }

.navmenu-overlay {
  background: rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: calc(100vh - var(--iq-header-height));
  position: fixed;
  top: var(--iq-header-height);
  left: 0;
  display: none;
}

body.show-navbar .navmenu-overlay {
  display: block;
}

.body-text {
  color: var(--iq-color-body-text);
}

div.header-wrapper {
  background-color: var(--iq-color-menubackground);
  border-bottom: var(--iq-header-bottom);
  position: var(--iq-header-position);
  width: 100%;
  z-index: 1030;
}

.modal-open .header-wrapper {
  padding-right: inherit;
}

header.navbar {
  box-shadow: var(--iq-header-shadow);
  width: 100%;
  z-index: 1000;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--iq-color-menulink);
}

  .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--iq-color-menuhover);
  }

.navbar-toggler-icon {
  color: var(--iq-color-menutext);
}

.navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler {
  border: none;
  padding: 0.25rem;
}

  .navbar-toggler[aria-expanded="true"] #navbar-icon {
    display: none;
  }

#navbar-close-icon {
  display: none;
}

.navbar-toggler[aria-expanded="true"] #navbar-close-icon {
  display: initial;
}

@media screen and (max-width:767px) {
  .navbar-collapse.ix-navbar-collapse {
    display: none;
    top: var(--iq-header-height);
    border: 0px;
    box-shadow: .5rem .5rem 1rem rgba(0,0,0,.15);
    left: -65vw;
    width: 65vw;
    background-color: var(--iq-color-menubackground);
    overflow-y: auto;
    height: calc(100vh - var(--iq-header-height));
    border-radius: 0;
    position: fixed;
    z-index: 1000;
    padding-left: 25px;
    padding-top: 12px;
    transition: left .2s linear 0s;
  }

  #ProfilePicMenu {
    margin-top: 18px;
  }
}

.navbar-collapse.ix-navbar-collapse.collapsing {
  display: block;
  transition: none;
}

.navbar-collapse.ix-navbar-collapse.show {
  display: block;
  left: 0;
}

.form-control {
  color: var(--iq-color-body-text);
  border-color: var(--iq-input-border-color);
}

.ix-nav {
  padding: 0;
}

.h3, h3 {
  font-size: 1.6em;
}

.h5, h5 {
  font-size: 1.03em;
}

.form-title-header, .topnav-form-title-header, .mobile-title-header {
  font-size: 1.34em;
  line-height: 1.5;
  margin-bottom: 2px;
  margin-left: 10px;
}

.topnav-form-title-header {
  margin-left: unset;
  display: none;
}

.form-title-header {
  flex-grow: 1;
}

:disabled {
  cursor: not-allowed;
}

a {
  color: var(--iqtheme-link-color, var(--iq-color-link));
  text-decoration: none;
}

#pagesList a {
  text-decoration: none;
}

a:hover {
  color: var(--iqtheme-link-hover-color, var(--iq-color-link-hover));
}

/* styles for validation helpers */
.field-validation-error {
    color: var(--iqtheme-validation-error-color, var(--iq-color-error));
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
    border: 1px solid var(--iqtheme-validation-error-color, var(--iq-color-error));
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
    color:var(--iqtheme-validation-error-color, var(--iq-color-error));
}

.validation-summary-valid {
  display: none;
}

/* .modal-fullscreen */

.modal-dialog.modal-fullscreen {
  background: transparent;
  margin: 4px;
  width: calc(100vw - 8px); /*Whole Screen width - margin *2 */
  height: calc(100vh - 8px); /*Whole Screen height - margin *2 */
  height: calc(100dvh - 8px); /*Whole Screen height + URL dynamic for phone - margin *2 */
  max-width: inherit;
}

.inline-documentViewer {
  width: 100%;
  aspect-ratio: 8.5 / 11.5;
  min-width: 350px; /*Default min-width imposed by PDF.JS*/
}

#zoomInFrame,
#docviewerframe {
  height: 99vh;
}

@media (min-width: 576px) {
  .modal-dialog > .modal-content {
    border-radius: var(--bs-modal-border-radius);
  }

  .modal-dialog.modal-fullscreen {
    padding: 5vh 5vw;
    margin: 0;
    width: 100vw;

    height: 100vh; /* Fallback for unsupported dvh */
    height: 100dvh;
  }

  #zoomInFrame,
  #docviewerframe {
    height: 90vh;
  }
}

.modal-content > iframe {
  margin: 3px;
}

#waitShort-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  display: none;
}

  #waitShort-modal.show {
    display: block;
  }

#popupFullscreenModal {
  height: 100vh;
  height: 100dvh;
}

/* General site */

#divLogin {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--iq-theme-login-box-background-color,white);
  color: var(--iq-theme-login-box-text-color, var(--iq-color-body-text));
}

  #divLogin .col-form-label {
    color: var(--iqtheme-login-input-text-color, var(--iq-color-question-text));
  }

  #divLogin h3 {
    text-align: center;
  }

.tblLoginBtns {
  padding-left: 51px;
}

.tblFullWidth {
  width: 100%;
}

#lnkForgotPassword, #btnSignIn, #btnSendCode, #btnContinue {
  min-width: 164px;
}

#lnkForgotPassword {
  margin-right: 1px;
  color: var(--iq-theme-forgot-link-text-color, var(--iq-color-button-link-label));
}

  #lnkForgotPassword:hover {
    color: var(--iq-theme-forgot-link-text-hover-color, var(--iq-color-button-link-hover));
  }

.dropzoneBtns {
  border: none;
  background: none;
}

.uploadContainer {
  max-width: 650px;
}

.attachmentContainer {
  padding: 0;
  container-name: attachmentContainer;
  container-type: inline-size;
}


.attachmentRow {
  margin: 0.5rem 0 0.5rem 0;
  padding: 0.2rem 0 0.2rem 0;
  border: 0.5px solid #dfdfdf;
  text-align: left;
}

.attachmentOptions,
.attachmentRow {
  background-color: #fafafa;
}

.icondelete {
  fill: var(--bs-secondary);
}

  .icondelete:hover {
    fill: var(--iq-color-error);
  }

.icondeleteModal {
  margin-bottom: 5px;
}

.iconSuccess {
  fill: var(--iq-color-success)
}

.dropzoneError {
    fill: var(--iqtheme-validation-error-color, var(--iq-color-error));
}

.dropzoneHeader {
  margin: 0 0.75rem 0 0.75rem;
}

#dropzoneAreaDrop {
  text-align: center;
  min-height: 5rem;
  border: 1px dashed #b7b7b7;
  pointer-events: none;
  margin: 0.25rem 0.75rem 0 0.75rem;
}

  #dropzoneAreaDrop p {
    padding-top: 0.5rem;
  }

.dz-row {
  background-color: #fafafa;
  margin: 0.5rem 0 0.5rem 0;
  padding: 0.4rem 0 0.4rem 0;
  border: 0.5px solid #dfdfdf;
}

.dz-block {
  display: inline-block;
}

.dz-message {
  color: var(--iq-color-link);
}

.dz-uploadStatus {
  height: 16px;
  width: 16px;
}

.dz-uploadSpinner {
  color: var(--iq-color-link);
}

.dz-nameSize {
  float: left;
  word-wrap: break-word;
}

.dz-errorMessage {
    color: var(--iqtheme-validation-error-color, var(--iq-color-error));
    word-break: break-word;
}

.dz-remove {
  padding: 0;
}

#dropzoneAreaDrop.hover {
  background: #dfdfdf;
}

.form-link, .dashboard-link {
  line-height: 18px;
  padding-left: 1.7em;
  background-repeat: no-repeat;
}

.form-link {
  background-image: url(../images/iq_project.svg);
}

.dashboard-link {
  background-image: url(../images/iq_dash.svg);
}

#grdRecent td:first-child {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
}

  #grdRecent td:first-child a {
    padding-left: .3rem;
    padding-right: .3rem;
  }

#grdRecent td:last-child {
  width: 100%;
}

#draftEditorWindow {
  padding-bottom: .3rem;
}

.cell-title {
  background-color: var(--iq-color-light);
  height: 30px;
  font-size: 1.29em;
  font-weight: bold;
  color: var(--iq-color-body-text);
  border: 0;
  padding-left: 5px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

  .cell-title td {
    font-size: 1.29em;
    font-weight: bold;
    color: #666;
  }

.cell-heading {
  padding: 5px;
  font-size: 1em;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.sidebarTop {
  margin-top: 5px;
  background-color: var(--iq-color-secondary);
  padding: 0px 10px 0px 10px;
  color: var(--iq-color-secondary-contrast);
  line-height: inherit;
}

.sidebarItem {
  background-color: transparent;
  color: #333;
  border-radius: 6px;
  margin-top: 2px;
  padding: 2px 0 2px 6px;
  vertical-align: middle;
  min-height: 24px;
}

  .sidebarItem:hover {
    background: none;
  }

  .sidebarItem .bullet {
    float: left;
  }

  .sidebarItem img {
    vertical-align: middle;
    margin: 0px 4px 0px 1px;
    border: 0;
  }

  .sidebarItem .indent {
    padding-left: 20px;
  }

.sidebarContent {
  padding: 0 10px 0 10px;
  color: var(--iq-color-nav-text);
}

#pagesList {
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#ProjectAnswerFiles {
  margin-bottom: 8px;
}

#Sections {
  width: var(--iq-navigation-width);
  padding: 0px;
  vertical-align: top;
}

  #Sections #pagesList li > a {
    padding-top: var(--iq-navigation-spacing);
    padding-bottom: var(--iq-navigation-spacing);
  }

@media screen and (min-width: 768px) {
  .wizardContent.navigation-pinned #Sections .ix-pagenav,
  .horizontal-navigation.navigation-pinned {
    position: sticky;
    top: var(--iq-body-container-padding-top);
    z-index: 1000;
    padding-top: 9px;
  }
}

.wizardContent.navigation-pinned #Questions {
  padding-top: 5px;
}

.wizardContent.navigation-docked #Sections .ix-pagenav {
  background-color: var(--iq-color-nav-bg);
  position: fixed;
  left: 0;
  top: var(--iq-header-height);
  width: var(--iq-navigation-width);
}

.wizardContent.navigation-docked #wizFooter {
  display: block;
  margin-left: var(--iq-navigation-width);
}

.Group {
  padding: 0 4px 4px 12px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .Group {
    padding: 0 4px;
  }
}

#wizLogo {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

#err {
    text-align: center;
    color: var(--iqtheme-validation-error-color, var(--iq-color-error));
    padding-bottom: 6px;
}

.approvalstatusapproved, .approvalstatuswaiting, .approvalstatuswaitinguser, .approvalstatussummary, .approvalstatussummaryapproved {
  font-weight: bold;
}

.approvalstatussummaryapproved {
  background-image: url(../images/approved.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left center;
  margin-left: 4px;
  padding: 5px 0px 5px 24px;
  color: var(--iq-color-mid-gray);
}

.historyRow {
  padding-bottom: 4px
}

.historyApproved {
  background-image: url(../images/approved.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  padding-left: 18px;
}

.historyThenApproved, .historyThenInProgress {
  background-image: url(../images/approved.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 5px;
}

.historyThenApproved {
  background-image: url(../images/approved.svg);
}

.historyThenInProgress {
  background-image: url(../images/approved_Orange.svg);
}

.historyReassign, .formHistoryThenNone {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.historyApproved, .historyCreated, .historyReassign, .formHistoryThenNone {
  color: var(--iq-color-mid-gray);
}

.approvalstatus {
  padding: 6px 0 4px 12px;
}

.approvalstatuswaiting, .approvalstatuswaitinguser {
  border-radius: 4px;
  padding: 4px 10px 6.5px 10px;
}

.approvalstatuswaiting {
  background-color: var(--iq-color-mid-gray);
  color: #fff;
}

.approvalstatuswaitinguser {
  background-color: var(--iq-color-warning);
  color: var(--iq-color-warning-contrast);
}

.clauseseparator {
  font-style: italic;
}

.clausecomplete {
  text-decoration: line-through;
}

.clausecurrentuser, .approvernamecurrent {
  font-weight: bold;
}

.approvernamecurrent {
  color: var(--iq-color-bright-green);
}

.lc {
    padding-right: 1px;
}

  .lc.pinned:not(:has(div.modal.l-section-modal.show)) {
    position: sticky;
    top: var(--iq-body-container-padding-top);
    z-index: 1000;
  }

div.lch[class*="column-"],
div.showHighlighting.formV2 div.lch[class*="column-"],
div.lc[class*="column-"],
div.showHighlighting.formV2 div.lc[class*="column-"]
{
    background-color: var(--iqtheme-column-bg, transparent);
    color: var(--iqtheme-column-color);
    padding:
            var(--iqtheme-column-padding-top, 10px)
            var(--iqtheme-column-padding-right, 10px)
            var(--iqtheme-column-padding-bottom, 10px)
            var(--iqtheme-column-padding-left, 10px);
    border-radius: var(--iqtheme-column-border-radius, 0);
    border-top-color: var(--iqtheme-column-border-color-top, transparent);
    border-top-width: var(--iqtheme-column-border-width-top, 0px);
    border-top-style: var(--iqtheme-column-border-style-top, solid);
    
    border-left-color: var(--iqtheme-column-border-color-left, transparent);
    border-left-width: var(--iqtheme-column-border-width-left, 0px);
    border-left-style: var(--iqtheme-column-border-style-left, solid);
    
    border-bottom-color: var(--iqtheme-column-border-color-bottom, transparent);
    border-bottom-width: var(--iqtheme-column-border-width-bottom, 0px);
    border-bottom-style: var(--iqtheme-column-border-style-bottom, solid);
    
    border-right-color: var(--iqtheme-column-border-color-right, transparent);
    border-right-width: var(--iqtheme-column-border-width-right, 0px);
    border-right-style: var(--iqtheme-column-border-style-right, solid);


    div.question-text {
        color: var(--iqtheme-column-color, var(--iq-color-question-text));
    }
}

.ls:not([class*="section-"]) {
  --section-padding: var(--section-padding-default);
}

.lsrepeat {
  --section-rpt-bg: var(--iqtheme-section-bg, var(--iq-color-light));
}

.lsrepeat-spacer {
  height: 10px;
}

.summary-title, .summary-title-collapse {
  font-size: 1.429em;
}

.lsh {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  color: var(--section-title-color, var(--iqtheme-section-title-color, var(--iq-color-secondary)));
  padding-top: 20px;
  font-size: 1.429em;
}

.ls[class*="section-"] .lsd {
  color: var(--section-title-color, var(--iqtheme-section-title-color, var(--iq-color-body-text)));
}

.ls:not([class*="section-"]) .lsd {
  padding-bottom: 5px;
  border-radius: 4px;
}

.lch {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--section-text-color, var(--iq-color-secondary));
  padding: 3px 0 3px 0;
  font-size: 1em;
  line-height: 1.4285;
}

.lccell {
  vertical-align: top;
  padding-top: 0;
}

.lccellselect {
  width: 15px;
  padding-left: 4px;
}

.lccellselect-readonly {
  width: 0;
}

.lc .field {
  width: 97%;
}

.ls[class*="section-"] .ls-title-area {
  background-color: var(--section-title-bg, transparent);
  color: var(--section-title-color, var(--iqtheme-section-title-color));
  padding: var(--section-title-padding, var(--section-title-padding-default));
}

.ls[class*="section-"] .ls-body {
  padding: var(--section-padding, var(--section-padding-default));
}

div.lc[class*="column-"] .lsrepeat
.ls[class*="section-"] .lsrepeat-row {
  background-color: var(--iqtheme-color-bg, var(--section-bg, var(--section-rpt-bg)));
}

.ls[class*="section-"] .lsrepeatnested {
  background-color: var(--section-rpt-nested-bg, rgba(200, 200, 200, 0.15));
  margin-bottom: 10px;
}

.ls:not([class*="section-"]) .lsrepeat-row {
  background-color: var(--iq-color-light);
}

div.lc[class*='column-'] .lsrepeat-row {
  background-color: var(--section-bg, var(--iq-color-light));
}

.ls[class*="section-"] .lsfooter input.btn.add {
  background-color: transparent;
  color: var(--section-color, var(--iqtheme-section-title-color, var(--iq-color-primary)));
  border-color: var(--section-color, var(--iqtheme-section-title-color, var(--iq-color-primary)));
  border-top-width: var(--iqtheme-builtinglobal-button-border-width-top, 1px);
  border-top-style: var(--iqtheme-builtinglobal-button-border-style-top, solid);
  border-right-width: var(--iqtheme-builtinglobal-button-border-width-right, 1px);
  border-right-style: var(--iqtheme-builtinglobal-button-border-style-right, solid);
  border-bottom-width: var(--iqtheme-builtinglobal-button-border-width-bottom, 1px);
  border-bottom-style: var(--iqtheme-builtinglobal-button-border-style-bottom, solid);
  border-left-width: var(--iqtheme-builtinglobal-button-border-width-left, 1px);
  border-left-style: var(--iqtheme-builtinglobal-button-border-style-left, solid);
  box-shadow: none;

  &:hover {
    background-color: var(--section-color, var(--iqtheme-section-title-color, var(--iq-color-primary)));
    color: var(--section-bg, var(--iq-color-light));
  }
}

.ls[class*="section-"] .lsrepeat-row {
  background-color: var(--section-bg, var(--iq-color-light));

  .lscommand button svg {
    &, .repeaticondelete, .repeaticonfilldown, .icondownload {
      fill: var(--section-color, var(--iqtheme-section-title-color));
    }
  }

  .lcselect {
    .repeatmove svg.repeaticonmove,
    .moveiconsection svg {
      fill: var(--section-color, var(--iqtheme-section-title-color));
    }
  }
}

div.lc[class*="column-"] .lsfooter input.btn.add {
  background-color: transparent;
  color: var(--iqtheme-column-color, var(--section-color, var(--iqtheme-section-title-color, var(--iq-color-primary))));
  border-color: var(--iqtheme-column-color, var(--section-color, var(--iqtheme-section-title-color, var(--iq-color-primary))));
  border-top-width: var(--iqtheme-builtinglobal-button-border-width-top, 1px);
  border-top-style: var(--iqtheme-builtinglobal-button-border-style-top, solid);
  border-right-width: var(--iqtheme-builtinglobal-button-border-width-right, 1px);
  border-right-style: var(--iqtheme-builtinglobal-button-border-style-right, solid);
  border-bottom-width: var(--iqtheme-builtinglobal-button-border-width-bottom, 1px);
  border-bottom-style: var(--iqtheme-builtinglobal-button-border-style-bottom, solid);
  border-left-width: var(--iqtheme-builtinglobal-button-border-width-left, 1px);
  border-left-style: var(--iqtheme-builtinglobal-button-border-style-left, solid);
  box-shadow: none;

  &:hover {
    background-color: var(--iqtheme-column-color, var(--section-color, var(--iqtheme-section-title-color, var(--iq-color-primary))));
    color: var(--iqtheme-column-bg, var(--section-bg, var(--iq-color-light)));
  }
}

div.lc[class*="column-"] .lsrepeat-row {
  background-color: var(--iqtheme-column-bg, var(--section-bg, var(--iq-color-light)));

  .lscommand button svg {
    &, .repeaticondelete, .repeaticonfilldown, .icondownload {
      fill: var(--iqtheme-column-color, var(--section-color, var(--iqtheme-section-title-color)));
    }
  }

  .lcselect {
    .repeatmove svg.repeaticonmove,
    .moveiconsection svg {
      fill: var(--iqtheme-column-color, var(--section-color, var(--iqtheme-section-title-color)));
    }
  }
}

.ls:not([class*="section-"]) .lsrepeatnested {
  border: none;
  background-color: rgba(200, 200, 200, 0.15);
  margin-bottom: 10px;
  padding: 10px;
}

.ls.lsrepeatnested .lsrepeat-row {
  background-color: transparent;
}

.lsrepeatnested .lsh {
  padding-top: 0px;
}

tr.lsrepeat-row > .lccell:not(.lccellselect):first-of-type {
  padding-left: 10px;
}

.repeatmove, .repeatmovepage {
  cursor: move;
}

.repeatdelete, .repeatfilldown, .icondowload, .repeatadd {
    border: none;
    background-color: transparent;
}

.repeaticondelete, .repeaticonfilldown, .icondowload, .repeaticonadd {
    fill: var(--bs-secondary);
}

.repeaticonmove {
  fill: var(--iq-color-muted);
}

.repeatdelete:hover .repeaticondelete {
  fill: var(--iq-color-error);
}

.repeatfilldown:hover .repeaticonfilldown, .icondowload, .repeatadd .repeaticonadd:hover {
    fill: var(--iq-color-primary);
}

.repeatmove:hover .repeaticonmove {
  fill: var(--iq-color-primary);
}

.repeatbuttons, .lsfooter {
  padding-bottom: 4px;
}

/* global for normal and repeating sections */
.ls {
  &:has(> .ls-title-area) {
    /* adds margin above seciton only if it has a title/description */
    margin-top: 24px;
  }
  & .lsh {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    color: var(--section-title-color, var(--iqtheme-section-title-color, var(--iq-color-secondary)));
    padding-top: unset; /* reset line for demo, should be no padding here */
    font-size: 1.25rem;
  }
  & .lsd {
    color: var(--section-title-color, var(--iqtheme-section-title-color, var(--iq-color-body-text)));
  }
}

  /* normal sections site css */
  .ls:not([class*="alert-"]) {
    background-color: var(--section-bg, transparent);
    color: var(--section-text-color, var(--iq-color-dark));
    border-radius: var(--section-border-radius, 0);

    border-top-color: var(--section-border-color-top, transparent);
    border-top-width: var(--section-border-width-top, 0px);
    border-top-style: var(--section-border-style-top, solid);

    border-left-color: var(--section-border-color-left, transparent);
    border-left-width: var(--section-border-width-left, 0px);
    border-left-style: var(--section-border-style-left, solid);

    border-bottom-color: var(--section-border-color-bottom, transparent);
    border-bottom-width: var(--section-border-width-bottom, 0px);
    border-bottom-style: var(--section-border-style-bottom, solid);

    border-right-color: var(--section-border-color-right, transparent);
    border-right-width: var(--section-border-width-right, 0px);
    border-right-style: var(--section-border-style-right, solid);

    > .ls-title-area {
      background-color: var(--section-title-bg, transparent);
      color: var(--section-title-color, var(--iq-color-secondary));
      border-top-left-radius: var(--section-border-radius, 0);
      border-top-right-radius: var(--section-border-radius, 0);
      padding: var(--section-title-padding-top, 0)
                 var(--section-title-padding-right, 0)
                 var(--section-title-padding-bottom, 0)
                 var(--section-title-padding-left, 0);
    }
    > .ls-body {
      padding: var(--section-padding-top, 0)
                 var(--section-padding-right, 0)
                 var(--section-padding-bottom, 0)
                 var(--section-padding-left, 0);

      .question-text {
        color: var(--section-text-color, var(--iq-color-question-text));
      }
    }
  }

.pageNav {
  white-space: nowrap;
  text-align: right;
}

.fr {
  float: right;
}

.helpIcon {
  color: var(--iq-color-button-outline-label);
}

  .helpIcon:hover {
    color: var(--iq-color-button-outline-hover);
  }

.close-help {
  color: var(--iq-color-dark);
  text-decoration: underline;
}

  .close-help:hover {
    color: #1a1d20;
  }

.question-text:hover .comments-question .commentedIcon,
.question-text:hover .comments-question .commentsIcon,
.comments-question:hover .commentsIcon,
.comments-question:hover .commentedIcon {
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}

.question-text:hover .comments-question .commentsIcon,
.comments-question:hover .commentsIcon {
  opacity: initial;
}

.commentsIcon {
  opacity: 0.3;
  margin: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/comments.svg?v=2);
  display: inline-block;
}

.commentedIcon {
  margin: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/commented.svg?v=2);
  display: inline-block;
}

.commentCounter {
  margin-top: 0;
  margin-left: 2px;
  vertical-align: super;
  font-size: 0.625em;
  color: var(--iq-color-red);
  font-weight: bold;
}

.commentAddContainer {
  padding-bottom: 2px;
}

#addComment {
  margin-left: 4px;
  margin-right: 6px;
  max-height: 250px !important;
  overflow-y: scroll !important;
}

#commentsArea {
  margin-bottom: 12px;
}

.commentsArea.show {
  padding-top: 5px;
}

.repeatmovepage:hover .repeaticonmove {
  fill: var(--iq-color-primary);
}

.repeatmovepage {
  position: relative;
  float: left;
  left: 10px;
  top: 3px;
}

.HelpText {
  border: solid 1px var(--iq-color-dark);
  background-color: var(--iq-color-light);
  width: 315px;
  font-size: 0.856em;
  font-weight: normal;
  color: var(--iq-color-body-text);
  padding: 5px 5px 1px 5px;
  z-index: 1000;
  margin: 5px 5px 2px 5px;
  overflow: hidden;
  position: absolute;
  display: none;
}

.modal-open .HelpText {
  z-index: 2050;
}

.m {
    color: var(--iqtheme-validation-error-color, var(--iq-color-error));
    font-weight: bold;
}

.wrn, .autocomplete-message {
    background-color: transparent;
    padding: 0.125rem 0.25rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: var(--iqtheme-validation-error-color, var(--iq-color-error));
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    
    .bi {
        font-size: 0.875rem;
        margin-right: 0.3125rem;
    }
}

span.validation-icon {
    --validation-icon-size: 0.875rem;
    
    mask-image: var(--iqtheme-validation-custom-icon, var(--iqtheme-validation-default-icon));
    mask-size: var(--validation-icon-size);
    mask-repeat: no-repeat;
    background-color: var(--iqtheme-validation-error-color, var(--iq-color-error));
    width: var(--validation-icon-size);
    height: var(--validation-icon-size);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    
    &.panel-icon {
        --validation-icon-size: 1.5rem;
    }
}

.autocomplete-hint {
  font-style: italic;
  color: var(--iq-color-mid-gray);
}

#fileCreationContainer {
  min-width: 300px;
  max-width: 500px;
  min-height: 230px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--iq-color-mid-gray);
  padding: 4px;
  background-color: var(--iq-color-light);
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  text-align: center;
}

.fileCreationTitle {
  font-weight: bold;
  font-size: 2.145em;
  color: var(--iq-color-dark);
}

.fileCreationSubTitle {
  display: block;
  margin-top: 10px;
  font-size: 1.429em;
  color: var(--iq-color-mid-gray);
}

span.finishError {
  background-color: var(--iq-color-light);
  font-size: 1.072em;
  font-weight: bold;
  color: var(--iq-color-error);
  padding: 5px;
  border: solid 1px var(--iq-color-error);
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
  display: block;
}

.wait-dialog {
  width: 80px !important;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
}

@keyframes wait-spinner {
  0% {
    transform: rotate(0deg);
    border-width: 1.6rem;
  }

  50% {
    transform: rotate(180deg);
    border-width: 0.2rem;
  }

  100% {
    transform: rotate(360deg);
    border-width: 1.6rem;
  }
}

#wait-spinner, #wait-preview, #ixloading, .wait-datagrid {
  background-position: center;
  display: block;
  border-radius: 50%;
  width: 10em;
  height: 10em;
  border-width: 0.8rem;
  border-style: solid;
  border-color: rgba(222, 226, 232, 0.85);
  border-left-color: var(--iq-color-primary);
  transform: translateZ(0);
  animation: wait-spinner 1.2s infinite linear;
  color: #ffffff;
  font-size: 0.4rem;
}

#wait-preview {
  margin: 0 auto;
  margin-top: 15px;
}

.notAnswered {
  font-style: italic;
}

/* Questions */

.popupFooter {
  padding-top: 2px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid var(--iq-color-mid-gray);
  background-color: var(--iq-color-light);
  border-radius: 0 0 4px 4px;
}

.historyHeading {
  padding: 5px;
  font-weight: bold;
}

.questionHistorySubContainer, .questionHistoryCurrentSubContainer {
  margin-left: 47px;
  background: #F5F5F5;
  padding-bottom: 4px;
}

.historyProfilePicture {
  padding-left: 12px;
  width: 58px;
}

.mentionsProfilePicture {
  height: 50px;
  width: 8%;
  display: inline-block;
}

  .mentionsProfilePicture img {
    vertical-align: inherit;
  }

.richTextInsert {
  background: var(--iq-color-highlight-green);
  text-decoration: underline;
  padding: 2px;
  border-radius: 2px;
}

.richTextDelete {
  background: var(--iq-color-highlight-red);
  text-decoration: line-through;
  padding: 2px;
  border-radius: 2px;
}

.richTextTrackedChange:before {
  content: '\A';
}

.col-thinpadding {
  padding-left: 5px;
}

.commentContainer {
  margin-top: 2px;
  margin-bottom: 2px;
}

.commentName, .formHistoryCommentName, .formHistoryThenComplete, .formHistoryThenHeading {
  word-break: break-word;
  font-weight: bold;
}

.formHistoryThenHeading {
  margin-top: 4px;
  padding-left: 10px;
}

.commentIcon {
  padding-right: 2px;
}

.commentText {
  padding-left: 20px;
  background-image: url(../images/comment_comment.svg);
  background-repeat: no-repeat;
}

.commentText {
  white-space: pre-wrap;
}

.formHistoryCommentText {
  word-break: break-word;
}

.commentEdit {
  display: inline;
  white-space: pre-wrap;
  line-height: 18px;
  padding-left: 20px;
  background-image: url(../images/comment_edit.svg);
  background-repeat: no-repeat;
  font-style: italic;
}

.commentNote {
  font-style: italic;
}

.commentTime {
  color: var(--iq-color-muted);
  font-size: 85%;
  display: inline;
}

  .commentTime .lock {
    padding-left: 8px;
    margin-bottom: 4px;
    width: 19px;
  }

.inkColourWrapper {
  display: inline-block;
  margin-top: 3px;
}

.inkEraserSize {
  display: inline-block;
}

.inkEraserIndicator > div {
  position: absolute;
  height: 100%;
  width:100%;
  border-radius: 100%;
  box-sizing: border-box;
}

  .inkEraserIndicator>div:first-child {
    border: 1px solid white;
  }

  .inkEraserIndicator>div:last-child {
    border: 1px dotted black;
  }

.inkEraserSize input {
  width: 34px;
}

.inkScrollWrapper {
  -webkit-overflow-scrolling: touch;
  padding: 4px;
  position: relative;
}

.inkWrapper {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  font-size:0;
}

.inkWrapper *{
    box-sizing:content-box;
}

.inkZoomed {
  display: block;
}

  .inkZoomed .inkScrollWrapper {
    height: 100%;
    width: fit-content;
    margin: 0 auto;
  }

  .inkZoomed .question-body {
    height: calc(100vh - 14px);
  }

  .inkZoomed .inkCanvasForeground,
  .inkZoomed .inkCanvasBackground,
  .inkZoomed .inkCanvasPreview
  {
    width: 100%;
    height: 100%;
  }

  .inkZoomed .inkWrapper {
    height: 100%;
  }

.inkCanvasBackground {
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: var(--iq-shape-style-input);
}

.inkCanvasForeground {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid var(--iq-input-border-color);
  border-radius: var(--iq-shape-style-input);
  max-height: 100%;
}

.inkCanvasPreview, .inkCanvasPreviewDiv {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  display: none;
  pointer-events: none;
  touch-action: none;
  max-width: 100%;
}
.inkCanvasPreviewDiv {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.inkTextPreview {
  position: absolute;
  min-width: 0.5em;
  min-height: 1em;
  text-wrap: nowrap;
  display: inline-block;
  line-height: 0.75;
  color: transparent;
  caret-color: black;
  padding: 2px 0 0 2px;
  margin: -3px;
  pointer-events: initial;
  touch-action: initial;
}
.inkTextPreview:focus{
    outline:none;
    border: 1px dotted black;
}
.inkHasBackground:not(.inkZoomed) .inkCanvasForeground, .inkHasBackground:not(.inkZoomed) .inkCanvasBackground,
.inkHasBackground:not(.inkZoomed) .inkCanvasPreview, .inkHasBackground:not(.inkZoomed) .inkCanvasPreviewDiv {
  max-width: 100%;
  max-height: calc(100vh - 80px);
}

.multiDataListBox {
  overflow: auto;
  height: 107px;
  border: 1px solid var(--iq-input-border-color);
  border-radius: var(--iq-shape-style-input);
  padding-left: 10px;
  margin-bottom: 2px;
}

.label {
  padding-top: 4px;
  padding-bottom: 4px;
}

.labelIx {
  display: inline-block;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

#loadingImage {
  margin-top: 20px;
  margin-bottom: 10px;
}

.gridFrame {
  overflow: hidden;
  border: 1px solid #cccccc;
  height: auto;
}

.gridFrameContainer {
  height: auto;
  position: relative;
}

.dataFrame {
  overflow: scroll;
  border: 1px solid #cccccc;
  height: 240px;
  position: absolute;
  right: 0;
  left: 0;
}

.dataFrameContainer {
  height: 240px;
  position: relative;
}

.dataFrameNoFilter {
  height: 405px;
}

.dataResults {
  border-spacing: 1px;
  border: 1px solid #c3c3c3;
}

  .dataResults tr {
    font-size: 0.9em;
  }

  .dataResults td {
    border: 1px solid #c3c3c3;
    padding-left: 2px;
    padding-right: 2px;
  }

.filter {
  background-color: #FFEFD8;
}

.filterTitle {
  padding: 5px;
  font-weight: bold;
}

.bar {
  height: 18px;
  filter: none;
}

.question-group {
  padding: 10px 0px 10px 0px;
}

.question-text {
  font-size: 1.144em;
  color: var(--iq-color-question-text);
  padding-bottom: 10px;
  line-height: 1.1;
}

.question-text-inline {
  width: 150px;
  font-size: 1.144em;
  color: var(--iq-color-question-text);
  margin-top: 2px;
  margin-bottom: 2px;
}

.summary-question {
  color: var(--iq-color-question-text);
}

dt {
    font-weight: normal;
}

dl {
    margin-bottom: 0;
}

.qtdiv {
  display: inline;
}

.ExpandButton {
  cursor: pointer;
  background: transparent url('../images/chevron-down.svg') no-repeat 0 0;
  height: 24px;
  width: 24px;
  margin: 0 -10px;
  float: right;
  overflow: hidden;
  padding-left: 40px;
  opacity: 0.6;
  vertical-align: middle;
  background-size: 22px;
}

  .ExpandButton:hover {
    opacity: 1;
  }

.ContractButton {
  cursor: pointer;
  background: transparent url('../images/chevron-up.svg') no-repeat 0 0;
  height: 24px;
  width: 24px;
  margin: 0 -10px;
  float: right;
  overflow: hidden;
  padding-left: 40px;
  opacity: 0.6;
  vertical-align: middle;
  background-size: 22px;
}

  .ContractButton:hover {
    opacity: 1;
  }

.locked {
  font-style: italic;
  color: #97979A;
  padding-left: 4px;
}

/* JQuery UI */
.ui-datepicker {
  font-family: var(--iq-font-family);
  background-color: #FFF;
  border: 1px solid var(--iq-input-border-color);
  /* override inline style for bootstrap support */
  z-index: 3 !important;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.modal-open > .ui-datepicker {
  z-index: 1063 !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  color: var(--iq-color-primary-contrast)
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

  .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
  }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  font-weight: 500;
  border-radius: var(--iq-shape-style);
  border: none;
  opacity: 0.8;
  text-align: center;
}

.ui-datepicker select.ui-datepicker-month {
  margin-right: 3px;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .3em;
  text-align: center;
  font-weight: 500;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

  .ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
  }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

  .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
  }

    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
      float: left;
    }

.ui-datepicker-header {
  background-color: var(--iq-color-primary);
  color: var(--iq-color-primary-contrast);
  font-weight: bold;
  padding: 0.2em 0 0.2em 0;
  position: relative;
  font-size: 1em;
  border-radius: 0;
  border-bottom: 1px solid white;
}

table.ui-datepicker-calendar thead {
  border-bottom: 1px solid white;
}

.ui-datepicker-week-end {
  background-color: var(--iq-color-light);
  filter: brightness(0.97);
}

.ui-datepicker th {
  background-color: var(--iq-color-secondary);
  color: var(--iq-color-secondary-contrast);
}

.ui-datepicker-trigger {
  cursor: pointer;
}

.ui-state-disabled span {
  color: grey !important;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left;
    }

      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
      .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
      }

  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
  }

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}

/* Auto Complete dropdown */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

  .ui-menu .ui-menu {
    position: absolute;
  }

  .ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
  }

  .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
  }

  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
  }

  .ui-menu .ui-state-focus,
  .ui-menu .ui-state-active {
    margin: -1px;
  }

.ui-widget-content a {
  color: #333333;
}

.ui-corner-all {
  border-radius: 3px;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: bold;
  margin: -1px;
}

.autocomplete {
  position: relative;
  z-index: 50;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  border: 1px solid #a6c9e2;
  background: #fcfdfd;
  color: var(--iq-color-body-text);
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
  }

  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
  }

.ui-slider-horizontal {
  height: .8em;
}

  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
  }

  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }

  .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
  }

  .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
  }

.ui-slider {
  border: 1px solid #ddd;
  background: #eee url("../images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: var(--iq-color-light);
  border-radius: var(--iq-shape-style);
  border: 0px solid white;
  text-align: center;
  font-weight: normal;
  color: var(--iq-color-dark);
}

.ui-slider span.ui-slider-handle {
  background-color: var(--iq-color-secondary);
}

.ui-state-default.ui-state-active {
  background-color: var(--iq-color-primary);
  color: var(--iq-color-primary-contrast);
}

table.ui-datepicker-calendar {
  table-layout: fixed;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

.ui-datepicker-year, .ui-datepicker-month {
  color: var(--iq-color-dark);
  font-weight: normal;
}

.ui-dialog:focus {
  outline: none;
}

.ix-header-body {
  padding-top: var(--iq-body-container-padding-top);
}

  .ix-header-body.navigation-pinned {
    padding-top: var(--iq-body-container-padding-top);
  }

.ix-pagenav {
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
  width: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  top: var(--iq-header-height);
  bottom: 0px;
  background-color: var(--iq-color-nav-bg);
}

#ProjectHelp {
  background-color: var(--iq-color-nav-contentbg);
}

#ix-pagenavbtn {
  float: left;
}

.ix-nav-portal {
  display: none;
}

.l-table {
  display: table;
  width: 100%;
}

.l-row {
  display: table-row;
}

.l-row-g {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-template-columns: var(--row-layout);
}

.l-cell {
  display: table-cell;
}

.l-cell-header-inline {
  display: none;
}

.signout-link {
  margin-left: 7px;
}

.mc-table {
  display: table;
}

.mc-row {
  display: table-row
}

.mc-cell2, .mc-cell3, .mc-cell4 {
  display: table-cell;
  padding-right: 10px
}

#lblLoggedOut, #lblLoggedOutError {
  text-align: center;
  margin-top: 50px;
}

.syncCount {
  padding: 15px 0px;
  width: 26px;
  height: 26px;
  float: right;
}

#lblLoggedOutError {
  color: var(--iq-color-error);
}

#syncLogo {
  padding: 0;
}

#ixConnection {
  position: relative;
}

#pendingSyncCount {
  padding: 0px;
  text-align: center;
  background: var(--iq-color-error);
  border-radius: 10px;
  font-weight: bold;
  color: var(--iq-color-error-contrast);
  display: block;
  height: 20px;
  width: 20px;
  line-height: 1.6em;
  position: absolute;
  top: 18px;
  right: -25px;
}

.radiogroup .checkbox input[type=checkbox], .radiogroup .radio input[type=radio] {
  margin-left: auto;
}

.profilepicture, .approverprofilepicture, .requesterprofilepicture, .profilepictureclause {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
}

.profilepictureclause {
  padding-right: 2px;
}

.profilepicture {
  margin: 0px 5px;
}

.approver {
  background-image: url(../images/approved.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding-left: 30px;
  padding-bottom: 4px;
}

.nav-native-sync {
  padding-bottom: 10px;
}

@media screen and (max-width:767px) {
  .form-control.yyyy {
    width: 65px !important;
  }

  .form-control.dd, .form-control.mm {
    width: 60px !important;
  }

  :not(.form-floating) > select.form-select {
    height: 36px !important;
  }

  input, textarea {
    font-size: 1.144em;
  }

    :not(.form-floating) > input[type="text"], :not(.form-floating) > input[type="email"], :not(.form-floating) > input[type="tel"], :not(.form-floating) > input[type="password"], input[type="date"] {
      height: 36px !important;
    }

    input[type="button"], button, select {
      font-size: 1.15em;
    }

    input[type=checkbox] {
      width: 1.4em; /*Desired width*/
      height: 1.4em; /*Desired height*/
      vertical-align: middle;
    }

  .form-check input[type=checkbox], .form-check-inline input[type=checkbox], .form-check input[type=radio], .form-check-inline input[type=radio] {
    margin-top: 0.1rem;
    width: 1.4em; /*Desired width*/
    height: 1.4em; /*Desired height*/
    vertical-align: middle;
    margin-left: -1.3em;
  }

  .form-check label {
    min-height: 25px;
    padding-left: 7px;
    max-width: 98%;
  }

  #Sections {
    width: 0;
  }

  .ix-pagenav.collapsing {
    transition: none;
    display: block;
  }

  .ix-pagenav {
    display: none;
    padding: .2rem;
    z-index: 1030;
    position: fixed;
    top: var(--iq-header-height);
    box-shadow: .5rem .5rem 1rem rgba(0,0,0,.15);
    left: -65vw;
    width: 65vw;
    background-color: var(--iq-color-page-background);
    overflow-y: scroll;
    height: calc(100vh - var(--iq-header-height));
    transition: left .2s linear 0s;
  }
  .ix-pagenav.show {
      display: block;
      left: 0px;
  }

  .form-title-header {
    display: none;
  }

  .ix-nav-portal {
    display: block;
  }

  .navbar-home {
    display: none;
  }

  .mc-cell3, .mc-cell4 {
    display: block;
  }

  .summary-title {
    height: 36px;
    line-height: 36px;
  }

  .nav-native-sync {
    float: right;
    width: 60px;
    padding-right: 0px;
  }

  .syncCount {
    float: left;
  }

  #fileupload {
    width: 99%;
  }

  .preview {
    font-size: large;
    margin-left: 0px;
  }

  .approvalstatus {
    padding: 0 0 4px 0;
  }

  .scroll-area {
    max-width: calc(100vw - (var(--bs-gutter-x,1.5rem) * 2));
    overflow-x: auto;
  }

  .form-group .col-md-3 {
    width: 100% !important;
  }

  .form-group .col-md-9 {
    width: 100% !important;
  }
}

@media screen and (min-width:768px) {
  #SearchTermThin {
    width: 180px;
  }

  #pendingSyncCount {
    top: 15px;
  }

  .nav-native-sync {
    padding-right: 47px;
  }

  .ix-pagenav.collapse {
    display: block;
  }
}

@media screen and (min-width:601px) {
  .smallscreentitlerow {
    display: none;
  }
}

@media screen and (max-width:600px) {
  /* section flatten */
  .l-table {
    display: block;
    width: 100%;
  }

  .l-row,
  .l-row-g:not(.l-row-override) {
    display: block;
  }

  .l-cell {
    display: block;
  }

    .l-cell + .l-cell {
      padding-left: 0;
    }

  .l-cell-header {
    display: none;
  }

  .l-cell-header-inline {
    display: block;
  }
  /* end section flatten */

  /*button full width*/
    .saveexitbutton, .genbutton, .rejectbutton, .pageNav, .btn-smallscreen-fill, .btn-smallscreen-fill>.btn {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }

  .largescreentitlecell {
    display: none;
  }

  .question-text-inline {
    width: auto !important;
  }
}

/* container media queries */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1680px;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1860px;
  }
}

/* Bootstrap overrides */
.question-text label, .question-text-inline label {
  font-weight: normal;
  margin-bottom: 0;
  display: inline;
}

#pagesList {
  background-color: var(--iq-color-nav-contentbg);

  .accordion-item {
    background-color: var(--iq-color-nav-contentbg);
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    &.chapter {
      border: solid var(--iq-color-gray-200);
      border-width: 1px 0px;

      &:has(+ .chapter) {
        border-bottom: 0;
      }
    }

    &:first-of-type > .accordion-header .accordion-button {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }

    &.active .accordion-button {
      background-color: var(--iq-color-gray-200);
    }
  }

  .accordion-button {
    background-color: transparent;
    color: var(--iq-color-nav-text, var(--iq-color-body-text));
    font-weight: 700;
    padding-top: var(--iq-navigation-spacing);
    padding-bottom: var(--iq-navigation-spacing);

    &:not(.collapsed):after {
      transform: translate(-5px, 0px) rotate(-180deg);
    }
  }

  .page a {
    padding-top: var(--iq-navigation-spacing);
    padding-bottom: var(--iq-navigation-spacing);
  }
}

  #pagesList ul {
    display: block;
  }

  #pagesList li > a, #pagesList .page > a, #pagesList {
    position: relative;
    display: block;
    color: var(--iq-color-nav-text);
    padding-left: 8px;
    padding-right: 16px;
    font-size: 1em;
  }


#pagesList li > a,
#pagesList .page > a {

    & > span.validation-icon {
        position: absolute;
        right: 1px;
        top: 25%;
    }
    
    & > i.validation-icon {
        position: absolute;
        right: 1px;
    }
}

    #pagesList .accordion-button.contains-error .validation-icon {
      margin-left: 5px;
    }

    #pagesList .active > a, #pagesList .active:hover > a, #pagesList .active:focus > a {
      padding-left: 6px;
      font-weight: 700;
      background-color: var(--iq-color-gray-200);
      border-left: var(--iq-horizontal-navigation-active-item-marker, 3px) solid var(--iq-color-primary);
      color: var(--iq-horizontal-navigation-color-active, var(--iq-color-nav-text, var(--iq-color-body-text)));
    }

    #pagesList .g-complete {
      color: var(--iq-color-question-text);
    }

#pagesList .g-error > a, .contains-error > .validation-icon {
    color: var(--iqtheme-validation-error-color, var(--iq-color-error)) !important;
    font-weight: 600;
}

.g-error > i {
    color: var(--iqtheme-validation-error-color, var(--iq-color-error)) !important;
    font-weight: 600;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand {
  color: #E62031;
}

.navbar-brand {
  border-right: solid 0;
}

  .navbar-brand:before {
    border-right: solid 1px #E62031;
  }

  .navbar-brand > img, .navbar-brand > div > img {
    padding-top: 10px;
    padding-right: 4px;
    padding-bottom: 10px;
  }

.navbar-brand-app > img, .navbar-brand-app > div > img {
  margin-top: 4px;
}

.navbar-brand-custom {
  float: left;
  height: 50px;
  font-size: 1.125rem;
  line-height: 20px;
}

  .navbar-brand-custom > img {
    margin-top: -4px;
    padding-right: 4px;
    max-height: 55px;
  }

.navbar-brand img {
  display: none;
}

@media screen and (min-width:768px) {
    .navbar-brand.showDefaultDesktopLogo img {
        display: inline;
    }
    .smallscreentitle {
        display: none;
    }
    .smallScreenNavBarBrand {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .navbar-brand.showDefaultMobileLogo img {
        display: inline;
    }
    .largeScreenNavBarBrand {
        display: none;
    }
}

.accordion-collapse .card,
.tab-pane .card {
  background-color: var(--iq-color-light);
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button::after {
  background-image: none !important;
  content: "\f282";
  font-family: bootstrap-icons, sans-serif !important;
  display: block;
}

.accordion-button:not(.collapsed)::after {
  transform: translate(-5px, -2px) rotate(-180deg);
}

.nav-tabs {
  border: none;
}

  .nav-tabs .nav-link {
    border: none;
    color: var(--iq-color-muted)
  }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      border: none;
      border-bottom: 3px solid var(--iq-color-primary);
      margin-bottom: 0px;
      font-weight: 500;
    }

.nav-link:focus, .nav-link:hover {
  color: var(--iq-color-link-hover);
}


.accordion-item, .accordion-button, .accordion-button:not(.collapsed) {
  background-color: var(--iq-color-secondary);
  color: var(--iq-color-secondary-contrast);
}

.accordion-item {
  border: 1px solid var(--iq-color-light);
}

.page-header {
  color: var(--iq-color-question-text);
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}

.page-link {
  color: var(--iq-color-secondary);
}

.page-item.active .page-link {
  background-color: var(--iq-color-secondary);
  border-color: var(--iq-color-secondary);
  color: var(--iq-color-secondary-contrast);
}

h2 {
  color: var(--iq-color-primary);
  font-size: 1.6em;
}

  h2.titleProgress, .titleNewForm, .page-header, #SearchUpdate > h2 {
    padding: 10px;
  }

h4 {
  color: var(--iq-color-body-text);
}

h4:has(#lblResetPwdMsg) {
  color: inherit;
}

.search-area {
  background-color: #DDDDDD;
  padding: 4px;
  border-radius: 4px 4px 0 0;
}

.table th, .table .sub-head {
  background-color: var(--iq-color-secondary);
  color: var(--iq-color-secondary-contrast);
  font-weight: bold;
}

  .table th a, .table th a:visited {
    color: var(--iq-color-secondary-contrast);
  }

.page-title-and-navbuttons .page-title {
    color: var(--iq-color-page-title);
    font-weight: bold;
    outline-width: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-right: auto;
}

.page-title h2 {
    font-size: 1.86em;
    margin-bottom: 0;
    color: var(--iq-color-page-title);
}

@media screen and (max-width: 600px) {
    .page-title-and-navbuttons .page-title {
        display: none;
    }
    .hide-on-mobile {
        display: none;
    }
    .cell-footer {
        justify-content: right !important;
    }
    .margin-top-mobile {
        margin-top: 0.5rem;
    }
}

@media screen and (min-width: 601px) {
    .smallscreentitlerow {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .smallscreentitlerow {
        display: block;
    }
}

tr.active td {
  background-color: #A7CDF0 !important;
  color: #3A4F6C;
  border-top: solid 1px #fff !important;
  border-bottom: solid 1px #B7B9BA !important;
}

.paginationList {
  width: 100%;
  height: 40px;
}

.pagination > .active > a {
  color: var(--iq-color-primary-contrast);
  background-color: var(--iq-color-primary);
  border-color: var(--iq-color-primary);
}

ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  --bs-pagination-border-radius: var(--iq-shape-style);
  justify-content: flex-end;
}

.navbar-dark .navbar-text {
  color: var(--iq-color-menutext);
}

.mobile-navbar-text {
  color: var(--iq-color-body-text)
}

.navbar-brand {
  background-position: center;
}

header.navbar {
  margin-bottom: 5px;
}

/* Put the margin on the right for wrapping */
.form-check-inline {
  margin-right: 1.5em;
}

  .form-check-inline + .form-check-inline {
    margin-left: 0;
    margin-right: 1.5em;
  }

    .form-check-inline + .form-check-inline:last-of-type {
      margin-left: 0;
      margin-right: 0;
    }

.login-title {
  background: var(--iq-color-primary);
  padding: 10px;
  color: var(--iq-color-primary-contrast);
  word-wrap: break-word;
  word-break: break-word;
}

#divConfirmMessage {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

span.forgotPwdError {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: red;
}

.canvasTouchAction {
  -ms-touch-action: none;
  touch-action: none;
}

.canvasTouchActionScroll {
  -ms-touch-action: auto;
  touch-action: auto;
}

.canvas-blank-fill {
  width: 100%;
}

.right {
  text-align: right;
}

.portal {
  font-size: 0.75rem;
  list-style: none;
  padding-left: 0;
  margin: 4px;
}

.likert {
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  display: flex;
}

  .likert > .likert-label {
    width: 16%;
    text-align: center;
    text-wrap: wrap;
  }

  .likert > .likert-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    justify-content: space-around;
    position: relative;
  }

.likert-section {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  white-space: normal;
  position: relative;
}

  .likert-section svg {
    position: absolute;
    top: 0.65rem;
    width: 100%;
    left: 0;
    height: 1px;
  }

  .likert-section:first-child svg {
    width: 50%;
    left: 50%;
  }

  .likert-section:last-child svg {
    width: 50%;
  }

  .likert-section label {
    min-width: 30px;
    max-width: 50px;
    font-weight: normal;
    position: relative;
    z-index: 1;
  }

  .likert-section input {
    margin: 5px 0 0 0;
  }

  .likert-section .form-check-input.q-multiplechoice {
    font-size: 14px;
    border-color: var(--iq-input-border-color);
  }

span.placeholder {
  color: #999;
}

#RecentProjects, #listProgress {
  border: solid 1px transparent;
  border-top: 0;
}

#divAvailableTemplates {
  border: solid 1px transparent;
  border-top: 0;
}

.SummaryComment[aria-expanded="true"] {
  background-image: url("../images/chevron-up.svg");
}

.SummaryComment, .SummaryComment[aria-expanded="false"] {
  background-image: url("../images/chevron-down.svg");
}

.SummaryComment {
  width: 18px;
  height: 18px;
  top: 3px;
  cursor: pointer;
  opacity: 0.6;
  display: inline-block;
  margin-left: 3px;
}


.optionalquestion {
  font-size: 0.688em;
  color: grey;
  text-align: right;
}

.accordion-header {
  position: relative;
}

.ValidatedTab {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url('../images/tick.svg') no-repeat center;
  top: 12px;
  right: 50px;
}

.InvalidTab {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url('../images/IX_Cross.svg') no-repeat center;
  top: 12px;
  right: 50px;
}

.table-responsive {
  overflow-x: visible;
}

.table-summary {
  overflow-x: visible;
  display: inline-table;
}

.datagrid-table {
  margin-left: 1px;
}

.datagrid-showpage {
  display: inline;
  padding-left: 5px;
}

/*Home Search Input*/
@media screen and (max-width: 987px) {
  #SearchWideScreen {
    display: none;
  }
}

@media screen and (min-width: 988px) {
  #SearchThinScreen {
    display: none;
  }
}

#SearchWideScreen {
  padding-top: 8px;
}

#SearchThinScreen {
  height: 40px;
}

#SearchTermThin {
  float: right;
}

.tile {
  position: relative;
  background-color: var(--iq-color-primary);
  border: 2px solid var(--iq-color-primary);
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0;
  text-align: left;
  display: block;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  font-size: 1em;
}

.tile-sm {
  width: 48px;
  height: 48px;
}

.tile-md {
  width: 100px;
  height: 100px;
}

.tile-wd {
  width: 204px;
  height: 100px;
}

.tile-lg {
  width: 204px;
  height: 204px;
  font-size: 1.145em;
}

.tile-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: rgba(0,0,0,0.4);
}

.tile-content {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.tile-icon {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tile-sm .tile-icon img {
  max-height: 48px;
  max-width: 48px;
}

.tile-md .tile-icon img {
  max-height: 96px;
  max-width: 96px;
}

.tile-lg .tile-icon img {
  max-height: 200px;
  max-width: 200px;
}

.tile-wd .tile-icon img {
  max-height: 96px;
  max-width: 200px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: var(--iq-color-button-primary-label);
  background-color: var(--iq-color-primary);
}

.btn-primary, .btn-outline-primary {
  border-color: var(--iq-color-primary);
}

.btn-outline-primary {
  color: var(--iq-color-button-outline-label);
}

  .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle,
  .btn-primary.active, .btn-outline-primary.active, .btn-check:checked + .btn-outline-primary,
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: var(--iq-color-primary);
    border-color: var(--iq-color-primary);
    color: var(--iq-color-primary-contrast);
  }

  .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    background-color: var(--iq-color-primary);
    border-color: var(--iq-color-primary);
    color: var(--iq-color-primary-contrast);
  }

  .btn-primary:hover, .btn-outline-primary:hover {
    background-color: var(--iq-color-button-primary-hover);
    border-color: var(--iq-color-button-primary-hover);
    color: var(--iq-color-button-primary-label-hover);
  }

.btn-primary:hover,
.btn-check + .btn-primary:hover {
  border-color: var(--iq-color-primary);
  color: var(--iq-color-button-primary-label-hover);
  background-color: var(--iq-color-button-primary-hover);
}

.btn-outline-primary:hover {
  border-color: var(--iq-color-primary);
  color: var(--iq-color-button-outline-label-hover);
  background-color: var(--iq-color-button-outline-hover);
}

.btn.q-button[data-backcolour]:not([data-backcolour=""]):hover {
  filter: brightness(85%);
}

.btn-primary.disabled.active, .btn-outline-primary.disabled.active, .btn-check:checked + .btn-outline-primary.disabled {
  opacity: 0.9;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn-outline-primary.disabled {
  cursor: not-allowed;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:focus {
  color: var(--iq-color-secondary-contrast);
  background-color: var(--iq-color-secondary);
}

.btn-secondary, .btn-outline-secondary {
  border-color: var(--iq-color-secondary);
}

.btn-outline-secondary {
  color: var(--iq-color-secondary);
}

  .btn-secondary.active, .btn-outline-secondary.active, .btn-check:checked + .btn-outline-secondary {
    background-color: var(--iq-color-primary);
    border-color: var(--iq-color-primary);
    color: var(--iq-color-primary-contrast);
  }

.btn-check + .btn.btn-outline-secondary {
  color: var(--iq-color-button-toggle-label);
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  background-color: var(--iq-color-secondary);
  border-color: var(--iq-color-secondary);
  color: var(--iq-color-secondary-contrast);
}

/*Fix for hover sticking issue on mobile*/
@media(hover: hover) and (pointer: fine) {
  .btn-secondary:hover, .btn-outline-secondary:hover {
    background-color: var(--iq-color-secondary-hover);
    color: var(--iq-color-secondary-hover-contrast);
  }
}

.btn-secondary.disabled.active, .btn-outline-secondary.disabled.active, .btn-check:checked + .btn-outline-secondary.disabled {
  opacity: 0.9;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn-outline-secondary.disabled {
  cursor: not-allowed;
}

.btn-check + .btn.btn-outline-secondary:hover {
  color: var(--iq-color-button-toggle-label-hover);
  filter: brightness(var(--iq-color-button-toggle-hover-brightness));
  background-color: var(--iq-color-button-toggle-hover);
}

/*Multiple Select*/
.btn-group-multiselect {
  width: 100%;
}

.btn-multiselect:hover {
  cursor: default;
}

.btn-group.btn-group-multiselect {
  flex-wrap: nowrap;
}

.btn-group-multiselect button:first-of-type,
.btn-group-multiselect button:first-of-type:hover {
  font-size: 1em;
  text-align: left;
  border: 1px solid var(--iq-input-border-color);
  border-right: none;
  width: calc(100% - 40px);
  background: none;
  color: inherit;
  filter: none;
}

.dropdown-toggle-multiselect,
.dropdown-toggle-multiselect:hover {
  border: 1px solid var(--iq-input-border-color);
  border-left: none;
  background: none;
  color: inherit;
  filter: none;
}

.btn-group-multiselect .dropdown-menu {
  width: 100%;
  border: 1px solid var(--iq-input-border-color);
  max-height: 400px;
  overflow-y: scroll;
}

.multiselect-label {
  width: 100%;
}

.g-0 > .col-auto {
  padding-left: 4px;
}

div.dataTables_wrapper {
  width: 100%;
}

  div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
    padding-top: 0px;
  }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: var(--iq-color-primary);
  color: var(--iq-color-primary-contrast);
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  background-color: var(--iq-color-error);
  color: var(--iq-color-error-contrast);
}

table.dataTable > tbody > tr.selected > td a {
  color: white;
  text-decoration: underline;
}

div.dt-buttons {
  position: relative;
  float: left;
}

div.variable-debug {
  font-style: italic;
  font-size: 0.563rem;
}

div.frag-inputs-outputs {
  background-color: #e3f2fd;
  border: 2px solid #1976d2;
  border-radius: 0.35rem;
  padding: 4px;
  overflow: auto;
  margin: 0.5rem 0 0.5rem 0;

  h3.frag-inputs-outputs-heading {
    color: var(--iq-color-body-text);
    font-size: 0.856em;
    font-style: italic;
    margin-bottom: inherit;
    margin-top: 0.5em;
  }
}

table.datasource-debug {
  font-size: 0.563rem;
  font-style: italic;
  white-space: pre-line;
}

tr.datasource-debug td.datasource-debug {
  font-size: 0.563rem;
  padding: 0px !important;
  white-space: pre-line;
}

div.question-text-debug {
  font-style: italic;
  font-size: 0.813rem;
}

th.datasource-debug {
  font-size: 0.625rem;
  padding: 2px !important;
  white-space: pre-line;
}

div.action-debug {
  font-style: italic;
}

.action-debug-title {
  margin-bottom: 0.2rem;
}

div.datasource-debug {
  font-style: italic;
  font-size: 0.563rem;
  padding: 4px;
  white-space: pre-line;
}

.watermarked option {
  color: black;
}

.watermarked > option.select-watermark {
    color: var(--iq-color-watermark);
}

.select-watermark {
    color: var(--iq-color-watermark);
}

table.dataTable tr.dtrg-group th {
  font-weight: bold;
  background-color: #e0e0e0;
  color: #333;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtrg-group > td:first-child:before {
  display: none; /* Hide (+) on groups */
}

table.dataTable td {
  height: 20px
}

.navbar-brand {
  padding: 0;
}

button.btn-calendar > svg {
  margin-top: -4px;
}

.input-group-sm > input[aria-invalid="true"] + button.btn.btn-secondary {
    background-color:var(--iqtheme-validation-error-color, var(--iq-color-error));
    color: var(--iqtheme-validation-error-color-contrast, var(--iq-color-error-contrast));
    border-color: var(--iqtheme-validation-error-color, var(--iq-color-error));
}

.ImageSize img {
  height: 16px;
  width: 16px;
}

.form-control.dd, .form-control.mm {
  display: inline;
  width: 55px;
}

.form-control.yyyy {
  display: inline;
  width: 60px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.input-group-btn {
  font-size: 0.875rem;
}

  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -4px;
  }

  .input-group-btn:last-child > .btn-calendar {
    margin-left: -1px;
  }

.static-map {
  height: 100%;
  width: 100%;
}

.form-control[aria-invalid="true"], .form-select[aria-invalid="true"] {
    border-color: var(--iqtheme-validation-error-color, var(--iq-color-error));
    border-left: solid var(--iqtheme-validation-error-color, var(--iq-color-error)) 4px;
}

.actions-loading, .actions-no {
  font-style: italic;
}

#grdTemplates caption, #grdRecent caption, #grdTask caption, #grdApproval caption, #grdTaskGroup caption, #grdFormActivity caption, #grdDocuments caption, #grdAnswerFiles caption, #grdUserSubmissions caption, #grdGroupSubmissions caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.alert {
  --bs-alert-bg: var(--iqtheme-alert-bg, transparent);
  --bs-alert-color: var(--iqtheme-alert-color, inherit);
  --bs-alert-border-radius: var(--iqtheme-alert-shape-style, var(--iq-shape-style));
  --iq-alert-border-color-top: var(--iqtheme-alert-border-color-top, transparent);
  --iq-alert-border-color-right: var(--iqtheme-alert-border-color-right, transparent);
  --iq-alert-border-color-bottom: var(--iqtheme-alert-border-color-bottom, transparent);
  --iq-alert-border-color-left: var(--iqtheme-alert-border-color-left, transparent);
  --iq-alert-border-width-top: var(--iqtheme-alert-border-width-top, 0px);
  --iq-alert-border-width-right: var(--iqtheme-alert-border-width-right, 0px);
  --iq-alert-border-width-bottom: var(--iqtheme-alert-border-width-bottom, 0px);
  --iq-alert-border-width-left: var(--iqtheme-alert-border-width-left, 0px);
  border-top: var(--iq-alert-border-width-top) var(--iq-alert-border-style-top, solid) var(--iq-alert-border-color-top);
  border-right: var(--iq-alert-border-width-right) var(--iq-alert-border-style-right, solid) var(--iq-alert-border-color-right);
  border-bottom: var(--iq-alert-border-width-bottom) var(--iq-alert-border-style-bottom, solid) var(--iq-alert-border-color-bottom);
  border-left: var(--iq-alert-border-width-left) var(--iq-alert-border-style-left, solid) var(--iq-alert-border-color-left);
}

  .alert > .icon {
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mask-position: center;
    display: none;
  }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.narrow {
  width: 35px;
}

.middle {
  vertical-align: middle !important;
}

.assigned_by_column_width {
  width: 15%;
}

.dd-symbols {
  vertical-align: middle;
  padding-bottom: 4px;
}

.dot {
  height: 4px;
  width: 4px;
  background-color: #A9A9A9;
  border-radius: 50%;
  display: inline-block;
}

.space {
  height: 2px;
  width: 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
}

.dd-button {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  width: 35px;
  vertical-align: middle;
  padding: 0;
  border-radius: 3px;
}

  .dd-button:hover > .dd-symbols > .dot {
    background-color: #505050;
  }

.modal-scroller {
  max-height: 100%;
  overflow-y: auto;
}

.modal-dialog.modal-lg {
  height: 90%;
  max-height: 450px;
}

.modal-lgd-insert, .modal-lg-insert {
  height: 100%;
  max-height: 450px;
}

.modal-footer.modal-footer-row {
  display: inline;
}

.comments-content, #dropzoneArea {
  height: 90%;
  min-height: 200px;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto
}

.comments-content {
  max-height: 350px;
  padding: 10px
}

#dropzoneArea {
  max-height: 420px;
}

.iframe-size-lg {
  width: 99%;
  height: 99%;
  max-height: 450px;
}

.disabled-link {
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.8
}

/* Overrider for the cursor on tinyMCE toolbar buttons when disabled */
div.mce-btn.mce-disabled button, div.mce-btn.mce-disabled:hover button {
  cursor: not-allowed;
}

.prewrap {
  white-space: pre-wrap;
}

.card-header h3 {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
}

.btn-link {
  text-decoration: none;
  color: var(--iq-color-button-link-label);
  padding: 6px;
}

.btn.btn-link:hover {
    text-decoration: underline;
    color: var(--iq-color-button-link-hover);
  }

.pageNav .btn-link:hover {
  text-decoration: none;
  border-color: var(--iq-color-button-link-hover);
}

.toast-warning {
  opacity: 1 !important;
}

.btn-group {
  flex-wrap: wrap;
}

.input-group > .passwordField {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border: var(--bs-border-width) solid var(--iq-input-border-color);
}

input.form-control, textarea.form-control, select.form-select, .input-group > .passwordField {
  border-radius: var(--iq-shape-style-input);
  border-color: var(--iq-input-border-color);
}

.form-floating > textarea.form-control {
  height: unset;
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

:not(input, textarea).form-control, :not(select).form-select {
  border-radius: var(--iq-shape-style);
}

.btn {
  border-radius: var(--iqtheme-button-shape-style, var(--iq-shape-style));
}

.input-group .btn,
.btn-group .btn:last-of-type {
  border-top-right-radius: var(--iq-shape-style-input);
  border-bottom-right-radius: var(--iq-shape-style-input);
}

.input-group .btn,
.btn-group .btn:last-of-type {
  border-top-right-radius: var(--iqtheme-button-shape-style, var(--iq-shape-style));
  border-bottom-right-radius: var(--iqtheme-button-shape-style, var(--iq-shape-style));
}


.input-group .form-control,
.btn-group .btn:first-of-type {
  border-top-left-radius: var(--iqtheme-button-shape-style, var(--iq-shape-style));
  border-bottom-left-radius: var(--iqtheme-button-shape-style, var(--iq-shape-style));
}

.input-group input.form-control, .input-group > .passwordField {
  border-radius: var(--iq-shape-style-input);
}

.hasDatepicker, :not(.input-group) > input.form-control {
  border-top-left-radius: var(--iq-shape-style-input) !important;
  border-bottom-left-radius: var(--iq-shape-style-input) !important;
}

button.btn-calendar, button.btn-select {
  border-top-right-radius: var(--iq-shape-style-input) !important;
  border-bottom-right-radius: var(--iq-shape-style-input) !important;
}

.btn-primary, .btn-outline-primary,
.btn-primary:hover, .btn-outline-primary:hover,
.btn-primary:active, .btn-outline-primary:active {
  box-shadow: var(--iq-depth-style-default);
}

.cell-footer {
  padding-top: 5px !important;
  padding-right: 1px;
}

/*--iq-depth-style-hover-focus and --iq-depth-style-active variables are missing and differ from --iq-depth-style-default */
h1, h2, h3, h4 {
  font-weight: var(--iq-font-heading-weight) !important;
}

.contentlibimg {
  max-width: 100%;
  height: auto;
}

input.form-control:focus {
  color: var(--iq-color-body-text);
}

input.form-control:-webkit-autofill, input.form-control:-webkit-autofill:focus, input.form-control:-webkit-autofill:active, input.form-control:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--iq-color-body-text);
}

input.form-control.masked-input {
  letter-spacing: 1px;
}

.childActionTroubleshooting {
  margin-left: 20px;
}

.mention-person {
  background-color: rgb(244, 244, 244);
  color: rgb(16, 110, 190);
  font-weight: 700;
}

.mentions-select {
  position: absolute;
  background-color: #F8F8F8;
  border: 1px solid #EEEEEE;
  z-index: 2000;
}

.mentions-scroll {
  overflow-y: scroll;
}

.mentions-item {
  height: 50px;
  cursor: pointer;
}

  .mentions-item:hover {
    background-color: #EEEEEE;
  }

.mentions-item-noresults {
  background-color: white;
}

.mentions-name {
  width: 92%;
  display: inline-block;
  height: 50px;
}

.mentions-full {
  font-size: 1.2em;
}

.btn-primary:disabled {
  color: var(--iq-color-button-primary-label);
  background-color: var(--iq-color-primary);
  border-color: var(--iq-color-primary);
  opacity: 0.6;
}

.btn-secondary:disabled {
  color: var(--iq-color-secondary-contrast);
  background-color: var(--iq-color-secondary);
  opacity: 0.6;
}

.btn-outline-primary:disabled {
  color: var(--iq-color-button-outline-label);
  border-color: var(--iq-color-primary);
  opacity: 0.6;
}

.btn-outline-secondary:disabled {
  color: var(--iq-color-secondary);
  border-color: var(--iq-color-secondary);
  opacity: 0.6;
}

.photoUseLandscape, .photoUsePortrait {
  text-align: center;
}

.photoUseLandscapeImg, .photoUsePortraitImg {
  padding: 5px;
  margin: 20px;
  animation-duration: 3500ms;
  animation-iteration-count: infinite;
  border-radius: 6px;
  fill: #a9a9a9;
}

.photoUseLandscapeImg {
  max-width: 200px;
  animation-name: photoUseLandscapeImgAnimation;
}

  .photoUseLandscapeImg.photoUseReady {
    transform: rotate(-90deg);
  }

@keyframes photoUseLandscapeImgAnimation {
  60%, 100% {
    transform: rotate(-90deg);
  }
}

.photoUsePortraitImg {
  animation-name: photoUsePortraitImgAnimation;
  transform: rotate(-90deg);
  max-width: 150px;
}

  .photoUsePortraitImg.photoUseReady {
    transform: rotate(0deg);
  }

@keyframes photoUsePortraitImgAnimation {
  60%, 100% {
    transform: rotate(0deg);
  }
}

.photoUseLandscapeImgRotate, .photoUsePortraitImgRotate {
  animation-name: photoUseRotateAnimation;
  animation-duration: 3500ms;
  animation-iteration-count: infinite;
  fill-opacity: 0;
}

@keyframes photoUseRotateAnimation {
  0% {
    fill-opacity: 1;
  }

  60%, 100% {
    fill-opacity: 0;
  }
}

.photoUseLandscapeImgTick, .photoUsePortraitImgTick {
  animation-name: photoUseTickAnimation;
  animation-duration: 3500ms;
  animation-iteration-count: infinite;
  fill-opacity: 0;
  fill: #99C946;
}

  .photoUseLandscapeImgTick.photoUseReady, .photoUsePortraitImgTick.photoUseReady {
    fill-opacity: 1;
  }

@keyframes photoUseTickAnimation {
  0%, 30% {
    fill-opacity: 0;
  }

  80%, 100% {
    fill-opacity: 1;
  }
}

.photoUseReady {
  animation-name: none;
}

.photoReady, .photoUseLandscape, .photoUsePortrait {
  background-color: #fdfdfd;
  background-image: radial-gradient(circle, #ddd 1px, rgba(0,0,0,0) 1px);
  background-size: 1rem 1rem;
  border-radius: 12px;
  padding-bottom: 10px;
  cursor: pointer;
}

.photoUploadDisabled {
  cursor: default !important;
}

.photoReady {
  height: 250px;
  position: relative;
  text-align: center;
}

.photoReadyImg {
  fill: #a9a9a9;
  width: 75%;
  height: 75%;
  position: relative;
  top: 100px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.photoReadyImg {
  margin: auto;
}

.photoReadyImg>img{
  height: calc(100% - 10px);
  max-width: 100%;
  filter: brightness(0%) invert(76%) sepia(10%) saturate(12%) hue-rotate(334deg) brightness(87%) contrast(92%);
}

.photoReady, .photoUsePortrait, .photoUseLandscape {
  max-width: 360px;
}

.takenPhoto {
  display: inline-block;
}

.takenPhotoImg {
    margin-bottom: 3px;
    border-radius: 3px;
    max-width: 100%;
}

.btn-takePhoto {
  width: 90%;
  margin-bottom: 4px;
}

.summary-value .badge {
  white-space: normal;
}

.photoUseLandscapeText, .photoUsePortraitText, .photoUseLandscapeReadyText, .photoUsePortraitReadyText {
  padding-bottom: 5px;
  color: #a9a9a9;
  font-size: 1.144em;
}

.dt-buttons:not(:first-child) {
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  div.dt-buttons:not(:first-child) {
    margin-left: 0px;
  }

  .container .navbar-brand img {
    padding: 5px 0 0 0;
    float: right;
  }

  .container div.navbar-brand,
  .container div.navbar-brand:focus,
  .container div.navbar-brand:hover,
  .container a.navbar-brand,
  .container a.navbar-brand:focus,
  .container a.navbar-brand:hover {
    margin-right: 4px;
    height: var(--iq-mobile-header-height);
    min-width: 40px;
    max-width: calc(100% - 75px);
  }
}

.wizard-dialog-title {
  font-size: 1.29em;
  font-weight: bold;
  color: var(--iq-color-body-text);
}

#maintenance {
  fill: #383838;
  color: #383838;
}

/*After Submission Page*/
.fileDownload {
  padding-top: 5px;
}

.fileDownloadAll {
  padding-top: 10px;
}

@keyframes ex-line {
  0% {
    stroke-dashoffset: 40px
  }

  20% {
    stroke-dashoffset: 0px
  }

  100% {
    stroke-dashoffset: 0px
  }
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 100px
  }

  20% {
    stroke-dashoffset: 0px
  }

  100% {
    stroke-dashoffset: 0px
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px
  }

  100% {
    stroke-dashoffset: 960px
  }
}

@keyframes colored-circle {
  0% {
    opacity: 0
  }

  100% {
    opacity: 100
  }
}

.finishImage polyline {
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
}

.finishImage circle {
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

  .finishImage circle#colored {
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
  }

.finishImageSuccess circle#colored {
  fill: var(--iq-color-success);
}

.finishImageSuccess g {
  stroke: var(--iq-color-success);
}

.finishImageReject circle#colored {
  fill: var(--iq-color-error);
}

.finishImageReject g {
  stroke: var(--iq-color-error);
}

.tox.tox-tinymce {
  border-radius: var(--iq-shape-style-input);
  border-color: var(--iq-input-border-color);
}

.tox .tox-edit-area::before {
  border: 2px solid var(--iq-wcag-focus-color, #006ce7) !important;
}

/* extended utility classes */
@container attachmentContainer (min-width: 768px) {
  .mw-650 {
    max-width: 650px !important;
  }
}

.fw-500 {
  font-weight: 500 !important;
}

/*Access Denied Page*/
@keyframes cross-line1 {
  0% {
    stroke-dashoffset: 100px
  }

  12% {
    stroke-dashoffset: 0px
  }

  100% {
    stroke-dashoffset: 0px
  }
}

@keyframes cross-line2 {
  0% {
    opacity: 0
  }

  12% {
    opacity: 0;
    stroke-dashoffset: -100px
  }

  13% {
    opacity: 1;
    stroke-dashoffset: -100px
  }

  25% {
    stroke-dashoffset: 0px
  }

  100% {
    stroke-dashoffset: 0px
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px
  }

  100% {
    stroke-dashoffset: 960px
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 100
  }
}

@keyframes fade-in-fast {
  0% {
    opacity: 0
  }

  50% {
    opacity: 100
  }

  100% {
    opacity: 100
  }
}

#accessDeniedImageWrapper {
  justify-content: center;
}

.accessDeniedImage line#line1 {
  animation: cross-line1 0.25s ease-in-out 0.7s backwards;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  stroke: var(--iq-color-error-contrast);
}

.accessDeniedImage line#line2 {
  animation: cross-line2 0.25s ease-in-out 0.7s backwards;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  stroke: var(--iq-color-error-contrast);
}


.accessDeniedImage circle {
  animation: checkmark-circle 0.6s ease-in-out backwards;
  stroke: var(--iq-color-error);
}

  .accessDeniedImage circle#filled {
    animation: fade-in 0.6s ease-in-out 0.7s backwards;
    fill: var(--iq-color-error);
  }

.accessWarningImage line#exLine {
  animation: ex-line 0.25s ease-in-out 0.7s backwards;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  stroke: var(--iq-color-warning-contrast);
}

.accessWarningImage circle#exDot {
  animation: fade-in-fast 0.25s ease-in-out 0.7s backwards;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  fill: var(--iq-color-warning-contrast);
}


.accessWarningImage circle {
  animation: checkmark-circle 0.6s ease-in-out backwards;
  stroke: var(--iq-color-warning);
}

  .accessWarningImage circle#filled {
    animation: fade-in 0.6s ease-in-out 0.7s backwards;
    fill: var(--iq-color-warning);
  }


/* navigation buttons */
.navButtonContent svg {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  margin: 0 auto;
}

.navButtonContent {
  display: flex;
  align-items: end;
  flex-direction: row;
}

.btn.navButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navButton {
  height: 2.5rem;
}

.navButtonIconOnly {
  padding-left: 4px;
  padding-right: 4px;
  width: 2.5rem;
  height: 2.5rem;
}

  .navButtonIconOnly svg {
    width: 1.5rem;
    height: 1.5rem;
  }

.navButton:not(.navButtonIconOnly) .navButtonContent svg {
  top: -0.075rem;
}

.navButton:not(.navButtonIconOnly) .navButtonContent {
  margin-top: -0.075rem;
}

#formReassignBottom, #formResumeBottom, #formPreviewBottom, #savebuttonBottom, #btnBackBottom {
    display: none;
}

.tile.btn-primary:hover, .tile.btn-primary:focus, .tile.btn-primary:active {
  border-color: var(--iq-color-primary);
  color: var(--iq-color-button-primary-label-hover);
  background-color: var(--iq-color-button-primary-hover);
}

.tile.btn-danger:hover, .tile.btn-danger:focus, .tile.btn-danger:active {
  border-color: var(--iq-color-error);
  color: var(--iq-color-error-hover-contrast);
  background-color: var(--iq-color-error-hover);
}

.iq-callout {
  background-color: var(--iq-color-light);
  border-top-right-radius: var(--iq-shape-style);
  border-bottom-right-radius: var(--iq-shape-style);
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 3px solid var(--iq-color-gray-200);
}

.iq-callout-error {
    border-color: var(--iqtheme-validation-error-color, var(--iq-color-error));
}

.text-start .l-table, .text-center .l-table, .text-end .l-table {
  width: initial;
}

.text-start .l-table, .text-start .input-group, .text-start .form-control, .text-start .mc-table, .text-start .uploadContainer, .text-start .photoReady {
  margin-left: initial !important;
  margin-right: auto !important;
}

.text-center .l-table, .text-center .input-group, .text-center .form-control, .text-center .mc-table, .text-center .uploadContainer, .text-center .photoReady {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-start :not(.text-center, .text-end) .l-table, .text-start :not(.text-center, .text-end) .input-group, .text-start :not(.text-center, .text-end) .form-control, .text-start :not(.text-center, .text-end) .mc-table {
  margin-right: auto !important;
}

.text-end .l-table, .text-end .input-group, .text-end .form-control, .text-end .mc-table, .text-end .uploadContainer, .text-end .photoReady {
  margin-left: auto !important;
  margin-right: initial !important;
}

.text-end .question-text-inline {
  padding-right: 5px;
}

.input-group-text {
  border-radius: var(--iq-shape-style-input);
  font-size: unset;
  padding: 0 0.75rem;
}

.input-group:has(.form-control[aria-invalid="true"]) span, .input-group:has(.form-control[aria-invalid="true"]) input {
  border-top: solid var(--iqtheme-validation-error-color, var(--iq-color-error)) 1px;
  border-bottom: solid var(--iqtheme-validation-error-color, var(--iq-color-error))) 1px;
}

.input-group:has(.form-control[aria-invalid="true"]) :first-child {
  border-left: solid var(--iqtheme-validation-error-color, var(--iq-color-error)) 4px;
}

  .input-group:has(.form-control[aria-invalid="true"]):first-child button svg {
    border: 0px;
  }

.input-group:has(.form-control[aria-invalid="true"]) :last-child:not(div) {
  border-right: solid var(--iqtheme-validation-error-color, var(--iq-color-error)) 1px;
}

.input-group input.form-control[aria-invalid="true"]:not(:first-child) {
  border-left: solid var(--iqtheme-validation-error-color, var(--iq-color-error)) 1px;
}

.input-group:has(.form-control[aria-invalid="true"]) :nth-last-child(2):not(div),
.input-group:has(.form-control[aria-invalid="true"]) :nth-last-child(3):not(div) {
  border-right: solid var(--iqtheme-validation-error-color, var(--iq-color-error)) 1px;
}

@media screen and (forced-colors: active) and (prefers-color-scheme: light) {
  .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  }

  .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
  }

  .ui-slider span.ui-slider-handle,
  .dd-button > .dd-symbols > .dot,
  .dd-button:hover > .dd-symbols > .dot,
  .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    forced-color-adjust: none;
  }
}

@media screen and (forced-colors: active) and (prefers-color-scheme: dark) {
  .dd-button > .dd-symbols > .dot,
  .dd-button:hover > .dd-symbols > .dot,
  .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    forced-color-adjust: none;
  }
}

table.q-datagrid tbody tr td:first-child, table.q-datagrid thead tr th:first-child,
.dataFrame table.dataResults tbody tr td:first-child, .dataFrame table.dataResults thead tr th:first-child {
  border-left-color: var(--iq-input-border-color);
}

table.q-datagrid tbody tr:last-child td,
.dataFrame table.dataResults tbody tr:last-child td {
  border-bottom-color: var(--iq-input-border-color);
}

table.q-datagrid thead tr:first-child {
  border-top-color: var(--iq-input-border-color);
}

table.q-datagrid tbody td.lastColumn, table.q-datagrid thead th.lastColumn,
.dataFrame table.dataResults tbody td:last-child,
table.q-datagrid tbody tr td:last-child {
  border-right-color: var(--iq-input-border-color);
}

.dataFrame table.dataResults tr.cell-heading {
  border-top: 1px solid var(--iq-input-border-color);
  border-left: 1px solid var(--iq-input-border-color);
  border-right: 1px solid var(--iq-input-border-color);
}

.btn:not(.navButton, .btn-info, .btn-success, .btn-primary, .btn-secondary, .btn-info, .btn-link, .btn-danger, .btn-warning, .btn-toggle-button, .btn-outline-secondary, .btn-outline-primary, .btn-outline-danger),
.btn.tile:not(.navButton, .btn-info, .btn-success, .btn-primary, .btn-secondary, .btn-info, .btn-link, .btn-danger, .btn-warning, .btn-toggle-button, .btn-outline-secondary, .btn-outline-primary, .btn-outline-danger) {
  --bs-btn-bg: var(--iqtheme-button-bg, transparent);
  --bs-btn-color: var(--iqtheme-button-color, inherit);
  --bs-btn-border-radius: var(--iqtheme-button-shape-style, var(--iq-shape-style));
  --bs-btn-border-color: var(--iqtheme-button-border-color, transparent);
  --iq-button-border-width-top: var(--iqtheme-button-border-width-top, 0px);
  --iq-button-border-width-right: var(--iqtheme-button-border-width-right, 0px);
  --iq-button-border-width-bottom: var(--iqtheme-button-border-width-bottom, 0px);
  --iq-button-border-width-left: var(--iqtheme-button-border-width-left, 0px);
  border-color: var(--bs-btn-border-color);
  border-top-width: var(--iq-button-border-width-top);
  border-top-style: var(--iq-button-border-style-top, solid);
  border-right-width: var(--iq-button-border-width-right);
  border-right-style: var(--iq-button-border-style-right, solid);
  border-bottom-width: var(--iq-button-border-width-bottom);
  border-bottom-style: var(--iq-button-border-style-bottom, solid);
  border-left-width: var(--iq-button-border-width-left);
  border-left-style: var(--iq-button-border-style-left, solid);
}

.btn-check:checked + .btn:not(.navButton, .btn-info, .btn-success, .btn-primary, .btn-secondary, .btn-info, .btn-link, .btn-danger, .btn-warning, .btn-toggle-button, .btn-outline-secondary, .btn-outline-primary, .btn-outline-danger),
.btn-check + .btn:hover:not(.navButton, .btn-info, .btn-success, .btn-primary, .btn-secondary, .btn-info, .btn-link, .btn-danger, .btn-warning, .btn-toggle-button, .btn-outline-secondary, .btn-outline-primary, .btn-outline-danger),
.btn:active + .btn:not(.navButton, .btn-info, .btn-success, .btn-primary, .btn-secondary, .btn-info, .btn-link, .btn-danger, .btn-warning, .btn-toggle-button, .btn-outline-secondary, .btn-outline-primary, .btn-outline-danger),
.btn:hover:not(.navButton, .btn-info, .btn-success, .btn-primary, .btn-secondary, .btn-info, .btn-link, .btn-danger, .btn-warning, .btn-toggle-button, .btn-outline-secondary, .btn-outline-primary, .btn-outline-danger) {
  --bs-btn-hover-bg: var(--iqtheme-button-bg-hover, transparent);
  --bs-btn-hover-color: var(--iqtheme-button-color-hover, inherit);
  --bs-btn-hover-border-color: var(--iqtheme-button-bg);
  --bs-btn-border-color: var(--iqtheme-button-border-color-hover, inherit);
  --bs-btn-active-bg: var(--iqtheme-button-bg-hover, transparent);
  --bs-btn-active-color: var(--iqtheme-button-color-hover, inherit);
  --bs-btn-active-border-color: var(--iqtheme-button-bg);
  --bs-btn-bg: var(--iqtheme-button-bg-hover, transparent);
  --bs-btn-color: var(--iqtheme-button-color-hover, inherit);
  --bs-btn-border-color: var(--iqtheme-button-border-color-hover, inherit);
}


.btn:disabled:not(.navButton, .btn-info, .btn-success, .btn-primary, .btn-secondary, .btn-info, .btn-link, .btn-danger, .btn-warning, .btn-toggle-button, .btn-outline-secondary, .btn-outline-primary, .btn-outline-danger),
.btn.disabled:not(.navButton, .btn-info, .btn-success, .btn-primary, .btn-secondary, .btn-info, .btn-link, .btn-danger, .btn-warning, .btn-toggle-button, .btn-outline-secondary, .btn-outline-primary, .btn-outline-danger) {
  --bs-btn-hover-bg: var(--iqtheme-button-bg-disabled, transparent);
  --bs-btn-hover-color: var(--iqtheme-button-color-disabled, inherit);
  --bs-btn-hover-border-color: var(--iqtheme-button-border-color-disabled, inherit);
  --bs-btn-disabled-bg: var(--iqtheme-button-bg-disabled, transparent);
  --bs-btn-disabled-color: var(--iqtheme-button-color-disabled, inherit);
  --bs-btn-disabled-border-color: var(--iqtheme-button-border-color-disabled, inherit);
}

.btn.navButton {
  box-sizing: border-box;
  border-top-width: max(var(--iq-button-border-width-top), 1px);
  border-right-width: max(var(--iq-button-border-width-right), 1px);
  border-bottom-width: max(var(--iq-button-border-width-bottom), 1px);
  border-left-width: max(var(--iq-button-border-width-left), 1px);

  border-top-style: var(--iq-button-border-style-top, solid);
  border-right-style: var(--iq-button-border-style-right, solid);
  border-bottom-style: var(--iq-button-border-style-bottom, solid);
  border-left-style: var(--iq-button-border-style-left, solid);

  &.btn-outline {
    &:not(.active):not(:hover),
    &:not(:hover) {
      background-color: transparent;
      color: var(--iq-button-outline-color);
    }
  }
}

#QuestionsInner .btn-check:not(:checked) + .btn-outline:not(:hover) {
  background-color: transparent;
  color: var(--iq-button-outline-color, var(--iq-color-primary));
}


.character-counter {
  font-size: .875em;
  color: var(--bs-secondary-color);
  text-align: right;
  margin-bottom: -8px;
}
.btn-group .btn.btn-toggle-button:not(.btn-outline-secondary) {
  background-color: transparent;
  color: var(--iq-toggle-button-color);
  border-top-color: var(--iq-toggle-button-border-color-top, var(--iq-toggle-button-color));
  border-right-color: var(--iq-toggle-button-border-color-right, var(--iq-toggle-button-color));
  border-bottom-color: var(--iq-toggle-button-border-color-bottom, var(--iq-toggle-button-color));
  border-left-color: var(--iq-toggle-button-border-color-left, var(--iq-toggle-button-color));
  border-top-width: var(--iq-toggle-button-border-width-top, 0);
  border-right-width: var(--iq-toggle-button-border-width-right, 0);
  border-bottom-width: var(--iq-toggle-button-border-width-bottom, 0);
  border-left-width: var(--iq-toggle-button-border-width-left, 0);
  border-top-style: var(--iq-toggle-button-border-style-top, inherit);
  border-right-style: var(--iq-toggle-button-border-style-right, inherit);
  border-bottom-style: var(--iq-toggle-button-border-style-bottom, inherit);
  border-left-style: var(--iq-toggle-button-border-style-left, inherit);

  .btn-check + &:hover,
  .btn-check:checked + &:hover,
  &.active:hover,
  &:hover {
    background-color: var(--iq-toggle-button-bg-hover);
    color: var(--iq-toggle-button-color-hover);
  }

  .btn-check:checked + &,
  &.active {
    background-color: var(--iq-toggle-button-color-active);
    color: var(--iq-toggle-button-bg-active);
  }
}

.btn-group .option:not(:last-of-type) .btn.btn-toggle-button:not(.btn-outline-secondary) {
    border-top-right-radius: var(--iq-toggle-button-inner-border-radius, 0);
    border-bottom-right-radius: var(--iq-toggle-button-inner-border-radius, 0);
    width: 100%;
}

.btn-group .option:not(:first-of-type) .btn.btn-toggle-button:not(.btn-outline-secondary) {
    border-top-left-radius: var(--iq-toggle-button-inner-border-radius, 0);
    border-bottom-left-radius: var(--iq-toggle-button-inner-border-radius, 0);
    width: 100%;
}

.btn-group .option:last-of-type .btn.btn-toggle-button:not(.btn-outline-secondary) {
    border-top-right-radius: var(--iq-toggle-button-border-radius, 0);
    border-bottom-right-radius: var(--iq-toggle-button-border-radius, 0);
    width: 100%;
}

.btn-group .option:first-of-type .btn.btn-toggle-button:not(.btn-outline-secondary) {
    border-top-left-radius: var(--iq-toggle-button-border-radius, 0);
    border-bottom-left-radius: var(--iq-toggle-button-border-radius, 0);
    width: 100%;
}

.btn-group .option {
    margin-left: calc(var(--bs-border-width) * -1);
}

.badge-builtinglobal {
  --bs-badge-bg: var(--iqtheme-badge-bg, transparent);
  --bs-badge-color: var(--iqtheme-badge-color, inherit);
  --bs-badge-border-radius: var(--iq-shape-style, inherit);
  background-color: var(--bs-badge-bg);
  color: var(--bs-badge-color);
  border-radius: var(--bs-badge-border-radius);
}

.btn-builtinglobal {
  box-shadow: var(--iq-depth-style-default);
}

/*WCAG Compat changes*/
#QuestionsInner button.btn.navButton,
.btn,
.form-control,
.form-select,
.form-check-input,
.nav-link {
  &:focus-visible {
    box-shadow: var(--iq-wcag-focus-width) var(--iq-wcag-focus-color);
  }
}

/* Produce Sidebar page list */
.attachmentOptions button[type=button],
.attachmentOptions a,
ul.nav li a {
  &:focus-visible {
    outline: none;
    box-shadow: var(--iq-wcag-focus-width) var(--iq-wcag-focus-color);
  }
}

button.dd-button,
.search-select-all,
.search-select-row,
a,
th,
td {
  &:focus-visible {
    outline: var(--iq-wcag-focus-color) solid var(--iq-wcag-focus-outline-width);
  }
}

input[type=radio]:focus-visible + label.btn,
input[type=checkbox]:focus-visible + label.btn,
#QuestionsInner input[type=checkbox]:focus-visible + label.btn,
#QuestionsInner input[type=radio]:focus-visible + label.btn,
label.btn:focus-visible {
  --bs-btn-focus-box-shadow: var(--iq-wcag-focus-width) var(--iq-wcag-focus-color);
  box-shadow: var(--iq-wcag-focus-width) var(--iq-wcag-focus-color);
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

  input:-webkit-autofill:focus, input:-webkit-autofill:focus-visible {
    -webkit-box-shadow: 0 0 0 30px white inset, var(--iq-wcag-focus-width) var(--iq-wcag-focus-color);
  }

#divLogin label {
  margin-bottom: 0.25rem;
}

.zoomWrapper > div {
  position: relative;
  display: inline-block;
}

.zoomWrapper {
  display: inline-block;
}
#zoomDropdown {
  position: absolute;
  right: 0px;
  width: 19px;
  height: 100%;
  border: none;
  background: none;
}

.subdropdown ~ .dropdown-menu {
  margin: -2px !important;
}

.passwordField {
  position: relative;
}

.input-group>.passwordField>input{
    border:none;
    border-radius: inherit !important;
}

.passwordToggleIcon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

  .passwordToggleIcon i {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 65%;
  }

    .passwordToggleIcon i:hover {
      opacity: 90%;
    }

.hidePasswordToggle .passwordToggleIcon {
  display: none;
}

.passwordField > input::-ms-reveal,
.passwordField > input::-ms-clear {
  display: none;
}

.q-summary .summary-badge-bg-primary {
  background-color: var(--iqtheme-builtinprimary-badge-bg, var(--iq-color-primary)) !important;
  color: var(--iqtheme-builtinprimary-badge-color, var(--iq-color-primary-contrast));
}

.q-summary .summary-badge-bg-secondary {
  background-color: var(--iqtheme-builtinsecondary-badge-bg, var(--iq-color-secondary)) !important;
  color: var(--iqtheme-builtinsecondary-badge-color, var(--iq-color-secondary-contrast));
}

.align-supporting-text {
  vertical-align: top;
  padding-top: 23px;
}

#tblLogin .l-row {
  height: 3rem;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.slider > .ui-slider-handle:focus {
  box-shadow: var(--iq-wcag-focus-width) var(--iq-wcag-focus-color);
}

/* Highlight options in a combobox when using keyboard/mouse navigation */
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-hover {
  background: var(--iq-wcag-focus-color) !important;
  color: white !important;
}

.slider > .ui-slider-handle:focus-visible,
.ui-datepicker .ui-datepicker-month:focus-visible,
.ui-datepicker .ui-datepicker-year:focus-visible {
  outline: var(--iq-wcag-focus-color) solid var(--iq-wcag-focus-outline-width);
}

.page-title-and-navbuttons, .cell-footer {
    gap: 0.25rem;
}

.small-screen-space-filler {
    order: -5;
    flex-grow: 1;
}

.footer-space-filler {
    flex-grow: 1;
    order: 0;
}

@media screen and (max-width:600px) {
    .footer-space-filler {
        display: none;
    }
}

@media screen and (min-width:601px) {
    .small-screen-space-filler {
        display: none;
    }
}

#btnExitForm {
    margin-right: auto;
    margin-left: auto;
}

.cell-footer .iq-callout-error {
  order: -10;
}

.ls.show-add-button > .ls-body .lsfooter input.btn.add {
    display: block;
}

.question-label[class*=text-label-] {
    background-color: var(--iq-text-label-bg, transparent);
    color: var(--iq-text-label-color, inherit);
    border-radius: var(--iq-text-label-border-radius, var(--iq-shape-style));
    border-top: var(--iq-text-label-border-width-top, 0px) var(--iq-text-label-border-style-top, solid) var(--iq-text-label-border-color-top, transparent);
    border-right: var(--iq-text-label-border-width-right, 0px) var(--iq-text-label-border-style-right, solid) var(--iq-text-label-border-color-right, transparent);
    border-bottom: var(--iq-text-label-border-width-bottom, 0px) var(--iq-text-label-border-style-bottom, solid) var(--iq-text-label-border-color-bottom, transparent);
    border-left: var(--iq-text-label-border-width-left, 0px) var(--iq-text-label-border-style-left, solid) var(--iq-text-label-border-color-left, transparent);
    padding: var(--iq-text-label-padding-top, 0px) var(--iq-text-label-padding-right, 0px) var(--iq-text-label-padding-bottom, 0px) var(--iq-text-label-padding-left, 0px);
}

/* step progress bar*/
.horizontal-navigation {
  margin-bottom: 10px;
  background-color: var(--iq-color-nav-bg);
  display: grid;
  overflow-x: auto;
  user-select: none;
}

  .horizontal-navigation.navigation-pinned {
    padding-top: 0px;
    margin-top: -6px;
  }

.progress-steps {
  /******* blocks ******/
  .progress-block {
    display: flex;
    flex-flow: row nowrap;
    border: 1px solid var(--iq-color-nav-bg);
    overflow-x: auto;

    li {
      position: relative;
      margin-right: 0.25rem;
      width: 100%;
      height: calc(1.5rem + 2 * var(--iq-navigation-spacing));
      color: var(--iq-color-nav-contentbg);
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--iq-color-nav-contentbg);
      min-width: 150px;
    }

      li:last-child {
        margin-right: 0;
      }

      li a {
        color: var(--iq-color-nav-text);

        .validation-icon {
          position: absolute;
          right: 5px;
          bottom: 8px;
          line-height: 1rem;
        }

        text-overflow: ellipsis;
        text-wrap-mode: nowrap;
        width: calc(100% - 40px);
        overflow-x: clip;
        padding-left: 10px;
        text-align: center;
      }

      li.active {
        color: var(--iq-horizontal-navigation-color);
        background-color: var(--iq-horizontal-navigation-color);

        a {
          color: var(--iq-horizontal-navigation-color-active);
          font-weight: bold;
        }
      }

      li.g-error a {
        color: var(--iq-color-nav-text) !important;
        font-weight: 400;
      }

      li:after,
      li:before {
        position: absolute;
        content: " ";
        border-style: solid;
        border-width: 1rem 0 1rem 0.25rem;
        border-color: var(--iq-color-nav-bg);
      }

      li:before {
        left: 0;
        border-color: transparent transparent transparent var(--iq-color-nav-bg);
      }

      li:after {
        transform: translateX(100%);
        right: 0;
        border-left-color: inherit;
      }

      li:first-child:before,
      li:last-child:after {
        border: none;
      }
  }
  /********** nodes *************/
  .progress-nodes {
    list-style: none;
    margin: 2.5rem 0 0 0;
    display: flex;
    height: calc(2.5rem + 2.5 * var(--iq-navigation-spacing));
    margin-top: calc(1.5rem + 2.5 * var(--iq-navigation-spacing));
    min-width: 100%;
    flex-direction: column;

    > li {
      position: relative;
      cursor: pointer;
      display: inline-block;
      flex: auto;
      text-align: center;
      height: 100%;

      a {
        color: var(--iq-color-nav-text);
        font-weight: normal;
        text-overflow: ellipsis;
        text-wrap-mode: nowrap;
        overflow-x: hidden;
        text-align: center;
        display: block;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -60px;
      }

      &:before {
        content: 'ㅤ';
        display: inline-block;
        margin: 0 auto;
        background: var(--iq-horizontal-navigation-color-contrast);
        /*untouched nodes' color*/
        border: 2px solid var(--iq-horizontal-navigation-color);
        width: 2rem;
        height: 2rem;
        margin-bottom: calc(-3.1rem - 2 * var(--iq-navigation-spacing));
        line-height: 32px;
        border-radius: 100%;
        position: relative;
        z-index: 1;
        font-size: 21px;
      }
      /*untouched color*/
      &:not(.g-complete):before {
        border: 2px solid var(--iq-horizontal-navigation-untouched-color);
      }

      &:after {
        content: '';
        position: absolute;
        background: var(--iq-horizontal-navigation-untouched-color);
        width: 100%;
        height: 0.125rem;
        top: 1rem;
        left: 50%;
      }
      /*untouched color*/
      &:not(.g-complete):after {
        background: var(--iq-horizontal-navigation-untouched-color);
      }

      &:last-child:after {
        display: none;
      }

      &.active {
        a {
          font-weight: bold;
          color: var(--iq-horizontal-navigation-color-active);
        }

        &:before {
          border: 2px solid var(--iq-horizontal-navigation-color);
          background: var(--iq-horizontal-navigation-color);
        }
      }

      &.validation-completed {
        &:before {
          content: "\f26e";
          font-family: bootstrap-icons, sans-serif !important;
          color: var(--iq-horizontal-navigation-color-contrast);
          background: var(--iq-horizontal-navigation-color);
          border: 2px solid var(--iq-horizontal-navigation-color);
        }
      }

      &.before-active:not(.active) {
        &:after {
          background: var(--iq-horizontal-navigation-color);
        }
      }

      &.g-error {
        &:before {
          mask-repeat: no-repeat;
          mask-image: var(--iqtheme-validation-custom-icon, var(--iqtheme-validation-default-icon));
          mask-size: 24px;
          background-color: var(--iqtheme-validation-error-color-contrast, var(--iq-color-error-contrast));
          mask-position: 4px 3px;
          z-index: 2;
        }

        &:after {
          background: var(--iq-horizontal-navigation-color);
        }

        .validation-bg {
          background: var(--iqtheme-validation-error-color, var(--iq-color-error));
          height: 30px;
          border-radius: 1rem;
          width: 30px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 7px;
          z-index: 1;
          display: block;
          position: relative;
        }
      }

      a .validation-icon {
        display: none;
      }
    }
  }
}

#QuestionsInner div.Group {
  padding-top: 0;
}

.horizontal-navigation.navigation-docked {
  position: initial;
  left: 0;
  top: var(--iq-header-height);
  width: 100%;
  z-index: 1000;
}

@media (min-width: 768px) {
  .horizontal-navigation.navigation-docked {
    position: fixed;
    left: var(--iq-navigation-width);
    top: var(--iq-header-height);
    width: calc(100% - var(--iq-navigation-width));
  }

  #QuestionsInner:has(nav:not([style*="display: none"])) div.Group {
    padding-top: var(--iq-horizontal-navigation-docking-space);
  }
}
/*:not() tag is required to override existing a link rule due to :not having very strong specificity*/
#QuestionsInner #pageErrors li.pageErrors-error a:not(.class-for-specificity),
#QuestionsInner #pagesErrors li.page-error a:not(.class-for-specificity) {
  color: var(--iqtheme-validation-link-color, var(--iq-color-link));

  &:hover {
    color: var(--iqtheme-validation-link-color-hover, var(--iq-color-link-hover));
  }
}