﻿<!--/*--><css><![CDATA[/**/


*
{
  box-sizing: border-box;
  font-size: 10pt;
  font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
}

html,
body
{
  width: 100%;
  font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
  background-color: var(--background);
  display: flex;
  transition: flex 1s ease-in-out;
}

body.wait,
body.wait *
{
  cursor: wait;
}

body.wait .waitEllipsis,
body.wait #waitEllipsis
{
  opacity: 1;
}

body:not(.wait) .waitEllipsis,
body:not(.wait) #waitEllipsis
{
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

body.wait .acMenu
{
  display: none !important;
}

#_form
{
  overflow: auto;
  padding: 2rem 2rem;
  align-self: stretch;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

#_form > *
{
  margin: auto auto;
}



/*region XS3WS XSLT COMPONENTS ――――――――――――――――――――――――*/
.xs3_section
{
  background: white;
  border-radius: .25rem;
  border: 1px solid var(--control);
  grid-template-columns: 1fr;
  box-shadow: 0rem 0 4rem hsla(220,20%,30%,0.075);
}

.xs3_list
{
  margin: 0 auto !important;
}

.xs3_content:not(.xs3_panel):not(.rte)
{
  /*padding: 4rem 2rem 2rem 2rem;*/
  padding: 4rem;
}


.xs3_content:not(.xs3_panel) > *:last-child,
.xs3_content:not(.xs3_panel) > .xforms-group > .xforms-group-content > *:last-child
{
  margin-bottom: 0 !important;
}

/*Hack to fix wierd extra margin at bottom of content*/
.xs3_content > :last-child
{
  -webkit-margin-bottom-collapse: discard;
}

.xs3_panel .grid .xforms-control
{
  display: flex;
}

.xs3_panel .grid .xforms-control label
{
  margin-right: auto;
}

#_form .xs3_panel .grid .composite
{
  width: initial !important;
}

.stretch .value,
.stretch .value button
{
  width: 100%;
}

.xs3_section:not(.xs3_panel) :not(td) > .xforms-control:not(.inline):not(.xforms-trigger):not(.xforms-upload)
{
  display: flex;
  margin-bottom: 3rem;
}

.xs3_banner
{
  margin: -1px;
  user-select: none;
  height: 3.5rem;
  padding: 0 1.25rem;
  align-items: center;
  background-color: var(--xs3_banner);
  color: var(--xs3_banner-txt);
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 1rem;
  grid-template-columns: min-content 1fr;
  border-radius: .25rem;
}

.xs3_banner img
{
  margin: 0 1rem 0 0;
  height: 1.5rem;
}

.xs3_banner > .banner-title
{
  font-weight: bold;
  padding-right: 2.35rem;
  text-transform: uppercase;
  justify-self: flex-start;
  white-space: nowrap;
}


.xs3_banner a,
.xs3_banner a:link
{
  text-decoration: none;
  color: var(--link) !important;
}

.xs3_content a,
.xs3_content .xforms-trigger a,
.xs3_content .xforms-trigger a:link
{
  text-decoration: none;
  color: var(--link-dark);
}

.xs3_foot
{
  min-height: 3.75rem;
  padding: 0 1.5rem;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1rem;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-end;
}


.xs3_back button
{
  background: transparent !important;
  color: var(--dim-txt);
  fill: var(--dim-txt);
  opacity: .75;
}

body.wait .xs3_foot .xforms-trigger:not(.xs3_back),
body.wait .xs3_foot .x-hint
{
  opacity: .25;
  user-select: none;
  pointer-events: none;
}

/*Pseudo Section div assuming identity of both classes*/
.xs3_panel
{
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
  padding-right: 1rem; /*Compensates for last child margin, the removal of which causes problems when using 'order:1'*/
  display:flex;
  align-items: center;
}

.xs3_panel .xforms-control:not(.acMenuItem)
{
  align-content: center;
  margin: auto 1rem auto 1rem;
  white-space: nowrap;
}

/*Undo the previous style for acMenuItems - cant be easily negated in the above selector*/
.xs3_panel .acMenuItem .xforms-output
{
  margin: unset;
}

.xs3_panel label
{
  align-self: center;
  padding-right: 1rem;
}

:not(td) > .xs3_info:not(tbody):not(.xforms-group),
tr.xforms-group-content .xs3_info,
.xs3_info > .xforms-group-content
{
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  background: var(--control);
  padding: 1rem 1.25rem;
  width: min-content;
  min-width: 100%;
  grid-column-gap: 1rem;
  grid-template-columns: min-content;

  border: 1px solid var(--control-border);
  border-radius: .75rem;
}

td > .xforms-group > .xforms-group-content
{
  width: 100%;
}

xs3_info *
{
  width: min-content;
  min-width: 100%;
}

.xs3_info .label
{
  margin-right: 1rem;
  font-weight: bold;
  color: var(--link-dark);
}

.xs3_info svg
{
  justify-self: center;
}

.xs3_caption
{
  height: 3rem;
  align-items: center;
  padding: 0 1.25rem;
  color: var(--xs3_caption-txt);
  background: var(--xs3_caption);
  white-space: nowrap;
  user-select: none;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: min-content 1fr;
  grid-column-gap: 1rem;
  min-width: 100%;
  width: max-content;
}

.xs3_caption .label
{
  color: white;
  margin-right: 1rem;
}

.xs3_caption > span:first-of-type
{
  text-transform: uppercase;
  margin-right: 2rem;
  font-weight: bold;
  text-align: left;
  overflow:hidden;
}

.xs3_caption a
{
  color: var(--link) !important;
}

.xs3_banner .stdIcon,
.xs3_caption .stdIcon
{
  width: 1.35rem;
  height: 1.35rem;
  fill: var(--xs3_banner-icon);
}

.xs3_caption .stdIcon
{
  fill: var(--xs3_caption-icon);
}

.xs3_banner .stdIcon
{
  fill: var(--xs3_banner-icon);
}


.xs3_controls .xs3_compositeControl
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;
}


.xs3ws-DropMenu input
{
  /*Allow for x button*/
  padding-right: 2rem !important;
}

.xs3ws-DropMenu button span
{
  margin-left: 0 !important;
}


.xs3ws-DropMenu button .xforms-label .xforms-value
{
  text-overflow: ellipsis;
  overflow: hidden;
}

.xs3ws-DropMenu .xforms-repeat
{
  max-height:24rem;
  overflow-y: auto;
  border: 1px solid var(--control-border);
  border-radius: .225rem;
}

*[readonly]
{
  display: initial !important;
}

.waitEllipsis,
.waitSvg
{
  width: 3rem;
  height: .75rem;
}
/*endregion*/

/*region STANDARD XFORMS CONTROLS ――――――――――――――――――――――――*/

#_form .xforms-control
{
  flex-wrap: nowrap;
  overflow: hidden;
  /*Don't change this to baseline, as tempting as it is, it causes bad side effects*/
  align-items: center;
}

/*Composite controls*/
#_form .composite
{
  display: grid;
  grid-template-columns: 1fr auto;
}

#_form .composite .xforms-label
{
  grid-column: 1;
  grid-row: 1;
}

#_form .composite .value,
#_form .composite .xforms-control
{
  grid-column: 3;
  grid-row: 1;
  justify-self: flex-end;
}

#_form .xs3_panel .grid .xforms-control.xforms-select1
{
  width: -webkit-fill-available;
}

#_form .xs3_panel .xforms-control:not(.small-button)
{
  width: max-content;
}

/*Default control everywhere.*/
#_form .xforms-control .xforms-value
{
  padding: .25rem .5rem .225rem .5rem;
  outline: none;
  transition: background .3s ease-in-out;
}

#_form .xforms-control *
{
  outline: none;
}

/*Default control within sections.*/
.xs3_controls .xforms-control:not(.xforms-output) .xforms-value
{
  background: var(--control);
  border: 1px solid var(--control-border);
  border-radius: .225rem;
}

/*Undo above style for radio boxes*/
.xforms-select1.xforms-appearance-full .xforms-value
{
  background: transparent !important;
  border: none !important;
}

.xs3_controls .xforms-control:not(.xforms-output) .xforms-value:focus
{
  background: white;
}

.xs3_controls .xforms-control label,
.xs3_controls .xs3_compositeControl .label
asset-dashboard-row label.label
{
  color: var(--control-label);
  font-weight: bold;
  margin: 0;
  flex-shrink: 1;
  user-select: none;
  margin-right: 1rem;
}

.xs3_controls .xforms-control:hover .xforms-label,
.xs3_controls .xs3_compositeControl:hover .label,
.xs3_controls .xs3_compositeControl:focus-within .label
{
  /*Looks good but causes problems with xforms-controls hosted by other xforms-controls*/
  /*color: var(--control-hover-label) !important;*/
  /*text-decoration: underline var(--form-border);*/
}

.xs3_section:not(.xs3_panel) .xforms-control label,
.xs3_controls .xs3_compositeControl .label
{
  font-weight: bold;
  margin-right: auto;
  padding-right: 1rem;
  color: var(--control-label);
}

#_form select
{
  padding-right: 1.25rem !important;
}

#_form .xs3ws-Search  .small-button,
#_form .xforms-select1 .small-button,
#_form .incl-x .small-button
{
  display: none;
}

#_form .xs3ws-Search:hover .small-button:not(.xforms-readonly),
#_form .autoComplete:not(.show):hover .small-button:not(.xforms-readonly),
#_form .xforms-select1:hover .small-button:not(.xforms-readonly),
#_form .incl-x:not(.show):hover .small-button:not(.xforms-readonly)
{
  display: unset;
  z-index: 2;
}

caption .xforms-control select,
caption .xforms-control input
{
  background: var(--table-head) !important;
  border: none !important;
  color: var(--table-head-txt) !important;

}


caption .xforms-control ::placeholder
{
  color: var(--xs3_caption-txt);
  opacity: .9;
}


/*endregion*/


/*region GRID LAYOUT */
.xs3_controls .gridLayout
{
  display: grid;
}


/*endregion*/


/*region TABLE ――――――――――――――――――――――――*/
#_form table:not(.inline)
{
  border-collapse: collapse;
  /*border-bottom: 1px solid var(--control-border);*/
  margin-bottom: var(--sparse);
  width: 100%;
}

#_form .xs3_list table
{
  width: 100%;
  box-shadow: 0 0 2rem rgba(0,0,0,0.05);
}

#_form table thead
{
  border-right: 1px solid var(--table-head);
}

#_form table th
{
  font-weight: normal;
  text-align: left;
  padding: .5rem .75rem;
  background: var(--table-head);
  color: var(--table-head-txt);
  user-select: none;
}

#_form table tr
{
  background: var(--table);
}

#_form table:not(.no-alt) tr:nth-child(even)
{
  background: var(--table-alt);
}

#_form table td
{
  padding: .25rem .75rem;
  border: 1px solid var(--control-border);
  border-width: 0 1px 0 1px;
}

#_form table tbody
{
  border: 1px solid var(--control-border);
}

#_form table td:last-child,
#_form table td:first-child
{
  border: none;
}

#_form table td > *
{
  line-height: 1.75rem;
}

/*Fix ups for controls in td*/
#_form table td > .xforms-select1,
#_form table td > .xforms-select1 select
{
  min-width: 100%;
}

#_form table td > .xforms-select1 select
{
  padding: 0 1.25rem 0 .5rem !important;
}

#_form table td .xforms-value
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}


