/* 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 */

/*
    We should stop using hide
    
*/

/* /file/site/style/-1760253925.af.common.less:L8 */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: aliceblue;
}
/* /file/site/style/-1760253925.af.common.less:L12 */
ol,
ul {
  padding-inline-start: 20px;
}
/* /file/site/style/-1760253925.af.common.less:L16 */
.af-strikethrough {
  text-decoration: line-through;
}
/* /file/site/style/-1760253925.af.common.less:L20 */
[data-if]:not(.data-if-true) {
  display: none !important;
}
/* /file/site/style/-1760253925.af.common.less:L24 */
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
/* /file/site/style/-1760253925.af.common.less:L29 */
::-webkit-scrollbar-track {
  background-color: whitesmoke;
  border-radius: 2px;
}
/* /file/site/style/-1760253925.af.common.less:L34 */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: lightsteelblue;
}
/* /file/site/style/-1760253925.af.common.less:L41 */
::-webkit-scrollbar-corner {
  background: whitesmoke;
}
/* /file/site/style/-1760253925.af.common.less:L45 */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: lightsteelblue;
}
/* /file/site/style/-1760253925.af.common.less:L52 */
::-webkit-scrollbar-thumb:hover {
  background-color: gray;
}
/* /file/site/style/-1760253925.af.common.less:L56 */
.toast {
  font-size: 1rem !important;
}
/* /file/site/style/-1760253925.af.common.less:L57 */
.toast .toast-header {
  border-bottom: 1px solid lightgray !important;
}
/* /file/site/style/-1760253925.af.common.less:L63 */
a {
  color: steelblue;
}
/* /file/site/style/-1760253925.af.common.less:L68 */
.fr-dropdown-list h5 {
  font-size: 14px;
}
/* /file/site/style/-1760253925.af.common.less:L72 */
.strikeout {
  text-decoration: line-through;
}
/* /file/site/style/-1760253925.af.common.less:L76 */
/* /file/site/style/-1760253925.af.common.less:L77 */
.mustache-crud-disallowed .comment-delete {
  display: none !important;
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L81 */
.mustache-crud-disallowed .reply {
  display: none !important;
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L85 */
.mustache-crud-disallowed .assignTo {
  display: none !important;
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L91 */
/* /file/site/style/-1760253925.af.common.less:L92 */
#mustacheCommentTemplate .comment-delete {
  display: none;
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L97 */
#mustacheCommentTemplate .reply,
#mustacheCommentTemplate .assignTo,
#mustacheCommentTemplate .comment-pin,
#mustacheCommentTemplate .comment-unpin {
  display: none;
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L103 */
/* /file/site/style/-1760253925.af.common.less:L104 */
#mustacheCommentTemplate:hover:not(.crud-disallowed) .comment-delete {
  display: inline;
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L109 */
#mustacheCommentTemplate:hover:not(.crud-disallowed) .reply,
#mustacheCommentTemplate:hover:not(.crud-disallowed) .assignTo,
#mustacheCommentTemplate:hover:not(.crud-disallowed) .comment-pin,
#mustacheCommentTemplate:hover:not(.crud-disallowed) .comment-unpin {
  display: inline;
  justify-content: end;
  cursor: pointer;
}
@media (pointer: coarse) {
  /* /file/site/style/-1760253925.af.common.less:L119 */
  /* /file/site/style/-1760253925.af.common.less:L120 */
  #mustacheCommentTemplate .comment-delete {
    display: inline;
    cursor: pointer;
  }
  /* /file/site/style/-1760253925.af.common.less:L125 */
  #mustacheCommentTemplate .reply {
    display: inline;
    justify-content: end;
    cursor: pointer;
  }
  /* /file/site/style/-1760253925.af.common.less:L131 */
  #mustacheCommentTemplate .assignTo {
    display: inline;
    justify-content: end;
    cursor: pointer;
  }
}
/* /file/site/style/-1760253925.af.common.less:L139 */
#spotlight {
  background-color: lightgray !important;
  width: 90% !important;
  height: 90% !important;
}
/* /file/site/style/-1760253925.af.common.less:L145 */
.af-splitter-flex {
  z-index: 3;
}
/* /file/site/style/-1760253925.af.common.less:L149 */
.af-app-toolbar {
  z-index: 1000;
  position: sticky;
  top: 0;
  background-color: #f4f9ff;
}
/* /file/site/style/-1760253925.af.common.less:L156 */
.hide,
.hidden {
  display: none !important;
}
/* /file/site/style/-1760253925.af.common.less:L160 */
[data-repeat]:not([data-list-index]) {
  display: none;
}
/* /file/site/style/-1760253925.af.common.less:L164 */
[data-action],
[data-upload-target],
[data-target] {
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L170 */
.af-hover {
  display: none;
}
/* /file/site/style/-1760253925.af.common.less:L174 */
[data-list-index]:hover .af-hover {
  display: inline;
}
/* /file/site/style/-1760253925.af.common.less:L179 */
[data-no-data] {
  display: none;
}
/* /file/site/style/-1760253925.af.common.less:L182 */
/* /file/site/style/-1760253925.af.common.less:L183 */
[data-page-counter]:empty {
  display: none;
}
/* /file/site/style/-1760253925.af.common.less:L188 */
div[contenteditable].form-control {
  height: initial;
}
/* /file/site/style/-1760253925.af.common.less:L192 */
[contenteditable="false"][data-field] {
  background: #e9ecef;
}
/* /file/site/style/-1760253925.af.common.less:L196 */
/* /file/site/style/-1760253925.af.common.less:L197 */
[data-grid2] input,
[data-grid2] select,
[data-grid2] button,
[data-grid2] div[contenteditable] {
  background: transparent;
}
/* /file/site/style/-1760253925.af.common.less:L203 */
div.form-control[contenteditable][disabled],
div.form-control.disabled[contenteditable] {
  background-color: #eeeeee !important;
}
/* /file/site/style/-1760253925.af.common.less:L208 */
/* /file/site/style/-1760253925.af.common.less:L209 */
div.contenteditable-100 > div[contenteditable] {
  min-height: 100px;
}
/* /file/site/style/-1760253925.af.common.less:L214 */
/* /file/site/style/-1760253925.af.common.less:L215 */
div.contenteditable-50 > div[contenteditable] {
  min-height: 50px;
}
/* /file/site/style/-1760253925.af.common.less:L220 */
/* /file/site/style/-1760253925.af.common.less:L221 */
div.contenteditable-150 > div[contenteditable] {
  min-height: 150px;
}
/* /file/site/style/-1760253925.af.common.less:L226 */
/* /file/site/style/-1760253925.af.common.less:L227 */
div.contenteditable-200 > div[contenteditable] {
  min-height: 200px;
}
/* /file/site/style/-1760253925.af.common.less:L232 */
/* /file/site/style/-1760253925.af.common.less:L233 */
div.contenteditable-300 > div[contenteditable] {
  min-height: 200px;
}
/* /file/site/style/-1760253925.af.common.less:L238 */
label {
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
}
/* /file/site/style/-1760253925.af.common.less:L242 */
.form-control {
  padding: 0.375rem 0.375rem;
}
/* /file/site/style/-1760253925.af.common.less:L246 */
img {
  max-width: 100%;
}
/* /file/site/style/-1760253925.af.common.less:L250 */
label {
  font-size: small;
}
/* /file/site/style/-1760253925.af.common.less:L254 */
label.form-check-label {
  font-size: initial;
}
/* /file/site/style/-1760253925.af.common.less:L258 */
.toast:not(.toast-errordialog),
.lookup-loading-symbol {
  top: 69px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
  z-index: 100000;
}
/* /file/site/style/-1760253925.af.common.less:L266 */
.toast-errordialog {
  z-index: 100000;
  position: absolute;
  top: 69px;
}
/* /file/site/style/-1760253925.af.common.less:L270 */
.toast-errordialog.toast-errordialog-left {
  left: 20px;
}
/* /file/site/style/-1760253925.af.common.less:L273 */
.toast-errordialog.toast-errordialog-right {
  left: 50%;
  transform: translate(-50%, 0px);
}
/* /file/site/style/-1760253925.af.common.less:L279 */
.af-field-filter {
  margin: 5px 0;
  position: relative;
}
/* /file/site/style/-1760253925.af.common.less:L282 */
.af-field-filter > button {
  position: absolute;
  margin: auto;
  height: 100%;
  width: 25px;
  text-align: center;
  top: 0;
  border: none;
  background: none;
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L294 */
.af-field-filter > button.operator {
  left: 0;
}
/* /file/site/style/-1760253925.af.common.less:L297 */
.af-field-filter > button.distinct {
  right: 0;
}
/* /file/site/style/-1760253925.af.common.less:L300 */
.af-field-filter input {
  padding-left: 25px !important;
}
/* /file/site/style/-1760253925.af.common.less:L304 */
.af-field-filter input.distinct {
  padding-right: 25px;
}
/* /file/site/style/-1760253925.af.common.less:L309 */
.af-field-filter.active button {
  font-weight: bold;
}
/* /file/site/style/-1760253925.af.common.less:L314 */
/* /file/site/style/-1760253925.af.common.less:L315 */
.groupby-folders .dropdown {
  background-color: steelblue;
  color: white;
  padding: 5px;
  padding-bottom: 0px;
}
/* /file/site/style/-1760253925.af.common.less:L323 */
[data-tree-groupby-folders] {
  position: absolute;
  top: 36px;
  bottom: -15px;
  left: 0px;
  right: 0px;
  overflow: auto;
}
/* /file/site/style/-1760253925.af.common.less:L333 */
/* /file/site/style/-1760253925.af.common.less:L334 */
/* /file/site/style/-1760253925.af.common.less:L335 */
[data-field-filter2]:not(td).active i.fa-filter {
  color: #ff7518;
}
/*New clientside treecontrol*/

/* /file/site/style/-1760253925.af.common.less:L342 */
[data-tree],
[data-tree-groupby-folders] {
  list-style-type: none;
  padding-left: 30px;
  padding-right: 1rem;
}
/* /file/site/style/-1760253925.af.common.less:L347 */
[data-tree] li.treeview-animated-items,
[data-tree-groupby-folders] li.treeview-animated-items {
  line-height: 1.2;
}
/* /file/site/style/-1760253925.af.common.less:L350 */
[data-tree] ul,
[data-tree-groupby-folders] ul {
  list-style-type: none;
}
/* /file/site/style/-1760253925.af.common.less:L352 */
[data-tree] ul.nested,
[data-tree-groupby-folders] ul.nested {
  position: relative;
  padding-left: 30px;
  list-style: none;
}
/* /file/site/style/-1760253925.af.common.less:L356 */
[data-tree] ul.nested:before,
[data-tree-groupby-folders] ul.nested:before {
  position: absolute;
  left: 5px;
  display: block;
  width: 5px;
  height: 100%;
  content: "";
  /*background-color: #808080;*/

}
/* /file/site/style/-1760253925.af.common.less:L367 */
[data-tree] div.active,
[data-tree-groupby-folders] div.active,
[data-tree] .expanded,
[data-tree-groupby-folders] .expanded {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* /file/site/style/-1760253925.af.common.less:L371 */
/* /file/site/style/-1760253925.af.common.less:L372 */
[data-tree] li > div > i,
[data-tree-groupby-folders] li > div > i {
  position: absolute;
  top: 1px;
  left: -30px;
  color: silver;
}
/* /file/site/style/-1760253925.af.common.less:L378 */
[data-tree] li > div > i.fas:hover,
[data-tree-groupby-folders] li > div > i.fas:hover {
  background-color: whitesmoke;
}
/* /file/site/style/-1760253925.af.common.less:L382 */
[data-tree] li > div > span,
[data-tree-groupby-folders] li > div > span {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}
/* /file/site/style/-1760253925.af.common.less:L389 */
[data-tree] li > div > span:hover,
[data-tree-groupby-folders] li > div > span:hover {
  background-color: #2780e3;
  color: white;
}
/* /file/site/style/-1760253925.af.common.less:L396 */
/* /file/site/style/-1760253925.af.common.less:L397 */
[data-tree] li.active > div > span,
[data-tree-groupby-folders] li.active > div > span {
  background-color: #2780e3;
  color: white;
}
/* /file/site/style/-1760253925.af.common.less:L403 */
/* /file/site/style/-1760253925.af.common.less:L404 */
[data-tree] span i,
[data-tree-groupby-folders] span i {
  width: 16px;
  margin-right: 0.55rem !important;
  margin-left: 0.25rem !important;
  padding-right: 5px;
}
/* /file/site/style/-1760253925.af.common.less:L412 */
[data-tree] div,
[data-tree-groupby-folders] div {
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L415 */
[data-tree] .af-loading-overlay,
[data-tree-groupby-folders] .af-loading-overlay {
  font-size: 24px !important;
  position: initial !important;
  margin-top: -31px !important;
  float: right;
}
/* /file/site/style/-1760253925.af.common.less:L424 */
[data-tree-structures] {
  overflow-y: auto;
  position: absolute;
  top: 34px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  padding-left: 35px;
}
/* /file/site/style/-1760253925.af.common.less:L437 */
.option-fieldnames {
  font-size: small;
}
/* /file/site/style/-1760253925.af.common.less:L441 */
/* /file/site/style/-1760253925.af.common.less:L442 */
/* /file/site/style/-1760253925.af.common.less:L443 */
.container-filter-groups .table.filterbuilder > tbody > tr:first-child > td:first-child span {
  display: none;
}
/* /file/site/style/-1760253925.af.common.less:L449 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
/* /file/site/style/-1760253925.af.common.less:L453 */
.nav-tabs > li > a {
  font-weight: bold;
  font-size: small;
}
/* /file/site/style/-1760253925.af.common.less:L459 */
.modal.modal-fullscreen {
  right: 0;
  bottom: 0;
  padding: 0 !important;
  height: 100%;
  width: 100%;
}
/* /file/site/style/-1760253925.af.common.less:L466 */
.modal.modal-fullscreen .modal-body {
  padding: 0;
}
/* /file/site/style/-1760253925.af.common.less:L469 */
.modal.modal-fullscreen .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}
/* /file/site/style/-1760253925.af.common.less:L474 */
.modal.modal-fullscreen .modal-header,
.modal.modal-fullscreen .modal-footer {
  padding: 5px 1rem;
}
/* /file/site/style/-1760253925.af.common.less:L478 */
.modal.modal-fullscreen .modal-body {
  height: calc(100vh - 100px) !important;
}
/* /file/site/style/-1760253925.af.common.less:L483 */
.form-control[readonly]:not([disabled]) {
  background-color: inherit;
}
/* /file/site/style/-1760253925.af.common.less:L488 */
[contenteditable="true"] {
  white-space: pre-wrap;
}
/* /file/site/style/-1760253925.af.common.less:L490 */
[contenteditable="true"]:empty:before {
  content: attr(data-placeholder);
  /* no quotes around attribute name! */
  color: #a7a7a7;
  font-size: 90%;
  position: absolute;
  margin-top: 2px;
  cursor: text;
}
/* /file/site/style/-1760253925.af.common.less:L501 */
.af-verticalSplitBar {
  cursor: col-resize;
  width: 3px;
  background-color: #d9d9d9;
}
/* /file/site/style/-1760253925.af.common.less:L506 */
.af-horizontalSplitBar {
  position: relative;
  cursor: row-resize;
  height: 6px;
  text-align: center;
  background-color: #d9d9d9;
}
/* /file/site/style/-1760253925.af.common.less:L515 */
.af-verticalSplitBar:before {
  position: relative;
  font-family: 'Font Awesome 5 Pro';
  top: 40%;
  font-size: 14px;
  content: "\f142";
}
/* /file/site/style/-1760253925.af.common.less:L525 */
.af-horizontalSplitBar .fa {
  position: absolute;
  top: -4px;
  font-size: 16px;
}
/* /file/site/style/-1760253925.af.common.less:L531 */
[data-translate-showt]:not([title]) {
  font-weight: bold;
}
/* /file/site/style/-1760253925.af.common.less:L533 */
[data-translate-showt]:not([title]):before {
  content: "T";
  color: orange;
}
/* /file/site/style/-1760253925.af.common.less:L538 */
/* /file/site/style/-1760253925.af.common.less:L539 */
[data-translate-showt]:not([title]):before {
  content: "T";
  color: red;
}
/* /file/site/style/-1760253925.af.common.less:L547 */
[data-translate-showt][title] {
  font-weight: bold;
  position: relative;
}
/* /file/site/style/-1760253925.af.common.less:L550 */
[data-translate-showt][title]:before {
  content: "T";
  color: orange;
  position: absolute;
}
/* /file/site/style/-1760253925.af.common.less:L557 */
[data-translate] * {
  font-weight: normal;
}
/* /file/site/style/-1760253925.af.common.less:L562 */
/* /file/site/style/-1760253925.af.common.less:L563 */
[data-translate-showt][title]:before {
  content: "T";
  color: red;
  position: absolute;
}
@media (min-width: 168px) {
  /* /file/site/style/-1760253925.af.common.less:L574 */
  .dot-steps {
    display: flex;
    flex-basis: auto;
    font-size: 0.9rem;
  }
  /* /file/site/style/-1760253925.af.common.less:L580 */
  .dot-steps__step {
    border-bottom: 2px solid gray;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    padding-bottom: 0.66rem;
    padding-right: 1rem;
  }
  /* /file/site/style/-1760253925.af.common.less:L589 */
  .dot-steps__step:after {
    content: ".";
    color: transparent;
    background: #4e4e4e;
    display: block;
    border-radius: 100px;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    bottom: -0.27rem;
  }
  /* /file/site/style/-1760253925.af.common.less:L601 */
  .dot-steps__step-active {
    color: #446e9b;
    font-weight: bold;
  }
  /* /file/site/style/-1760253925.af.common.less:L606 */
  .dot-steps__step-active:after {
    background: #446e9b;
    width: 1rem;
    height: 1rem;
    bottom: -0.53rem;
  }
  /* /file/site/style/-1760253925.af.common.less:L613 */
  .dot-steps__step-active,
  .dot-steps__step-active ~ .dot-steps__step {
    border-color: gray;
  }
  /* /file/site/style/-1760253925.af.common.less:L618 */
  .dot-steps__step:last-child {
    border-color: transparent;
  }
}
@media (min-width: 168px) {
  /* /file/site/style/-1760253925.af.common.less:L624 */
  .dot-steps__step {
    transition: 0.25s;
  }
  /* /file/site/style/-1760253925.af.common.less:L625 */
  .dot-steps__step:not(.dot-steps__step-active):after {
    bottom: -0.3rem;
  }
  /* /file/site/style/-1760253925.af.common.less:L626 */
  .dot-steps__step-active {
    border-image-repeat: stretch;
    border-image-slice: 100% 0%;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-bottom-color: gray;
    margin: 0 -2px;
  }
  /* /file/site/style/-1760253925.af.common.less:L635 */
  .dot-steps__step:first-child {
    padding: 0 0.5rem 1rem 0;
    flex-grow: 0.5;
  }
  /* /file/site/style/-1760253925.af.common.less:L636 */
  .dot-steps__step-active:first-child {
    border-image-source: linear-gradient(to right, gray, gray);
    -o-border-image-source: linear-gradient(to right, gray, gray);
  }
  /* /file/site/style/-1760253925.af.common.less:L641 */
  .dot-steps__step:not(:last-child):not(:first-child) {
    text-align: center;
    padding: 0 0.5rem 1rem 0.5rem;
  }
  /* /file/site/style/-1760253925.af.common.less:L642 */
  .dot-steps__step-active:not(:last-child):not(:first-child) {
    border-image-source: linear-gradient(to right, gray, gray, gray);
    -o-border-image-source: linear-gradient(to right, gray, gray, gray);
  }
  /* /file/site/style/-1760253925.af.common.less:L646 */
  .dot-steps__step:not(:last-child):not(:first-child):after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  /* /file/site/style/-1760253925.af.common.less:L648 */
  .dot-steps__step:last-child {
    text-align: right;
    padding: 0 0 1rem 0.5rem;
    border-bottom: 2px solid gray;
    flex-grow: 0.5;
  }
  /* /file/site/style/-1760253925.af.common.less:L649 */
  .dot-steps__step-active:last-child {
    border-image-source: linear-gradient(to right, gray, gray);
    -o-border-image-source: linear-gradient(to right, gray, gray);
  }
  /* /file/site/style/-1760253925.af.common.less:L653 */
  .dot-steps__step:last-child:after {
    right: 0px;
  }
}
/* override styles when printing */

@media print {
  /* /file/site/style/-1760253925.af.common.less:L659 */
  .af-print-pagebreak-before {
    page-break-before: always;
  }
  /* /file/site/style/-1760253925.af.common.less:L660 */
  .af-print-pagebreak-after {
    page-break-after: always !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L662 */
  .af-no-print-border {
    border-style: none !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L665 */
  .af-no-print {
    display: none !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L668 */
  .af-no-print-scrollbar {
    overflow: hidden !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L672 */
  .af-no-print-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L677 */
  table {
    table-layout: fixed !important;
    border: 1px solid black !important;
    margin-bottom: 1px !important;
    margin-top: -1px !important;
    font-size: 0.875em !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L684 */
  table > tbody > tr > td {
    border-right: 1px solid black !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L688 */
  table > tfoot > tr {
    border: 0 !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L692 */
  /* /file/site/style/-1760253925.af.common.less:L693 */
  table thead tr:first-child {
    background-color: lightsteelblue !important;
    color: black !important;
    font-weight: 600 !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L698 */
  /* /file/site/style/-1760253925.af.common.less:L699 */
  /* /file/site/style/-1760253925.af.common.less:L700 */
  table thead tr:nth-child(2) td input:focus {
    outline-color: black !important;
    outline-style: solid !important;
    outline-width: 2px !important;
    background-color: white !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L708 */
  table thead th {
    border-bottom: 1px solid black !important;
    border-top: 1px solid black !important;
    border-right: 1px solid steelblue !important;
    width: 1px !important;
    padding: 0.4375em !important;
    font-weight: 600 !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L717 */
  table thead th.asc:after,
  table thead th.desc:after,
  table thead th.ascnullslast:after,
  table thead th.descnullslast:after {
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 1.2em !important;
    display: inline !important;
    margin: 2px 0px 0px 0.1em !important;
    line-height: 1em !important;
    text-decoration: none !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L728 */
  table thead th.asc:after,
  table thead th.ascnullslast:after {
    content: "\f176" !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L733 */
  table thead th.desc:after,
  table thead th.descnullslast:after {
    content: "\f175" !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L740 */
  table tr > td {
    height: 2.1075em !important;
    /*2.1875em!important;*/
    padding: 0.32em !important;
    border-bottom: 1px solid black !important;
    border-top: 1px solid black !important;
    position: relative !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L750 */
  table tr > td * {
    border: none !important;
    /*background: transparent;*/
  
  }
  /* table {
          border-collapse: collapse!important;
          color: black;
      } */
  
  /* td, th {
          border-style: solid!important;
          border-width: 2px!important;
          border-color: gray!important;
          color: black;
      } */
  
  /* tbody, tfoot, thead, tr {
          border-style: none!important;
      } */
  
  /* /file/site/style/-1760253925.af.common.less:L771 */
  body {
    background: white;
    color: black;
  }
  /* /file/site/style/-1760253925.af.common.less:L777 */
  .form-control {
    margin-top: 5px;
    border: 1px solid gray;
    border-radius: 0;
  }
  /* /file/site/style/-1760253925.af.common.less:L783 */
  div.form-control {
    height: auto;
  }
  /* /file/site/style/-1760253925.af.common.less:L787 */
  .col-1 {
    width: 8%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L788 */
  .col-2 {
    width: 16%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L789 */
  .col-3 {
    width: 25%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L790 */
  .col-4 {
    width: 33%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L791 */
  .col-5 {
    width: 42%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L792 */
  .col-6 {
    width: 50%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L793 */
  .col-7 {
    width: 58%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L794 */
  .col-8 {
    width: 66%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L795 */
  .col-9 {
    width: 75%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L796 */
  .col-10 {
    width: 83%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L797 */
  .col-11 {
    width: 92%;
    float: left;
  }
  /* /file/site/style/-1760253925.af.common.less:L798 */
  .col-12 {
    width: 100%;
    float: left;
  }
}
/* /file/site/style/-1760253925.af.common.less:L802 */
.fr-floating-btn {
  padding-top: 0px !important;
}
/* /file/site/style/-1760253925.af.common.less:L806 */
.fr-element table td,
.fr-element table th {
  vertical-align: top !important;
}
/* /file/site/style/-1760253925.af.common.less:L810 */
.fr-element table thead {
  background-color: lightgray;
}
/* /file/site/style/-1760253925.af.common.less:L815 */
.disableIframe {
  pointer-events: none;
}
/* /file/site/style/-1760253925.af.common.less:L819 */
.icon-right {
  position: absolute;
  top: 50%;
  color: white;
  background: steelblue;
  border: 2px solid steelblue;
  border-radius: 24px;
  left: -3px;
  cursor: pointer;
  font-size: 1.2em;
  transition: 0.3s;
}
/* /file/site/style/-1760253925.af.common.less:L830 */
.icon-right:hover {
  color: lightsteelblue;
}
/* /file/site/style/-1760253925.af.common.less:L836 */
.icon-left {
  position: absolute;
  top: 50%;
  color: white;
  background: steelblue;
  border: 2px solid steelblue;
  border-radius: 24px;
  left: -9px;
  cursor: pointer;
  font-size: 1.2em;
  transition: 0.3s;
}
/* /file/site/style/-1760253925.af.common.less:L847 */
.icon-left:hover {
  color: lightsteelblue;
}
/* /file/site/style/-1760253925.af.common.less:L853 */
.icon-right {
  text-align: end;
  width: 25px;
  height: 25px;
}
/* /file/site/style/-1760253925.af.common.less:L857 */
.icon-right:before {
  left: 6px;
  position: absolute;
}
/* /file/site/style/-1760253925.af.common.less:L862 */
.icon-left {
  text-align: start;
  width: 25px;
  height: 25px;
}
/* /file/site/style/-1760253925.af.common.less:L866 */
.icon-left:before {
  left: 3px;
  position: absolute;
}
/* /file/site/style/-1760253925.af.common.less:L872 */
.icon-up,
.icon-down {
  position: absolute;
  top: -10px;
  left: calc(50% - 12px);
  color: white;
  background: steelblue;
  border: 2px solid steelblue;
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  font-size: 1.2em;
  width: 25px;
  height: 25px;
}
/* /file/site/style/-1760253925.af.common.less:L885 */
.icon-up:hover,
.icon-down:hover {
  opacity: 1;
  color: lightsteelblue;
}
/* /file/site/style/-1760253925.af.common.less:L891 */
/* /file/site/style/-1760253925.af.common.less:L892 */
.af-splitter-y .open-sizer.icon-left,
.af-splitter-x .open-sizer.icon-left {
  left: -20px;
  border-radius: 24px 0px 0px 24px;
}
/* /file/site/style/-1760253925.af.common.less:L896 */
.af-splitter-y .open-sizer.icon-right,
.af-splitter-x .open-sizer.icon-right {
  border-radius: 0px 24px 24px 0px;
  left: 0px;
}
/* /file/site/style/-1760253925.af.common.less:L900 */
.af-splitter-y .close-sizer.icon-right,
.af-splitter-x .close-sizer.icon-right {
  left: -9px;
}
/* /file/site/style/-1760253925.af.common.less:L903 */
.af-splitter-y .open-sizer.icon-down,
.af-splitter-x .open-sizer.icon-down {
  border-radius: 0px 0px 24px 24px;
  top: 0px;
}
/* /file/site/style/-1760253925.af.common.less:L907 */
.af-splitter-y .open-sizer.icon-up,
.af-splitter-x .open-sizer.icon-up {
  border-radius: 24px 24px 0px 0px;
  top: -20px;
}
/* /file/site/style/-1760253925.af.common.less:L913 */
.af-col-container,
.col-container {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
/* /file/site/style/-1760253925.af.common.less:L917 */
.af-col-container > div:not(.af-splitter-y),
.col-container > div:not(.af-splitter-y) {
  min-width: 50px;
}
/* /file/site/style/-1760253925.af.common.less:L921 */
.af-col-container.active,
.col-container.active {
  display: flex;
}
/* /file/site/style/-1760253925.af.common.less:L924 */
.af-col-container > div:not(.af-splitter-y,.af-splitter-x),
.col-container > div:not(.af-splitter-y,.af-splitter-x) {
  position: relative;
}
/* /file/site/style/-1760253925.af.common.less:L929 */
.af-row-container,
.row-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* /file/site/style/-1760253925.af.common.less:L933 */
.af-row-container > div:not(.af-splitter-x),
.row-container > div:not(.af-splitter-x) {
  min-height: 50px;
}
/* /file/site/style/-1760253925.af.common.less:L936 */
.af-row-container.active,
.row-container.active {
  display: flex;
}
/* /file/site/style/-1760253925.af.common.less:L939 */
.af-row-container > div:not(.af-splitter-x,.af-splitter-y),
.row-container > div:not(.af-splitter-x,.af-splitter-y) {
  position: relative;
}
/* /file/site/style/-1760253925.af.common.less:L946 */
.af-desktop,
.desktop {
  position: fixed;
  bottom: 0px;
  top: var(--af-desktop-top, 50px);
  left: 0px;
  right: 0px;
  display: none;
}
/* /file/site/style/-1760253925.af.common.less:L956 */
.af-row-container-stretch {
  align-items: stretch;
}
/* /file/site/style/-1760253925.af.common.less:L960 */
[data-width-sizer],
[data-height-sizer] {
  flex-grow: 0;
  flex-shrink: 0;
}
/* /file/site/style/-1760253925.af.common.less:L965 */
.af-splitter-y,
.splitter-y {
  position: absolute;
  top: -1px;
  bottom: -1px;
  background-color: lightgray;
  width: 5px;
  cursor: col-resize;
  z-index: 999;
}
/* /file/site/style/-1760253925.af.common.less:L976 */
.sizer-animation-splitter-left {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
/* /file/site/style/-1760253925.af.common.less:L983 */
.sizer-animation-splitter-right {
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
/* /file/site/style/-1760253925.af.common.less:L990 */
.sizer-animation-splitter-top {
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
/* /file/site/style/-1760253925.af.common.less:L997 */
.sizer-animation-splitter-bottom {
  -webkit-transition: bottom 0.5s ease-in-out;
  -moz-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
}
/* /file/site/style/-1760253925.af.common.less:L1004 */
.sizer-animation-margin-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;
}
/* /file/site/style/-1760253925.af.common.less:L1011 */
.sizer-animation-margin-right {
  -webkit-transition: margin-right 0.5s ease-in-out;
  -moz-transition: margin-right 0.5s ease-in-out;
  -o-transition: margin-right 0.5s ease-in-out;
  transition: margin-right 0.5s ease-in-out;
}
/* /file/site/style/-1760253925.af.common.less:L1018 */
.sizer-animation-margin-top {
  -webkit-transition: margin-top 0.5s ease-in-out;
  -moz-transition: margin-top 0.5s ease-in-out;
  -o-transition: margin-top 0.5s ease-in-out;
  transition: margin-top 0.5s ease-in-out;
}
/* /file/site/style/-1760253925.af.common.less:L1025 */
.sizer-animation-margin-bottom {
  -webkit-transition: margin-bottom 0.5s ease-in-out;
  -moz-transition: margin-bottom 0.5s ease-in-out;
  -o-transition: margin-bottom 0.5s ease-in-out;
  transition: margin-bottom 0.5s ease-in-out;
}
/* /file/site/style/-1760253925.af.common.less:L1033 */
.af-splitter-x,
.splitter-x {
  position: absolute;
  background-color: lightgray;
  left: 0px;
  height: 5px;
  cursor: row-resize;
  right: 0px;
  z-index: 999;
}
/* /file/site/style/-1760253925.af.common.less:L1042 */
.row {
  min-height: auto !important;
}
/* /file/site/style/-1760253925.af.common.less:L1046 */
.flex-1,
.af-flex-1 {
  flex: 1;
}
/* /file/site/style/-1760253925.af.common.less:L1051 */
.orgunit-lookup-chooser {
  position: fixed;
  inset: 50px 67px 20px;
  min-height: 200px;
  background: whitesmoke;
  max-width: 900px;
  max-height: 800px;
  border: 1px solid lightgray;
  z-index: 100000;
  display: none;
}
/* /file/site/style/-1760253925.af.common.less:L1063 */
.orgunit-lookup-chooser-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: none;
  max-width: none;
}
/*TOOLBAR*/

/* /file/site/style/-1760253925.af.common.less:L1075 */
.unread {
  position: absolute;
  top: 4px;
  left: 25px;
  background-color: red;
  border-radius: 99px;
  padding: 6px 6px;
  font-size: 10px;
}
/* /file/site/style/-1760253925.af.common.less:L1085 */
.af-bg-toolbar {
  background-color: steelblue;
  z-index: 1000;
}
/* /file/site/style/-1760253925.af.common.less:L1090 */
.bg-pink {
  background-color: #c96879;
}
/* /file/site/style/-1760253925.af.common.less:L1094 */
/* /file/site/style/-1760253925.af.common.less:L1095 */
.bookmarks .fa-star,
.bookmarks .fa-times-circle {
  display: none;
}
/* /file/site/style/-1760253925.af.common.less:L1099 */
/* /file/site/style/-1760253925.af.common.less:L1100 */
.bookmarks:hover .fa-star,
.bookmarks:hover .fa-times-circle {
  display: inline;
  text-decoration: none;
}
/* /file/site/style/-1760253925.af.common.less:L1107 */
.cacheDropdown {
  cursor: pointer !important;
}
/* /file/site/style/-1760253925.af.common.less:L1110 */
.debugDropdown {
  cursor: pointer !important;
}
/* /file/site/style/-1760253925.af.common.less:L1114 */
.debugDropdown {
  text-decoration: none !important;
}
/* /file/site/style/-1760253925.af.common.less:L1118 */
/* /file/site/style/-1760253925.af.common.less:L1119 */
/* /file/site/style/-1760253925.af.common.less:L1120 */
#main-nav .navbar-nav a.nav-link,
#pwa-nav .navbar-nav a.nav-link {
  color: whitesmoke !important;
}
/* /file/site/style/-1760253925.af.common.less:L1122 */
#main-nav .navbar-nav a.nav-link:hover,
#pwa-nav .navbar-nav a.nav-link:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
/* /file/site/style/-1760253925.af.common.less:L1126 */
#main-nav .navbar-nav li.nav-item,
#pwa-nav .navbar-nav li.nav-item {
  color: whitesmoke !important;
}
/* /file/site/style/-1760253925.af.common.less:L1129 */
/* /file/site/style/-1760253925.af.common.less:L1130 */
#main-nav .navbar-nav .fa-caret-circle-down:hover,
#pwa-nav .navbar-nav .fa-caret-circle-down:hover {
  color: rgba(255, 255, 255, 0.5);
}
/* /file/site/style/-1760253925.af.common.less:L1137 */
.cornsilk {
  background: cornsilk;
}
/* /file/site/style/-1760253925.af.common.less:L1141 */
/* /file/site/style/-1760253925.af.common.less:L1142 */
#messages [data-object-id="dsTFItems2"] .notify-item-menu {
  display: none;
}
/* /file/site/style/-1760253925.af.common.less:L1146 */
/* /file/site/style/-1760253925.af.common.less:L1147 */
#messages [data-object-id="dsTFItems2"]:hover .notify-item-menu {
  display: inline;
}
/* /file/site/style/-1760253925.af.common.less:L1151 */
#messages [data-object-id="dsTFItems2"] .tf-items-updates {
  cursor: pointer;
}
/* /file/site/style/-1760253925.af.common.less:L1156 */
/* /file/site/style/-1760253925.af.common.less:L1158 */
/* /file/site/style/-1760253925.af.common.less:L1159 */
#messages .message-item:hover .message-block-item {
  display: block;
}
/* /file/site/style/-1760253925.af.common.less:L1164 */
#messages .message-block-item {
  display: none;
}
@media screen and (max-width: 576px) {
  /* /file/site/style/-1760253925.af.common.less:L1171 */
  .margin-based-on-vp {
    margin-right: 3.2rem !important;
  }
}
@media screen and (min-width: 576px) {
  /* /file/site/style/-1760253925.af.common.less:L1177 */
  .margin-based-on-vp {
    margin-right: 4.5rem !important;
  }
}
/* pwa and mobile styling */

@media only screen and (display-mode: standalone) {
  /* /file/site/style/-1760253925.af.common.less:L1186 */
  .d-pwa-none {
    display: none !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L1189 */
  .d-pwa-block {
    display: block !important;
  }
  /* /file/site/style/-1760253925.af.common.less:L1192 */
  .d-pwa-flex {
    display: flex !important;
  }
}
/* /file/site/style/-1760253925.af.common.less:L1197 */
.afm-container {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
/* /file/site/style/-1760253925.af.common.less:L1209 */
.afm-content {
  position: relative;
  flex-grow: 1;
  overflow-y: overlay;
  overflow-x: hidden;
}
/* /file/site/style/-1760253925.af.common.less:L1215 */
.afm-content::-webkit-scrollbar {
  width: 4px;
}
/* /file/site/style/-1760253925.af.common.less:L1218 */
/* /file/site/style/-1760253925.af.common.less:L1222 */
.afm-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
/* /file/site/style/-1760253925.af.common.less:L1228 */
.afm-footer {
  flex-shrink: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 3rem;
  background: steelblue;
}
/* /file/site/style/-1760253925.af.common.less:L1237 */
.afm-footer-btn {
  position: relative;
  color: var(--light) !important;
  border: none !important;
}
/* /file/site/style/-1760253925.af.common.less:L1242 */
.afm-footer-btn > i {
  font-size: 1.5em;
}
/* /file/site/style/-1760253925.af.common.less:L1247 */
.afm-badge {
  display: none;
  position: absolute;
  top: 75%;
  left: 75%;
  transform: translate(-50%, -50%);
  font-size: 0.75em;
  background: var(--light);
  border-radius: 0.5rem;
  padding: 0 0.5em;
  color: var(--dark);
  border: 1px solid var(--gray);
}
/* /file/site/style/-1760253925.af.common.less:L1261 */
.afm-card {
  position: relative;
  margin-top: 1rem;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.25);
}
/* /file/site/style/-1760253925.af.common.less:L1270 */
.afm-card:first-of-type {
  margin-top: 0;
}
/* /file/site/style/-1760253925.af.common.less:L1274 */
.afm-card > hr {
  margin: -0.25rem 0.5rem;
}
/* /file/site/style/-1760253925.af.common.less:L1279 */
.afm-card-header,
.afm-card-title {
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* /file/site/style/-1760253925.af.common.less:L1287 */
.afm-card-body {
  padding: 0.75rem;
}
/* /file/site/style/-1760253925.af.common.less:L1291 */
.afm-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* /file/site/style/-1760253925.af.common.less:L1310 */
.afm-loading {
  z-index: 15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  pointer-events: none;
}
/* /file/site/style/-1760253925.af.common.less:L1320 */
.afm-card-item {
  display: flex;
}
/* /file/site/style/-1760253925.af.common.less:L1323 */
.afm-card-item > div:nth-child(1) {
  flex-shrink: 0;
  font-weight: 500;
}
/* /file/site/style/-1760253925.af.common.less:L1327 */
.afm-card-item > div:nth-child(2) {
  margin-left: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* /file/site/style/-1760253925.af.common.less:L1335 */
.afm-btn-new {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
}
/* /file/site/style/-1760253925.af.common.less:L1350 */
.afm-btn-new > i {
  color: white;
}
@keyframes afm-anim-click {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* /file/site/style/-1760253925.af.common.less:L1367 */
.afm-anim-click {
  animation: afm-anim-click 250ms ease-in-out;
}
/* /file/site/style/-1760253925.af.common.less:L1371 */
.afm-select-box {
  position: relative;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 25%;
}
/* /file/site/style/-1760253925.af.common.less:L1378 */
.afm-select-box > select {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  background: none;
  border: none;
  appearance: none;
  font-size: 0;
}
/* /file/site/style/-1760253925.af.common.less:L1390 */
.afm-select-box > select optgroup,
.afm-select-box > select option {
  font-size: 1rem;
}
/* /file/site/style/-1760253925.af.common.less:L1396 */
.border-last-0:last-child {
  border: none !important;
}
/* /file/site/style/-1760253925.af.common.less:L1400 */
.afm-modal-dialog {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 3rem;
}
/* /file/site/style/-1760253925.af.common.less:L1407 */
.afm-modal-dialog .modal-body {
  overflow: auto;
  max-height: 50vh;
  bottom: 0;
}
/* /file/site/style/-1760253925.af.common.less:L1412 */
/* /file/site/style/-1760253925.af.common.less:L1413 */
.afm-modal-dialog .modal-body .dropleft:hover > .btn {
  background: var(--primary);
  color: white;
}
/* /file/site/style/-1760253925.af.common.less:L1421 */
select.afm-select {
  background: none;
  border: none;
  outline: none;
  appearance: none;
  font-size: 0;
}
/* /file/site/style/-1760253925.af.common.less:L1428 */
select.afm-select optgroup,
select.afm-select option {
  font-size: 1rem;
}
/* /file/site/style/-1760253925.af.common.less:L1433 */
.inset-0 {
  inset: 0;
}
/******************************/

/* pwa and mobile styling DEPRECATED */

/* /file/site/style/-1760253925.af.common.less:L1441 */
.m-container {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}
/* /file/site/style/-1760253925.af.common.less:L1452 */
.m-content {
  flex-grow: 1;
  overflow-y: overlay;
}
/* /file/site/style/-1760253925.af.common.less:L1456 */
.m-content::-webkit-scrollbar {
  width: 4px;
}
/* /file/site/style/-1760253925.af.common.less:L1459 */
/* /file/site/style/-1760253925.af.common.less:L1463 */
.m-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
/* /file/site/style/-1760253925.af.common.less:L1467 */
/* /file/site/style/-1760253925.af.common.less:L1470 */
.m-card {
  margin-top: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.25);
}
/* /file/site/style/-1760253925.af.common.less:L1477 */
.m-card > hr {
  margin: -0.25rem 0.5rem;
}
/* /file/site/style/-1760253925.af.common.less:L1481 */
.m-card:first-of-type {
  margin-top: 0;
}
/* /file/site/style/-1760253925.af.common.less:L1484 */
.m-card-title {
  padding: 0.75rem;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
}
/* /file/site/style/-1760253925.af.common.less:L1491 */
.m-card-body {
  padding: 0.75rem;
}
/******************************/

/* /file/site/style/-1760253925.af.common.less:L1497 */
.data-items-info a {
  text-decoration: none;
}
