/* Original CSS path: /xbl/orbeon/alert-dialog/alert-dialog.css */
.xbl-fr-alert-dialog ol {
  padding-left: 3em;
}
.xbl-fr-alert-dialog li {
  list-style-type: decimal;
}
.xbl-fr-alert-dialog.xbl-fr-alert-dialog-icon {
  float: left;
  margin-right: 2em;
  margin-left: 1em;
  padding-bottom: 1em;
}
.xbl-fr-alert-dialog.xbl-fr-alert-dialog-question .xbl-fr-alert-dialog-message {
  background-image: url(/orbeon/b5d22ef2638b76407a544a478ea43c0819f4fc93be09eb33108ea5374b87738d/apps/fr/style/images/pixelmixer/bubble_64.png);
}
.xbl-fr-alert-dialog.xbl-fr-alert-dialog-info .xbl-fr-alert-dialog-message {
  background-image: url(/orbeon/b5d22ef2638b76407a544a478ea43c0819f4fc93be09eb33108ea5374b87738d/apps/fr/style/images/pixelmixer/info_64.png);
}
.xbl-fr-alert-dialog.xbl-fr-alert-dialog-warning .xbl-fr-alert-dialog-message {
  background-image: url(/orbeon/b5d22ef2638b76407a544a478ea43c0819f4fc93be09eb33108ea5374b87738d/apps/fr/style/images/pixelmixer/warning_64.png);
}
.xbl-fr-alert-dialog .xbl-fr-alert-dialog-message {
  background-repeat: no-repeat;
  background-position: 5px;
  padding: 10px 10px 0 90px;
  min-height: 80px;
}
.xbl-fr-alert-dialog .xbl-fr-alert-dialog-message label {
  padding-top: 1em;
}
.xbl-fr-alert-dialog .xbl-fr-alert-dialog-buttons {
  text-align: right;
  padding-right: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: .5em;
  border-top: 2px solid #DDDDEE;
  clear: both;
}
.xbl-fr-alert-dialog .xbl-fr-alert-dialog-buttons .xforms-trigger button {
  margin-left: 4px;
}
/* Original CSS path: /xbl/orbeon/attachment/attachment.css */
.orbeon .xbl-fr-attachment .xforms-dnd-item {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 4px 6px;
  margin: 2px 0;
  display: flex;
  align-items: baseline;
}
.orbeon .xbl-fr-attachment .xforms-dnd-item .fr-attachment-icon {
  flex-grow: 0;
  margin-right: 4px;
}
.orbeon .xbl-fr-attachment .xforms-dnd-item .fr-attachment-filename {
  flex-grow: 1;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orbeon .xbl-fr-attachment .xforms-dnd-item .fr-attachment-size {
  flex-grow: 0;
  white-space: nowrap;
}
.orbeon .xbl-fr-attachment .xforms-dnd-item .fr-attachment-remove {
  flex-grow: 0;
  margin-left: 4px;
}
.orbeon .xbl-fr-attachment .fr-attachment-drop,
.orbeon .xbl-fr-attachment .fr-attachment-empty {
  display: block;
  border-width: 2px;
  border-color: #ccc;
  border-radius: 4px;
  margin: 3px 0;
  padding: 1em;
  color: #ccc;
  text-align: center;
}
.orbeon .xbl-fr-attachment .fr-attachment-drop {
  border-style: dashed;
}
.orbeon .xbl-fr-attachment .fr-attachment-drop.fr-attachment-dragover {
  background-color: #ccc;
  color: white;
}
.orbeon .xbl-fr-attachment .fr-attachment-empty {
  border-style: solid;
}
.orbeon .xbl-fr-attachment .xforms-upload-progress .progress {
  margin-bottom: 2px;
}
.orbeon .xbl-fr-attachment .fr-attachment-select {
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.orbeon .xbl-fr-attachment .fr-attachment-select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.orbeon .xbl-fr-attachment .xforms-upload-cancel {
  float: right;
}
.orbeon .xbl-fr-attachment .xforms-upload:not(.xforms-upload-state-progress) {
  display: none;
}
.orbeon .xbl-fr-attachment .xforms-upload .xforms-upload-select,
.orbeon .xbl-fr-attachment .xforms-upload .xforms-upload-info {
  display: none;
}
.orbeon .fr-mode-view .xbl-fr-attachment .fr-attachment-drop,
.orbeon .fr-mode-pdf .xbl-fr-attachment .fr-attachment-drop,
.orbeon .fr-mode-email .xbl-fr-attachment .fr-attachment-drop,
.orbeon .fr-mode-view .xbl-fr-attachment .fr-attachment-upload,
.orbeon .fr-mode-pdf .xbl-fr-attachment .fr-attachment-upload,
.orbeon .fr-mode-email .xbl-fr-attachment .fr-attachment-upload,
.orbeon .fr-mode-view .xbl-fr-attachment .fr-attachment-select,
.orbeon .fr-mode-pdf .xbl-fr-attachment .fr-attachment-select,
.orbeon .fr-mode-email .xbl-fr-attachment .fr-attachment-select,
.orbeon .fr-mode-view .xbl-fr-attachment .fr-attachment-remove,
.orbeon .fr-mode-pdf .xbl-fr-attachment .fr-attachment-remove,
.orbeon .fr-mode-email .xbl-fr-attachment .fr-attachment-remove {
  display: none;
}
.orbeon.xforms-ios .fr-attachment-drop,
.xforms-ios .orbeon .fr-attachment-drop {
  display: none;
}
@media print {
  .orbeon .xbl-fr-attachment .xforms-output-appearance-xxforms-download a {
    text-decoration: none;
    color: #333 !important;
  }
  .orbeon .xbl-fr-attachment .xforms-dnd-item {
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .orbeon .xbl-fr-attachment .xforms-dnd-item .fr-attachment-filename {
    display: table-cell;
    padding-left: 4px;
  }
  .orbeon .xbl-fr-attachment .xforms-dnd-item .fr-attachment-size {
    display: table-cell;
    padding-right: 4px;
  }
}
/* Original CSS path: /xbl/orbeon/checkbox-input/checkbox-input.css */
.orbeon .xbl-fr-checkbox-input.xforms-required .checkbox span:before {
  font-family: FontAwesome;
  content: "\f005";
  vertical-align: super;
  line-height: 1em;
  font-size: 60%;
  margin-right: 1ch;
}
.orbeon .xbl-fr-checkbox-input.xforms-required .checkbox span > div:first-child {
  display: inline;
}
/* Original CSS path: /xbl/orbeon/clipboard-copy/clipboard-copy.css */
.orbeon .xbl-fr-clipboard-copy {
  display: inline-block;
}
.orbeon .xbl-fr-clipboard-copy .xforms-label-appearance-minimal {
  display: none;
}
.orbeon .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper {
  display: flex;
  column-gap: 10px;
}
.orbeon .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > * {
  vertical-align: top;
}
.orbeon .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > .fr-clipboard-copy-button {
  height: fit-content;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.orbeon .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > .fr-clipboard-copy-button:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.orbeon .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > .xforms-input,
.orbeon .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > .xforms-textarea,
.orbeon .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > .xbl-fr-tinymce,
.orbeon .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > .xforms-output {
  width: 100%;
  word-break: break-all;
}
.orbeon .fr-mode-view .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper,
.orbeon .fr-mode-pdf .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper,
.orbeon .fr-mode-email .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper {
  display: inline;
}
.orbeon .fr-mode-view .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > *,
.orbeon .fr-mode-pdf .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > *,
.orbeon .fr-mode-email .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > * {
  display: inline;
}
.orbeon .fr-mode-view .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > .fr-clipboard-copy-button,
.orbeon .fr-mode-pdf .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > .fr-clipboard-copy-button,
.orbeon .fr-mode-email .xbl-fr-clipboard-copy > .fr-clipboard-copy-wrapper > .fr-clipboard-copy-button {
  display: none;
}
/* Original CSS path: /xbl/orbeon/countdown/countdown.css */
.xbl-fr-countdown {
  display: inline-block;
}
.xbl-fr-countdown .fr-countdown-end-time {
  display: none;
}
/* Original CSS path: /ops/dragula/dragula.min.css */
.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}/* Original CSS path: /xbl/orbeon/error-summary/error-summary.css */
.orbeon .xbl-fr-error-summary {
  clear: both;
  width: 100%;
  padding: 0;
  margin-top: 4px;
}
.orbeon .xbl-fr-error-summary .fr-error-summary-body {
  display: block;
  padding: 0;
}
.orbeon .xbl-fr-error-summary .fr-error-title {
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  color: white;
  border-radius: 4px;
}
.orbeon .xbl-fr-error-summary .fr-show-more-errors {
  margin-right: 10px;
}
.orbeon .xbl-fr-error-summary .fr-level-info > .fr-error-title {
  background-color: #3a87ad;
}
.orbeon .xbl-fr-error-summary .fr-level-warning > .fr-error-title {
  background-color: #fbb450;
}
.orbeon .xbl-fr-error-summary .fr-level-error > .fr-error-title {
  background-color: #B94A48;
}
.orbeon .xbl-fr-error-summary .fr-error-group {
  margin: 5px 0;
}
.orbeon .xbl-fr-error-summary .fr-error-group .xforms-mediatype-text-html,
.orbeon .xbl-fr-error-summary .fr-error-group .xforms-mediatype-text-html .xforms-output-output {
  display: inline;
}
.orbeon .xbl-fr-error-summary .fr-error-group > li {
  border: 2px solid;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 5px;
  list-style-position: inside;
  background-color: white;
}
.orbeon .xbl-fr-error-summary .fr-error-group > li.fr-level-info {
  border-color: #3a87ad;
}
.orbeon .xbl-fr-error-summary .fr-error-group > li.fr-level-warning {
  border-color: #fbb450;
}
.orbeon .xbl-fr-error-summary .fr-error-group > li.fr-level-error {
  border-color: #B94A48;
}
.orbeon .xbl-fr-error-summary .fr-error-group .fr-error-link {
  display: inline;
}
.orbeon .xbl-fr-error-summary .fr-error-group .btn-link {
  text-decoration: none;
  white-space: normal;
  border: none;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  appearance: none;
  display: inline;
}
.orbeon .xbl-fr-error-summary .fr-error-group .fr-error-label,
.orbeon .xbl-fr-error-summary .fr-error-group .fr-error-alert {
  text-decoration: underline;
}
.orbeon .xbl-fr-error-summary .fr-error-group .fr-error-label:not(:empty):after {
  content: ": ";
}
.orbeon .xbl-fr-error-summary .fr-error-group .fr-error-alert ul {
  list-style-type: square;
  margin-bottom: 0;
}
.orbeon .xbl-fr-error-summary .fr-error-group .fr-level-info .fr-error-label,
.orbeon .xbl-fr-error-summary .fr-error-group .fr-level-info .fr-error-alert {
  color: #3a87ad;
}
.orbeon .xbl-fr-error-summary .fr-error-group .fr-level-warning .fr-error-label,
.orbeon .xbl-fr-error-summary .fr-error-group .fr-level-warning .fr-error-alert {
  color: #fbb450;
}
.orbeon .xbl-fr-error-summary .fr-error-group .fr-level-error .fr-error-label,
.orbeon .xbl-fr-error-summary .fr-error-group .fr-level-error .fr-error-alert {
  color: #B94A48;
}
/* Original CSS path: /xbl/orbeon/explanation/explanation.css */
.orbeon .xbl-fr-explanation .xforms-mediatype-text-html {
  line-height: 1.2;
}
.orbeon .xbl-fr-explanation .xforms-mediatype-text-html li {
  line-height: 1.2;
}
@media print {
  .orbeon .xbl-fr-explanation .xforms-mediatype-text-html {
    line-height: 1.4;
  }
  .orbeon .xbl-fr-explanation .xforms-mediatype-text-html li {
    line-height: 1.4;
  }
}
/* Original CSS path: /xbl/orbeon/grid/grid.css */
.orbeon .xbl-fr-grid .fr-grid-th,
.orbeon .xbl-fr-grid .fr-grid-td,
.orbeon .xbl-fr-grid .fr-repeat-column-left,
.orbeon .xbl-fr-grid .fr-repeat-column-number,
.orbeon .xbl-fr-grid .fr-repeat-column-right,
.orbeon .xbl-fr-grid.fr-repeat-multiple-rows .fr-grid-head {
  padding: 0;
}
.orbeon .xbl-fr-grid .fr-grid-th > .xforms-control,
.orbeon .xbl-fr-grid .fr-grid-td > .xforms-control,
.orbeon .xbl-fr-grid .fr-repeat-column-left > .xforms-control,
.orbeon .xbl-fr-grid .fr-repeat-column-number > .xforms-control,
.orbeon .xbl-fr-grid .fr-repeat-column-right > .xforms-control,
.orbeon .xbl-fr-grid.fr-repeat-multiple-rows .fr-grid-head > .xforms-control,
.orbeon .xbl-fr-grid .fr-grid-th > .xbl-component,
.orbeon .xbl-fr-grid .fr-grid-td > .xbl-component,
.orbeon .xbl-fr-grid .fr-repeat-column-left > .xbl-component,
.orbeon .xbl-fr-grid .fr-repeat-column-number > .xbl-component,
.orbeon .xbl-fr-grid .fr-repeat-column-right > .xbl-component,
.orbeon .xbl-fr-grid.fr-repeat-multiple-rows .fr-grid-head > .xbl-component,
.orbeon .xbl-fr-grid .fr-grid-th > .xforms-group,
.orbeon .xbl-fr-grid .fr-grid-td > .xforms-group,
.orbeon .xbl-fr-grid .fr-repeat-column-left > .xforms-group,
.orbeon .xbl-fr-grid .fr-repeat-column-number > .xforms-group,
.orbeon .xbl-fr-grid .fr-repeat-column-right > .xforms-group,
.orbeon .xbl-fr-grid.fr-repeat-multiple-rows .fr-grid-head > .xforms-group {
  margin: 4px 4px;
  display: block;
}
.orbeon .xbl-fr-grid .fr-grid-th .input-prepend,
.orbeon .xbl-fr-grid .fr-grid-td .input-prepend,
.orbeon .xbl-fr-grid .fr-repeat-column-left .input-prepend,
.orbeon .xbl-fr-grid .fr-repeat-column-number .input-prepend,
.orbeon .xbl-fr-grid .fr-repeat-column-right .input-prepend,
.orbeon .xbl-fr-grid.fr-repeat-multiple-rows .fr-grid-head .input-prepend,
.orbeon .xbl-fr-grid .fr-grid-th .input-append,
.orbeon .xbl-fr-grid .fr-grid-td .input-append,
.orbeon .xbl-fr-grid .fr-repeat-column-left .input-append,
.orbeon .xbl-fr-grid .fr-repeat-column-number .input-append,
.orbeon .xbl-fr-grid .fr-repeat-column-right .input-append,
.orbeon .xbl-fr-grid.fr-repeat-multiple-rows .fr-grid-head .input-append {
  display: flex;
}
.orbeon .xbl-fr-grid .fr-table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.orbeon .xbl-fr-grid .fr-grid-non-empty,
.orbeon .xbl-fr-grid .fr-repeat {
  margin-bottom: 10px;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid-bottom-buttons {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid-bottom-buttons .xforms-trigger {
  margin-right: 1em;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-grid-td,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-repeat-column-number,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-repeat-column-right {
  border: none;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-grid-tr:first-child .fr-grid-td,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-grid-tr:first-child .fr-repeat-column-number,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-grid-tr:first-child .fr-repeat-column-right {
  border-top: 2px solid #ddd;
  padding-top: 5px;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-grid-tr:last-child .fr-grid-td,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-grid-tr:last-child .fr-repeat-column-number,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-grid-tr:last-child .fr-repeat-column-right {
  padding-bottom: 5px;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-repeat .fr-grid-repeat-iteration .fr-repeat-column-number {
  background-color: transparent;
  border: none;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat {
  border-right: none;
  border-bottom: none;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly):not(.fr-grid-number-rows) .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly):not(.fr-grid-number-rows) .fr-grid-repeat-iteration {
  grid-template-columns: auto 35px;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly).fr-grid-number-rows .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly).fr-grid-number-rows .fr-grid-repeat-iteration {
  grid-template-columns: 35px auto 35px;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat .fr-grid-th,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat .fr-grid-td,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat .fr-repeat-column-left,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat .fr-repeat-column-right,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat .fr-grid-repeat-top-row .fr-repeat-column-number,
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat.fr-repeat-multiple-rows .fr-grid-head {
  border: none;
}
.orbeon .xbl-fr-grid.xforms-grid-appearance-minimal .fr-grid.fr-grid-css.fr-repeat .fr-grid-repeat-iteration {
  border-top: 2px solid #ddd;
  margin-top: 5px;
  padding-top: 5px;
}
.orbeon .xbl-fr-grid.xforms-readonly > .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly):not(.fr-grid-number-rows) .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid.xforms-readonly > .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly):not(.fr-grid-number-rows) .fr-grid-repeat-iteration {
  grid-template-columns: auto;
}
.orbeon .xbl-fr-grid.xforms-readonly > .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly).fr-grid-number-rows .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid.xforms-readonly > .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly).fr-grid-number-rows .fr-grid-repeat-iteration {
  grid-template-columns: 35px auto;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-collapse: separate;
  border-radius: 4px;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat .fr-grid-th,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat .fr-grid-td,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat .fr-repeat-column-left,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat .fr-repeat-column-number,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat .fr-repeat-column-right,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat.fr-repeat-multiple-rows .fr-grid-head {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 20px;
  vertical-align: top;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat .fr-grid-repeat-iteration {
  display: grid;
  width: 100%;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat.fr-grid-readonly:not(.fr-grid-number-rows) .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat.fr-grid-readonly:not(.fr-grid-number-rows) .fr-grid-repeat-iteration {
  grid-template-columns: auto;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat.fr-grid-readonly.fr-grid-number-rows .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat.fr-grid-readonly.fr-grid-number-rows .fr-grid-repeat-iteration {
  grid-template-columns: 35px auto;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly):not(.fr-grid-number-rows) .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly):not(.fr-grid-number-rows) .fr-grid-repeat-iteration {
  grid-template-columns: 35px auto;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly).fr-grid-number-rows .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly).fr-grid-number-rows .fr-grid-repeat-iteration {
  grid-template-columns: 35px 35px auto;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body {
  grid-template-columns: repeat(12, 1fr);
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='12'] {
  grid-column-start: 12;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='11'] {
  grid-column-start: 11;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='10'] {
  grid-column-start: 10;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='9'] {
  grid-column-start: 9;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='8'] {
  grid-column-start: 8;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='7'] {
  grid-column-start: 7;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='6'] {
  grid-column-start: 6;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='5'] {
  grid-column-start: 5;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='4'] {
  grid-column-start: 4;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='3'] {
  grid-column-start: 3;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='2'] {
  grid-column-start: 2;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-x='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-x='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-x='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-x='1'] {
  grid-column-start: 1;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='12'] {
  grid-column-end: span 12;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='11'] {
  grid-column-end: span 11;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='10'] {
  grid-column-end: span 10;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='9'] {
  grid-column-end: span 9;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='8'] {
  grid-column-end: span 8;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='7'] {
  grid-column-end: span 7;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='6'] {
  grid-column-end: span 6;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='5'] {
  grid-column-end: span 5;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='4'] {
  grid-column-end: span 4;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='3'] {
  grid-column-end: span 3;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='2'] {
  grid-column-end: span 2;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-td[data-fr-w='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-td[data-fr-w='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-head .fr-grid-th[data-fr-w='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-12 .fr-grid-body .fr-grid-th[data-fr-w='1'] {
  grid-column-end: span 1;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body {
  grid-template-columns: repeat(24, 1fr);
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='24'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='24'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='24'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='24'] {
  grid-column-start: 24;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='23'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='23'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='23'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='23'] {
  grid-column-start: 23;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='22'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='22'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='22'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='22'] {
  grid-column-start: 22;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='21'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='21'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='21'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='21'] {
  grid-column-start: 21;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='20'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='20'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='20'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='20'] {
  grid-column-start: 20;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='19'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='19'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='19'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='19'] {
  grid-column-start: 19;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='18'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='18'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='18'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='18'] {
  grid-column-start: 18;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='17'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='17'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='17'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='17'] {
  grid-column-start: 17;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='16'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='16'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='16'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='16'] {
  grid-column-start: 16;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='15'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='15'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='15'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='15'] {
  grid-column-start: 15;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='14'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='14'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='14'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='14'] {
  grid-column-start: 14;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='13'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='13'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='13'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='13'] {
  grid-column-start: 13;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='12'] {
  grid-column-start: 12;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='11'] {
  grid-column-start: 11;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='10'] {
  grid-column-start: 10;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='9'] {
  grid-column-start: 9;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='8'] {
  grid-column-start: 8;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='7'] {
  grid-column-start: 7;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='6'] {
  grid-column-start: 6;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='5'] {
  grid-column-start: 5;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='4'] {
  grid-column-start: 4;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='3'] {
  grid-column-start: 3;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='2'] {
  grid-column-start: 2;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-x='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-x='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-x='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-x='1'] {
  grid-column-start: 1;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='24'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='24'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='24'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='24'] {
  grid-column-end: span 24;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='23'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='23'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='23'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='23'] {
  grid-column-end: span 23;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='22'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='22'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='22'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='22'] {
  grid-column-end: span 22;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='21'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='21'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='21'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='21'] {
  grid-column-end: span 21;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='20'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='20'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='20'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='20'] {
  grid-column-end: span 20;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='19'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='19'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='19'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='19'] {
  grid-column-end: span 19;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='18'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='18'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='18'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='18'] {
  grid-column-end: span 18;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='17'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='17'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='17'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='17'] {
  grid-column-end: span 17;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='16'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='16'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='16'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='16'] {
  grid-column-end: span 16;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='15'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='15'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='15'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='15'] {
  grid-column-end: span 15;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='14'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='14'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='14'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='14'] {
  grid-column-end: span 14;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='13'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='13'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='13'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='13'] {
  grid-column-end: span 13;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='12'] {
  grid-column-end: span 12;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='11'] {
  grid-column-end: span 11;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='10'] {
  grid-column-end: span 10;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='9'] {
  grid-column-end: span 9;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='8'] {
  grid-column-end: span 8;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='7'] {
  grid-column-end: span 7;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='6'] {
  grid-column-end: span 6;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='5'] {
  grid-column-end: span 5;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='4'] {
  grid-column-end: span 4;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='3'] {
  grid-column-end: span 3;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='2'] {
  grid-column-end: span 2;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-td[data-fr-w='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-td[data-fr-w='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-head .fr-grid-th[data-fr-w='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-grid-24 .fr-grid-body .fr-grid-th[data-fr-w='1'] {
  grid-column-end: span 1;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body {
  display: grid;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td {
  grid-column-end: span  1;
  grid-row-end: span  1;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='20'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='20'] {
  grid-row-start: 20;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='19'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='19'] {
  grid-row-start: 19;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='18'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='18'] {
  grid-row-start: 18;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='17'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='17'] {
  grid-row-start: 17;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='16'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='16'] {
  grid-row-start: 16;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='15'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='15'] {
  grid-row-start: 15;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='14'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='14'] {
  grid-row-start: 14;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='13'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='13'] {
  grid-row-start: 13;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='12'] {
  grid-row-start: 12;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='11'] {
  grid-row-start: 11;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='10'] {
  grid-row-start: 10;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='9'] {
  grid-row-start: 9;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='8'] {
  grid-row-start: 8;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='7'] {
  grid-row-start: 7;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='6'] {
  grid-row-start: 6;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='5'] {
  grid-row-start: 5;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='4'] {
  grid-row-start: 4;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='3'] {
  grid-row-start: 3;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='2'] {
  grid-row-start: 2;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-y='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-y='1'] {
  grid-row-start: 1;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='20'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='20'] {
  grid-row-end: span 20;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='19'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='19'] {
  grid-row-end: span 19;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='18'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='18'] {
  grid-row-end: span 18;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='17'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='17'] {
  grid-row-end: span 17;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='16'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='16'] {
  grid-row-end: span 16;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='15'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='15'] {
  grid-row-end: span 15;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='14'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='14'] {
  grid-row-end: span 14;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='13'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='13'] {
  grid-row-end: span 13;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='12'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='12'] {
  grid-row-end: span 12;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='11'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='11'] {
  grid-row-end: span 11;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='10'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='10'] {
  grid-row-end: span 10;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='9'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='9'] {
  grid-row-end: span 9;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='8'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='8'] {
  grid-row-end: span 8;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='7'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='7'] {
  grid-row-end: span 7;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='6'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='6'] {
  grid-row-end: span 6;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='5'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='5'] {
  grid-row-end: span 5;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='4'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='4'] {
  grid-row-end: span 4;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='3'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='3'] {
  grid-row-end: span 3;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='2'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='2'] {
  grid-row-end: span 2;
}
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-head .fr-grid-td[data-fr-h='1'],
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css .fr-grid-body .fr-grid-td[data-fr-h='1'] {
  grid-row-end: span 1;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css) {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css) .fr-grid-head {
  display: table-header-group;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css) .fr-grid-body {
  display: table-row-group;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css) .fr-grid-tr,
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css) .fr-grid-master-row {
  display: table-row;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css) .fr-grid-body .fr-grid-td {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css) .fr-grid-head .fr-grid-th {
  display: table-cell;
  text-align: left;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css) .fr-grid-head .fr-grid-th .xforms-output {
  display: block;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css) .fr-grid-head .fr-grid-th legend.xforms-label {
  border-bottom: none;
  margin: 0;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css):not(.fr-repeat):not(.fr-editable) .fr-grid-body .fr-grid-tr {
  height: 0;
}
.orbeon .xbl-fr-grid .fr-grid:not(.fr-grid-css):not(.fr-repeat):not(.fr-editable) .fr-grid-body tr:last-of-type {
  height: auto;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-th.fr-field-align-left .xforms-label,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-th.fr-field-align-left .xforms-hint {
  text-align: left;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-th.fr-field-align-right .xforms-label,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-th.fr-field-align-right .xforms-hint {
  text-align: right;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-help {
  float: left;
  margin-top: 4px;
  margin-right: 3px;
  display: none;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-help:not(:empty) {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-indent: 1px;
  background: none;
  max-width: 14px;
  max-height: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-help:not(:empty):before {
  content: "\f05a";
  margin-right: 2px;
  font-size: 12px;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-label {
  margin-top: 2px;
  margin-bottom: 4px;
  overflow: hidden;
  display: table;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-label > div:first-child {
  display: inline;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-label:empty {
  display: none;
}
.orbeon .xbl-fr-grid .fr-grid select,
.orbeon .xbl-fr-grid .fr-grid textarea,
.orbeon .xbl-fr-grid .fr-grid input[type="text"],
.orbeon .xbl-fr-grid .fr-grid input[type="password"],
.orbeon .xbl-fr-grid .fr-grid input[type="datetime"],
.orbeon .xbl-fr-grid .fr-grid input[type="datetime-local"],
.orbeon .xbl-fr-grid .fr-grid input[type="date"],
.orbeon .xbl-fr-grid .fr-grid input[type="month"],
.orbeon .xbl-fr-grid .fr-grid input[type="time"],
.orbeon .xbl-fr-grid .fr-grid input[type="week"],
.orbeon .xbl-fr-grid .fr-grid input[type="number"],
.orbeon .xbl-fr-grid .fr-grid input[type="email"],
.orbeon .xbl-fr-grid .fr-grid input[type="url"],
.orbeon .xbl-fr-grid .fr-grid input[type="search"],
.orbeon .xbl-fr-grid .fr-grid input[type="tel"],
.orbeon .xbl-fr-grid .fr-grid input[type="color"],
.orbeon .xbl-fr-grid .fr-grid .uneditable-input,
.orbeon .xbl-fr-grid .fr-grid .input-append {
  width: 100%;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-textarea textarea {
  width: 100%;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-select-appearance-full .xforms-items,
.orbeon .xbl-fr-grid .fr-grid .xforms-select1-appearance-full .xforms-items {
  width: 100%;
  box-sizing: border-box;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-select-appearance-full .xforms-items[role=group][tabindex='0'],
.orbeon .xbl-fr-grid .fr-grid .xforms-select1-appearance-full .xforms-items[role=group][tabindex='0'],
.orbeon .xbl-fr-grid .fr-grid .xforms-select-appearance-full .xforms-items[role=radiogroup][tabindex='0'],
.orbeon .xbl-fr-grid .fr-grid .xforms-select1-appearance-full .xforms-items[role=radiogroup][tabindex='0'] {
  padding: 4px 6px;
}
.orbeon .xbl-fr-grid .fr-grid .xbl-fr-checkbox-input .xforms-select-appearance-full .xforms-items,
.orbeon .xbl-fr-grid .fr-grid .xbl-fr-checkbox-input .xforms-select1-appearance-full .xforms-items {
  padding: 4px 0;
}
.orbeon .xbl-fr-grid .fr-grid textarea[rows] {
  height: auto;
}
.orbeon .xbl-fr-grid .fr-grid input[type="file"] {
  width: auto;
}
.orbeon .xbl-fr-grid .fr-grid .xbl-fr-inplace-input {
  width: 100%;
}
.orbeon .xbl-fr-grid .fr-grid .xbl-fr-inplace-input input {
  width: 100%;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-input input.xforms-type-date,
.orbeon .xbl-fr-grid .fr-grid .xforms-input input.xforms-type-time {
  width: 7.5em;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-mediatype-image {
  width: 100%;
  overflow: auto;
  display: block;
}
.orbeon .xbl-fr-grid .fr-grid .xforms-mediatype-image img {
  display: block;
  border-radius: 4px;
}
.orbeon .xbl-fr-grid .fr-grid .fr-grid-td .xforms-trigger button,
.orbeon .xbl-fr-grid .fr-grid .fr-grid-td .xforms-trigger input {
  margin-top: 1.72em;
}
.orbeon .xbl-fr-grid .fr-grid .fr-grid-td .xforms-trigger button,
.orbeon .xbl-fr-grid .fr-grid .fr-grid-td .yui-button .xforms-trigger input {
  margin-top: 0;
}
.orbeon .xbl-fr-grid .fr-grid .fr-grid-td .xforms-trigger-appearance-full button {
  max-width: 100%;
  word-wrap: break-word;
  white-space: break-spaces;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-body .fr-grid-td > .xforms-control,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-body .fr-grid-td > .xbl-component,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-body .fr-grid-td > .xforms-group {
  padding-top: 0;
  padding-bottom: 0.1px;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-body .fr-grid-td > .xforms-control > .xforms-label,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-body .fr-grid-td > .xbl-component > .xforms-label,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-body .fr-grid-td > .xforms-group > .xforms-label,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-body .fr-grid-td > .xforms-control > .xforms-help,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-body .fr-grid-td > .xbl-component > .xforms-help,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-body .fr-grid-td > .xforms-group > .xforms-help,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-body .fr-grid-td > .xforms-control > .xforms-hint,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-body .fr-grid-td > .xbl-component > .xforms-hint,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-body .fr-grid-td > .xforms-group > .xforms-hint {
  display: none;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat.fr-repeat-single-row .fr-grid-master-row > .fr-grid-th span.xforms-group {
  display: block;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-head .fr-grid-th {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-head .fr-grid-th .xforms-label {
  display: block;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-head .fr-grid-th .xforms-help {
  margin-top: 3px;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-left,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-right,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-number {
  width: 35px;
  box-sizing: border-box;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-left i,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-right i,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-number i {
  display: block;
  margin: auto;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-left .xforms-trigger .btn-link,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-right .xforms-trigger .btn-link,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-number .xforms-trigger .btn-link {
  text-decoration: none;
  color: black;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-left button,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-right button,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-number button {
  display: block;
  margin: auto;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-left,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-right {
  text-align: left;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-number {
  text-align: center;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-number .badge {
  margin: 6px 4px;
  font-size: smaller;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-head .fr-repeat-column-left,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-head .fr-repeat-column-right,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-head .fr-repeat-column-number {
  vertical-align: middle;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-head .xforms-label {
  margin: 0 4px;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-grid-head .xforms-hint {
  margin-left: 4px;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .xforms-repeat-selected-item-1 .fr-repeat-column-left,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .xforms-repeat-selected-item-1 .fr-repeat-column-number {
  background-color: #eee;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .fr-repeat-column-left .dropdown {
  display: none;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .can-remove .dropdown,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .can-move-up .dropdown,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .can-move-down .dropdown,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .can-insert-above .dropdown,
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .can-insert-below .dropdown {
  display: block;
  margin: 4px;
}
.orbeon .xbl-fr-grid .fr-grid.fr-repeat .dropdown .fa-caret-down {
  width: 8px;
  height: 12px;
  margin: 4px auto;
}
.orbeon .fr-mode-view .fr-grid .fr-grid-body > .fr-grid-td > .xforms-control,
.orbeon .fr-mode-view .fr-grid .fr-grid-body > .fr-grid-td > .xbl-component,
.orbeon .fr-mode-view .fr-grid .fr-grid-body > .fr-grid-td > .xforms-group {
  margin-bottom: 12px;
}
.orbeon .fr-mode-view .fr-grid.fr-repeat .fr-grid-body > .fr-grid-td > .xforms-control,
.orbeon .fr-mode-view .fr-grid.fr-repeat .fr-grid-body > .fr-grid-td > .xbl-component,
.orbeon .fr-mode-view .fr-grid.fr-repeat .fr-grid-body > .fr-grid-td > .xforms-group {
  background-color: transparent;
  margin-bottom: 4px;
}
@media print {
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-textarea pre *,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-textarea pre *,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-textarea pre *,
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html.xforms-text *,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html.xforms-text *,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html.xforms-text *,
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html .xforms-output-output *,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html .xforms-output-output *,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html .xforms-output-output *,
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static .xforms-field *,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static .xforms-field *,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static .xforms-field * {
    color: black;
    background: transparent;
  }
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xbl-fr-tinymce .xbl-fr-tinymce-div *,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xbl-fr-tinymce .xbl-fr-tinymce-div *,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xbl-fr-tinymce .xbl-fr-tinymce-div * {
    color: black;
    background: transparent;
  }
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-textarea pre,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-textarea pre,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-textarea pre,
  .orbeon .fr-mode-view.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static.xforms-textarea pre,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static.xforms-textarea pre,
  .orbeon .fr-mode-email.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static.xforms-textarea pre,
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html.xforms-text,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html.xforms-text,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html.xforms-text,
  .orbeon .fr-mode-view.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html.xforms-text,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html.xforms-text,
  .orbeon .fr-mode-email.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html.xforms-text,
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html .xforms-output-output,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html .xforms-output-output,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html .xforms-output-output,
  .orbeon .fr-mode-view.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html .xforms-output-output,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html .xforms-output-output,
  .orbeon .fr-mode-email.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static.xforms-output.xforms-mediatype-text-html .xforms-output-output,
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static .xforms-field,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static .xforms-field,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xforms-static .xforms-field,
  .orbeon .fr-mode-view.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static .xforms-field,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static .xforms-field,
  .orbeon .fr-mode-email.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xforms-static .xforms-field {
    color: black;
    background: transparent;
  }
  .orbeon .fr-mode-view.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xbl-fr-tinymce .xbl-fr-tinymce-div,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xbl-fr-tinymce .xbl-fr-tinymce-div,
  .orbeon .fr-mode-email.fr-pdf-color-mode-black-and-white .fr-grid .xforms-readonly.xbl-fr-tinymce .xbl-fr-tinymce-div,
  .orbeon .fr-mode-view.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xbl-fr-tinymce .xbl-fr-tinymce-div,
  .orbeon .fr-mode-pdf.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xbl-fr-tinymce .xbl-fr-tinymce-div,
  .orbeon .fr-mode-email.fr-pdf-color-mode-keep-field-colors .fr-grid .xforms-readonly.xbl-fr-tinymce .xbl-fr-tinymce-div {
    color: black;
    background: transparent;
  }
  .orbeon .fr-mode-view .span12,
  .orbeon .fr-mode-pdf .span12,
  .orbeon .fr-mode-email .span12 {
    width: 98%;
  }
  .orbeon .fr-mode-view .fr-grid,
  .orbeon .fr-mode-pdf .fr-grid,
  .orbeon .fr-mode-email .fr-grid {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .orbeon .fr-mode-view .fr-grid .fr-grid-head,
  .orbeon .fr-mode-pdf .fr-grid .fr-grid-head,
  .orbeon .fr-mode-email .fr-grid .fr-grid-head {
    display: table-header-group;
  }
  .orbeon .fr-mode-view .fr-grid .fr-grid-body,
  .orbeon .fr-mode-pdf .fr-grid .fr-grid-body,
  .orbeon .fr-mode-email .fr-grid .fr-grid-body {
    display: table-row-group;
  }
  .orbeon .fr-mode-view .fr-grid .fr-grid-tr,
  .orbeon .fr-mode-pdf .fr-grid .fr-grid-tr,
  .orbeon .fr-mode-email .fr-grid .fr-grid-tr,
  .orbeon .fr-mode-view .fr-grid .fr-grid-master-row,
  .orbeon .fr-mode-pdf .fr-grid .fr-grid-master-row,
  .orbeon .fr-mode-email .fr-grid .fr-grid-master-row {
    display: table-row;
  }
  .orbeon .fr-mode-view .fr-grid .fr-grid-body .fr-grid-td,
  .orbeon .fr-mode-pdf .fr-grid .fr-grid-body .fr-grid-td,
  .orbeon .fr-mode-email .fr-grid .fr-grid-body .fr-grid-td {
    display: table-cell;
    vertical-align: top;
    position: relative;
  }
  .orbeon .fr-mode-view .fr-grid .fr-grid-head .fr-grid-th,
  .orbeon .fr-mode-pdf .fr-grid .fr-grid-head .fr-grid-th,
  .orbeon .fr-mode-email .fr-grid .fr-grid-head .fr-grid-th {
    display: table-cell;
    text-align: left;
  }
  .orbeon .fr-mode-view .fr-grid .fr-grid-head .fr-grid-th .xforms-output,
  .orbeon .fr-mode-pdf .fr-grid .fr-grid-head .fr-grid-th .xforms-output,
  .orbeon .fr-mode-email .fr-grid .fr-grid-head .fr-grid-th .xforms-output {
    display: block;
  }
  .orbeon .fr-mode-view .fr-grid .fr-grid-head .fr-grid-th legend.xforms-label,
  .orbeon .fr-mode-pdf .fr-grid .fr-grid-head .fr-grid-th legend.xforms-label,
  .orbeon .fr-mode-email .fr-grid .fr-grid-head .fr-grid-th legend.xforms-label {
    border-bottom: none;
    margin: 0;
  }
  .orbeon .fr-mode-view .fr-grid:not(.fr-repeat):not(.fr-editable) .fr-grid-body .fr-grid-tr,
  .orbeon .fr-mode-pdf .fr-grid:not(.fr-repeat):not(.fr-editable) .fr-grid-body .fr-grid-tr,
  .orbeon .fr-mode-email .fr-grid:not(.fr-repeat):not(.fr-editable) .fr-grid-body .fr-grid-tr {
    height: 0;
  }
  .orbeon .fr-mode-view .fr-grid:not(.fr-repeat):not(.fr-editable) .fr-grid-body tr:last-of-type,
  .orbeon .fr-mode-pdf .fr-grid:not(.fr-repeat):not(.fr-editable) .fr-grid-body tr:last-of-type,
  .orbeon .fr-mode-email .fr-grid:not(.fr-repeat):not(.fr-editable) .fr-grid-body tr:last-of-type {
    height: auto;
  }
  .orbeon .fr-mode-view .fr-grid .xforms-field,
  .orbeon .fr-mode-pdf .fr-grid .xforms-field,
  .orbeon .fr-mode-email .fr-grid .xforms-field,
  .orbeon .fr-mode-view .fr-grid .xforms-textarea > pre,
  .orbeon .fr-mode-pdf .fr-grid .xforms-textarea > pre,
  .orbeon .fr-mode-email .fr-grid .xforms-textarea > pre {
    padding: 4px 6px;
    display: block;
    box-sizing: border-box;
    min-height: 24px !important;
    line-height: 24px;
  }
  .orbeon .fr-mode-view a[href]:after,
  .orbeon .fr-mode-pdf a[href]:after,
  .orbeon .fr-mode-email a[href]:after,
  .orbeon .fr-mode-view abbr[title]:after,
  .orbeon .fr-mode-pdf abbr[title]:after,
  .orbeon .fr-mode-email abbr[title]:after {
    content: "";
  }
}
/* Original CSS path: /xbl/orbeon/ladda-button/ladda-1.0.0-orbeon/ladda-themeless.min.css */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}
/* Original CSS path: /xbl/orbeon/ladda-button/ladda-button.css */
.xbl-fr-ladda-button {
  display: inline;
}

/* Undo the `z-index: 3` in the Ladda theme, otherwise the label of the button shows over the
   buttons bar (`.fr-buttons`). We're not sure why Ladda would have that `z-index: 3`. */
.xbl-fr-ladda-button .ladda-button .ladda-label {
  z-index: auto;
}/* Original CSS path: /xbl/orbeon/section/section.css */
.orbeon .xbl-fr-section {
  display: block;
  padding-bottom: 20px;
}
.orbeon .xbl-fr-section:last-of-type {
  padding-bottom: 0;
}
.orbeon .xbl-fr-section h2.fr-section-title,
.orbeon .xbl-fr-section h3.fr-section-title,
.orbeon .xbl-fr-section h4.fr-section-title,
.orbeon .xbl-fr-section h5.fr-section-title,
.orbeon .xbl-fr-section h6.fr-section-title {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #eee, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#eee));
  background-image: -webkit-linear-gradient(top, #eee, #eee);
  background-image: -o-linear-gradient(top, #eee, #eee);
  background-image: linear-gradient(to bottom, #eee, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
  margin: 0;
  font-weight: normal;
  padding: 0;
  color: #555;
  font-size: 18px;
  line-height: 36px;
}
.orbeon .xbl-fr-section h2.fr-section-iteration-title,
.orbeon .xbl-fr-section h3.fr-section-iteration-title,
.orbeon .xbl-fr-section h4.fr-section-iteration-title,
.orbeon .xbl-fr-section h5.fr-section-iteration-title,
.orbeon .xbl-fr-section h6.fr-section-iteration-title {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #eee, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#eee));
  background-image: -webkit-linear-gradient(top, #eee, #eee);
  background-image: -o-linear-gradient(top, #eee, #eee);
  background-image: linear-gradient(to bottom, #eee, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
  margin: 5px 0 0 0;
  font-weight: normal;
  padding: 0 0 0 10px;
  color: #555;
  font-size: 14.4px;
  line-height: 28.8px;
}
.orbeon .xbl-fr-section .fr-section-open-close img {
  margin-right: 0;
}
.orbeon .xbl-fr-section .fr-section-open-close {
  padding: 0 7px 0 7px;
}
.orbeon .xbl-fr-section .fr-section-content {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-help {
  display: none;
  flex-shrink: 0;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-help:not(:empty) {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-indent: 1px;
  background: none;
  max-width: 14px;
  max-height: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-help:not(:empty):before {
  content: "\f05a";
  margin-right: 2px;
  font-size: 12px;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-help:not(:empty) {
  margin-right: 5px;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .btn-link,
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-output-output {
  min-height: 36px;
  white-space: normal;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .btn-link {
  text-decoration: none;
  color: #555;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label label {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-open,
.orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-closed {
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 5px 15px;
  cursor: pointer;
  border-collapse: separate;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-open {
  background-image: url(/orbeon/b5d22ef2638b76407a544a478ea43c0819f4fc93be09eb33108ea5374b87738d/xbl/orbeon/section/arrow-down.png);
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-closed {
  background-image: url(/orbeon/b5d22ef2638b76407a544a478ea43c0819f4fc93be09eb33108ea5374b87738d/xbl/orbeon/section/arrow-right.png);
}
.orbeon .xbl-fr-section .fr-mode-view .fr-section-title img,
.orbeon .xbl-fr-section .fr-mode-pdf .fr-section-title img,
.orbeon .xbl-fr-section .fr-mode-email .fr-section-title img {
  display: none;
}
@media print {
  .orbeon .fr-pdf-color-mode-keep-field-colors h2,
  .orbeon .fr-pdf-color-mode-keep-field-colors h3,
  .orbeon .fr-pdf-color-mode-keep-field-colors h4,
  .orbeon .fr-pdf-color-mode-keep-field-colors h5,
  .orbeon .fr-pdf-color-mode-keep-field-colors h6 {
    color: black;
    background: transparent;
  }
  .orbeon .fr-pdf-color-mode-keep-field-colors h2.fr-section-title,
  .orbeon .fr-pdf-color-mode-keep-field-colors h3.fr-section-title,
  .orbeon .fr-pdf-color-mode-keep-field-colors h4.fr-section-title,
  .orbeon .fr-pdf-color-mode-keep-field-colors h5.fr-section-title,
  .orbeon .fr-pdf-color-mode-keep-field-colors h6.fr-section-title {
    color: black;
    background: transparent;
  }
  .orbeon .fr-pdf-color-mode-keep-field-colors h2.fr-section-title .fr-section-label .btn-link,
  .orbeon .fr-pdf-color-mode-keep-field-colors h3.fr-section-title .fr-section-label .btn-link,
  .orbeon .fr-pdf-color-mode-keep-field-colors h4.fr-section-title .fr-section-label .btn-link,
  .orbeon .fr-pdf-color-mode-keep-field-colors h5.fr-section-title .fr-section-label .btn-link,
  .orbeon .fr-pdf-color-mode-keep-field-colors h6.fr-section-title .fr-section-label .btn-link {
    color: black;
    background: transparent;
  }
  .orbeon h2,
  .orbeon h3,
  .orbeon h4,
  .orbeon h5,
  .orbeon h6 {
    border-bottom: 1px solid #e3e3e3;
    color: black;
  }
  .orbeon .fr-page-break-before {
    page-break-before: always;
  }
  .orbeon .xbl-fr-section {
    page-break-before: auto;
    page-break-inside: auto;
    page-break-after: auto;
  }
  .orbeon .xbl-fr-section.fr-page-break-before {
    page-break-before: always;
  }
  .orbeon .xbl-fr-section .fr-section-title {
    page-break-before: auto;
    page-break-inside: avoid;
    page-break-after: avoid;
    background: none;
  }
  .orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-open,
  .orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-closed {
    padding-left: 0;
    background-image: none;
  }
  .orbeon .xbl-fr-section .fr-section-content {
    page-break-before: avoid;
    page-break-inside: auto;
    page-break-after: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid {
    page-break-before: auto;
    page-break-inside: auto;
    page-break-after: auto;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid.fr-page-break-before {
    page-break-before: always;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr.fr-grid-tr-with-long-content {
    page-break-inside: auto;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr.fr-page-break-before {
    page-break-before: always;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr .xforms-label {
    page-break-after: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr .xforms-textarea pre,
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr span.xforms-field {
    page-break-before: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr .xforms-textarea pre {
    page-break-inside: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr .xforms-textarea pre.fr-long-content {
    page-break-inside: auto;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr span.xforms-field {
    page-break-inside: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr span.xforms-field.fr-long-content {
    page-break-inside: auto;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr blockquote {
    page-break-inside: auto;
  }
  .orbeon #xforms-form .fr-section-title .xforms-help {
    display: none;
  }
}
/* Original CSS path: /xbl/orbeon/simple-captcha/simple-captcha.css */
.xbl-fr-simple-captcha {
  text-align: left;
  padding: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-radius: 4px;
}
.xbl-fr-simple-captcha img {
  display: block;
  border-radius: 4px;
}
.xbl-fr-simple-captcha .xforms-input {
  display: block;
  width: 200px;
  background: #ffdc73 url(/orbeon/b5d22ef2638b76407a544a478ea43c0819f4fc93be09eb33108ea5374b87738d/xbl/orbeon/simple-captcha/arrow.png) no-repeat 5px 0;
  margin-top: 5px;
  padding: 5px;
  border-radius: 4px;
  box-sizing: border-box;
}
.xbl-fr-simple-captcha .xforms-input label {
  font-style: normal;
}
.xbl-fr-simple-captcha .xforms-input input {
  width: 172px;
}
.xbl-fr-simple-captcha .xforms-input label,
.xbl-fr-simple-captcha .xforms-input input {
  display: block;
  margin-left: 17px;
}
/* Original CSS path: /apps/fr/style/form-runner-responsive.css */
@media (max-width: 980px) {
  .orbeon .fr-view {
    width: auto;
    padding: 0 10px;
  }
  .orbeon .span12 {
    width: auto;
    float: none;
  }
  .orbeon.xforms-mobile select,
  .orbeon.xforms-mobile textarea,
  .orbeon.xforms-mobile input[type="text"],
  .orbeon.xforms-mobile input[type="password"],
  .orbeon.xforms-mobile input[type="datetime"],
  .orbeon.xforms-mobile input[type="datetime-local"],
  .orbeon.xforms-mobile input[type="date"],
  .orbeon.xforms-mobile input[type="month"],
  .orbeon.xforms-mobile input[type="time"],
  .orbeon.xforms-mobile input[type="week"],
  .orbeon.xforms-mobile input[type="number"],
  .orbeon.xforms-mobile input[type="email"],
  .orbeon.xforms-mobile input[type="url"],
  .orbeon.xforms-mobile input[type="search"],
  .orbeon.xforms-mobile input[type="tel"],
  .orbeon.xforms-mobile input[type="color"] {
    font-size: 16px;
  }
  .orbeon .fr-toc-with-body.fr-toc-position-left > * {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .orbeon .fr-toc-with-body.fr-toc-position-left > * .fr-toc {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .orbeon .xbl-fr-grid .fr-grid:not(.fr-repeat-single-row):not(.fr-grid-css) > .fr-grid-body .fr-grid-tr .fr-grid-td {
    display: block;
  }
  .orbeon .xbl-fr-grid .fr-grid:not(.fr-repeat-single-row):not(.fr-grid-css).fr-repeat-multiple-rows .fr-grid-th:nth-child(n+3) {
    display: none;
  }
  .orbeon .xbl-fr-grid .fr-grid:not(.fr-repeat-single-row).fr-grid-css > .fr-grid-body,
  .orbeon .xbl-fr-grid .fr-grid:not(.fr-repeat-single-row).fr-grid-css > .fr-grid-repeat-iteration > .fr-grid-body {
    display: block;
  }
  .orbeon .fr-buttons .xforms-trigger button {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .orbeon .fr-buttons .xforms-trigger button[class~=btn]:first-of-type {
    margin-left: 0;
  }
  .orbeon .fr-buttons .btn-group.dropup {
    display: flex;
    width: 100%;
    margin-left: 0;
  }
  .orbeon .fr-buttons .btn-group.dropup button[class~=btn]:first-of-type {
    flex-grow: 1;
    text-align: left;
    margin-left: 0;
  }
}
/* Original CSS path: /forms/assets/global.css */
.orbeon .container-fluid {
    padding: 0 0;
    padding-top: 0px;
}

.orbeon .xforms-hint-region {
    border-bottom: 0px dashed black;
}

.orbeon .navbar-inverse .navbar-inner {
    background-color: white;
    background-image: none;
}

.orbeon .navbar-inverse .navbar-inner .container h1 {
    color: #001A72;
    font-size: 16px;
    text-align: center;
    padding-left: 10px;
    font-weight: bolder;
    margin: 0px;
    white-space: normal;
}


.orbeon .navbar-inverse .navbar-inner .container img {
    max-height:60px;
}

.orbeon div:not(.fb-navbar).navbar.navbar-fixed-top {
    position: static !important;
}

.orbeon .fb-bottom .fr-buttons {
    display: inline;
}

.orbeon fr-view div:not(.fb-bottom, .fb-toolbox) button.btn, .orbeon label.btn {
    background-color: #001A72;
    color: #fff;
}

.orbeon .xbl-fr-repeater .fr-repeat-menu {
    background-color: #fff;
}

.orbeon fr-view div:not(.fb-bottom, .fb-toolbox) .btn:hover, .orbeon label.btn:hover {
	background-color: #002fd0;
	color: #fff;
}


.orbeon fr-view div:not(.fb-bottom, .fb-toolbox) .btn:focus, .orbeon label.btn:focus{
	background-color: #767c8f;
	color: #fff;
}

body.orbeon .container.fr-view, body.orbeon .container-fluid.fr-view {
    padding-top: 0px;
}

body.orbeon .fr-view {
    padding-top: 0px;
}

.orbeon .navbar-inverse .nav > li > a,
.orbeon .navbar-inverse .nav > li > a:hover,
.orbeon .navbar-inverse .nav > li > a:focus,
.orbeon .navbar-inverse .nav > li > a:active,
.orbeon .navbar-inverse .nav > li > a:focus-within,
.orbeon .navbar-inverse .nav > li > a:visited,
.orbeon .navbar-inverse .nav > li > a:focus-visible,
.orbeon .navbar-inverse .nav > li > a:target {
    color: #001A72;
    text-shadow: none;
}

.orbeon .navbar-inverse .nav li.dropdown > a .caret,
.orbeon .navbar-inverse .nav li.dropdown > a:hover .caret,
.orbeon .navbar-inverse .nav li.dropdown > a:focus .caret,
.orbeon .navbar-inverse .nav li.dropdown > a:active .caret,
.orbeon .navbar-inverse .nav li.dropdown > a:focus-within .caret,
.orbeon .navbar-inverse .nav li.dropdown > a:visited .caret,
.orbeon .navbar-inverse .nav li.dropdown > a:focus-visible .caret,
.orbeon .navbar-inverse .nav li.dropdown > a:target .caret {
    border-top-color: #001A72;
    border-bottom-color: #001A72;
}

.orbeon .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
    color: white;
    background-color: #001A72;
}

.orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABLSURBVBhXhYxRCsAwCENVBmX77P2vOtLE1kK/+kASjWoAXiOlgv6TOg1yQsq6e2qwcquogPTt9EGXqoh4uPSvaDJztNWeMNifLpgNM70lMQ5pc1EAAAAASUVORK5CYII=);
}

.orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-closed {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABRSURBVBhXZY5RCsAwCEO1Mhjs/qdV7EzqSmHvo2CekQpw91kYh4PBZwzJzGByQAlUFQuzR0IJ8RERe2E3qwUhZnZ1tMA5NH6fquCGLJ6OGpEXFV0t1f+P9PkAAAAASUVORK5CYII=);
}

.orbeon .fr-buttons {
    position: static;
}
.hiddenSection { display: none !important }

.orbeon .xbl-fr-section h2.fr-section-title, .orbeon .xbl-fr-section h3.fr-section-title, .orbeon .xbl-fr-section h4.fr-section-title, .orbeon .xbl-fr-section h5.fr-section-title, .orbeon .xbl-fr-section h6.fr-section-title {
    background-color: #001A72 !important;
    background-image: none !important;
    color: white !important;
}

.orbeon .popover.xforms-help-popover .popover-content {
    overflow: auto;
    box-sizing: border-box;
    white-space: pre-wrap;
    color: black !important;
}

.orbeon .xbl-fr-section h2.fr-section-title, .orbeon .xbl-fr-section h3.fr-section-title, .orbeon .xbl-fr-section h4.fr-section-title, .orbeon .xbl-fr-section h5.fr-section-title, .orbeon .xbl-fr-section h6.fr-section-title {
    color: #FFFFFF !important;
}

.orbeon div:not(.fb-bottom) .xforms-trigger-appearance-xxforms-primary .btn {
    background-color: #001A72;
    color: #fff;
    font-size: 14px;
    background-image: none !important;
}

.orbeon div:not(.fb-bottom) .xforms-trigger-appearance-xxforms-primary .btn:hover{
	background-color: #425aab;
	color: #fff;
}


.orbeon div:not(.fb-bottom) .xforms-trigger-appearance-xxforms-primary .btn:focus{
	background-color: #767c8f;
	color: #fff;
}


.orbeon .xbl-fr-section .fr-section-title .fr-section-label {
    font-size: 16px;
}

.orbeon .xbl-fr-section .fr-section-title .fr-section-label .btn-link {
    color: white !important;
}

#fr-captcha{
	text-align: center !important;
}

/*stopka/naglowek w pdf */
@media print {
    .orbeon .fr-footer-title {
        display: none;
    }

    .orbeon .fr-header-title > div {
        max-height: 200px;
        overflow: auto;
        overflow-wrap: break-word;
    }

    .orbeon img {
        width: auto;
        height: 100px;
        margin-left: -10px;
    }
	
}

/* Original CSS path: /forms/RSZ_OUT/assets/RSZ_OUT.css */
/* Szerokość okna */
/*.orbeon .container, .orbeon .span12 { width: auto }
*/
/* Wyłączenie widoczności przycisków na dole formularza typu: Zapisz, Zapisz wersję roboczą
   Przy embedowaniu w Javie formularza nie ma api do zapisywania, jedyną opcją jaka pojawia
   się na forum jest programowe wciśnięcie przycisku Save, a żeby nie był widoczny na stronie
   trzeba go ukryć css'em.
*/
html {
  font-size:14px;
}

body.orbeon {
  background-color: #f5f6fa;
  font-size:1rem;
  color:#565656;
}

.orbeon .navbar.navbar-fixed-top {
  margin-bottom: 2rem;
}

#fr-view-component {
  border:none;
  background:transparent;
}

.orbeon .xbl-fr-section .fr-section-content {
  padding: 2rem;
}

#fr-captcha{
	text-align: center !important;
 background:#FFF;
 border-radius:8px;
 padding:2rem 0 2rem 0;
}

span.fr-buttons.xforms-group {
    text-align: center !important;
}

.orbeon .navbar-inverse .navbar-inner .container img {
        max-height: 60px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.orbeon .alert {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 10px 13px 0px rgba(17, 38, 146, 0.05);
    margin-bottom:2rem;
    padding:2rem;
    background: #fbfbfb;
}

.orbeon .navbar .navbar-inner .container .fr-language-choice {
    width: 150px;
}


.orbeon .fr-buttons .xforms-trigger button[class~=btn]:first-of-type, .orbeon .fr-buttons .xforms-submit button[class~=btn]:first-of-type, .orbeon .fr-buttons .xbl-fr-drop-trigger button[class~=btn]:first-of-type, .orbeon .fr-buttons .xforms-trigger input, .orbeon .fr-buttons .xforms-submit input, .orbeon .fr-buttons .xbl-fr-drop-trigger input {
    min-width: 15em;
}

.orbeon .fr-buttons {
  background: transparent;
}

.orbeon input[type="checkbox"] {
  border-radius:3px;
  width:1.5rem;
  height:1.5rem;
  margin-top:0;
}

.orbeon input[type="radio"] {
   width:1.5rem;
  height:1.5rem;
  margin-top:0;
}

.orbeon input[type="radio"]:checked,
.orbeon input[type="checkbox"]:checked {
  background-color:#001A72;
  border-color:#001A72;
}

.orbeon label, .orbeon button, .orbeon .btn {
  font-size:14px;
}

.orbeon .btn {
  padding: .7rem 1rem;
  margin-top:1rem;
}

.orbeon .xforms-visited > .xforms-alert.xforms-active, .orbeon .xforms-visited.xforms-alert.xforms-active, .orbeon .fr-mode-view .xforms-alert.xforms-active, .orbeon .fr-mode-pdf .xforms-alert.xforms-active, .orbeon .fr-mode-email .xforms-alert.xforms-active {
  display:inline-block;
  font-size:.8rem;
}

.xbl-fr-simple-captcha .xforms-input {
  background: transparent;
}

.xbl-fr-simple-captcha .xforms-input label, .xbl-fr-simple-captcha .xforms-input input {
  margin-left: 6px;
}

.orbeon .xbl-fr-simple-captcha .xforms-input label {
  font-weight: bold;
  color: #4398BC !important;
}

.orbeon .xbl-fr-attachment .fr-attachment-drop, .orbeon .xbl-fr-attachment .fr-attachment-empty {
  border-color: #4398BC;
}

.orbeon input[type="text"]:hover, .orbeon textarea:hover {
  border:1px solid #001A72;
}

.orbeon input[type="text"]:focus, .orbeon textarea:focus {
  border-color: #001A72;
  box-shadow: 0 0 0 0.5px rgba(0, 26, 114, 1);
}

/*.orbeon .container, .orbeon .span12 { width: auto }*/


.fr-buttons.xforms-group { text-align: left; }

.orbeon .xforms-hint-region {
	border-bottom: 0px dashed black;
}

.orbeon .xforms-hint {
  box-sizing: border-box;
  border-radius:4px;
  margin-top: 1rem;
  padding: 1.5rem;
  color: #4398BC;
  background:#fbfbfb;
  font-size:1rem;
} 

.orbeon .navbar-inverse .navbar-inner {
        background-color: #FFFFFF;
        background-image: none;
}

.orbeon .navbar-inverse .navbar-inner .container h1 {
        font-family: Verdana, sans-serif;
        color: #001A72;
        font-size: 1.3rem;
        /*text-align: left;*/
        padding-left: 10px;
        font-weight: normal;
		    margin: 0px;
		   display: flex;
		align-items: center;
    justify-content: center;
}

.orbeon .xbl-fr-section{  
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 2rem;
  box-shadow: 0px 10px 13px 0px rgba(17, 38, 146, 0.05);
}

.orbeon .xbl-fr-section h2.fr-section-title, .orbeon .xbl-fr-section h3.fr-section-title, .orbeon .xbl-fr-section h4.fr-section-title, .orbeon .xbl-fr-section h5.fr-section-title, .orbeon .xbl-fr-section h6.fr-section-title  {
    background-color: #d9dee9 !important;
    background-image: none !important;
    color: #686F86 !important;
    padding: 0.2rem;
    font-size: 1.3rem;
    border-radius: 8px 8px 0px 0px;
}
/*
.orbeon .xbl-fr-section h2.fr-section-title div.fr-section-label , .orbeon .xbl-fr-section h3.fr-section-title.div, .orbeon .xbl-fr-section h4.fr-section-title.div, .orbeon .xbl-fr-section h5.fr-section-title.div, .orbeon .xbl-fr-section h6.fr-section-title.div {
    background-color: #d9dee9 !important;
    background-image: none !important;
    color: #686F86 !important;
    padding: 0.2rem;
    font-size: 1.3rem;
    border-radius: 8px 8px 0px 0px;
}*/

.orbeon .popover.xforms-help-popover .popover-content {
    overflow: auto;
    box-sizing: border-box;
    white-space: pre-wrap;
	color: #000 !important;
}

.orbeon select, .orbeon textarea, .orbeon input[type="text"], .orbeon input[type="password"], .orbeon input[type="datetime"], .orbeon input[type="datetime-local"], .orbeon input[type="date"], .orbeon input[type="month"], .orbeon input[type="time"], .orbeon input[type="week"], .orbeon input[type="number"], .orbeon input[type="email"], .orbeon input[type="url"], .orbeon input[type="search"], .orbeon input[type="tel"], .orbeon input[type="color"], .orbeon .uneditable-input {
  font-size:1rem;
  padding: 1.2rem 1rem;
}

.xforms-control.xforms-select1 {
  position:relative;
  top:1rem;
}

.fr-grid-body .xforms-group {
  margin-bottom: 0.5rem;
}

.orbeon .xbl-fr-error-summary {
  margin-top: 0.5rem;
}

.orbeon .xbl-fr-error-summary .fr-level-error > .fr-error-title {
    background-color: transparent;
    padding: 1rem;
    color: #CE0F0F;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #CE0F0F;
    border-radius: 0;
}

.orbeon .xbl-fr-error-summary .fr-error-group > li {
  border:none;
  margin-bottom:0;
}

#objasnienia{
  	
}

#objasnienia ol{
	margin-left: 20px;
}

#objasnienia ol>li{
	margin-left: 0px;
	padding-left: 5px;
}

#objasnienia ol>ol{
	margin-left: 20px;
}
#objasnienia span {
  font-size: 1.3rem;
  display:inline-block;
  margin-bottom: 1rem;
}

.rodo {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #565656;
	font-size: 12px;
	padding: 2rem;
 background: #FFF;
 border-radius:8px;
 border: 1px solid #e3e3e3;
}

.rodoOUT{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rodoIN{
	width: 1000px;
	text-align:left;
}

.rodo summary{
	font-weight: bolder;
	text-align: center;
}

details > summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display:none;
}

details > summary #clauseShort > p {
	font-size: 11px;
	cursor: auto;
	display:inline-block;
}

details > summary #clauseHeader > p {
	font-weight: bold;
	font-size: 1rem;
	cursor: auto;
	display:inline-block;
}

details > summary #clauseFull {
	font-size: 10px;
}

details[open] > summary #clauseShort{
  display: none;
}

details > summary #hideFullClause, details[open] > summary #showFullClause{
  display: none;
}

details[open] > summary #hideFullClause, details > summary #showFullClause {
  display: inline-block;
  text-decoration: underline;
  font-size:1rem;
  color:#001A72;
}

details[open] > summary #hideFullClause:hover, details > summary #showFullClause:hover {
  color:#002fd0;
}

details > summary > p {
	cursor: pointer;
}

.popoverCustom, .popoverCustomIn {
	display: inline-block;
	position: relative;
}

.popoverCustom__message {	
	border-radius: 8px;
	border: 1px solid #d9dee9;	
	background: #f5f6fa;
	list-style-type: none;
	margin: 8px 0;
	min-width: 50vw; 
	max-width: 664px;
	padding: 20px !important;
	padding: 0.5rem 0;
	position: relative;
	top: 100%;
	box-shadow: 0px 10px 13px 0px rgba(17, 38, 146, 0.2);
	transition-property: transform, opacity;
	transition-duration: 200ms;
	transition-timing-function: ease;
	transform: scale(0.9);
	transform-origin: top left;
	display: none;
	opacity: 0;	
}

.popoverCustom > .popoverCustom__message {
	position: absolute;
}

.popoverCustomIn > .popoverCustom__message {
	display: none;
}

.popoverCustom__message:after {
	bottom: 100%;
	left: 0.5rem;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);		
	border-width: 7px;
}

.popoverCustom.popoverCustom--active, .popoverCustomIn.popoverCustom--active {
	display:inline;
}

.popoverCustom.popoverCustom--active > .popoverCustom__message, .popoverCustomIn.popoverCustom--active > .popoverCustom__message {
	transform: scale(1);
	display: block;
	opacity: 1;
	z-index: 999999999;
}

.overflowVisible>span.xforms-mediatype-text-html.xforms-label {
    overflow: visible !important;
}

.popoverCustomIn.popoverCustom--active > .popoverCustom__message{
	box-shadow: 0px 0px 3px 0px rgba(17, 38, 146, 0.2);
}

.popoverCustom__trigger {
	border:none;
	background:transparent;
}

.popoverCustom__trigger:before {
	content: "\f05a";
	font-family: FontAwesome;
	font-size:18px;
	color:#001A72;
	margin-right: 2px;
}

input:not(:placeholder-shown).validatedGreen{
	/*background-color: #d4eec7 !important;*/
	background-image: url(/orbeon/3.1415/forms/RSZ_OUT/assets/validated.png) !important;
    background-position: right;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: contain;
	-webkit-transition: 0.5s cubic-bezier(0, 1.06, 0, 1.13) !important;
    -moz-transition: 0.5s cubic-bezier(0, 1.06, 0, 1.13) !important;
    -o-transition: 0.5s cubic-bezier(0, 1.06, 0, 1.13) !important;
    transition: 0.5s cubic-bezier(0, 1.06, 0, 1.13) !important;
}

.orbeon .xforms-invalid > .xforms-alert.xforms-active {
  background: #CE0F0F;
  border: #CE0F0F solid 1px;
}

/*.orbeon .xforms-type-boolean.xbl-fr-yesno-input.xforms-invalid > .xforms-alert.xforms-active,
.orbeon .xforms-select1-appearance-dropdown.xforms-invalid > .xforms-alert.xforms-active {
  margin-top: 24px;
}*/

.orbeon .xforms-invalid > .xforms-alert.xforms-active:before {
  border-color: #CE0F0F transparent;
}

.orbeon select, .orbeon textarea, .orbeon input[type="text"], .orbeon input[type="password"], .orbeon input[type="datetime"], .orbeon input[type="datetime-local"], .orbeon input[type="date"], .orbeon input[type="month"], .orbeon input[type="time"], .orbeon input[type="week"], .orbeon input[type="number"], .orbeon input[type="email"], .orbeon input[type="url"], .orbeon input[type="search"], .orbeon input[type="tel"], .orbeon input[type="color"], .orbeon .uneditable-input {
    padding: 3px 6px;
    min-height: 35px;
}

.xforms-control.xforms-select1 {
    top: 0px;
}

/*.orbeon .checkbox > span {
    padding-top: 4px;
}*/

.margin-left-30px {
    margin-left: 30px !important;
}

.orbeon label.radio input[type="radio"], .orbeon label.checkbox input[type="radio"], .orbeon label.radio input[type="checkbox"], .orbeon label.checkbox input[type="checkbox"] {
    margin-top: 0px;
}

.orbeon .xbl-fr-grid .fr-grid .xforms-help:not(:empty):before {
    font-size: 18px;
    color: #001A72;
}

.orbeon .xbl-fr-grid .fr-grid .xforms-help:not(:empty) {
    font: normal normal normal 18px/1 FontAwesome;
    text-indent: 0px;
    background: none;
    max-width: 18px;
    max-height: 18px;
}

span.notice {
    color: #bc3f3f;
    font-weight: bolder;
}

@media screen and (max-width: 560px) {
    .orbeon .navbar .navbar-inner .container {
        flex-direction: column;
    }
}

.fr-navbar-home-link{
    display:none;
}
.orbeon .fr-buttons .xforms-trigger button {
    text-align: center;
}

@media only screen and (max-width: 927px) {
	.popoverCustom__message {
		
		
}
}

/*stopka/naglowek w pdf */
@media print{

.popoverCustom, .popoverCustomIn {
	display: none;
}

.orbeon .xbl-fr-section{  
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 1rem;
  box-shadow: 0px;
}

.orbeon .navbar-inverse .navbar-inner .container {
	width: 100%;
	text-align:center;
}

.orbeon .navbar-inverse .navbar-inner .container h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 0px 30px 10px 30px;
    width: 100%;
}

.orbeon .xbl-fr-section h2.fr-section-title, .orbeon .xbl-fr-section h3.fr-section-title, .orbeon .xbl-fr-section h4.fr-section-title, .orbeon .xbl-fr-section h5.fr-section-title, .orbeon .xbl-fr-section h6.fr-section-title  {
    padding: 10px;
    height: 36px;
    color: #686F86 !important;
}

.orbeon .xbl-fr-section h2.fr-section-title div  {
    color: #686F86 !important;
}


.orbeon .fr-footer-title {display: none;}
/*.orbeon .fr-header-title {display: none;}*/
/*.orbeon .fr-header-title > div {
	max-height: 200px;
	overflow: auto;
	overflow-wrap: break-word;
}*/


.rodoOUT { 
    page-break-before: always;
  }
  
#clauseShort, #showFullClause, #hideFullClause{
	display: none !important;
}


/*.rodoOUT{
	display: none;
}*/

}