#_form table tr .tdButtonsParent
{
  width: 1px;
  padding: .125rem .125rem .125rem .125rem;
}

#_form table tr:first-child .tdButtonsParent
{
  padding: .25rem .125rem .125rem .125rem;
}

#_form table tr:last-child .tdButtonsParent
{
  padding: .125rem .125rem .25rem .125rem;
}

#_form table tr:first-child:last-child .tdButtonsParent
{
  /*First and last child*/
  padding: .25rem .125rem;
}

#_form table .tdButtons
{
  display: flex;
  padding: .25rem .125rem;
  border-left: 0;
  justify-content: flex-end;
}

#_form table .tdButtons > *
{
  margin: .1rem .125rem;
  white-space: nowrap;
}


#_form td.buttons
{
  white-space: nowrap;
  padding: .25rem !important;
  text-align: -webkit-center;
  min-width: 2.5rem;
  width: 1px;
  text-align: center;
}


/*xs3_popupTextArea was a real pain in the ass to get right so be wary when altering*/
.xs3_popupTextArea
{
  overflow: hidden;
  max-height: 2rem;
  position: relative;
}

.xs3_popupTextArea:focus-within
{
  overflow: visible;
  top: -2.25rem;
}

/*Banner*/
.xs3_popupTextArea > div:first-child > div:first-child
{
  display: none;
  background: var(--xs3_caption);
  color: var(--xs3_caption-txt);
  padding: .25rem .75rem .25rem .75rem;
  border-bottom: 1px solid var(--control-border);
  margin-bottom:.25rem;
  font-weight: bold;
}

.xs3_popupTextArea:focus-within > div:first-child
{
  top: -.25rem;
  min-height: 2rem;
  position: relative;
  background: white !important;
  outline: .2rem solid rgba(0,0,0,0.0225);
  border: 1px solid var(--control-border) !important;
  border-top: none;
  margin: -1px;
  margin-top: -.3rem;
  z-index: 999;
}

.xs3_popupTextArea:focus-within > div:first-child > div:first-child
{
  cursor: pointer;
  display:flex;
}

.xs3_popupTextArea .xforms-textarea
{
  padding: 0 .75rem;
  display: block;
  padding-right: 0;
}

