/* In order to override these variables you can make local changes in af.variables.local.less */
/*signalr-color*/
/*
    Use this file to override variables from af.variables.less
*/

/* KnutTestsCss */

/* /file/site/style/-1857003049.af.controls.grid.less:L4 */
td[data-action-cell] button {
  padding: 0;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L8 */
#data-grid-tree {
  cursor: pointer;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L10 */
#data-grid-tree .data-table-seperator {
  display: none !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L13 */
#data-grid-tree .gridcolumn-menu {
  display: none !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L18 */
/* /file/site/style/-1857003049.af.controls.grid.less:L19 */
#data-grid-column-dialog .choose-column-items {
  columns: 2 auto;
}
@media (min-width: 650px) {
  /* /file/site/style/-1857003049.af.controls.grid.less:L23 */
  #data-grid-column-dialog .choose-column-items {
    columns: 4 auto;
  }
}
/* /file/site/style/-1857003049.af.controls.grid.less:L27 */
/* /file/site/style/-1857003049.af.controls.grid.less:L28 */
#data-grid-column-dialog .choose-column-items.sorting-columns .dropdown-item.field {
  background-color: transparent;
  text-decoration: none;
  color: #212529;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L33 */
#data-grid-column-dialog .choose-column-items.sorting-columns .column-moving.drag-column-over {
  background-color: darkgray;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L38 */
