<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

  Warning:  This CSS file has been auto-generated from a .less file.  If you edit it your edits will be lost the next time LessCSS is run.

  It would be best to make a separate CSS file and place any overriding CSS in there.  If you must access the original CSS, do so by editing the .less files.

*/
/* global settings */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0px;
}
/* grid */
.grid {
  width: 100%;
}
.upage-content &gt; .grid {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
/* gutter around whole design */
/*
.upage-content &gt; .grid-pad {
  padding: @gutter @gutter 0px @gutter;
}
*/
/* column */
.urow:not(.cright) &gt; .col {
  float: left;
}
.urow.cright &gt; .col {
  float: right;
}
.col {
  position: relative;
  min-height: 1px;
}
.content-area {
  position: relative;
}
/* row */
.urow {
  clear: both;
  position: relative;
}
form.urow {
  margin-bottom: 0px;
}
.widget {
  position: relative;
}
/* for widgets and the like
   &lt;div class="table-thing widget"&gt;
    &lt;div class="narrow-control w85"&gt; my width is set &lt;/div&gt;
    &lt;div class="wide-control"&gt; my width is 100%, minus the set width of the narrow-control&lt;/div&gt;
   &lt;/div&gt;

   .w85 { width:85px; }
*/
.vertical-col &gt; *,
.vertical-col &gt; .table-thing,
.vertical-col &gt; .afScrollPanel &gt; .table-thing,
.wrapping-col &gt; .no_wrap.table-thing,
.wrapping-col &gt; .afScrollPanel &gt; .no_wrap.table-thing {
  width: 100%;
}
#afui .vertical-col &gt; .afScrollPanel &gt; .widget,
#afui .vertical-col &gt; .widget,
.vertical-col &gt; .widget {
  width: calc(100% - 10px);
  margin-left: 5px;
}
.col &gt; .vertical-col &gt; .widget {
  width: 100%;
  margin-left: 0;
}
.table-thing {
  display: table;
}
.wide-control {
  display: table-cell;
  width: 100%;
}
.narrow-control {
  display: table-cell;
}
/* wrapping column */
.wrapping-col.right &gt; *,
.wrapping-col.right &gt; .afScrollPanel &gt; * {
  float: right;
}
/* margin: 0 5px;   move margin to another class */
.wrapping-col.left &gt; *,
.wrapping-col.left &gt; .afScrollPanel &gt; * {
  float: left;
}
/* center and right alignment */
.vertical-col.center {
  text-align: center;
}
.vertical-col.right {
  text-align: right;
}
.vertical-col.right &gt; *,
.col &gt; .vertical-col.right &gt; .widget,
.vertical-col.right &gt; .afScrollPanel &gt; * {
  margin-left: auto;
}
.vertical-col.center &gt; *,
.col &gt; .vertical-col.center &gt; .widget,
.vertical-col.center &gt; .afScrollPanel &gt; * {
  margin-left: auto;
  margin-right: auto;
}
.wrapping-col:not(.horiz-area) &gt; .no_wrap,
.wrapping-col:not(.horiz-area) &gt; .afScrollPanel &gt; .no_wrap {
  float: none;
  clear: both;
  /* margin: 8px 0px; */

}
.center-h-v-col &gt; .widget {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: 0 !important;
}
/* shim */
.uib_shim {
  clear: both;
  float: none !important;
  width: 100%;
  position: relative;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  display: block;
}
/* content-box fix for box-sizing */
.content-box,
.content-box:before,
.content-box:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* page */
.hidden:not(.afPopup) {
  display: none;
}
.upage-content,
.upage-outer {
  position: relative;
}
html,
body {
  height: 100%;
}
body:not(#afui) .upage,
body:not(#afui) .upage-content {
  height: 100%;
}
body:not(#afui) .upage-outer {
  height: auto;
}
/* position relative works fine. but fixed can be elected as well */
/* .upage-content, .upage-outer { position: fixed; height:100%; } */
.upage {
  overflow-x: hidden;
}
.upage-content {
  z-index: 1;
}
#afui .upage {
  padding: 0;
}
/* sidebars and crossbars */
.uib_sidebar {
  position: fixed;
  height: 100%;
  top: 0px;
}
.uib_crossbar {
  position: fixed;
  width: 100%;
  left: 0px;
}
.leftbar,
.rightbar {
  z-index: 2;
}
.reveal.leftbar {
  left: 0px;
  z-index: 0;
}
.reveal.rightbar {
  right: 0px;
  z-index: 0;
}
.leftbar.oh,
.rightbar.oh {
  z-index: 3;
}
.reveal {
  z-index: 0;
  visibility: hidden;
}
.topbar {
  z-index: 3;
}
.topbar.reveal {
  top: 0px;
  z-index: 0;
}
.botbar {
  z-index: 3;
  position: fixed;
}
.botbar.oh,
.topbar.oh {
  z-index: 4;
}
.sidebar-content {
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin: 0;
}
.sidebar-thumb {
  position: relative;
  margin: 0;
  /* background-image:url('images/gripper.png'); */
}
.template {
  display: none !important;
}
.uib-absolute {
  position: absolute !important;
}
#afui .header header#defaultHeader {
  display: none !important;
}
#afui .header header &gt; h1 {
  text-align: center !important;
}
#afui .header header &gt; .header-left {
  float: left;
}
#afui .header header &gt; .header-right {
  float: right;
}
#afui .header header &gt; .single-centered {
  position: absolute;
  width: 100%;
  text-align: center;
}
#afui .header header &gt; .single-centered &gt; * {
  z-index: 1;
  margin-left: auto !important;
  margin-right: auto !important;
}
#afui .header header &gt; .with-back &gt; :not(.backButton) {
  display: none;
}
#afui .header header &gt; .widget-container {
  height: 100%;
}
#afui .header header.with-back &gt; .header-left {
  display: none;
}
.uib-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.uib-grid &gt; .uib-grid-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.uib-grid &gt; .uib-grid-row &gt; .uib-grid-cell {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.uib-grid &gt; .uib-grid-row &gt; .uib-grid-cell &gt; * {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  margin: 0 !important;
  height: auto !important;
}
.uib-grid &gt; .uib-grid-row &gt; .uib-grid-cell &gt; .button,
.uib-grid &gt; .uib-grid-row &gt; .uib-grid-cell &gt; [data-role="button"] {
  padding: 0 !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.uib-grid &gt; .uib-grid-row &gt; .uib-grid-cell &gt; .table-thing {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.uib-grid &gt; .uib-grid-row &gt; .uib-grid-cell &gt; .table-thing &gt; label.narrow-control {
  display: none;
}
.uib-grid &gt; .uib-grid-row &gt; .uib-grid-cell &gt; .table-thing &gt; label.narrow-control + .wide-control {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  height: auto !important;
}
.uib-grid &gt; .uib-grid-row:first-child &gt; .uib-grid-cell &gt; *,
.uib-grid &gt; .uib-grid-row:first-child &gt; .uib-grid-cell .wide-control {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.uib-grid &gt; .uib-grid-row:first-child &gt; .uib-grid-cell:not(:first-child) &gt; *,
.uib-grid &gt; .uib-grid-row:first-child &gt; .uib-grid-cell:not(:first-child) .wide-control {
  border-top-left-radius: 0 !important;
}
.uib-grid &gt; .uib-grid-row:first-child &gt; .uib-grid-cell:not(:last-child) &gt; *,
.uib-grid &gt; .uib-grid-row:first-child &gt; .uib-grid-cell:not(:last-child) .wide-control {
  border-top-right-radius: 0 !important;
}
.uib-grid &gt; .uib-grid-row:not(:first-child):not(:last-child) &gt; .uib-grid-cell &gt; *,
.uib-grid &gt; .uib-grid-row:not(:first-child):not(:last-child) &gt; .uib-grid-cell .wide-control {
  border-radius: 0 !important;
}
.uib-grid &gt; .uib-grid-row:last-child &gt; .uib-grid-cell &gt; *,
.uib-grid &gt; .uib-grid-row:last-child &gt; .uib-grid-cell .wide-control {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.uib-grid &gt; .uib-grid-row:last-child &gt; .uib-grid-cell:not(:first-child) &gt; *,
.uib-grid &gt; .uib-grid-row:last-child &gt; .uib-grid-cell:not(:first-child) .wide-control {
  border-bottom-left-radius: 0 !important;
}
.uib-grid &gt; .uib-grid-row:last-child &gt; .uib-grid-cell:not(:last-child) &gt; *,
.uib-grid &gt; .uib-grid-row:last-child &gt; .uib-grid-cell:not(:last-child) .wide-control {
  border-bottom-right-radius: 0 !important;
}
@media all {
  #afui .grid-text,
  #afui .grid-text * {
    font-size: 4vmax !important;
  }
  #afui .grid-text,
  #afui .grid-text * {
    font-size: 4vmax !important;
  }
}
@media all {
  #afui .grid-height {
    height: 50vh;
  }
}
@media all {
  #afui .wrapping-col &gt; .d-margins,
  #afui .wrapping-col &gt; .afScrollPanel &gt; .d-margins {
    margin-left: 4px;
    margin-right: 5px;
  }
  #afui .wrapping-col &gt; .d-margins,
  #afui .wrapping-col &gt; .afScrollPanel &gt; .d-margins {
    margin-left: 4px;
    margin-right: 5px;
  }
  #afui .d-margins {
    margin-top: 4px;
    margin-bottom: 6px;
  }
}
#afui input.toggle + label {
  left: 0;
}
#afui .with-label label.narrow-control {
  float: none;
}
#afui .with-label label.narrow-control + * {
  display: block;
  width: 100% !important;
  margin-bottom: 0 !important;
}
#afui .with-label label.narrow-control:empty {
  display: none;
}
#afui .with-label .label-inline {
  width: 30%;
  vertical-align: middle;
}
#afui .with-label .label-top-left,
#afui .with-label .label-top-right {
  width: auto !important;
  display: block;
  padding: 8px 4px 4px;
}
#afui .with-label .label-top-left {
  text-align: left !important;
}
#afui .with-label .label-top-right {
  text-align: right !important;
}
#afui input[type="radio"] + label,
#afui input[type="checkbox"]:not(.toggle) + label {
  float: none;
  width: 100%;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#afui .wrapping-col input[type="radio"] + label,
#afui .wrapping-col input[type="checkbox"]:not(.toggle) + label {
  width: auto;
}
#afui .table-thing &gt; .wide-control &gt; .widget &gt; input[type="radio"] + label,
#afui .table-thing &gt; .wide-control &gt; .widget &gt; input[type="checkbox"]:not(.toggle) + label {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 4px;
}
#afui .table-thing &gt; .wide-control &gt; .widget &gt; input[type="radio"] + label:before,
#afui .table-thing &gt; .wide-control &gt; .widget &gt; input[type="checkbox"]:not(.toggle) + label:before {
  top: 0px;
}
</pre></body></html>