.xs3_popupTextArea textarea
{
  position: relative;
  transition: none;
  background: transparent !important;
  border: none !important;
  height: 2rem;
  max-width: 100%;
  min-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  resize: none;
  width: -webkit-fill-available !important;
  margin-right: 2rem;
}

.xs3_popupTextArea:focus-within textarea
{
  margin-bottom: calc(.25rem + 1px);
  text-overflow: ellipsis;
  white-space: normal;
  overflow: visible;
  margin-right: 0;
}

/*endregion*/


/*region CUSTOM BROWSER CONTROLS ――――――――――――――――――――――――*/

/*Show a control as disabled instead of hidden.*/
.xforms-readonly > .value,
.label ~.xforms-readonly > .value
{
  opacity: .7;
  pointer-events: bounding-box;
  user-select: none;
}

/*Single line control*/
.xs3_controls input[type=number],
.xs3_controls input[type=date],
.xs3_controls input[type=text],
.xs3_controls input[type=password],
.xs3_controls select:not([multiple])
{
  min-height: 2rem;
  max-height: 2rem;
  /*text-align: left !important;*/
  font-family: sans-serif;
  background: var(--control);
  border: none;
  border: 1px solid var(--control-border);
  border-radius: .25rem;
  text-indent: .5rem;
  outline: none;
}

/*Undo the above style, this is less problematic than putting exclusions in the above*/
.xs3_controls .xforms-control.no_decorate input[type=number]
{
  text-align: center !important;
}

.xs3_controls  input[type=number]
{
  width: 8rem;
}

.xs3_controls input[type=number]::-webkit-inner-spin-button
{
  height: 2rem !important;
  margin-right: -.5rem;
}

.xs3_controls input[type=text]
{
  width: 14rem;
}

.xs3_section.xs3_panel input[type=text]
{
  width: 7rem;
}

.xs3_controls textarea
{
  font-family: sans-serif;
  padding: .25rem;
  line-height: 1.5rem !important;
  height: 5rem;
  width: 14rem;
  box-sizing: border-box;
  min-width:14rem;
  min-height: 4rem;
  vertical-align: top;
}

#_form .xs3_controls .xforms-control.xforms-textarea.stacked
{
  flex-direction: column;
}

#_form .xs3_controls .xforms-control.xforms-textarea.stacked label
{
  margin-bottom: 1rem;
}

#_form .xs3_controls .xforms-control.xforms-textarea.stacked .value,
#_form .xs3_controls .xforms-control.xforms-textarea.stacked textarea
{
  width: 100%;
}

#_form .xs3_controls .xforms-control.xforms-textarea
{
  align-items: flex-start;
}

.xforms-textarea label
{
  padding-top: .5rem;
}

#_form input[type=file]
{
  text-align: left;
  padding: 0 !important;
  border: transparent !important;
  background: transparent !important;
  direction: rtl;
  color: var(--dim-txt) !important;
  font-size: 0;
}

/*Main button style*/
#_form *:not(.items) > .xforms-trigger:not(.acMenuItem):not(.menuItem):not(.img-trigger):not(.item) button,
#_form ::-webkit-file-upload-button,
.html-button
{
  user-select: none;
  cursor: pointer;
  font-size: 1rem;
  min-width: min-content;
  border: none;
  background: var(--neutral);
  padding: .75rem 1.5rem;
  border-radius: .25rem;
  color: white;
}

#_form *:not(.items) > .xforms-trigger:not(.transparent):not(.menuItem):not(.xforms-readonly) button:focus,
.xs3_panel .xforms-trigger:not(.transparent):focus,
#_form ::-webkit-file-upload-button:focus
{
  outline: .2rem solid rgba(0,0,0,0.05);
  opacity: 1;
}

#_form *:not(.items) > .xforms-trigger:not(.acMenuItem):not(.menuItem):not(.transparent):not(.xforms-readonly) button:hover,
.xs3_panel .xforms-trigger:not(.xforms-readonly):not(.transparent):hover,
#_form ::-webkit-file-upload-button:hover
{
  background: var(--control) !important;
  outline: .2rem solid rgba(0,0,0,0.0225);
  opacity: 1;
}

#_form *:not(.items) > .xforms-trigger:not(.acMenuItem):not(.menuItem):not(.transparent):not(.xforms-readonly) button:active,
.xs3_panel .xforms-trigger:not(.xforms-readonly):not(.transparent):active,
#_form ::-webkit-file-upload-button:active
{
  background: var(--control) !important;
  outline: .2rem solid rgba(255,255,255,.225);
  opacity: 1;
}

.xs3_panel table td
{
  line-height: 1.5;
}

.xs3_controls .xforms-invalid:not(.xforms-focus):not(.xforms-readonly):not(.small-button):not(.no_decorate) > .value:before,
.xs3_controls .xforms-invalid:not(.xforms-focus):not(.xforms-readonly):not(.no_decorate).xforms-trigger.risk > .value:before
{
  animation-timing-function: ease-in-out;
  animation: fade 1s;
  content: '✱';
  color: var(--red);
  position: relative;
  left: .5rem;
  font-size: 9pt;
  width: 0;
  margin-top: .25rem;
  display: inline-block;
}

/*.xs3_controls .xforms-invalid.no_decorate:not(:focus-within) input,*/
/*.xs3_controls .xforms-invalid.no_decorate:not(:focus-within) select,*/
/*.xs3_controls .xforms-invalid.no_decorate:not(:focus-within) input::placeholder*/
/*{*/
/*  color: var(--red);*/
/*}*/

.xs3_controls .no_decorate input[type=time]
{
  text-align: -webkit-center;
}

.xs3_controls .xforms-invalid:not(.xforms-focus):not(.xforms-readonly).xforms-trigger.risk > .value:before
{
  margin-top: 0;
  top: .35rem;
  left: 1.5rem;
}

/*Offsets for various controls when asterix shown*/
.xs3_controls .xforms-invalid:not(.xforms-focus):not(.xforms-upload):not(.no_decorate) input
{
  text-indent: 1rem;
}

.xs3_controls .xforms-invalid:not(.xforms-focus):not(.no_decorate) input[type=time],
.xs3_controls .xforms-invalid:not(.xforms-focus):not(.no_decorate) input[type=date]
{
  text-indent: .5rem;
}

.xs3_controls .xforms-invalid.xforms-select1 select
{
  text-indent: .75rem;
}

.xs3_controls .xforms-select1 select
{
  min-width: 6rem;
}

.xs3_controls table .xforms-invalid:not(.xforms-focus):not(.no_decorate) input[type=time],
.xs3_controls table .xforms-invalid:not(.xforms-focus):not(.no_decorate) input[type=date]
{
  text-indent: .75rem;
}

.xs3_controls .xforms-invalid:not(.xforms-focus) input[type=checkbox]
{
  height: 9pt;
  margin-left: 1.5rem;
}