.data-grid-sidepanel-left {
  -webkit-transition: margin-left 0.5s ease-in-out;
  -moz-transition: margin-left 0.5s ease-in-out;
  -o-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
  max-width: 80%;
  /*When toggling on mobile devices with should be reduzed, otherwise it becomes hdden #112079*/

}
/* /file/site/style/-1857003049.af.controls.grid.less:L45 */
table[data-grid],
table[data-grid2] {
  table-layout: fixed;
  border: 1px solid silver;
  margin-bottom: 1px;
  margin-top: -1px;
  font-size: 0.875em;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L52 */
table[data-grid] td[data-action-cell],
table[data-grid2] td[data-action-cell],
table[data-grid] td[data-selection-cell],
table[data-grid2] td[data-selection-cell] {
  text-align: center;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L56 */
table[data-grid] .column-moving.drag-column-over,
table[data-grid2] .column-moving.drag-column-over {
  background-color: darkgray;
}
@media (pointer: coarse) {
  /* /file/site/style/-1857003049.af.controls.grid.less:L61 */
  table[data-grid] > tbody tr td,
  table[data-grid2] > tbody tr td {
    white-space: normal;
  }
}
/* /file/site/style/-1857003049.af.controls.grid.less:L66 */
@media (pointer: coarse) {
  table[data-grid] > tbody tr td:first-child::after,
  table[data-grid2] > tbody tr td:first-child::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    min-height: 48px;
  }
}
/* /file/site/style/-1857003049.af.controls.grid.less:L75 */
table[data-grid] > tbody > tr.current-row,
table[data-grid2] > tbody > tr.current-row {
  background-color: aliceblue;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L84 */
table[data-grid] > tbody > tr > td,
table[data-grid2] > tbody > tr > td {
  border-right: 1px solid silver;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L85 */
table[data-grid] > tbody > tr > td input:focus,
table[data-grid2] > tbody > tr > td input:focus {
  background-color: white;
  outline-color: lightgray;
  outline-style: solid;
  outline-width: 2px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L91 */
table[data-grid] > tbody > tr > td div:focus,
table[data-grid2] > tbody > tr > td div:focus {
  background-color: white;
  outline-color: lightgray;
  outline-style: solid;
  outline-width: 2px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L100 */
table[data-grid] > tfoot > tr,
table[data-grid2] > tfoot > tr {
  border: 0;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L104 */
table[data-grid] tr[data-list-index="-1"] > td > input[required]:invalid,
table[data-grid2] tr[data-list-index="-1"] > td > input[required]:invalid {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1'><text x='0' y='15' fill='gray' font-size='20'>*</text></svg>");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 9px 10px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L112 */
/* /file/site/style/-1857003049.af.controls.grid.less:L113 */
table[data-grid] thead tr:first-child,
table[data-grid2] thead tr:first-child {
  background-color: lightsteelblue;
  color: black;
  font-weight: 600;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L118 */
table[data-grid] thead tr[data-header-column],
table[data-grid2] thead tr[data-header-column] {
  background-color: lightsteelblue;
  color: black;
  font-weight: 600;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L123 */
table[data-grid] thead tr:last-child(n+2),
table[data-grid2] thead tr:last-child(n+2) {
  background-color: whitesmoke;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L125 */
/* /file/site/style/-1857003049.af.controls.grid.less:L126 */
table[data-grid] thead tr:last-child(n+2) td input:focus,
table[data-grid2] thead tr:last-child(n+2) td input:focus {
  outline-color: silver;
  outline-style: solid;
  outline-width: 2px;
  background-color: white;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L134 */
table[data-grid] thead th,
table[data-grid2] thead th {
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
  border-right: 1px solid steelblue;
  width: 1px;
  padding: 0.4375em;
  font-weight: 600;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L143 */
table[data-grid] thead th.asc:after,
table[data-grid2] thead th.asc:after,
table[data-grid] thead th.desc:after,
table[data-grid2] thead th.desc:after,
table[data-grid] thead th.ascnullslast:after,
table[data-grid2] thead th.ascnullslast:after,
table[data-grid] thead th.descnullslast:after,
table[data-grid2] thead th.descnullslast:after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.2em;
  display: inline;
  margin: 2px 0px 0px 0.1em;
  line-height: 1em;
  text-decoration: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L154 */
table[data-grid] thead th.asc:after,
table[data-grid2] thead th.asc:after,
table[data-grid] thead th.ascnullslast:after,
table[data-grid2] thead th.ascnullslast:after {
  content: "\f176";
}
/* /file/site/style/-1857003049.af.controls.grid.less:L159 */
table[data-grid] thead th.desc:after,
table[data-grid2] thead th.desc:after,
table[data-grid] thead th.descnullslast:after,
table[data-grid2] thead th.descnullslast:after {
  content: "\f175";
}
/* /file/site/style/-1857003049.af.controls.grid.less:L163 */
table[data-grid] thead th[data-gridcolumn-batchupdate].desc:after,
table[data-grid2] thead th[data-gridcolumn-batchupdate].desc:after,
table[data-grid] thead th[data-grid-menu].desc:after,
table[data-grid2] thead th[data-grid-menu].desc:after {
  content: '' !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L166 */
table[data-grid] thead th[data-gridcolumn-batchupdate].asc:after,
table[data-grid2] thead th[data-gridcolumn-batchupdate].asc:after,
table[data-grid] thead th[data-grid-menu].asc:after,
table[data-grid2] thead th[data-grid-menu].asc:after {
  content: '' !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L169 */
/* /file/site/style/-1857003049.af.controls.grid.less:L170 */
table[data-grid] thead th[data-gridcolumn-batchupdate].asc .data-table-headline:after,
table[data-grid2] thead th[data-gridcolumn-batchupdate].asc .data-table-headline:after,
table[data-grid] thead th[data-grid-menu].asc .data-table-headline:after,
table[data-grid2] thead th[data-grid-menu].asc .data-table-headline:after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.2em;
  content: "\f176";
}
/* /file/site/style/-1857003049.af.controls.grid.less:L176 */
/* /file/site/style/-1857003049.af.controls.grid.less:L177 */
table[data-grid] thead th[data-gridcolumn-batchupdate].desc .data-table-headline:after,
table[data-grid2] thead th[data-gridcolumn-batchupdate].desc .data-table-headline:after,
table[data-grid] thead th[data-grid-menu].desc .data-table-headline:after,
table[data-grid2] thead th[data-grid-menu].desc .data-table-headline:after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.2em;
  content: "\f175";
}
/* /file/site/style/-1857003049.af.controls.grid.less:L187 */
table[data-grid] tr > td,
table[data-grid2] tr > td {
  height: 2.1075em;
  /*2.1875em;*/
  padding: 0.32em;
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L197 */
table[data-grid] tr > td *,
table[data-grid2] tr > td * {
  border: none;
  /*background: transparent;*/

}
/* /file/site/style/-1857003049.af.controls.grid.less:L201 */
table[data-grid] tr > td input,
table[data-grid2] tr > td input,
table[data-grid] tr > td select,
table[data-grid2] tr > td select,
table[data-grid] tr > td button,
table[data-grid2] tr > td button {
  background: transparent;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L206 */
table[data-grid] tr > td.af-wrap,
table[data-grid2] tr > td.af-wrap {
  white-space: initial;
  overflow: initial;
  text-overflow: initial;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L211 */
table[data-grid] tr > td > input[data-lookup],
table[data-grid2] tr > td > input[data-lookup] {
  background: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L214 */
table[data-grid] tr > td input[data-lookup]:focus,
table[data-grid2] tr > td input[data-lookup]:focus {
  padding-right: 2.33em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217px%22%20height%3D%2210px%22%20viewBox%3D%22510%20324%2017%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20d%3D%22M525.000018%2C324.999983%20L511.000001%2C324.999983%20C510.453126%2C324.999983%20510%2C325.453109%20510%2C325.999985%20C510%2C326.26561%20510.109375%2C326.51561%20510.296875%2C326.70311%20L517.296884%2C333.703119%20C517.484384%2C333.890619%20517.734384%2C333.999994%20518.00001%2C333.999994%20C518.265635%2C333.999994%20518.515635%2C333.890619%20518.703135%2C333.703119%20L525.703144%2C326.70311%20C525.890644%2C326.51561%20526.000019%2C326.26561%20526.000019%2C325.999985%20C526.000019%2C325.453109%20525.546894%2C324.999983%20525.000018%2C324.999983%20Z%22%20id%3D%22%EF%83%97-copy%22%20stroke%3D%22none%22%20fill%3D%22%238D8D8D%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center right 0.66em;
  background-size: 0.9775em 0.575em;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L223 */
table[data-grid] tr > td input:not([type="checkbox"]),
table[data-grid2] tr > td input:not([type="checkbox"]),
table[data-grid] tr > td select,
table[data-grid2] tr > td select {
  width: 100%;
  padding: 0.25em;
  margin: auto 0;
  bottom: 0px;
  padding-top: 0px;
  padding-bottom: 2px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L230 */
table[data-grid] tr > td input:not([type="checkbox"]):active,
table[data-grid2] tr > td input:not([type="checkbox"]):active,
table[data-grid] tr > td select:active,
table[data-grid2] tr > td select:active,
table[data-grid] tr > td input:not([type="checkbox"]):focus,
table[data-grid2] tr > td input:not([type="checkbox"]):focus,
table[data-grid] tr > td select:focus,
table[data-grid2] tr > td select:focus {
  border: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L235 */
table[data-grid] tr > td div[contenteditable],
table[data-grid2] tr > td div[contenteditable] {
  height: 100%;
  width: 100%;
  white-space: pre-line;
  padding: 0px;
  margin: 0px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L241 */
table[data-grid] tr > td div[contenteditable]:active,
table[data-grid2] tr > td div[contenteditable]:active,
table[data-grid] tr > td div[contenteditable]:focus,
table[data-grid2] tr > td div[contenteditable]:focus {
  outline: none;
  border: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L247 */
table[data-grid] tr > td > input[type='checkbox'],
table[data-grid2] tr > td > input[type='checkbox'] {
  vertical-align: middle;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L256 */
[data-grid2] {
  display: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L260 */
/* /file/site/style/-1857003049.af.controls.grid.less:L261 */
.data-grid-wrapper + .footer {
  border-top: 1px solid silver;
  margin-top: 0px;
  /* 0.3125rem */
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  z-index: 111;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L271 */
.data-table {
  position: relative;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L274 */
.data-table .data-table-header {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid silver;
  max-width: fit-content;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L279 */
.data-table .data-table-header > div {
  position: relative;
  border: 0px;
  width: 100%;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L283 */
.data-table .data-table-header > div > div {
  padding-top: 1px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L285 */
.data-table .data-table-header > div > div > table {
  margin-left: 0px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L288 */
.data-table .data-table-header > div > div > table .data-table-seperator {
  top: 0;
  width: 20px;
  right: -15px;
  height: 100%;
  float: right;
  position: absolute;
  cursor: col-resize;
  z-index: 2;
}
@media (max-width: 480px) {
  .data-table .data-table-header > div > div > table .data-table-seperator {
    width: 25px;
    right: -20px;
  }
}
@media (min-width: 768px) {
  .data-table .data-table-header > div > div > table .data-table-seperator {
    width: 15px;
    right: -10px;
  }
}
/* /file/site/style/-1857003049.af.controls.grid.less:L309 */
.data-table .data-table-header > div > div > table .data-table-headline {
  line-height: 1.25rem;
  overflow: hidden;
  display: inline;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L314 */
.data-table .data-table-header > div > div > table thead th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom-width: 0px;
  cursor: pointer;
  position: relative;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L315 */
.data-table .data-table-header > div > div > table thead th .data-grid-menu {
  display: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L318 */
/* /file/site/style/-1857003049.af.controls.grid.less:L319 */
.data-table .data-table-header > div > div > table thead th:hover .data-grid-menu {
  display: inline-block;
  margin-right: 6px;
  background-color: white;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L332 */
.data-table .data-table-header > div > div > table thead th[data-column] {
  cursor: default;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L335 */
.data-table .data-table-header > div > div > table thead th[data-gridcolumn-menu] {
  cursor: pointer !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L338 */
.data-table .data-table-header > div > div > table td[data-field-filter2] {
  position: relative;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L340 */
.data-table .data-table-header > div > div > table td[data-field-filter2] > * {
  background: transparent;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L343 */
/* /file/site/style/-1857003049.af.controls.grid.less:L344 */
.data-table .data-table-header > div > div > table td[data-field-filter2].active i.fa-filter {
  color: #ff7518;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L354 */
.data-table .data-table-container {
  position: relative;
  overflow-y: auto;
  width: 100%;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L359 */
.data-table .data-table-container table {
  border-top-width: 0px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L361 */
.data-table .data-table-container table thead th {
  border-bottom: 0px solid silver;
  border-top: 0px solid silver;
  border-right: 0px solid silver;
  width: 0;
  padding: 0px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L370 */
.data-table .data-table-container .grid-overlay {
  position: sticky;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: transparent;
  opacity: 0.6;
  text-align: center;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L380 */
.data-table .data-table-container .grid-overlay i {
  position: absolute;
  top: 20%;
  left: 50%;
  font-size: 40px;
  transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
}
/* /file/site/style/-1857003049.af.controls.grid.less:L394 */
/* /file/site/style/-1857003049.af.controls.grid.less:L395 */
[data-grid] th[data-sort-by] {
  cursor: pointer;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L398 */
[data-grid] td {
  border-right: 1px solid silver;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L401 */
/* /file/site/style/-1857003049.af.controls.grid.less:L405 */
[data-grid] td[data-field-filter2] > button {
  position: absolute;
  padding-top: 4px;
  width: 25px;
  text-align: center;
  top: 0;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L412 */
[data-grid] td[data-field-filter2] > button.operator {
  left: 0;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L415 */
[data-grid] td[data-field-filter2] > button.distinct {
  right: 0;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L418 */
[data-grid] td[data-field-filter2] input {
  border: 0;
  padding-left: 25px !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L422 */
[data-grid] td[data-field-filter2] input.distinct {
  padding-right: 25px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L429 */
/* /file/site/style/-1857003049.af.controls.grid.less:L430 */
/* /file/site/style/-1857003049.af.controls.grid.less:L431 */
table.groupby tbody tr:first-child {
  font-weight: 600;
  cursor: pointer;
  background-color: whitesmoke;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L435 */
table.groupby tbody tr:first-child td:before {
  content: "+";
  margin-left: 0.1875rem;
  margin-right: 0.1875rem;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L442 */
table.groupby tbody tr:first-child ~ tr {
  display: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L445 */
table.groupby tbody tr.show-children ~ tr {
  display: table-row;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L448 */
/* /file/site/style/-1857003049.af.controls.grid.less:L449 */
table.groupby tbody tr.show-children td:before {
  content: "-";
}
/* /file/site/style/-1857003049.af.controls.grid.less:L456 */
/* /file/site/style/-1857003049.af.controls.grid.less:L457 */
.card .data-table-header table.table-header,
.card .data-table-header table[data-grid],
.card .data-table-header table[data-grid2] {
  border-left: 0;
  border-top: 0;
  margin-bottom: 0px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L463 */
.card .data-table-header table.table-header thead th,
.card .data-table-header table[data-grid] thead th,
.card .data-table-header table[data-grid2] thead th {
  border-top: 0;
  overflow: hidden;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L468 */
/* /file/site/style/-1857003049.af.controls.grid.less:L469 */
.card .data-table-header table.table-header tr:nth-child(2) td,
.card .data-table-header table[data-grid] tr:nth-child(2) td,
.card .data-table-header table[data-grid2] tr:nth-child(2) td {
  border-top: 1px solid silver;
  border-right: 1px solid silver;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L475 */
.card .data-table-container table[data-grid2]:focus {
  outline: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L478 */
.card .data-table-container table {
  border-left: 0;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L481 */
.card .data-table-header table.table-header {
  border-bottom: 0px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L483 */
.card .data-table-header table.table-header td {
  border-bottom: 0px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L491 */
.data-gridcolumn-batchupdate,
.data-grid-menu {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  text-align: center;
  bottom: 0px;
  padding-top: 4px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L503 */
/* /file/site/style/-1857003049.af.controls.grid.less:L504 */
.af-frozen-columns .af-frozen-column,
.af-frozen-columns td.af-frozen-header {
  z-index: 2;
  background: white !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L509 */
.af-frozen-columns th.af-frozen-header {
  z-index: 2;
  background: inherit !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L514 */
.af-frozen-columns .af-frozen-footer {
  z-index: 2;
  background: #f7f7f7 !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L519 */
.af-frozen-columns tr.af-active .af-frozen-column {
  background: inherit !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L523 */
.af-frozen-columns .af-frozen-gutter {
  border-right: 2px solid gray !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L527 */
.af-frozen-columns table {
  border-collapse: inherit;
  border-spacing: 0px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L532 */
.af-frozen-columns table tr,
.af-frozen-columns td {
  border-bottom: none !important;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L540 */
/* /file/site/style/-1857003049.af.controls.grid.less:L541 */
.data-grid-column-menu .dropdown-submenu {
  position: relative;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L545 */
.data-grid-column-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L552 */
.data-grid-column-menu .dropdown-submenu > .dropdown-menu-sm {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L560 */
.data-grid-column-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L565 */
.data-grid-column-menu .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L572 */
.data-grid-column-menu .dropdown-submenu.pull-left {
  float: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L576 */
.data-grid-column-menu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L581 */
.data-grid-column-menu .dropdown-submenu > .dropdown-menu > .dropdown-menu-hoverarea {
  position: absolute;
  left: -50px;
  right: -50px;
  top: -50px;
  bottom: -50px;
  z-index: -1;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L592 */
.dropdown-menu.dropdown-menu-sm {
  z-index: 1055;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L597 */
/* /file/site/style/-1857003049.af.controls.grid.less:L598 */
#field-lookup-dialog .choose-fields-items {
  columns: 2 auto;
}
@media (min-width: 650px) {
  /* /file/site/style/-1857003049.af.controls.grid.less:L602 */
  #field-lookup-dialog .choose-fields-items {
    columns: 4 auto;
  }
}
/* /file/site/style/-1857003049.af.controls.grid.less:L607 */
/* /file/site/style/-1857003049.af.controls.grid.less:L608 */
#field-lookup-dialog .choose-fields-items.sorting-columns .dropdown-item.field {
  background-color: transparent;
  text-decoration: none;
  color: #212529;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L613 */
#field-lookup-dialog .choose-fields-items.sorting-columns .column-moving.drag-column-over {
  background-color: darkgray;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L619 */
/* /file/site/style/-1857003049.af.controls.grid.less:L620 */
.filter-node .group-by-folders-pin {
  display: none;
}
/* /file/site/style/-1857003049.af.controls.grid.less:L623 */
/* /file/site/style/-1857003049.af.controls.grid.less:L624 */
.filter-node:hover .group-by-folders-pin {
  display: inline;
}
