@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("/static/xstatic/fonts/fontawesome-webfont.woff2") format("woff2"), url("/static/xstatic/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.sr-only, .RadiobuttonsWidget.template-evaluation .star-label, .RadiobuttonsWidget.template-evaluation input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

@supports (display: flow-root) {
  .clearfix {
    display: flow-root; }
    .clearfix::after {
      content: none; } }

[hidden] {
  display: none !important; }

.bare-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.stretch-to-edge {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-right: calc(50vw - 50%) !important;
  padding-left: calc(50vw - 50%) !important; }
  .stretch-to-edge.size--1-1 {
    flex-basis: 100vw !important;
    margin-left: calc(-50vw + 50% + (var(--grid-gutter, 0px) / 2)) !important;
    padding-left: calc(50vw - 50% + (var(--grid-gutter, 0px) / 2)) !important;
    margin-right: calc(-50vw + 50% - (var(--grid-gutter, 0px) / 2)) !important;
    padding-right: calc(50vw - 50% + (var(--grid-gutter, 0px) / 2)) !important; }

.pk-table-wrapper {
  overflow: auto;
  max-width: 100%;
  background: linear-gradient(to right, white 30%, transparent), linear-gradient(to right, transparent, white 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.25), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.25), transparent) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll; }

table.pk-data-table {
  border-collapse: collapse; }
  table.pk-data-table caption {
    caption-side: top;
    color: inherit;
    font-size: 120%;
    padding: 1rem; }
  table.pk-data-table th, table.pk-data-table td {
    padding: 0.3em 1.5em 0.3em 0.7em;
    border-bottom: 1px solid #aaa; }
  table.pk-data-table th {
    border-bottom-width: 2px; }
  table.pk-data-table .pk-card-field-email, table.pk-data-table .pk-card-field-filename {
    word-break: break-all; }
  @media print {
    table.pk-data-table th {
      border: 2px solid #666; }
    table.pk-data-table td {
      border-top: 2px solid #666;
      border-bottom: 2px solid #666; }
      table.pk-data-table td:first-child {
        border-left: 2px solid #666; }
      table.pk-data-table td:last-child {
        border-right: 2px solid #666; } }
.pk-table-headers.pk-data-table thead th, .pk-table-headers .pk-data-table thead th {
  background: #f7f7f7;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: 600;
  text-transform: inherit;
  font-family: inherit; }

.pk-table-borders.pk-data-table th, .pk-table-borders.pk-data-table td, .pk-table-borders .pk-data-table th, .pk-table-borders .pk-data-table td {
  border: 1px solid #aaa; }
  @media print {
    .pk-table-borders.pk-data-table th, .pk-table-borders.pk-data-table td, .pk-table-borders .pk-data-table th, .pk-table-borders .pk-data-table td {
      border: 2px solid #333; } }
.pk-table-borders.pk-data-table th, .pk-table-borders .pk-data-table th {
  border-bottom-width: 2px; }

.pk-table-center.pk-data-table th, .pk-table-center.pk-data-table td, .pk-table-center .pk-data-table th, .pk-table-center .pk-data-table td {
  text-align: center; }

.pk-table-🦓.pk-data-table tbody tr:nth-child(2n+1), .pk-table-🦓 .pk-data-table tbody tr:nth-child(2n+1),
.pk-table-zebra.pk-data-table tbody tr:nth-child(2n+1),
.pk-table-zebra .pk-data-table tbody tr:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.06); }

.pk-table-fit-container.pk-data-table, .pk-table-fit-container .pk-data-table {
  width: 100%; }

.text-cell .pk-table-fit-container.pk-data-table, .pk-table-fit-container.text-cell .pk-data-table {
  width: calc(100% - (0.7em * 2)); }

/* sort button & icon in table headers*/
.table-sortable-button, .gru-content .table-sortable-button {
  all: unset; }
  .table-sortable-button:hover, .gru-content .table-sortable-button:hover {
    all: unset;
    cursor: pointer; }

.table-sortable-icon::after {
  padding-left: 1ex;
  content: var(--sortable-icon, "");
  font-family: FontAwesome; }

th[aria-sort=descending] {
  --sortable-icon: "\f0dd";
  /* sort-desc */ }

th[aria-sort="ascending"] {
  --sortable-icon: "\f0de";
  /* sort-asc */ }

th:not([aria-sort]) .table-sortable-icon {
  opacity: 0.4; }

.template-evaluation label.star-choice span.star::before,
div.star-choice span.star::before {
  position: static;
  height: auto;
  width: auto;
  border: none;
  font-family: FontAwesome;
  content: "\f006";
  color: #776;
  font-size: 22px;
  display: inline-block;
  transition: transform ease 0.2s; }

.template-evaluation label.star-choice span.star.selected::before, .template-evaluation label.star-choice span.star:hover::before,
div.star-choice span.star.selected::before,
div.star-choice span.star:hover::before {
  content: "\f005";
  color: #ffaa00; }

.template-evaluation label.star-choice input[type=radio]:hover + span.star::before,
.template-evaluation label.star-choice input[type=radio]:focus + span.star::before,
.template-evaluation label.star-choice span.star:hover::before,
div.star-choice input[type=radio]:hover + span.star::before,
div.star-choice input[type=radio]:focus + span.star::before,
div.star-choice span.star:hover::before {
  transform: scale(1.4);
  opacity: 0.8; }

.RadiobuttonsWidget.template-evaluation br {
  display: none; }

.RadiobuttonsWidget.template-evaluation input:focus + span.star {
  outline: 1px solid #AAA;
  outline-style: dotted; }

.RadiobuttonsWidget.template-evaluation input + span::after {
  display: none; }

.RadiobuttonsWidget.template-evaluation label {
  margin-right: 0; }

.RadiobuttonsWidget.template-evaluation input + span {
  padding-left: 0; }

table.pk-data-table tr:hover td {
  background: #dde; }

table.pk-data-table th, table.pk-data-table td {
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
  padding: 1em 1ex; }
  @media print {
    table.pk-data-table th, table.pk-data-table td {
      border-bottom: 2px solid #666; } }

/*# sourceMappingURL=gadjo-extra.css.map */