/*Special consideration for file upload button required*/

.xs3_controls .xforms-invalid:not(.xforms-focus) input[type=file]
{
  text-indent: 0;
  font-size: 0;
}

.xs3_controls .xforms-invalid:not(.xforms-focus):not(.xforms-readonly).xforms-upload > .value:before
{
  left: -1.5rem !important;
}

.xs3_controls .xforms-upload label
{
  display: none;
}


/*Compensate for truncated time fields when using text-indent*/
.xs3_controls  ::-webkit-datetime-edit
{
  overflow:visible;
}
.xs3_controls  input:hover::-webkit-datetime-edit
{
  overflow:hidden;
}

.xs3_controls .xforms-control.no_decorate ::-webkit-inner-spin-button,
.xs3_controls .xforms-control.no_decorate ::-webkit-clear-button
{
  display: none;
}

.xs3_controls .xforms-control.no_decorate.xforms-select1 .xforms-label
{
  display: none;
}

/*endregion*/




/*region TEXT ――――――――――――――――――――――――*/

.xs3_controls .xforms-output span.xforms-value
{
  /*Without this, text blocks have poor indentation.*/
  display: inline-block !important;
  /*min-width: 100%;*/
  /*width: min-content;*/
  /*Use above values manually on anything where auto expansion is not desired*/
}

.xs3_controls .xforms-output.xforms-appearance-minimal .xforms-value
{
  background: transparent !important;
  border: none  !important;
  display: inline;
}

/*Hack to dynamically color a row in a repeat,
  used in approval.xml */
#greyed ~ td:not(.tdButtons) *
{
  color: rgba(0,0,0,0.4) !important;
}

.xs3_controls .glyph .xforms-value
{
  font-size: .75rem;
}

.xs3_controls button:hover .glyph
{
  color: var(--link-dark) !important;
}

h1,
h1 .xforms-value
{
  font-size: 1.75rem;
  color: var(--h1);
}

h2,
h2 .xforms-value
{
  font-size: 1.5rem;
  color: var(--h2);
}

h3,
h3 .xforms-value
{
  font-size: 1.25rem;
  color: var(--h3);
}

.xs3_controls h3:not(:first-child)
{
  margin-top: calc(var(--sparse) * 1.5);
}

/*endregion*/

/*region HELPERS ――――――――――――――――――――――――*/

.spaced-char input
{
  min-width: 11.75rem;
  letter-spacing: .125rem;
}

/*Don't space chars in placeholder*/
::-webkit-input-placeholder
{
  letter-spacing: initial !important;
}

.fitOnly
{
  min-width: 100%;
  width: min-content;
}

.x-button
{
  font-size: .8rem;
  font-weight: bold;
}

.small-button button
{
  width: min-content;
  padding: .35rem .25rem !important;
}

.xforms-trigger:hover .xforms-label svg
{
  fill: var(--neutral);
}

.xforms-trigger:hover .x-button
{
  color: var(--red);
}

.xforms-trigger:hover .x-button.svg,
.xforms-trigger:hover .x-button svg,
.xforms-trigger.x-button:hover svg,
.red-hover svg:hover
{
  fill: var(--red) !important;
}

.x-hint
{
  transition: color .25s ease-in-out;
  user-select: none;
  color: transparent;
  padding-right:1rem;
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}

.xforms-trigger:hover ~ .x-hint
{
  color: var(--dim-txt);
}

/*For xforms controls that strip style attributes*/
.margin-top {margin-top: 2rem;}
.margin-bottom {margin-bottom: 2rem;}
.margin-none {margin: 0 !important;}


.stretch > span
{
  width: 100%;
  height: 100%;
}

#_form .xs3_panel .xforms-control.stretch
{
  width: -webkit-fill-available;
}

.no-border
{
  border: none !important;
}

.dim-text,
.dim-text *
{
  color: rgb(192,192,192);
}

/*May need to be reimplimented in a way that doesn't override caption*/
/*#_form a*/
/*{*/
/*color: var(--link-dark);*/
/*}*/

.flex
{
  display: flex;
}

.transparent:not(.opaque_edit):not(.xs3_minTable),
.transparent:not(.opaque_edit) *
{
  outline: none !important;
  border: none !important;
  background: transparent !important;
}

/*Allows a control specifying both transparent and opaque edit to show bg/border only when mouse over.*/
.transparent.opaque_edit:not(.xforms-invalid):not(:hover):not(:focus-within),
.transparent.opaque_edit:not(.xforms-invalid):not(:hover):not(:focus-within) *
{
  outline: none !important;
  border-color: transparent !important;
  background: transparent !important;
}

.collapsedStatus
{
  margin-right: var(--tight);
  flex-direction: column;
  align-items: flex-start;
  align-content: space-between;
}

.collapsedStatus > *:not(:last-child)
{
  margin-bottom: 1rem;
}


.xs3ws-DropMenu button .xforms-label
{
  display: flex;
  padding: .25rem .5rem .25rem .25rem;
}


.xs3ws-DropMenu button .xforms-label .stdIcon
{
  margin-right: .8rem;
  margin-left: -.4rem;
}

.smIcon,
.xs3ws-DropMenu button .xforms-label .stdIcon
{
  width: .9rem;
  height: .9rem;
}

.smIcon
{
  width: .85rem;
  height: .85rem;
}

.medIcon
{
  width: 1rem;
  height: 1rem;
}

.stdIcon
{
  width: 1.25rem;
  height: 1.25rem;
}

.lrgIcon
{
  width: 1.5rem;
  height: 1.5rem;
}

.xs3_subTable .transparent .smIcon
{
  opacity: .4;
}

.transparent:hover .smIcon
{
  opacity: 1;
}

.positiveAccent
{
  color: limegreen;
}

.negativeAccent
{
  color: var(--red);
}

.inline
{
  display: inline-block;
}

.fade,
td > .xforms-control
{
  animation-timing-function: ease-in-out;
  animation: fade 1s;
}

#_form > *
{
  animation-timing-function: ease-in-out;
  animation: fade .25s;
}

@keyframes fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.ellipsis:after
{
  padding-left: .5rem;
  letter-spacing: .25rem;
  font-weight: bold;
  display: inline-block;
  animation: ellipsis steps(1,end) 2s infinite;
  content: '';
}

@keyframes ellipsis
{
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
}

/*endregion*/

.xforms-alert-icon,
.xforms-required-icon
{
  display: none !important;
}

#xsltforms_debug
{
  right: 0 !important;
  height: unset !important;
  width: unset !important;
  background: none !important;
}

.xs3_foot .hint
{
  /*Avoid using display none so that transitions still occur.*/
  color: transparent;
  overflow: hidden;
  user-select: none;
  transition: color .25s ease-in-out;
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  justify-self: end;
  margin-left: 2rem;
}

.xs3_foot > .xforms-control:hover + .hint
{
  color: var(--dim-txt) !important;
}

#statusPanel
{
  font: unset !important;
}

.xforms-trigger.risk
{
  cursor: pointer;
}

.xforms-trigger.risk button
{
  min-height:  2rem;
  border-radius: .225rem;
  padding: 0 .45rem !important;
}

.xforms-trigger.risk button .xforms-label
{
  display: flex;
  align-items: center;
  min-width: 4rem;
  justify-content: space-around;
}

fieldset
{
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.075);
  border-radius: .225rem;
}

fieldset legend
{
  color: var(--h3);
  font-weight: bold;
}

fieldset > *:not(legend)
{
  margin-bottom: 2rem !important;
}

fieldset > *:last-child
{
  margin-bottom: 0 !important;
}

.xs3ws-DropMenu
{
  position: relative;
  display: inline-block;
  float: right;
}
.xs3ws-DropMenu:hover:not(:active) > .items
{
  /*display: block;*/
  visibility: visible;
  opacity: 1;
}

.xs3ws-DropMenu .items
{
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility, opacity .10s ease-in-out;
  transition-delay: .25s;
  position: absolute;
  background-color: var(--xs3_foot);
  min-width: max-content;
  right: 0;
  border: 1px solid var(--control-border);
  z-index: 1;

  box-shadow: 0 0.225rem 0.225rem 0 rgba(0,0,0,0.25)
}

.xs3ws-DropMenu .items > *
{
  display: block;
}

.xs3ws-DropMenu:hover > .xforms-trigger svg
{
  fill: var(--neutral);
}

.xs3ws-DropMenu .xforms-trigger:hover svg
{
  fill: var(--neutral);
}

.xs3ws-DropMenu .dropMenuItem
{
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.xs3ws-DropMenu .items button,
.xs3ws-DropMenu .dropMenuItem button
{
  width: -webkit-fill-available;
  max-width: 100%;
  text-align: left;
  padding: .5rem 1rem;
  background: white;
  border: none;
  letter-spacing: .05pt;
  /*border: 1px solid var(--control-border);*/
  border-width: 0 1px 0 1px;
}

.xs3ws-DropMenu button:hover
{
  background: var(--form) !important;
  color: unset !important;
  cursor: pointer;
}
.truncate-select select
{
  max-width: 25rem;
}

.xs3ws-AssetPicker button
{
  line-height: 1.5rem;
}

.asset-joiner
{
  grid-column: 2;
  grid-row: 1 / span 2;
  border: .125rem solid var(--control-label);
  margin-bottom: calc(var(--sparse) + .75rem);
  margin-top: .75rem;
  border-left: none;
  width: 1rem;
  margin-left: .5rem;
  border-radius: 0 .25rem .25rem 0;
}

.xs3ws-AssetPicker .value
{
  width: 100%;
}

.assetDescription
{
  justify-content: flex-end;
  margin-top: -2rem;
}

.assetDescription .xforms-value
{
  color: var(--dim-txt)
}

.asset-dashboard-row .xforms-repeat-item
{
  display:grid;
  grid-template-columns: 2fr 1fr 1fr;
}

ul li,
ol li
{
  margin-bottom: .5rem;
}

/*Fix bad padding when hosting an output in a button label.*/
.xforms-trigger .value button .xforms-output .value .xforms-value
{
  padding: 0 !important;
}

.xs3_info .xforms-trigger .xforms-label
{
  color: var(--link-dark);
}


.link
{
  color: var(--link-dark);
}

.dockToTop
{
  height: 100%;
}

/*.listDialog*/
/*{*/
/*  position: relative;*/
/*  top: 25%;*/
/*}*/

.xs3ws-DropMenuArrow
{
  width: 2rem;
  text-align: center;
  font-size: .75rem;
  cursor: pointer;
  color: var(--xs3_caption);
}

.xs3ws-DropMenu:hover .xs3ws-DropMenuArrow
{
  color: var(--link-dark);
}

/*New menu ――――――――――――――――――――――――*/
.xs3_menu
{
  position: relative;
  display: inline-block;
  outline: none !important;
}

.xs3_menu *
{
  user-select: none !important;
}

.xs3_menu .glyph
{
  transition: color .25s ease-in-out, background .25s ease-in-out;
  font-size: .8rem;
  width: 2rem;
  max-width: 2rem;
  min-width: 2rem;
  min-height: 1.75rem;
  max-height: 1.75rem;
  height: 1.75rem;
  text-align: center;
  user-select: none;
  color: inherit;
}

tr .xs3_menu .glyph
{
  color: var(--control-border);
}

tr .medIcon
{
  fill:var(--control-border);
}

tr:hover .xs3_menu .glyph,
tr:hover .medIcon
{
  color: unset;
  fill : unset;
}

.xs3_menu .glyph:hover,
.xs3_menu.show .glyph
{
  cursor: pointer;
  color: var(--link-dark) !important;
}

.xs3_menu.show .glyph
{
  border: 1px solid var(--form-border) !important;
  border-bottom: none !important;
  box-shadow: 0 0rem 1rem 0 rgba(0,0,0,0.1);
  background: white !important;
}

.xs3_menu .items
{
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease-in-out;
  z-index: 2;
  border-left: none;
  outline: none !important;
  user-select: none;
  /*outline: none;*/
}

.xs3_menu .items .spacer
{
  min-height: 1.75rem; height:1.75rem; max-height: 1.75rem;
  border-bottom: 1px solid var(--form-border) !important;
  margin-right: 2rem;
}

.xs3_menu.show .items
{
  opacity: 1;
  pointer-events: all;
}

.xs3_menu .items .buttons
{
  border-top: none !important;
  border: 1px solid var(--form-border);
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}

.xs3_menu .items button
{
  width: -webkit-fill-available;
  max-width: 100%;
  text-align: left;
  background: white;
  border: none;
  letter-spacing: .05pt;
  padding: .75rem;
  padding-right: 1rem;
}

.xs3_menu .items button .xforms-label
{
  font-size: 1.15rem;
  line-height: 1.25rem;
  text-rendering: geometricPrecision;
  display: flex;
  align-items: center;
  color: black;
}

.xs3_menu .items button .xforms-label svg
{
  margin-right: .5rem;
  height: 1.15rem;
  width: 1.15rem;
  fill: rgba(0,0,0,0.7);
}


.xs3_menu .items button:hover .xforms-label svg
{
  transition: fill .25s ease-in-out;
  fill: var(--neutral);
}

.xs3_menu .items button:hover
{
  transition: background .25s ease-in-out;
  background: var(--row-hover) !important;
  color: unset !important;
  cursor: pointer;
}

.xs3_menu .separator
{
  height: 1px;
  background: var(--control-border);
}


@keyframes blink {
  50% { opacity: 0.0; }
}

#assetPicker input
{
  padding-right: 1rem !important;
}

.xs3_list #assetPicker
{
  margin-right: 0 !important;
}


.plus-btn span.xforms-label
{
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.25rem;
  text-rendering: geometricPrecision;
}

.plus-btn:hover span.xforms-label
{
  color: limegreen;
}

#filterApply:not(.xforms-readonly)
{
  /*animation: blinker 2s step-start infinite;*/
  margin-left: .25rem;
}

#filterClear
{
  margin-right: .25rem;
}

@keyframes blinker
{
  50%
  {
    outline: .2rem solid rgba(0,0,0,0.05);
  }
}

.xs3ws-Tabs
{
  justify-content: flex-end;
  display: flex;
  height: 3rem;
  align-items: center;
  background: var(--xs3_foot);
  overflow: hidden;
  border-top: 1px solid var(--xs3_banner);
  align-items: center !important;
}

.xs3ws-Tabs span
{
  padding: 0 !important;
  margin: 0;
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center !important;
}

.xs3ws-Tabs .xforms-label
{
  color: var(--control-label);
  font-weight: normal;
  text-transform: capitalize;
  padding-right:0 !important;
  margin-left: 1rem;
  margin-right: .75rem;
  white-space: nowrap;
}

.xs3ws-Tab .xforms-label
{
  transition: color .25s ease-in-out;
}

.xs3ws-Tab:hover .xforms-label
{
  color: var(--control-label);
}

.xs3ws-Tabs .xforms-repeat-item,
.xs3ws-Tabs .xs3ws-Tab
{
  height: 100%;
  display: flex;
  align-items: center;
  transition: background .25s ease-out;
  user-select: none;
  cursor: pointer;
}

.xs3ws-Tabs .xforms-repeat-item:not(.xforms-repeat-item-selected):hover,
.xs3ws-Tabs .xs3ws-Tab:not(.xs3ws-Tab-selected):hover
{
  background: rgba(255,255,255,0.2);
}

.xs3ws-Tabs .xforms-repeat-item-selected,
.xs3ws-Tabs .xs3ws-Tab.xs3ws-Tab-selected
{
  background: var(--form);
  box-shadow: 0 0 2rem rgba(0,0,0,0.05);
  height: 100%;
}

.xs3ws-Tabs .xforms-repeat-item-selected .xforms-label,
.xs3ws-Tabs .xs3ws-Tab-selected .xforms-label
{
  color: var(--link-dark);
  /*-webkit-text-stroke-width: .0215rem;*/
}

tr td > .xforms-control .xforms-value
{
  /*transition: color  .15s ease-in-out, box-shadow .15s ease-in-out !important;*/
}

tr
{
  transition: background .15s ease-in-out;
}

tr.xforms-repeat-item:hover
{
  background: var(--row-hover) !important;
}

tr:hover td > .xforms-control:not(.xforms-trigger) .xforms-value
{
  /*color: var(--link-dark);*/
}

.disableAllChildren
{
  opacity: .75;
  user-select: none;
  pointer-events: none;
}

.disableAllChildren *
{
  opacity: .75;
  user-select: none;
}

.sortBtn button
{
  padding: 0rem !important;
  white-space: nowrap;
}

.sortBtn button > :first-child
{
  color: var(--table-head-txt);
}

.sortBtn .glyph
{
  margin-left: .25rem;
  font-size: .75rem;
  color: var(--xs3_caption);
  opacity: .5;
}

.sortBtn button:hover .glyph
{
  opacity: 1 !important;
  color: var(--table-head-txt) !important;
}

.sorted .sortBtn .glyph
{
  opacity: 1;
}


.xs3_caption .xforms-control label.xforms-label
{
  color: var(--xs3_caption-txt);
  padding-right: .5rem;
}

.xs3_caption .xforms-control:hover label.xforms-label,
.xs3_caption .xforms-control:active label.xforms-label,
.xs3_caption .xforms-control:focus-within label.xforms-label
{
  color: var(--xs3_caption-txt) !important;
}

.xforms-control.xforms-select1 .xforms-trigger
{
  margin-right: 1.25rem;
}

/*These fix the display of the x button when a select1 is hosted in a caption element - for some reason this produced glitches.*/
.xs3_caption .composite.xforms-select1
{
  display: flex !important;
  position: relative;
}

.xs3_caption .composite.xforms-select1 .xforms-trigger
{
  position: absolute;
  right: 1.25rem;
  /*This counters a weird autosizing bug caused by margin-right: 1.25rem, do not remove it.*/
  margin-right: 0;
}

.inlineGroup,
.inlineGroup .xforms-group-content
{
  display: inline;
}

.display-RiskMatrix
{
  grid-row-gap: .225rem;
  grid-column-gap: .225rem;
}

.display-RiskMatrix > *:not(.xforms-group)
{
  border: 1px solid var(--control-border);
  background: var(--control);
}

.display-RiskMatrix .xforms-group,
.display-RiskMatrix .xforms-group *
{
  width: -webkit-fill-available;
  height: 100%;
}

.display-RiskMatrix .xforms-trigger
{
  display: block;
  border: none !important;
}

.display-RiskMatrix .xforms-trigger button
{
  background: transparent !important;
  border: transparent !important;
  display:flex;
  min-width: 4rem;
}

.display-RiskMatrix .xforms-trigger button:hover
{
  background: transparent !important;
}

.display-RiskMatrix .rowLabel
{
  font-weight: bold;
  margin-top: .5rem;
}

.display-RiskMatrix .rowLabel .xforms-value,
.display-RiskMatrix .colLabel .xforms-value
{
  color: var(--control-label);
}

.display-RiskMatrix .rowDescription
{
  margin-bottom: .5rem !important;
}

.display-RiskMatrix .rowDescription .xforms-value,
.display-RiskMatrix .rowDescription .value,
.display-RiskMatrix .colDescription .xforms-value,
.display-RiskMatrix .colDescription .value
{
  min-width: 100%;
  width: min-content;
  font-size: .8rem;
  color: var(--dim-txt);
}

.display-RiskMatrix .colLabel
{
  display: block !important;
  text-align: center !important;
}

.display-RiskMatrix .colLabel .xforms-value
{
  font-weight: bold;
  text-align: center;
}

.display-riskBtn .xforms-value
{

}

.display-riskBtn:hover .xforms-value
{
  -webkit-text-stroke: .5px black;
}

.display-riskBtn .display-riskBtn
{
  transition: background .25s ease-in-out !important;
}

.display-riskBtn :not(.activeRisk) > .display-riskBtn
{
  background: hsla(0,0%,100%,.25) !important;
}

.activeRisk .display-riskBtn:hover .display-riskBtn,
.display-riskBtn:hover .display-riskBtn
{
  background: transparent !important;
}

.activeRisk .display-riskBtn .xforms-value
{
  -webkit-text-stroke: .5px black;
}

.xforms-select1.xforms-appearance-full .xforms-item
{
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto min-content;
}

.xforms-select1.xforms-appearance-full .xforms-label
{
  align-self: flex-start;
  margin-top: 1.25rem;
}

.xforms-select1.xforms-appearance-full .xforms-item .xforms-item-label
{
  font-weight: normal !important;
  text-align: right;
  margin-right: 0;
}

.xforms-select1.xforms-appearance-full .xforms-item input[type=radio]
{
  grid-column: 2;
}

.xforms-select1.xforms-appearance-full .xforms-item:not(:last-of-type)
{
  margin-bottom: 1rem;
}

.survey .choices
{
  display: block !important;
}

.survey .choices > .value > .xforms-value
{
  border: none;
  background: none;
}

.survey .choices .xforms-item
{
  display: flex;
}

.survey .choices .xforms-item:not(:last-of-type)
{
  margin-bottom: 1rem;
}

/*Something occasionally seems to override this when it shouldnt*/
.survey .choices.xforms-disabled
{
  display: none !important;
}

.survey .choices .xforms-item .xforms-item-label
{
  font-weight: normal;text-align: left;
}




.GoodBadBoxes
{
  height: 2rem;
  margin-bottom: .5rem !important;
}

.GoodBadBoxes input[type=radio]
{
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 1.5rem;
  width: 1.5rem;
  background: var(--control);
  border: 1px solid var(--control-border);
  border-radius: .225rem;
}

.GoodBadBoxes > span > .xforms-value
{
  background: transparent !important;
  border: none !important;
}

#_form .SurveyGroup .composite
{
  grid-template-rows: 2rem;
}

.SurveyGroup:not(.noGrid)
{
  display:grid;
  grid-template-columns: auto auto;
  grid-column-gap: var(--tight);
}

.SurveyGroup > .xforms-repeat-item
{
  margin-top: var(--tight);
  border: 1px solid var(--control-border);
  background: var(--control);
  border-radius: .225rem;
  padding: 2rem;
}

.GoodBadBoxes .xforms-itemset
{
  display: flex;
}

.GoodBadBoxes .xforms-item label
{
  display: none;
}

.GoodBadBoxes input[type=radio]:checked::before,
.GoodBadBoxes .ticked::before,
.GoodBadBoxes .crossed::before
{
  display: block;
  font-weight: bold;
  line-height: 1.5rem;
  font-size: 1rem;
  position: relative;
  left: .2rem;
}

.GoodBadBoxes .ticked,
.GoodBadBoxes .crossed
{
  user-select: none;
  outline: none;
}

.GoodBadBoxes .xforms-itemset > *:first-child input[type=radio]:checked::before,
.GoodBadBoxes .ticked::before
{
  content: "✔";
  color: limegreen;
}

.GoodBadBoxes .xforms-itemset > *:last-child input[type=radio]:checked::before,
.GoodBadBoxes .crossed::before
{
  content: "✖";
  color: var(--red);
}

.GoodBadBoxes .crossed::before,
.GoodBadBoxes .ticked::before
{
  color: var(--control-label);
}

/*This fixes offset of x button in GoodBadBoxes, automatically placed in the normal select1 control*/
.SurveyGroup .GoodBadBoxes.xforms-select1 .xforms-trigger
{
  margin-right: 0;
  grid-column: 1 !important;
}

button[disabled]
{
  cursor: default !important;
  background: transparent !important;
}

/*RTE Editor fixes*/
.mce-edit-area iframe
{
  height: 60vh !important;
}

.mce-fullscreen .mce-edit-area iframe
{
  height: calc(100vh - 16.75rem) !important;
}

.mce-tinymce.mce-container
{
  border: none;
}

.rte-output
{
  display: block !important;
  overflow: unset !important;
}

.rte-output > .xforms-label
{
  display: flex;
  padding-right: 0 !important;
}

.rte-output > .xforms-label .xforms-trigger
{
  margin-left: auto;
}

.rte-output > span.value
{
  width: -webkit-fill-available;
  border: 1px solid var(--control-border);
  background: var(--control);
  margin-top: 1rem;
  display: flex;
}

.rte-output > span.value .xforms-value, .rte-output span.value .xforms-value
{
  word-wrap: break-word;
  max-height: 15rem;
  min-width: 100%;
  overflow-y: auto;
  width: 30rem;
  min-height: 4rem;
}

.rte-open.mce-fullscreen #_form
{
  padding: 1rem 1rem 1rem 0 !important;
}

.mce-fullscreen
{
  position: static !important;
}

.rte-open.mce-fullscreen #top,
.rte-open.mce-fullscreen .large-textarea > .value
{
  width: -webkit-fill-available;
}

.mce-fullscreen .large-textarea > .value
{
  /*fullscreen minus caption/foot/padding*/
  height: calc(100vh - 9.25rem)
}

.rte-open.mce-fullscreen .xs3_section
{
  margin: 0;
}

body:not(.rte-open) .xs3_list .rte-list-output span
{
  max-height: 2rem;
  overflow: hidden;
}

/*Shrink all paragraphs in output to display better*/
body:not(.rte-open) .xs3_list .rte-list-output p
{
  margin-block-start: 0;
  margin-block-end: 0;
}

.name-date
{
  transition: opacity .25s ease-in-out;
  opacity: .7;
  border-top: 1px solid var(--control-border);
  padding-top: var(--tight);
  margin-top: 5rem;
}

.name-date *
{
  font-size: .85rem;
}

.name-date:hover
{
  opacity: 1;
}

.name-date .xforms-control
{
  margin-bottom: 0 !important;
}

.xforms-disabled.xs3_disabled,
span.xforms-control.xforms-appearance-minimal.xforms-disabled.xs3_disabled
{
  display: unset !important;
}




.xs3_autoComplete
{
  position: relative;
  align-content: center;
  justify-content: space-between;
  display: grid !important;
}

.xs3_autoComplete .acMenu
{
  max-height: 0px;
  grid-row: 2;
  grid-column: 2;
  position: absolute;
  right: 0;
  min-width: -webkit-fill-available;
}

.xs3_autoComplete .acMenu > .xforms-repeat
{
  background: white;
  border: 1px solid var(--control-border);
  top: .225rem;
  border-radius: .225rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.1);
  z-index: 2;
  min-height: 2.25rem;
  max-height: 30rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.xs3_autoComplete:not(:focus-within):not(:active) .acMenu,
.xforms-readonly .xs3_autoComplete .acMenu
{
  display: none;
}

.xs3_autoComplete input {
  text-indent: .25rem;
  padding-right: 1.25rem !important;
  min-width: 14rem;
  width: 14rem;
}


.xs3_autoComplete .acMenuItem button
{
  width: 100%;
  text-align: left;
  border: none;
  outline: none !important;
  background: var(--control);
  padding: .5rem;
  z-index: 2;
}

.xs3_autoComplete .acMenuItem button .xforms-label
{
  display: grid;
  justify-content: space-between;
  white-space: nowrap;
  grid-auto-flow: column;
  grid-column-gap: 1rem;
}

.xs3_autoComplete .acMenuItem button .xforms-label > *:not(:first-child)
{
  color: var(--dim-txt);
}

.xs3_autoComplete .xforms-repeat-item:hover button
{
  background: var(--row-hover) !important;
}

.xs3_autoComplete .xforms-repeat-item:focus-within button
{
  background: var(--background) !important;
}

.xs3_autoComplete .waitIndicator
{
  padding: 0;
  color: var(--h1);
  margin-left: .5rem;
  grid-column: 2;
  grid-row: 1;
  justify-self: flex-end;
  margin-right: .75rem;
}

.xs3_autoComplete .xforms-input .xforms-label
{
  display: none;
  position: absolute;
  right: .25rem;
  padding: 0 !important;
  top: .27rem;
}

.xs3_autoComplete .xforms-input .clearBtn
{
  display: none;
}

.xs3_autoComplete:hover .xforms-input .xforms-label,
.xs3_autoComplete:hover .xforms-input .clearBtn
{
  display: unset;
}

.xs3_autoComplete .xforms-input
{
  grid-column: 2;
  grid-row: 1;
}


.waitIndicator
{
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

body.wait .xs3_autoComplete:focus-within .waitIndicator
{
  opacity: 1;
  animation: blink 1s linear infinite;
}

.changelog
{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.changelog h4
{
  color: var(--dim-txt);
}

tr td > .xforms-output:not(.xs3_menu) > .value .xforms-value
{
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


#rpt-fileman
{
  display: grid;
  background: var(--control);
  border: 1px solid var(--control-border);
  grid-template-columns: inherit;
  padding: 1rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

#rpt-cookies
{
  display: flex;
}

#rpt-fileman .xforms-repeat-item
{
  padding: .5rem;
  display: grid;
  grid-template-columns: min-content minmax(0,1fr) min-content;
  /*justify-content: center;*/
}

#rpt-fileman .xforms-repeat-item:hover
{
  background: var(--row-hover);
  border-radius: .25rem;
}

#rpt-fileman .xforms-repeat-item:hover .xforms-label .xforms-value
{

}

.up_arrow .xforms-label
{
  font-size: 1.75rem !important;
}


#rpt-fileman .xforms-repeat-item .xforms-label .xforms-value
{
  color: black !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
}

#rpt-fileman + .xforms-group
{
  background: var(--control);
  border: 1px solid var(--control-border);
  padding: 2rem;
  text-align: center;
}

#rpt-fileman .xforms-repeat-item .glyph
{
  transition: color .25s ease-in-out;
  color: transparent;
}

#rpt-fileman .xforms-repeat-item:hover .glyph
{
  color: var(--control-label);
}

#rpt-fileman .xforms-repeat-item .xforms-label {
  display: flex;
  width: 100%;
}


.fm-folder svg
{
  fill: #fdbf3e;
}

.fm-file svg
{
  fill: var(--xs3_caption);
}

.fm-folder
{
}

.fm-file
{

}

#rpt-cookies .xforms-value
{
  color: var(--xs3_caption-txt);
  margin: 0;
}

#rpt-cookies .xforms-value:hover
{
  color: var(--link);
}

.surveyGroup .xforms-select
{
  display: block;
}

.shadowUploadTrigger
{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 99;
}

.shadowUploadTrigger,
.shadowUploadTrigger .value,
.shadowUploadTrigger input
{
  cursor: pointer;
  height: 100%;
  width: -webkit-fill-available !important;
}

.upload-output .xforms-output span
{
  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 15rem;
}

.xforms-upload.xforms-readonly
{
  display: none !important;
}

.xforms-upload.xforms-readonly + .html-button
{
  background: transparent !important;
  color: var(--dim-txt);
}


.xs3_pinned
{
  display: block;
}


.secure input
{
  text-security: disc;
  -webkit-text-security: disc;
}

.dockToTop .xforms-case:not(#case-main)
{
  position: relative;
  top: 10%;
}


table tbody:not(.xs3_subTable) td .xforms-trigger svg
{
  width: 1.35rem;
  height: 1.35rem;
  fill: var(--control-border);
}

table td .xforms-trigger:hover svg
{
  fill: var(--neutral);
}


.force_right_align,
.force_right_align *
{
  text-align: right !important;
}

.xs3_caption
{
  grid-template-columns: minmax(0, 1fr) min-content !important;
  align-items: center;
  justify-content: flex-end;
}

.xs3_minTable
{
  background: var(--background);
  color: var(--control-label);
  padding: .4rem .75rem .4rem 1.25rem;
  border: 1px solid var(--control-border);
  cursor: pointer;
  display: block;
}

.xs3_minTable button
{
  margin: 0;
  padding: .25rem 0 !important;
  width: -webkit-fill-available;
}

.xs3_minTable button .xforms-label
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xs3_minTable *
{
  text-transform: uppercase;
}

#xsltforms_console.show
{
  display: block !important;
  background: var(--form);
  opacity: .5;
  color: black;
  overflow: auto;
  width: 100%;
}

body.wait #listPager
{
  display: none !important;
}


.xs3_caption .xs3_divider,
.xs3_banner .xs3_divider
{
  border-right: 1px solid var(--table-head);
  min-height: 1rem;
}

.disabled
{
  pointer-events: none;
}

.pager a
{
  text-decoration: none;
}

.disabled span,
.disabled a
{
  opacity: 0.65 !important;
  color: var(--xs3_caption-txt) !important;
}

.xs3_subTable .disabled span,
.xs3_subTable .disabled a
{
  color: var(--dim-txt) !important
}

/*Readonly state*/
table tr.xforms-readonly td:not(.buttons) .xforms-control
{
  pointer-events: none;
  opacity: .8;
  user-select: none;
}

table.isolate *
{
  user-select: none;
}

table tr.xs3_isolated,
table tr.xs3_isolated:hover
{
  background: var(--isolated_row) !important;
  outline: .125rem dashed var(--control-border);
  user-select: auto;
}

/*Readonly state for selects in row*/
table tr.xforms-readonly td .xforms-select1 select
{
  -webkit-appearance: none;
  text-indent: .25rem;
  margin-right: 2.5rem
}


table .xforms-group.xs3_subTable
{
  border: none !important;
  margin-top: var(--sparse);
}

table .xforms-group.xs3_subTable td:first-child
{
  border: none;
  background: var(--form);
}

table .xforms-group.xs3_subTable td:first-child .xs3_caption
{
  margin-top: var(--sparse);
}

.xs3_filter.grid {
  display: grid;
  grid-row-gap: 1rem;
  justify-items: self-end;
}

.xs3_filter.grid > .xforms-control
{
  width: -webkit-fill-available !important;
  display: flex;
  justify-content: space-between;
}


/*]]>*/<!--/*--></css><!--*/-->
