.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url(/client/5a87ad1b5b92789916356132d6f8312d.gif) no-repeat 5px 5px;
    line-height: 16px;
	border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}

.dashboard-container {
  flex: 1;
  background-color: #ebeff2;
  box-shadow: inset 0px 0px 6px -2px #3e3e3e;
  border-top: 1px solid #a2a2a2;
  padding: 10px;
  overflow: auto;
}
.dashboard-container .k-panel {
  margin: 10px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #cbcbcb;
  box-shadow: 0 0 4px 0px #0000002e;
}
.k-dashboard {
  display: flex;
}
.k-dashboard .k-panel-group {
  display: flex;
}
.k-dashboard .k-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.k-dashboard .k-panel > header {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  padding: 0.5em 0.6em;
  border-bottom: 1px dotted #ccc;
  flex-wrap: wrap;
}
.k-dashboard .k-panel > header label {
  flex: 1;
  margin: 0;
  font-size: 1.2em;
  padding: 0.2em;
}
.k-dashboard .k-panel > header label .navbar-tag {
  font-weight: 100;
  line-height: inherit;
  vertical-align: bottom;
  opacity: 0.8;
}
.k-dashboard .k-panel > header .btn + label {
  margin-left: 0.2em;
}
.k-dashboard .k-panel > header aside.controls {
  display: flex;
  flex-wrap: wrap;
}
.k-dashboard .k-panel > header aside.controls a {
  font-size: 11px;
  line-height: 18px;
  margin-left: 0.3em;
}
.k-dashboard .k-panel > header aside.fixed-height-toggle {
  min-width: 2em;
  display: flex;
  margin-left: 0.5em;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #a7a7a7;
  cursor: pointer;
}
.k-dashboard .k-panel > header aside.fixed-height-toggle i.fa {
  margin: auto;
}
.k-dashboard .k-panel > header aside.fixed-height-toggle:hover {
  background-color: #e7e7e7;
  color: #7c7c7c;
}
.k-dashboard .k-panel > header aside.fixed-height-toggle.active {
  background-color: #dfdfdf;
  color: #161616;
  border-color: #b9b9b9;
}
.k-dashboard .k-panel > main {
  min-height: 0;
}
.k-dashboard .k-panel > main .k-linkset {
  display: flex;
}
.k-dashboard .k-panel > main .k-linkset .icon {
  margin-right: 0.2em;
}
.k-dashboard .k-panel > main footer.main {
  display: none;
}
.k-dashboard .k-panel > main .alert {
  margin-bottom: 0;
  border-bottom: none;
}
.k-dashboard .k-panel > main .form.edit-mode .form-footer {
  display: block;
}
.k-dashboard .k-panel > main .report-title {
  display: none;
}
.k-dashboard .k-panel > main .report-header {
  display: none;
}
.k-dashboard .k-panel > main .report-footer {
  display: none;
}
.k-dashboard .k-panel > main .report-table {
  border-top: none;
}
.k-dashboard .k-panel > main .report-table table {
  width: 100%;
  margin-bottom: 10px;
}
.k-dashboard .k-panel > main .report-table tr.report-total td,
.k-dashboard .k-panel > main .report-table tr.report-total-row td {
  font-weight: bold;
  font-size: 100%;
}
.k-dashboard .k-panel > main .chart-container {
  display: flex;
  height: 100%;
  text-align: center;
}
.k-dashboard .k-panel > main .chart-container .no-data {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.k-dashboard .k-panel > main .chart-container .no-data span,
.k-dashboard .k-panel > main .chart-container .no-data h3 {
  color: #ccc;
}
.k-dashboard .k-panel > main .chart-container .no-data span.fa {
  font-size: 3em;
}
.k-dashboard .k-panel > main .chart-container .no-data h3 {
  font-size: 1.2em;
  font-weight: normal;
}
.k-dashboard .k-panel > main .scroll-container {
  flex-grow: 1;
}
.k-dashboard .k-panel.iframe main {
  overflow: hidden;
  padding: 0;
}
.k-dashboard .k-panel.iframe main iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.k-dashboard .k-panel.link-list .nav.nav-pills {
  margin-bottom: 0;
}
.k-dashboard .k-panel.text main {
  opacity: 0.9;
}
.k-dashboard .k-panel.text main p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.k-dashboard .k-panel.text main h1,
.k-dashboard .k-panel.text main h2,
.k-dashboard .k-panel.text main h3,
.k-dashboard .k-panel.text main h4,
.k-dashboard .k-panel.text main h5,
.k-dashboard .k-panel.text main h6 {
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0.4em;
}
.k-dashboard .k-panel.text main h1 {
  font-size: 1.1em;
}
.k-dashboard .k-panel.text main h2 {
  font-size: 1.2em;
}
.k-dashboard .k-panel.text main h3 {
  font-size: 1.3em;
}
.k-dashboard .k-panel.text main h4 {
  font-size: 1.4em;
}
.k-dashboard .k-panel.text main h5 {
  font-size: 1.5em;
}
.k-dashboard .k-panel.text main h6 {
  font-size: 1.6em;
}
.k-dashboard .k-panel.list {
  min-height: 12em;
}
.k-dashboard .k-panel.list section.main > .body {
  border: 0;
  padding: 0;
}
.k-dashboard .k-panel.report-query > main {
  overflow: initial;
}
.k-dashboard .k-panel.report-query section.main {
  min-height: 0;
}
.k-dashboard .k-panel.report-query .report-chart {
  overflow: auto;
}
.k-dashboard .k-panel.report-query .grid {
  padding: 1px;
}
.k-dashboard .k-panel.report-query .alert.empty {
  border: none;
  background: white;
  color: #888;
}
.k-dashboard .k-panel:where(:not(.form):not(.iframe)) > main {
  flex: 1;
  padding: 2px;
  overflow: auto;
}
.k-dashboard .k-panel:where(:not(.form):not(.iframe)) > main header.main {
  display: none;
}
.k-dashboard .k-panel:where(:not(.form):not(.iframe)) > main section.main {
  border: 0;
}
.k-dashboard .k-panel:where(:not(.form):not(.iframe)) > main section.main .form-body {
  padding: 0;
}
.k-dashboard .k-panel.list > main header.main {
  order: 1;
  display: flex;
  background: transparent;
}
.k-dashboard .k-panel.list > main header.main > label {
  opacity: 0;
}
.k-dashboard .k-panel.list > main header.main .btn {
  padding: 0 6px;
  font-size: 10.5px;
}
.k-dashboard .k-panel.list > main header.main .btn.help {
  display: none;
}
.k-dashboard .k-panel.parameter-form main form ul {
  display: flex;
}
.k-dashboard .k-panel.parameter-form main form ul li {
  flex: 1;
  padding: 0 5px;
  margin: 0;
}
.k-dashboard .k-panel.parameter-form main form ul li:first-child {
  padding-left: 0;
}
.k-dashboard .k-panel.parameter-form main form ul li:last-child {
  flex: 0;
  display: flex;
  align-items: flex-end;
  padding-right: 0;
}
.k-dashboard .k-panel.parameter-form main form ul li:last-child button {
  margin-bottom: 1px;
}
.k-dashboard .k-panel.parameter-form main form ul li:last-child button + button {
  margin-left: 5px;
}
.k-dashboard .k-panel.parameter-form main form ul li.required label {
  font-weight: bold;
}
.k-dashboard .k-panel.parameter-form main form ul li.required label em {
  color: red;
}
.k-dashboard .k-panel.parameter-form main form ul li:not(.required) label em {
  display: none;
}
.k-dashboard .k-panel.parameter-form main form .select2-button-container {
  display: none;
}
.k-dashboard .k-panel.parameter-form:not(.customize-mode) > header {
  display: none;
}
.k-dashboard .k-panel.databox-group {
  --size: 150px;
  --gap: 10px;
}
.k-dashboard .k-panel.databox-group main {
  display: flex;
  flex-wrap: wrap;
  padding: var(--gap);
}
.k-dashboard .k-panel.databox-group .databox {
  --padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: var(--size);
  width: var(--size);
  margin: var(--gap);
  box-shadow: 1px 0px 9px 0px #00000047;
  border-radius: 3px;
}
.k-dashboard .k-panel.databox-group .databox label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 15px;
  margin: 0;
  padding: var(--padding);
}
.k-dashboard .k-panel.databox-group .databox section {
  display: flex;
  flex-direction: column;
}
.k-dashboard .k-panel.databox-group .databox em {
  font-size: 38pt;
  font-style: normal;
  line-height: normal;
  padding: 0 var(--padding);
}
.k-dashboard .k-panel.databox-group .databox em.large {
  font-size: 32pt;
}
.k-dashboard .k-panel.databox-group .databox em.very-large {
  font-size: 26pt;
}
.k-dashboard .k-panel.databox-group .databox .list-name {
  font-size: 9pt;
  padding: var(--padding);
}
.k-dashboard .k-panel.databox-group .databox.dark {
  color: #ffffffeb;
}
.k-dashboard .k-panel.databox-group .databox.dark .list-name {
  background: #ffffff1c;
  color: #ffffffde;
}
.k-dashboard .k-panel.databox-group .databox.bright {
  border: 1px solid #00000014;
  color: #7c7c7c;
}
.k-dashboard .k-panel.databox-group .databox.bright .list-name {
  background: #ffffff52;
  color: #00000094;
}
.k-dashboard.sticky-header .k-panel-group:first-of-type {
  position: sticky;
  top: 0;
  z-index: 5;
}
.k-dashboard.sticky-header .k-panel-group:first-of-type .k-panel {
  margin: 0;
  margin-top: -10px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  border-radius: 0;
  border-color: #a7a7a7;
  border-width: 0 1px 1px;
}
header.dashboard-navigation {
  background-color: #f0f0f0;
  border-top: 1px solid #bfb9b9;
}
header.dashboard-navigation main {
  padding: 0.3em;
}
header.dashboard-navigation .k-linkset {
  display: flex;
}
.k-dashboard.horizontal {
  flex-direction: column;
}
.k-dashboard.horizontal .k-panel-group {
  flex-direction: row;
}
.k-dashboard.horizontal .k-panel-group .k-panel {
  flex: 1;
}
.k-dashboard.horizontal .k-linkset,
header.dashboard-navigation .k-linkset {
  flex-wrap: wrap;
}
.k-dashboard.horizontal .k-linkset span a,
header.dashboard-navigation .k-linkset span a {
  white-space: nowrap;
  display: inline-block;
  padding: 0.4em;
}
.k-dashboard.horizontal .k-linkset span::after,
header.dashboard-navigation .k-linkset span::after {
  content: '\00A0';
  display: inline-block;
  border-right: 1px solid #ccc;
  margin: 0 0.4em;
  width: 0;
}
.k-dashboard.horizontal .k-linkset span:last-child::after,
header.dashboard-navigation .k-linkset span:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .k-dashboard.horizontal > .k-panel-group {
    flex-direction: column;
  }
  .k-dashboard.horizontal > .k-panel-group > .k-panel.tree {
    display: none;
  }
}
.k-dashboard.vertical {
  flex-direction: row;
  min-width: 250px;
}
.k-dashboard.vertical .k-panel-group {
  flex-direction: column;
  flex: 1;
}
.k-dashboard.vertical .k-panel-group .k-panel section.main input {
  min-width: 9em;
}
.k-dashboard.vertical .k-panel-group .k-panel .k-linkset {
  flex-direction: column;
}
.k-dashboard.vertical .k-panel-group .k-panel .k-linkset span a {
  display: block;
  padding: 0.7em 0;
  border-bottom: 2px groove rgba(255, 255, 255, 0.18);
}
.k-dashboard.vertical .k-panel-group .k-panel .k-linkset span:first-child a {
  padding-top: 0;
}
.k-dashboard.vertical .k-panel-group .k-panel .k-linkset span:last-child a {
  border: 0;
}
.k-dashboard.vertical .k-panel-group .k-panel.list header.main {
  justify-content: center;
}
.k-dashboard.vertical .k-panel-group .k-panel.list header.main label {
  display: none;
}
.k-dashboard.vertical .k-panel-group .k-panel.list section.main > .body {
  border-top: 0;
  padding: 0;
}
.k-dashboard.vertical .k-panel-group .k-panel.list .grid .actions {
  display: none;
}
.k-dashboard.vertical .k-panel-group .k-panel.list .grid th {
  background: whitesmoke;
}
.k-dashboard.vertical .k-panel-group .k-panel.list .grid th,
.k-dashboard.vertical .k-panel-group .k-panel.list .grid td {
  padding: 3px;
}
.dashboard-form {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.dashboard-form .k-dashboard {
  flex: 1;
}
.dashboard-form .k-dashboard .k-panel-group {
  flex: 1;
  overflow: hidden;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel > header label {
  opacity: 0.7;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.form > header {
  display: none;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.form > main {
  flex: 1;
  background: white;
  display: flex;
  overflow: auto;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.tree {
  position: relative;
  border-right: 1px solid #c4c4c4;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.tree > header {
  display: none;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.tree > main {
  flex: 1;
  display: flex;
  padding: 0;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.tree .tree-container {
  overflow: auto;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.tree .tree-container > aside.controls {
  padding: 0.3em;
  border-bottom: 1px solid #c7c7c7;
  background: #fdfcfc;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.tree .tree-container > aside.controls button {
  padding: 0.4em;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.tree .tree-container .tree {
  padding: 10px;
  box-shadow: inset 0 0 15px -6px black;
}
.dashboard-form .k-dashboard .k-panel-group .k-panel.tree .tree-container .tree .k-in .heading {
  text-transform: uppercase;
}
#main-content > .k-dashboard,
.dashboard-form > .k-dashboard {
  background-color: #f0f0f0;
  min-height: 0;
  min-width: 0;
}
#main-content > .k-dashboard .k-panel > header,
.dashboard-form > .k-dashboard .k-panel > header {
  background: #fdfcfc;
  border: 1px solid #ccc;
  border-width: 1px 0;
  box-shadow: 0 0px 5px -3px black;
}
#main-content > .k-dashboard .k-panel .grid,
.dashboard-form > .k-dashboard .k-panel .grid {
  background-color: rgba(255, 255, 255, 0.88);
}
#main-content > .k-dashboard + form.form,
.dashboard-form > .k-dashboard + form.form {
  border: 1px solid #b3b3b3;
  box-shadow: 0 0 9px -4px black;
}
#main-content > .k-dashboard + form.form .decision,
.dashboard-form > .k-dashboard + form.form .decision {
  box-shadow: none;
}
.dashboard-customize-menu {
  margin-top: 0.6rem;
  margin-right: 0.6rem;
}
#root-layout.dashboard.chromeless {
  flex-direction: column;
}
#root-layout.dashboard.chromeless > #main-content .k-dashboard {
  background: none;
}
#root-layout.dashboard.chromeless > #main-content .k-panel > header .controls {
  display: none;
}
#root-layout.dashboard.chromeless > #main-content .k-panel:not(.form):not(.list):not(.report-query) > main section.main {
  border: 0;
  overflow: unset;
}
#root-layout.dashboard.chromeless > #main-content .grid {
  border: 1px solid gainsboro;
}
#root-layout.dashboard.chromeless > #main-content .grid .actions {
  display: none;
}
#root-layout.dashboard.chromeless > #main-content .grid .grid-buttons {
  display: none;
}
body.modal-frame #root-layout.dashboard.chromeless #main-content {
  padding-top: 10px;
  display: block;
}
body.modal-frame #root-layout.dashboard.chromeless #main-content .k-panel form.form {
  min-height: unset;
  height: 100%;
}
body.modal-frame #root-layout.dashboard.chromeless #main-content .k-panel form.form header.main {
  border: unset;
  padding: unset;
}
body.modal-frame #root-layout.dashboard.chromeless #main-content .k-dashboard.sticky-header .k-panel-group:first-of-type .k-panel {
  border-bottom: 1px solid #cbcbcb;
  box-shadow: 0 0 7px 0px #00000040;
}
.announcements .announcement .title {
  font-weight: bold;
}
.announcements .announcement .date {
  font-size: smaller;
}

.modal.popup-window {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.modal.popup-window > .modal-dialog {
  width: 60%;
  height: 70%;
  margin: 0;
  display: flex;
}
.modal.popup-window > .modal-dialog > .modal-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.modal.popup-window > .modal-dialog > .modal-content > header.main {
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #d1d1d1;
  height: 41px;
}
.modal.popup-window > .modal-dialog > .modal-content > header.main label {
  font-size: 1.3em;
  padding: 0 0.6em;
  opacity: 0.8;
}
.modal.popup-window > .modal-dialog > .modal-content > section {
  flex: 1;
  min-height: 0;
}
.modal.popup-window > .modal-dialog > .modal-content > section > iframe {
  height: 100%;
  border-radius: 6px;
}
.modal.popup-window > .modal-dialog > .modal-content > .close-control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  border-left: 1px solid #d6d6d6;
  background: #fff;
  border-top-right-radius: 6px;
  height: 41px;
  width: 40px;
}
.modal.popup-window.with-title > .modal-dialog > .modal-content > .close-control {
  height: 40px;
  background: transparent;
  border-color: #e4e4e4;
}
.modal.popup-window.offset-1 > .modal-dialog {
  margin-left: 20px;
  margin-top: 20px;
}
.modal.popup-window.offset-2 > .modal-dialog {
  margin-left: 40px;
  margin-top: 40px;
}
.modal.popup-window.offset-3 > .modal-dialog {
  margin-left: 60px;
  margin-top: 60px;
}
.modal.popup-window.offset-4 > .modal-dialog {
  margin-left: 80px;
  margin-top: 80px;
}
.modal-content .validation-summary {
  white-space: normal;
}
body.modal-open {
  padding: 0 !important;
}
body.modal-frame {
  background: transparent;
  overflow-y: auto;
  overflow-x: auto;
}
.modal-frame form.form {
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
}
.modal-frame .grid {
  border: 0;
}
.modal-frame .grid .select-panel {
  border: 0;
  border-bottom: 1px solid #d0d0d0;
}
.modal-frame header.main {
  order: -1;
  border-bottom: 1px solid gainsboro;
  min-height: 41px;
  padding-right: 45px;
}
.modal-frame header.main label {
  padding-left: 0.5em;
}
.modal-frame header.main aside.controls .btn.form-cancel {
  display: none;
}
.modal-frame header.main .btn.default-list {
  display: none;
}
.modal-frame header.alert {
  border-bottom-color: #cfcfcf;
}
.modal-frame section.main,
.modal-frame form.form > section.main {
  border-top: none;
}
.modal-frame footer.main {
  display: none;
}
.modal-frame.with-title header.main aside.controls {
  margin-right: 0.3em;
}

/* 
    This was taken from https://prosemirror.net/css/editor.css for a default style
*/
.ProseMirror {
  position: relative;
}
.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  /* the above doesn't seem to work in Edge */
}
.ProseMirror pre {
  white-space: pre-wrap;
}
.ProseMirror li {
  position: relative;
}
.ProseMirror-hideselection *::selection {
  background: transparent;
}
.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.ProseMirror-hideselection {
  caret-color: transparent;
}
/* See https://github.com/ProseMirror/prosemirror/issues/1421#issuecomment-1759320191 */
.ProseMirror [draggable][contenteditable=false] {
  user-select: text;
}
.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}
/* Make sure li selections wrap around markers */
li.ProseMirror-selectednode {
  outline: none;
}
li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}
/* Protect against generic img rules */
img.ProseMirror-separator {
  display: inline !important;
  border: none !important;
  margin: 0 !important;
}
.ProseMirror-textblock-dropdown {
  min-width: 3em;
}
.ProseMirror-menu {
  margin: 0 -4px;
  line-height: 1;
}
.ProseMirror-tooltip .ProseMirror-menu {
  width: -webkit-fit-content;
  width: fit-content;
  white-space: pre;
}
.ProseMirror-menuitem {
  margin-right: 3px;
  display: inline-block;
}
.ProseMirror-menuseparator {
  border-right: 1px solid #ddd;
  margin-right: 3px;
}
.ProseMirror-menu-dropdown,
.ProseMirror-menu-dropdown-menu {
  font-size: 90%;
  white-space: nowrap;
}
.ProseMirror-menu-dropdown {
  vertical-align: 1px;
  cursor: pointer;
  position: relative;
  padding-right: 15px;
}
.ProseMirror-menu-dropdown-wrap {
  padding: 1px 0 1px 4px;
  display: inline-block;
  position: relative;
}
.ProseMirror-menu-dropdown:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  opacity: 0.6;
  position: absolute;
  right: 4px;
  top: calc(50% - 2px);
}
.ProseMirror-menu-dropdown-menu,
.ProseMirror-menu-submenu {
  position: absolute;
  background: white;
  color: #666;
  border: 1px solid #aaa;
  padding: 2px;
}
.ProseMirror-menu-dropdown-menu {
  z-index: 15;
  min-width: 6em;
}
.ProseMirror-menu-dropdown-item {
  cursor: pointer;
  padding: 2px 8px 2px 4px;
}
.ProseMirror-menu-dropdown-item:hover {
  background: #f2f2f2;
}
.ProseMirror-menu-submenu-wrap {
  position: relative;
  margin-right: -4px;
}
.ProseMirror-menu-submenu-label:after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid currentColor;
  opacity: 0.6;
  position: absolute;
  right: 4px;
  top: calc(50% - 4px);
}
.ProseMirror-menu-submenu {
  display: none;
  min-width: 4em;
  left: 100%;
  top: -3px;
}
.ProseMirror-menu-active {
  background: #eee;
  border-radius: 4px;
}
.ProseMirror-menu-disabled {
  opacity: 0.3;
}
.ProseMirror-menu-submenu-wrap:hover .ProseMirror-menu-submenu,
.ProseMirror-menu-submenu-wrap-active .ProseMirror-menu-submenu {
  display: block;
}
.ProseMirror-menubar {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: relative;
  min-height: 2em;
  color: #666;
  padding: 1px 6px;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid silver;
  background: white;
  z-index: 10;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}
.ProseMirror-icon {
  display: inline-block;
  line-height: 0.8;
  vertical-align: -2px;
  /* Compensate for padding */
  padding: 2px 8px;
  cursor: pointer;
}
.ProseMirror-menu-disabled.ProseMirror-icon {
  cursor: default;
}
.ProseMirror-icon svg {
  fill: currentColor;
  height: 1em;
}
.ProseMirror-icon span {
  vertical-align: text-top;
}
.ProseMirror-gapcursor {
  display: none;
  pointer-events: none;
  position: absolute;
}
.ProseMirror-gapcursor:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  border-top: 1px solid black;
  animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
}
@keyframes ProseMirror-cursor-blink {
  to {
    visibility: hidden;
  }
}
.ProseMirror-focused .ProseMirror-gapcursor {
  display: block;
}
/* Add space around the hr to make clicking it easier */
.ProseMirror-example-setup-style hr {
  padding: 2px 10px;
  border: none;
  margin: 1em 0;
}
.ProseMirror-example-setup-style hr:after {
  content: "";
  display: block;
  height: 1px;
  background-color: silver;
  line-height: 2px;
}
.ProseMirror ul,
.ProseMirror ol {
  padding-left: 30px;
}
.ProseMirror blockquote {
  padding-left: 1em;
  border-left: 3px solid #eee;
  margin-left: 0;
  margin-right: 0;
}
.ProseMirror-example-setup-style img {
  cursor: default;
}
.ProseMirror-prompt {
  background: white;
  padding: 5px 10px 5px 15px;
  border: 1px solid silver;
  position: fixed;
  border-radius: 3px;
  z-index: 11;
  box-shadow: -0.5px 2px 5px rgba(0, 0, 0, 0.2);
}
.ProseMirror-prompt h5 {
  margin: 0;
  font-weight: normal;
  font-size: 100%;
  color: #444;
}
.ProseMirror-prompt input[type="text"],
.ProseMirror-prompt textarea {
  background: #eee;
  border: none;
  outline: none;
}
.ProseMirror-prompt input[type="text"] {
  padding: 0 4px;
}
.ProseMirror-prompt-close {
  position: absolute;
  left: 2px;
  top: 1px;
  color: #666;
  border: none;
  background: transparent;
  padding: 0;
}
.ProseMirror-prompt-close:after {
  content: "âœ•";
  font-size: 12px;
}
.ProseMirror-invalid {
  background: #ffc;
  border: 1px solid #cc7;
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  min-width: 10em;
}
.ProseMirror-prompt-buttons {
  margin-top: 5px;
}
#editor,
.editor {
  background: white;
  color: black;
  background-clip: padding-box;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  margin-bottom: 23px;
}
.ProseMirror p:first-child,
.ProseMirror h1:first-child,
.ProseMirror h2:first-child,
.ProseMirror h3:first-child,
.ProseMirror h4:first-child,
.ProseMirror h5:first-child,
.ProseMirror h6:first-child {
  margin-top: 10px;
}
.ProseMirror {
  padding: 4px 8px 4px 14px;
  line-height: 1.2;
  outline: none;
}
.ProseMirror p {
  margin-bottom: 1em;
}

.prosemirror-suggestion,
.prosemirror-mention-node {
  color: #08c;
  font-weight: bold;
}
.suggestion-item-list {
  background: #fff;
  border: 1px solid #999;
  overflow-y: auto;
  max-height: 300px;
}
.suggestion-item-list .suggestion-item-active {
  background: #08c;
  color: #fff;
}
.suggestion-item-list .suggestion-item {
  padding: 0.2em 0.4em;
  cursor: pointer;
  display: flex;
}
.suggestion-item-list .suggestion-item span.glyphicon-user {
  font-size: 1.6em;
  margin: 0.4em;
}
.suggestion-item-list .suggestion-item .user {
  margin: 0.2em;
}
.suggestion-item-list .suggestion-item .suggestion-item-username {
  font-size: 11px;
}

.iconselect {
  position: relative;
}
.iconselect > .fa {
  font-size: 22px;
  display: inline-block;
  position: absolute;
  padding-left: 4px;
  top: 2px;
}
.form-group.edit .iconselect > .fa {
  right: 46px;
}
.iconselect-result .fa {
  position: relative;
  top: 4px;
  padding-right: 4px;
  font-size: 24px;
  display: inline-block;
}

.option-editor {
  display: grid;
  grid-template-columns: 1fr min-content;
  grid-template-rows: 1fr min-content min-content;
  gap: 0.5rem;
}
.option-editor > select {
  grid-column: 1;
  grid-row: 1;
  border: 1px solid #ccc;
}
.option-editor > select:focus {
  border-color: #4faef1;
  outline: 2px solid #0095ff2e;
}
.option-editor > select option {
  padding: 0.3em;
}
.option-editor .side-actions {
  grid-column: 2;
  grid-row: 1;
  background: none;
}
.option-editor .bottom-actions {
  grid-column: 1;
  grid-row: 3;
}
.option-editor .item {
  grid-column: 1;
  grid-row: 2;
}
.option-editor .item div.field label.control-label {
  width: auto;
}
.option-editor .validation-summary {
  background-color: #fff5f5;
}
.option-editor .validation-summary:empty {
  display: none;
}
.option-editor .validation-summary li + li {
  margin-top: 0.3em;
}
.option-editor .validation-summary li em {
  font-style: normal;
  font-weight: bold;
}
.option-editor .validation-summary li em:after {
  content: ':';
}
.option-editor:not(.disabled) .field.edit {
  min-width: 0 !important;
}
.option-editor.disabled select:focus {
  outline: none;
}
.table tbody tr td .option-editor > select {
  height: 4em;
}

.grid {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid gainsboro;
}
.grid > aside {
  flex-shrink: 0;
  border-bottom: 1px solid gainsboro;
}
.grid > aside.filter-search {
  flex: 0 0 auto;
  max-height: 40vh;
  overflow-y: auto;
}
.grid > aside.filter-search:not(.hide-content) {
  min-height: 8.7em;
}
.grid .grid-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 6.3em;
  position: relative;
}
.grid .grid-body .scroll-container {
  overflow: auto;
  width: 0;
  min-width: 100%;
  min-height: 5em;
}
.grid .grid-body .scroll-container .btn-group {
  position: initial;
}
.grid .grid-body .scroll-container .btn-group .dropdown-menu.above {
  margin: -2px 0;
}
.grid .grid-body .scroll-container .btn-group .dropdown-menu > li > a,
.grid .grid-body .scroll-container .btn-group .dropdown-menu > li > button {
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
  white-space: nowrap;
  background: none;
  border: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.grid .grid-body .scroll-container .btn-group .dropdown-menu > li > a:hover,
.grid .grid-body .scroll-container .btn-group .dropdown-menu > li > button:hover {
  background: #f5f5f5;
}
.grid .grid-body .scroll-container .btn-group .dropdown-menu > li > a:disabled,
.grid .grid-body .scroll-container .btn-group .dropdown-menu > li > button:disabled {
  opacity: 0.4;
}
.grid .grid-body .grid-buttons {
  padding: 0.4em;
  min-width: 0;
}
.grid .alert {
  border-radius: 0;
  border: none;
}
.grid .save-items {
  text-align: right;
  padding: 0.3em;
  background-color: #fbf9f9;
  border-bottom: 1px solid gainsboro;
}
.grid .select-panel {
  display: flex;
  align-items: center;
  padding: 0.7em;
  background-color: #fcf8e3;
  border: 1px solid #ddd;
  border-bottom: none;
}
.grid .select-panel > * {
  flex: 1;
  display: flex;
  margin-bottom: 0.3em;
}
.grid .select-panel .controls.near {
  margin-right: 0.5em;
}
.grid .select-panel .summary {
  justify-content: center;
  font-size: 1.1em;
  color: #333;
  opacity: 0.8;
  white-space: nowrap;
}
.grid .select-panel em {
  font-style: normal;
  font-weight: bold;
}
.grid .select-panel .controls.far {
  justify-content: flex-end;
}
.grid .select-panel aside button + button {
  margin-left: 0.3em;
}
.grid.with-filter .alert.empty {
  background: white;
  border-bottom: 1px solid #d9d9d9;
  color: #888;
}
.grid-edit,
.grid-select-button {
  text-align: right;
  position: absolute;
  right: 0;
  padding-top: 10px;
  padding-right: 5px;
}
.grid table {
  max-width: none;
  min-width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
}
.grid table .display {
  display: inline;
}
.grid table .form-group > .control {
  display: block;
}
.grid table thead tr th {
  border-top: none;
  border-bottom: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  white-space: nowrap;
  background: #F0F0F0;
  font-weight: normal;
}
.grid table thead tr th a:hover,
.grid table thead tr th a:focus {
  text-decoration: none;
}
.grid table thead tr th .glyphicon {
  opacity: 0.6;
  font-size: 80%;
  padding: 0.2em;
}
.grid table thead tr th em.requried {
  display: none;
}
.grid table thead tr th:last-child {
  border-right: none;
}
.grid table thead tr th.col-size-default {
  width: auto;
}
.grid table thead tr th.col-size-extrasmall {
  min-width: 4em;
}
.grid table thead tr th.col-size-extrasmall.col-size-fixed {
  width: 4em;
}
.grid table thead tr th.col-size-small {
  min-width: 6em;
}
.grid table thead tr th.col-size-small.col-size-fixed {
  width: 6em;
}
.grid table thead tr th.col-size-medium {
  min-width: 11em;
}
.grid table thead tr th.col-size-medium.col-size-fixed {
  width: 11em;
}
.grid table thead tr th.col-size-large {
  min-width: 18em;
}
.grid table thead tr th.col-size-large.col-size-fixed {
  width: 18em;
}
.grid table thead tr th.col-size-extralarge {
  min-width: 24em;
}
.grid table thead tr th.col-size-extralarge.col-size-fixed {
  width: 24em;
}
.grid table thead tr th.col-size-huge {
  min-width: 32em;
}
.grid table thead tr th.col-size-huge.col-size-fixed {
  width: 32em;
}
.grid table tbody tr td {
  border-top: none;
  border-bottom: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  padding: 0.2em 0.4em;
  vertical-align: top;
}
.grid table tbody tr td .form-control.k-widget.k-datetimepicker > .k-picker-wrap {
  min-width: 11em;
}
.grid table tbody tr td .form-control.k-widget.k-datepicker > .k-picker-wrap {
  min-width: 6.5em;
}
.grid table tbody tr td .form-control.k-widget.k-timepicker > .k-picker-wrap {
  min-width: 5.5em;
}
.grid table tbody tr td .display.multi-select {
  max-height: 6.5em;
  width: 100%;
}
.grid table tbody tr td.error .control > input,
.grid table tbody tr td.error .control > .box {
  float: left;
  width: 80%;
}
.grid table tbody tr td.error .control > input {
  display: block;
}
.grid table tbody tr td.error .control > i {
  float: left;
  display: block;
  margin-right: 3px;
  margin-left: 3px;
}
.grid table tbody tr td.actions .btn-group {
  white-space: nowrap;
  margin-left: 5px;
}
.grid table tbody tr td.actions .btn-group > .btn:first-child {
  margin-left: -5px;
}
.grid table tbody tr td.actions .btn-group > .btn {
  float: inherit;
}
.grid table tbody tr td.actions .btn-group > .btn + .btn {
  margin-left: -5px;
}
.grid table tbody tr td:last-child {
  border-right: none;
}
.grid table tbody th.edit,
.grid table tbody td.edit {
  min-width: 5em;
  overflow: hidden;
}
.grid table tbody td.edit {
  position: relative;
}
.grid table tbody td.edit div.control {
  white-space: nowrap;
}
.grid table tbody td.edit div.control .display {
  white-space: normal;
}
.grid table tbody td.edit div.control .box {
  min-width: 8.5em;
  table-layout: inherit;
}
.grid table tbody td.edit.fixed div.control .box {
  table-layout: fixed;
}
.grid table tbody th.edit {
  color: #999;
}
.grid table tbody th.actions,
.grid table tbody td.actions {
  min-width: 3.5em;
  width: 3.5em;
  overflow: visible;
}
.grid table tbody tr.error {
  background-color: #f6e9e9;
}
.grid table tbody tr.removed td {
  background-color: #f2dede;
}
.grid table.edit th.required {
  font-weight: bold;
}
.grid table.edit th.required em.required {
  display: inline;
}
.grid table.select th.actions,
.grid table.select td.actions {
  width: 2em;
  text-align: center;
  white-space: nowrap;
}
.grid table.select th.actions > .btn-danger,
.grid table.select td.actions > .btn-danger {
  vertical-align: top;
}
.grid table.select tbody td.actions {
  background-color: #f0f0f0;
}
.grid table.select tbody tr.selected {
  background-color: #fdfaed;
}
#main-content > form > section.main > .grid {
  border: none;
}
#main-content > form > section.main > .grid .grid-body table thead tr th:first-child,
#main-content > form > section.main > .grid .grid-body table tbody tr td:first-child {
  padding-left: 0.7em;
}
#main-content > form > section.main > .grid .grid-body table thead tr th:last-child,
#main-content > form > section.main > .grid .grid-body table tbody tr td:last-child {
  padding-right: 0.7em;
}
#main-content > form > section.main > .grid .grid-body .grid-buttons {
  padding: 0.4em 0.7em 1em;
}
#main-content > form > section.main > .grid .list-paginator {
  padding: 0.3em 0.7em;
}
#main-content > form > section.main > .grid .filter-search header {
  padding: 0.4em 0.6em;
}
.k-panel.list form,
.k-panel.report-query form {
  height: 100%;
  min-height: 0;
}
.k-panel .grid.with-filter .alert.empty,
.sub-tabs .grid.with-filter .alert.empty {
  border: none;
}
.k-panel.auto-height .grid,
.sub-tabs .grid {
  max-height: 75vh;
}
.grid-error {
  border-top: 1px solid #999;
  border-bottom: 1px solid #ccc;
}
.grid-error label {
  background: #FFFAD5;
  padding: 12px 4px;
  color: #666;
  font-size: 0.8em;
  display: block;
}
.grid-error span {
  font-style: italic;
  display: block;
  padding-top: 0.3em;
}
.filter-search {
  background-color: #f0f0f0;
}
.filter-search header {
  display: flex;
  align-items: center;
  padding: 0.4em;
}
.filter-search header .toggle-widget {
  padding: 0.4em 0.5em 0.2em;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  background-color: white;
  cursor: pointer;
}
.filter-search header .toggle-widget:hover {
  background-color: #e6e6e6;
}
.filter-search header label {
  opacity: 0.9;
  padding: 0.3em;
  margin: 0;
}
.filter-search header .controls {
  margin: 0 1em;
}
.filter-search header .filter-controls {
  display: flex;
  flex: 1;
}
.filter-search header .filter-controls .user-filter {
  margin: 0 0 0 auto;
}
.filter-search section.content {
  padding: 0.5em 0.7em 0;
  border-top: 2px groove rgba(255, 255, 255, 0.29);
}
.filter-search section.content > ul > li {
  float: left;
  padding-right: 2em;
  margin-bottom: 0;
  min-height: 55px;
  min-width: 18em;
}
.filter-search section.content label {
  color: #666;
}
.filter-search section.content .required em.required {
  display: inline;
}
.filter-search section.content .required label {
  font-weight: bold;
}
.filter-search.hide-content header .toggle-widget {
  background-color: rgba(255, 255, 255, 0.3);
}
.filter-search.hide-content header .toggle-widget:hover {
  background-color: rgba(230, 230, 230, 0.3);
}
.filter-search.hide-content header .controls {
  display: none;
}
.filter-search.hide-content section.content {
  display: none;
}
.list-paginator {
  display: flex;
  padding: 0.3em;
  background-color: #f0f0f0;
}
.list-paginator > * {
  flex: 1;
  display: flex;
  align-items: center;
}
.list-paginator ul.pagination {
  margin: 0;
  justify-content: flex-start;
}
.list-paginator .summary {
  justify-content: center;
}
.list-paginator .page-size {
  justify-content: flex-end;
}
.list-paginator .summary,
.list-paginator label {
  opacity: 0.8;
}
.list-paginator label {
  margin: 0;
}
.list-paginator label:after {
  content: ': ';
}
.list-paginator .btn.dropdown-toggle {
  background-color: #fff;
  border-color: #ddd;
  color: #555555;
}
.list-paginator .btn.dropdown-toggle .caret {
  margin-left: 2px;
}
.grid .paste-receiver {
  display: none;
  background: #fff9e7;
  padding: 0.2em 0.5em 0.3em;
  border: 1px solid #f9e9d6;
  vertical-align: top;
  margin: 0.4em -0.5em;
  border-radius: 3px;
}
.grid .focus-element {
  opacity: 0;
  width: 0;
  height: 0;
}
.grid .paste-receiver.active {
  display: inline-block;
}
.grid .empty .paste-receiver {
  margin: 0;
}
.gantt-container .k-gantt {
  border: 0;
}
.k-gantt,
.k-gantt .k-treelist,
.k-gantt .k-gantt-treelist .k-grid-content {
  position: initial;
}
.k-gantt .k-toolbar button {
  padding: 4px;
}
.k-gantt .k-treelist tr td {
  vertical-align: middle;
}
.k-gantt .k-treelist tr.k-alt {
  background-color: #f0f0f0;
}
.k-gantt .k-treelist tr:hover {
  background-color: #e0e0e0;
}
.k-gantt .k-treelist tr th .k-link .k-column-title {
  cursor: pointer;
}
.k-gantt .k-gantt-timeline table {
  min-width: 0;
}
.k-gantt .k-gantt-timeline table .k-task-wrap {
  height: auto !important;
  margin-top: 0;
}
.k-gantt .k-gantt-timeline table .k-task-wrap.k-summary-wrap {
  margin-top: 13px;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-single {
  border: none;
  background: none;
  margin-left: 1px;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content .k-task-template {
  padding: 0;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content .k-task-template .task-details {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content .k-task-template .task-details.background-default {
  background-color: #37a;
  border-color: #102534;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content .k-task-template .task-details.background-default .k-task-complete {
  opacity: 0.2;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content .k-task-template .task-details .task-text {
  position: relative;
  padding: 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  z-index: 2;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content .k-task-template .task-details .task-progress {
  position: absolute;
  background-color: #000;
  border-radius: 5px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content .k-resize-handle {
  display: none;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content.can-move-start .k-resize-w {
  display: block;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content.can-move-end .k-resize-e {
  display: block;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content.is-locked {
  opacity: 0.7;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content.can-move {
  cursor: move;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content.is-complete .task-text::before {
  content: '\2714';
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content.has-changes {
  font-style: italic;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content.is-removed {
  background-color: #f99;
  opacity: 0.5;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content.is-removed .task-text {
  text-decoration: line-through;
}
.k-gantt .k-gantt-timeline table .k-task-wrap .k-task-content.is-removed .k-resize-handle {
  display: none;
}
.k-gantt .k-gantt-timeline .k-tooltip .k-task-details .task-status {
  font-size: 1.1em;
  margin-bottom: 0.4em;
}
.k-gantt .k-gantt-timeline .k-tooltip .k-task-details .task-status .task-status-color {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.5em;
}
.k-gantt .k-gantt-timeline .k-tooltip .k-task-details .k-task-pct {
  margin: 0.1em 0;
}
.k-gantt table tbody tr td .removed {
  text-decoration: line-through;
  opacity: 0.4;
}
.k-gantt .k-gantt-content .k-gantt-timeline .k-grid-header-wrap table tr:nth-child(2) td {
  font-size: 10px;
  line-height: 20px;
}
.k-gantt .k-task-single,
.k-gantt .k-task-summary,
.k-gantt .k-task-summary-complete {
  min-width: 10px !important;
}
.k-gantt .k-task-milestone {
  width: 8px;
  height: 8px;
}
.scroll-container,
.task-board-container {
  height: 100%;
}
.k-taskboard-drag-hint .dropdown-menu {
  display: none;
}
.task-board-container .k-taskboard.reorder-is-disabled .k-taskboard-drag-placeholder {
  display: none;
}
.task-board-container .k-taskboard.reorder-is-disabled .k-taskboard-card.card-is-moving {
  display: block !important;
  opacity: 0.5;
}
.task-board-container .k-taskboard-content {
  user-select: none;
  padding: 0;
}
.task-board-container .k-taskboard-column {
  position: relative;
}
.task-board-container .k-taskboard-column.is-drop-target {
  border-color: #5b5;
}
.task-board-container .k-taskboard-columns-container {
  width: 100%;
}
.task-board-container .k-taskboard-columns-container .k-taskboard-column {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 300px;
  max-width: 500px;
}
.task-board-container .k-taskboard-columns-container .k-taskboard-column .column-count {
  padding: 0.3em 0.6em;
  border-radius: 0.3em;
  margin-right: 0.2em;
}
.task-board-container .k-taskboard-columns-container .k-taskboard-column .column-count.background-default {
  background-color: #eee;
}
.task-board-container .k-taskboard-card {
  border: none;
  border-radius: none;
  position: initial;
}
.card-template-container {
  border-radius: 4px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  min-height: 3em;
  cursor: initial;
}
.card-template-container .card-status {
  border-radius: 3px 0 0 3px;
  flex-shrink: 0;
  width: 0.5em;
}
.card-template-container .card-menu {
  padding: 0.25em 0 0.25em 0.4em;
  flex-shrink: 0;
}
.card-template-container .card-menu .dropdown-menu {
  left: unset !important;
  right: 0.8em;
  min-width: 100px;
}
.card-template-container .card-details {
  width: 100%;
}
.card-template-container .card-details .flex-row {
  flex-direction: row;
  padding: 0.1em 0.3em;
}
.card-template-container .card-details .flex-row.header {
  display: flex;
}
.card-template-container .card-details .flex-row.header .card-title {
  font-weight: bold;
  flex-grow: 1;
  width: 0.5em;
  line-height: 1.5em;
  margin: 0.5em 0;
  font-size: 1.1em;
}
.card-template-container .card-details .flex-row.fields {
  border-top: 1px dotted #ccc;
  width: 100%;
}
.card-template-container .card-details .flex-row.fields .field {
  margin-bottom: 0.4em;
  display: flex;
  align-items: center;
  line-height: 1.2em;
}
.card-template-container .card-details .flex-row.fields .field .field-label {
  color: #888;
  width: 40%;
  padding-right: 0.5em;
  display: inline-block;
  text-align: left;
}
.card-template-container .card-details .flex-row.fields .field .field-value {
  width: 60%;
}
.card-template-container .card-details .flex-row.fields .field .field-value .assistant {
  padding: 0 0.5em;
  line-height: 1.4em;
}
.card-template-container.is-locked {
  opacity: 0.7;
}
.card-template-container.can-move {
  cursor: move;
}
.card-template-container.is-new {
  border-color: #5b5;
}
.card-template-container.has-changes {
  border-color: #d92;
}
.card-template-container.has-errors {
  border-color: #f33;
}
.card-template-container.is-removed {
  background-color: #f99;
  border-color: #f33;
  cursor: initial;
}
.card-template-container.is-removed .card-title {
  text-decoration: line-through;
}
@media (max-width: 1200px) {
  .task-board-container .k-taskboard-columns-container .k-taskboard-column {
    min-width: 200px;
  }
  .card-template-container .card-details .flex-row.fields .field {
    flex-direction: column;
  }
  .card-template-container .card-details .flex-row.fields .field .field-label,
  .card-template-container .card-details .flex-row.fields .field .field-value {
    width: 100%;
  }
  .card-details .card-menu .btn-group > .btn:not(.dropdown-toggle,.restore) {
    display: none;
  }
  .card-details .card-menu .btn-group > .btn.dropdown-toggle {
    border-radius: 3px;
  }
}

form.form {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 20em;
  min-width: 20em;
  position: relative;
  visibility: hidden;
}
form.form > section.main {
  display: none;
}
form.form .color-swatch {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: 0.8em;
  margin-right: 0.5em;
  border: thin solid black;
}
form.form > header {
  flex-shrink: 0;
}
form.form .button-group input {
  line-height: 20px;
  width: 100%;
}
form.form .help-inline {
  margin-top: 6px;
  margin-right: 6px;
}
form.form .expression-error {
  color: red;
}
form.form .form-buttons {
  padding-bottom: 10px;
  text-align: right;
}
form.form .form-footer {
  text-align: right;
}
form.form.form-horizontal .control-label:after {
  content: ':';
  margin-left: 0.1em;
  bottom: 0;
  right: 0;
}
form.form.form-horizontal input[type="checkbox"] {
  margin-top: 6px;
}
form.form.form-horizontal input[type="radio"] {
  margin-top: 1px;
}
form.form.form-horizontal div.checkbox input[type="checkbox"] {
  margin-top: 2px;
}
@media (min-width: 992px) {
  form.form.form-horizontal .field-label {
    text-align: right;
  }
}
form.form .form-control-static {
  min-height: 16px;
}
form.form .form-control-static:empty:after {
  content: 'n/a';
  color: #dedede;
}
form.form .form-control:focus {
  background-color: #f0f7fd;
  box-shadow: none !important;
}
form.form .select2-container-active .select2-choice,
form.form .select2-container-active .select2-choices {
  background-color: #f0f7fd;
}
form.form .select2-container-active.select2-dropdown-open .select2-choice,
form.form .select2-container-active.select2-dropdown-open .select2-choices {
  background-color: white;
}
form.form .form-control-static.email:empty:after {
  content: '\200c';
}
form.form .control-label {
  font-size: 11px;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
}
form.form .required .control-label {
  font-weight: bold;
  opacity: 0.9;
}
form.form .field-label {
  padding-right: 0;
}
form.form .control-label.checkbox {
  display: inline-block;
}
form.form fieldset .alert.fieldset-description {
  margin-bottom: 10px;
}
form.form .field.edit .controls {
  white-space: nowrap;
}
form.form em.required {
  color: red;
  display: none;
}
form.form .field.required em.required {
  display: inline;
}
form.form.form-vertical .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
form.form pre.display {
  border: 0;
  background: transparent;
  font: inherit;
  white-space: pre-wrap;
  word-break: break-word;
}
form.form .display {
  padding: 5px 0 0;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}
form.form .display.link-display {
  display: flex;
  flex: 1;
  padding: 0;
}
form.form .display.multi-select {
  max-height: 13em;
  padding-right: 1em;
  overflow: auto;
}
form.form .display.multi-select > a {
  display: block;
}
form.form .info-link {
  height: 1.8em;
  width: 1.8em;
  margin: 0.1em 0 0.1em 0.4em;
  padding: 0 0.7em 0 0.5em;
}
form.form .edit-link {
  height: 1.8em;
  width: 2em;
  margin: 0.1em 0 0 0.4em;
  padding: 0;
}
form.form .link-aside {
  display: inline-block;
  margin-left: 0.3em;
  padding: 0.2em 0.5em;
}
form.form .null-value {
  color: #dedede;
}
form.form .alert .btn-sm + strong {
  margin-left: 1em;
}
form.form .display.removed {
  text-decoration: line-through;
  opacity: 0.4;
}
form.form .has-fieldset .sub-tabs {
  margin-top: 20px;
}
form.form .single-sub-tab .sub-tabs .nav-tabs {
  display: none;
}
form.form .single-sub-tab .sub-tabs .tab-content {
  border: none;
  padding: 0;
}
form.form .update-mask,
form.form .save-mask {
  background: white;
  position: absolute;
  opacity: 0.6;
  z-index: 1000;
  background-image: url(/client/3045ce7738f4928e081a3ff5cf8555e5.gif);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
form.form .form-group {
  position: relative;
}
form.form .box {
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
}
form.form .box .select2-custom-container {
  display: flex;
  align-items: flex-start;
}
form.form .box .select2-custom-container .select2-dropdown-container {
  width: 100%;
  min-width: 50px;
}
form.form .box .select2-custom-container .select2-dropdown-container .select2-container[style] {
  display: block;
  width: 100% !important;
}
form.form .box .select2-custom-container .select2-button-container {
  margin-left: 0.3em;
}
form.form .box .select2-custom-container .select2-button-container i {
  min-width: 10px;
}
form.form .box .select2-custom-container ul.select2-choices {
  overflow: auto;
  max-height: 200px;
}
form.form .box > a {
  margin-left: 5px;
}
form.form .paginator > ul {
  vertical-align: middle;
}
form.form .paginator > .alert {
  padding: 5px 20px 8px 15px;
  margin-bottom: 0;
}
form.form select option.option-group {
  color: black;
  font-size: 1.1em;
}
form.form .sensitive .sensitive-content {
  display: none;
}
form.form .sensitive.show-content .btn {
  margin-bottom: 5px;
}
form.form .sensitive.show-content .sensitive-content {
  display: block;
}
form.form .sensitive.show-content .default-content {
  display: none;
}
form.form .col-width-auto {
  width: auto;
}
form.form .toggle-control {
  cursor: pointer;
}
form.form div span.flag-option:not(:last-of-type):after {
  content: ", ";
}
form.form.application-directory section.main {
  padding: 0.5em;
}
form.form.application-directory section.main .k-widget.k-treeview .k-in.k-state-selected {
  background: #f9f0c4;
}
form.form.application-directory section.main .k-widget.k-treeview .k-in.k-state-selected .heading {
  color: #000000c4;
  font-weight: bold;
}
form.form.application-directory section.main .k-widget.k-treeview .k-in span.fa {
  margin-right: 0;
  margin-left: 7px;
  vertical-align: middle;
}
textarea.form-control {
  resize: vertical;
}
.text-left > input.form-control {
  text-align: left;
}
.text-right > input.form-control {
  text-align: right;
}
span.status {
  height: 1.4em;
  width: 1.4em;
  margin-right: 0.1em;
  border-radius: 50%;
  display: inline-block;
}
.background-blue {
  background: #6b9fb9;
  border-color: #3d6a81;
  color: #fff;
}
.background-red {
  background: #f77e7e;
  border-color: #f11e1e;
  color: #fff;
}
.background-yellow {
  background: #f9dd54;
  border-color: #dfbb08;
  color: #7c7c7c;
}
.background-green {
  background: #b8d09a;
  border-color: #87b054;
  color: #7c7c7c;
}
.background-grey {
  background: #8f8f8f;
  border-color: #5c5c5c;
  color: #fff;
}
.background-purple {
  background: #b18eb1;
  border-color: #805980;
  color: #fff;
}
.customize-icon {
  margin: 0 0.1em;
}
.customize-icon.color-green {
  color: #080;
}
.customize-icon.color-orange {
  color: #f82;
}
form.form fieldset {
  margin: 0 0.5em;
}
form.form fieldset > hr {
  border-top-color: #e5e5e5;
  margin-top: 0.5em;
}
form.form fieldset.no-legend.first-visible > hr {
  display: none;
}
form.form fieldset legend {
  position: relative;
}
form.form fieldset legend label {
  display: inline;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
form.form fieldset legend .toggle-widget {
  cursor: pointer;
  height: 21px;
  background-color: #FFFFFF;
  color: #8C8C8C;
  user-select: none;
  font-size: 10px;
}
form.form fieldset legend .toggle-widget .unfold {
  display: none;
}
form.form fieldset legend .toggle-widget .fold {
  top: 2px;
}
form.form fieldset legend .toggle-widget .glyphicon {
  margin: 0;
}
form.form fieldset.hide-content legend {
  margin-bottom: 0;
}
form.form fieldset.hide-content legend i.unfold {
  display: block;
}
form.form fieldset.hide-content legend i.fold {
  display: none;
}
form.form fieldset.hide-content legend label {
  opacity: 0.6;
}
form.form fieldset.hide-content .content {
  display: none;
}
form.form .fieldset-row {
  display: flex;
}
form.form .fieldset-row.with-legends fieldset > hr {
  margin-top: 35px;
}
form.form .btn.default-list {
  font-size: 1.2em;
  line-height: 1.7em;
  padding: 0 0.5em;
  margin: 7px 7px 0 0;
  position: relative;
  border: none;
}
form.form .btn.default-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: -7px;
  margin-left: 0.5em;
  box-sizing: content-box;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 7px 1px 7px 0;
}
form.form .decision {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed #b9b9b9;
  background: #fdf7e2;
  box-shadow: inset 0 2px 6px -4px black;
}
form.form .decision section {
  display: flex;
  flex-wrap: wrap;
}
form.form .decision .icon {
  display: flex;
}
form.form .decision .icon .fa {
  margin: auto;
  font-size: 2.2em;
  opacity: 0.4;
  padding: 0.3em;
  color: #cd9756;
}
form.form .decision .markdown {
  flex: 1;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 0.9em;
  padding-left: 0;
  margin: 0;
}
form.form .decision .markdown p {
  white-space: pre-wrap;
}
form.form .decision .markdown ul,
form.form .decision .markdown ol {
  list-style-type: disc;
  margin: 0.5em 0 0.5em 1.5em;
}
form.form .decision .markdown ul li,
form.form .decision .markdown ol li {
  margin: 0.3em 0;
}
form.form .decision .controls {
  padding: 0.3em;
  justify-content: center;
  border-top: 1px dashed #d0d0d0;
}
form.form .decision .controls .btn {
  margin: 0.3em;
}
form.form .validation-summary {
  font-size: 1em;
}
form.form .validation-summary h4 {
  margin-bottom: 0.4em;
}
form.form .validation-summary p > span {
  white-space: pre-line;
}
form.form section.main .validation-summary {
  border: 1px solid #f3cece;
  border-radius: 2px;
  padding: 0.3em 0.6em;
  margin-bottom: 0.5em;
  align-items: flex-start;
  flex-direction: column;
}
form.form .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 0.5em;
  min-height: 10em;
}
form.form .tab-content .customize-position-fix {
  position: absolute;
  margin: 1px 2px;
  z-index: 3;
}
form.form .tab-content .customize-position-fix .customize-list-menu {
  margin: 2px;
}
form.form .tab-content .customize-list-menu {
  margin: 4px;
  display: inline-block;
}
form.form .tab-content .customize-list-menu button {
  padding: 2px 4px;
}
form.form .tab-content .customize-list-menu > .btn > .caret {
  margin-left: 4px;
}
form.form .tab-content .customize-list-menu + .alert {
  border-top: 1px solid gainsboro;
}
form.form .tab-content .alert > .customize-list-menu {
  margin: 0;
  color: #333;
}
form.form .tab-content .alert > .customize-list-menu ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
}
form.form .tab-pane .alert {
  margin-bottom: 0;
}
form.form .tab-pane > .row {
  margin: 0;
}
form.form .tab-pane > fieldset.first-visible.no-legend {
  margin-top: 0.7em;
}
form.form .tab-pane > fieldset.first-visible.no-legend > hr {
  display: none;
}
form.form section.main {
  flex: 1;
  overflow: auto;
  border-top: 1px solid gainsboro;
}
form.form section.main > .nav-tabs {
  padding-left: 0.8em;
  padding-top: 0.6em;
  background-color: #fdfcfc;
  box-shadow: inset 2px -2px 8px -7px black;
}
form.form section.main > .nav-tabs .fa {
  font-size: 1.2em;
  vertical-align: middle;
  padding-right: 0.2em;
}
form.form section.main > .tab-content {
  border: none;
  padding: 10px 10px 3em;
}
form.form section.main > .tab-content .attachments-tab {
  overflow: hidden;
}
form.form section.main > .tab-content .attachments-tab .no-attachments {
  display: block;
  margin: 1em;
  opacity: 0.7;
}
form.form section.main > .tab-content .attachments-tab .fileset {
  margin: 1em 0;
  width: 100%;
}
form.form section.main > .tab-content .attachments-tab .fileset .table {
  margin: 1em 0;
}
form.form section.main > .tab-content .attachments-tab .fileset .table th,
form.form section.main > .tab-content .attachments-tab .fileset .table td {
  border: 1px solid #dadada;
}
form.form section.main > .tab-content .attachments-tab .fileset .table th {
  border-width: 1px;
  font-size: 90%;
  text-transform: uppercase;
  background-color: #f0f0f0;
  color: #757575;
  font-weight: bold;
}
form.form section.main > .tab-content .attachments-tab .fileset .table .controls {
  padding: 0.4em;
  background-color: #f0f0f0;
}
form.form section.main > .tab-content .attachments-tab .fileset .table tr.upload td.text {
  border-right: 0;
}
form.form section.main > .tab-content .attachments-tab .fileset .table tr.upload td.progress-cell {
  border-left: 0;
}
form.form section.main > .body.tabbed {
  padding: 0;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 480px) {
  .form section.main > .tab-content {
    padding: 2px;
  }
  .form section.main > .tab-content fieldset {
    margin: 2px;
  }
}
form.form:after {
  position: absolute;
  top: 200px;
  left: 50%;
  visibility: visible;
  content: '\f110';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 35px;
  opacity: 0.3;
  margin-left: -17.5px;
  margin-top: -17.5px;
  animation: fa-spin 2s infinite linear;
}
form.form.initialized {
  visibility: visible;
}
form.form.initialized:after {
  display: none;
}
form.form.initialized > section.main {
  display: initial;
}
.form-control.k-input {
  padding: 0;
  width: 100%;
  height: auto;
  line-height: 16px;
}
.form-control.k-input.k-hover,
.form-control.k-input.k-focus {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.form-control.k-input.k-hover {
  border-color: #d0d0d0;
}
.form-control.k-input.k-focus {
  border-color: #66AEE9;
}
.form-control.k-input input.form-control.k-input-inner {
  height: 26px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
}
.form-control.k-input .k-input-button.k-button {
  height: 26px;
}
.form-control.k-input.k-state-disabled {
  padding: 0;
  opacity: initial;
}
.form-control.k-input.k-state-disabled .k-input {
  border-radius: 3px;
}
.form-control.k-input.k-state-disabled .k-select {
  display: none;
}
#root-layout #main-content form.form footer.main {
  display: none;
}

#main-menu {
  z-index: 2;
  width: 260px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  transition: all 80ms;
}
#main-menu #toggle-menu {
  padding: 7px 8px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 2px;
  margin: 0 0.4em;
  outline: none;
}
#main-menu .branding {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
#main-menu .branding .logo {
  overflow: hidden;
  height: 50px;
  width: 200px;
  display: flex;
  align-items: center;
}
#main-menu .branding .logo > img {
  max-height: 50px;
  max-width: 200px;
}
#main-menu .branding .logo:hover,
#main-menu .branding .logo:focus {
  text-decoration: none;
}
#main-menu.with-location section.items > ul > li.location-hidden:not(.recent) {
  display: none;
}
#main-menu .location {
  border-style: solid;
  border-width: 1px 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 0.3em 0.3em;
}
#main-menu .location > span {
  flex: 1;
}
#main-menu .location a {
  padding: 0.2em 0.5em;
  border-style: solid;
  border-width: 1px 0;
  transition-duration: 0.15s;
  transition-property: color;
  text-decoration: none;
  cursor: default;
}
#main-menu .location a:first-of-type {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}
#main-menu .location a:last-of-type {
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
}
#main-menu .search {
  display: flex;
  flex-shrink: 0;
  position: relative;
  padding: 0.7em 0.9em;
  border-bottom: 1px solid transparent;
}
#main-menu .search input {
  border-radius: 4px;
  width: 100%;
  border: 1px solid;
  padding: 0.4em;
  padding-right: 2.5em;
}
#main-menu .search .clear {
  display: none;
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  padding: 0.1em 0.4em;
  border: none;
  background: none;
  opacity: 0.8;
}
#main-menu .search #toggle-search {
  display: none;
}
#main-menu .empty {
  text-align: center;
  display: none;
  padding: 1em;
}
#main-menu section.items {
  overflow: auto;
}
#main-menu section.items::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#main-menu section.items li .item {
  display: flex;
  padding-right: 1em;
}
#main-menu section.items li .item .icon {
  align-self: center;
  padding-left: 1em;
}
#main-menu section.items li .item .tree {
  display: none;
  align-items: center;
  outline: none;
}
#main-menu section.items li .item .item-label {
  cursor: pointer;
  flex: 1;
  padding: 0.7em;
}
#main-menu section.items li .item .item-label:hover {
  text-decoration: none;
}
#main-menu section.items li .interactive i.glyphicon {
  margin-top: 3px;
}
#main-menu section.items li.parent > .item .tree-expand {
  display: flex;
}
#main-menu section.items li.parent.expanded > .item .tree-expand {
  display: none;
}
#main-menu section.items li.parent.expanded > .item .tree-collapse {
  display: flex;
}
#main-menu section.items li.parent.expanded > ul {
  display: block;
}
#main-menu section.items ul.level-1::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#main-menu section.items ul.level-1 > li > .item .item-label {
  font-size: 1.25em;
}
#main-menu section.items ul.level-1 > li ul {
  display: none;
}
#main-menu section.items ul.level-1 .recent {
  border-bottom: 2px groove transparent;
}
#main-menu section.items ul.level-1 .recent .icon,
#main-menu section.items ul.level-1 .recent .tree {
  padding-left: 1em;
  opacity: 0.5;
}
#main-menu section.items ul.level-1 .recent > .item .item-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  padding-left: 0.4em;
}
#main-menu section.items ul.level-1 .recent ul {
  padding-bottom: 1em;
}
#main-menu section.items ul.level-1 .recent ul .item-label {
  padding: 0.5em;
  font-size: 1em !important;
}
#main-menu section.items ul.level-1 .recent .customize {
  display: none;
}
#main-menu section.items ul.level-2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#main-menu section.items ul.level-2 > li > .item .icon {
  padding-left: 2em;
}
#main-menu section.items ul.level-2 > li > .item .item-label {
  font-size: 1.2em;
}
#main-menu section.items ul.level-3 .item .icon {
  padding-left: 3em;
}
#main-menu section.items ul.level-3 .item .item-label {
  font-size: 1em;
}
#main-menu section.items ul.level-4 .item .icon {
  padding-left: 4em;
}
#main-menu section.items ul.level-5 .item .icon {
  padding-left: 5em;
}
#main-menu .customize {
  display: flex;
  align-items: center;
  padding-left: 1em;
}
#main-menu .customize .fa {
  margin: 0.3em;
  padding: 6px;
  border-radius: 3px;
  text-decoration: none;
  opacity: 0.7;
}
#main-menu .customize .fa:hover {
  opacity: 1;
}
#main-menu .create-menu {
  padding: 1em;
  justify-content: flex-end;
}
#main-menu.filtered .search .clear {
  display: block;
}
#main-menu.filtered section.items > ul li {
  display: none;
}
#main-menu.filtered section.items > ul li .item {
  opacity: 0.3;
}
#main-menu.filtered section.items .filter-visible {
  display: block;
}
#main-menu.filtered section.items .filter-visible.parent > .item .tree-expand {
  display: flex;
}
#main-menu.filtered section.items .filter-visible.parent > .item .tree-collapse {
  display: none;
}
#main-menu.filtered section.items .filter-visible.parent.filter-expanded > .item .tree-expand {
  display: none;
}
#main-menu.filtered section.items .filter-visible.parent.filter-expanded > .item .tree-collapse {
  display: flex;
}
#main-menu.filtered section.items .filter-visible.parent.filter-expanded > ul {
  display: block;
}
#main-menu.filtered section.items .filter-hit > .item {
  opacity: 1;
  border-left-width: 0.5em;
  border-left-style: solid;
}
#main-menu.filtered section.items li.expanded > .item .tree-collapse {
  display: none;
}
#main-menu.filtered section.items li.expanded > ul {
  display: none;
}
#main-menu.filtered.without-matches .empty {
  display: block;
}
#main-menu.collapsed {
  margin-left: -220px;
}
#main-menu.collapsed > header {
  justify-content: flex-end;
}
#main-menu.collapsed > header .logo {
  display: none;
}
#main-menu.collapsed > header #toggle-menu {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
#main-menu.collapsed > header #toggle-menu:hover {
  opacity: 1;
}
#main-menu.collapsed section.search.flyout {
  padding: 0.5em;
}
#main-menu.collapsed section.search.flyout .clear {
  display: block;
}
#main-menu.collapsed section.search:not(.flyout) {
  box-shadow: none;
  justify-content: flex-end;
  padding: 0;
}
#main-menu.collapsed section.search:not(.flyout) input,
#main-menu.collapsed section.search:not(.flyout) .clear {
  display: none;
}
#main-menu.collapsed section.search:not(.flyout) #toggle-search {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
#main-menu.collapsed section.search:not(.flyout) #toggle-search:hover {
  opacity: 1;
}
#main-menu.collapsed section.items {
  margin-top: 0.5em;
}
#main-menu.collapsed section.items ul.level-1 .recent {
  border-bottom: 0;
}
#main-menu.collapsed section.items > ul:not(.flyout-list) > li > .item {
  padding: 0;
  justify-content: flex-end;
}
#main-menu.collapsed section.items > ul:not(.flyout-list) > li > .item .icon {
  font-size: 1.2em;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
#main-menu.collapsed section.items > ul:not(.flyout-list) > li > .item .icon:hover {
  opacity: 1;
}
#main-menu.collapsed section.items > ul:not(.flyout-list) > li > .item .item-label,
#main-menu.collapsed section.items > ul:not(.flyout-list) > li > .item .tree {
  display: none;
}
#main-menu.collapsed section.items > ul:not(.flyout-list) > li.parent.expanded > .item .tree-collapse {
  display: none;
}
#main-menu.collapsed section.items > ul:not(.flyout-list) > li.parent.expanded > ul {
  display: none;
}
#main-menu.collapsed section.items::-webkit-scrollbar {
  width: 5px;
}
#main-menu.collapsed .flyout {
  z-index: 2;
  width: 260px;
  position: absolute;
}
#main-menu.collapsed .flyout.flyout-menu {
  left: 40px;
}
#main-menu.collapsed .flyout.flyout-drawer {
  left: 0;
}
#main-menu.collapsed .flyout-header {
  display: flex !important;
  height: 40px;
  align-items: center;
  padding: 0 1em;
}
#main-menu.collapsed .flyout-list {
  display: block !important;
  overflow: auto;
}
#main-menu.collapsed .active-flyout > .item .icon {
  opacity: 1 !important;
}
#main-menu.collapsed .active-flyout > .item:hover {
  background: none;
}
#main-menu.collapsed .customize {
  display: none;
}
#main-menu.collapsed section.empty {
  z-index: 3;
  margin-top: 40px;
  margin-left: 220px;
  width: 260px;
}
#main-menu.light {
  background-color: #fdfcfc;
  box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.48);
}
#main-menu.light a {
  color: #3e3e3e;
}
#main-menu.light #toggle-menu {
  color: #505050;
}
#main-menu.light #toggle-menu.active {
  color: #888787;
  background-color: #e9eaec;
  box-shadow: inset 0 0 3px 0px rgba(0, 0, 0, 0.54);
  border: 1px solid #ffffff;
}
#main-menu.light .location {
  border-color: rgba(0, 0, 0, 0.27);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.34);
  background: rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 0 7px -4px black;
}
#main-menu.light .location a {
  border-color: #757575;
  background-color: #cfd3da;
}
#main-menu.light .location a:hover {
  background-color: #dadde2;
}
#main-menu.light .location a.active {
  background-color: #0394dd;
  color: #fff;
}
#main-menu.light .search {
  background-color: #fdfcfc;
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid #d2d2d2;
}
#main-menu.light .search input {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: #c3c3c3;
}
#main-menu.light .fa {
  color: #505050;
}
#main-menu.light .empty {
  color: rgba(0, 0, 0, 0.36);
}
#main-menu.light section.items::-webkit-scrollbar-track {
  background: #e6e6e6;
}
#main-menu.light section.items::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}
#main-menu.light section.items::-webkit-scrollbar-thumb:window-inactive {
  background: #d4d4d4;
}
#main-menu.light section.items::-webkit-scrollbar-corner {
  background: #e6e6e6;
}
#main-menu.light section.items ul.level-1::-webkit-scrollbar-track {
  background: #e6e6e6;
}
#main-menu.light section.items ul.level-1::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}
#main-menu.light section.items ul.level-1::-webkit-scrollbar-thumb:window-inactive {
  background: #d4d4d4;
}
#main-menu.light section.items ul.level-1::-webkit-scrollbar-corner {
  background: #e6e6e6;
}
#main-menu.light section.items ul.level-2::-webkit-scrollbar-track {
  background: #e6e6e6;
}
#main-menu.light section.items ul.level-2::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}
#main-menu.light section.items ul.level-2::-webkit-scrollbar-thumb:window-inactive {
  background: #d4d4d4;
}
#main-menu.light section.items ul.level-2::-webkit-scrollbar-corner {
  background: #e6e6e6;
}
#main-menu.light section.items li.recent > .item .item-label {
  color: rgba(0, 0, 0, 0.4);
}
#main-menu.light section.items li:not(.recent):not(.active-flyout) .item:hover {
  background-color: rgba(255, 194, 107, 0.09);
}
#main-menu.light section.items li:not(.recent).expanded.active:not(.parent):not(.filter-hit) {
  background-color: #a3e0ff;
}
#main-menu.light .customize .fa {
  color: white;
  opacity: 0.9;
}
#main-menu.light .customize .edit {
  background-color: #f0ad4e;
}
#main-menu.light .customize .add {
  background-color: #5cb85c;
}
#main-menu.light.collapsed .flyout-header {
  border: 1px solid #ccc;
  background: #fff9e5;
}
#main-menu.light.collapsed .flyout-header:not(.search) {
  border-left: 1px dashed rgba(130, 130, 130, 0.3);
}
#main-menu.light.collapsed .flyout-header.search {
  z-index: 3;
  box-shadow: -1px 3px 6px -3px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #b7b7b7;
}
#main-menu.light.collapsed .flyout-header.search input {
  outline-color: #ffdc8e;
}
#main-menu.light.collapsed .flyout-list {
  background-color: white;
  border: 1px solid #bababa;
  border-top: none;
}
#main-menu.light.collapsed .flyout-list.flyout-menu {
  box-shadow: 0px 4px 17px -2px rgba(0, 0, 0, 0.45);
}
#main-menu.light.collapsed .flyout-list.flyout-drawer {
  box-shadow: 4px 8px 17px 0px rgba(0, 0, 0, 0.3);
}
#main-menu.light.collapsed .active-flyout {
  background: #fff9e5;
  box-shadow: inset 10px 0px 4px 0px rgba(0, 0, 0, 0.49);
}
#main-menu.light.collapsed .active-flyout.recent .flyout-header {
  border-left: none;
}
#main-menu.light.collapsed .active-flyout:hover {
  background: #fff9e5;
}
#main-menu.light:not(.filtered) section.items li:not(.recent).expanded.parent ul:not(.flyout-list) {
  background-color: rgba(127, 127, 127, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 3px 9px -7px black;
}
#main-menu.light.filtered .filter-hit {
  background-color: #fff6d9;
}
#main-menu.light.filtered .filter-hit > .item {
  border-left-color: #efa53e;
}
#main-menu.light.filtered.without-matches .search {
  background-color: #eddede;
}
#main-menu.light.filtered.without-matches .search input {
  outline-color: #f9bebe;
}
#main-menu.dark {
  background-color: hsl(224, 3%, 28%);
}
#main-menu.dark #toggle-menu {
  color: white;
}
#main-menu.dark #toggle-menu:hover {
  -webkit-box-shadow: 0px 0px 30px 0px hsla(0, 0%, 100%, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px hsla(0, 0%, 100%, 0.2);
  box-shadow: 0px 0px 30px 0px hsla(0, 0%, 100%, 0.2);
}
#main-menu.dark #toggle-menu.active {
  background-color: hsl(223, 3%, 50%);
}
#main-menu.dark .location {
  border-color: #2f2f2f;
  color: hsla(0, 0%, 100%, 0.25);
}
#main-menu.dark .location a {
  border-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 80%);
  background-color: hsl(227, 3%, 34%);
}
#main-menu.dark .location a:hover {
  background-color: #b4b4b4;
  color: hsl(0, 0%, 100%);
}
#main-menu.dark .location a.active {
  background-color: hsl(200, 97%, 44%);
  color: hsl(0, 0%, 100%);
}
#main-menu.dark .search {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-top: 1px solid hsla(0, 0%, 100%, 0.14);
  border-bottom: 2px groove hsla(0, 0%, 48%, 0.4);
}
#main-menu.dark .search input {
  background-color: hsla(0, 0%, 21%, 0.46);
  color: white;
  border-color: hsl(0, 0%, 12%);
}
#main-menu.dark .fa {
  color: white;
}
#main-menu.dark .empty {
  color: hsla(0, 0%, 100%, 0.48);
}
#main-menu.dark section.items::-webkit-scrollbar-track {
  background: hsl(226, 3%, 28%);
}
#main-menu.dark section.items::-webkit-scrollbar-thumb {
  background: hsl(223, 3%, 50%);
}
#main-menu.dark section.items::-webkit-scrollbar-thumb:window-inactive {
  background: hsl(223, 3%, 50%);
}
#main-menu.dark section.items::-webkit-scrollbar-corner {
  background: hsl(224, 3%, 28%);
}
#main-menu.dark section.items ul.level-1::-webkit-scrollbar-track {
  background: hsl(226, 3%, 28%);
}
#main-menu.dark section.items ul.level-1::-webkit-scrollbar-thumb {
  background: hsl(223, 3%, 50%);
}
#main-menu.dark section.items ul.level-1::-webkit-scrollbar-thumb:window-inactive {
  background: hsl(223, 3%, 50%);
}
#main-menu.dark section.items ul.level-1::-webkit-scrollbar-corner {
  background: hsl(224, 3%, 28%);
}
#main-menu.dark section.items ul.level-2::-webkit-scrollbar-track {
  background: hsl(226, 3%, 28%);
}
#main-menu.dark section.items ul.level-2::-webkit-scrollbar-thumb {
  background: hsl(223, 3%, 50%);
}
#main-menu.dark section.items ul.level-2::-webkit-scrollbar-thumb:window-inactive {
  background: hsl(223, 3%, 50%);
}
#main-menu.dark section.items ul.level-2::-webkit-scrollbar-corner {
  background: hsl(224, 3%, 28%);
}
#main-menu.dark section.items li .item .item-label {
  color: hsla(0, 0%, 100%, 0.87);
}
#main-menu.dark section.items li.recent > .item .item-label {
  color: hsla(0, 0%, 100%, 0.5);
}
#main-menu.dark section.items li:not(.recent):not(.active-flyout) .item:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
}
#main-menu.dark section.items li:not(.recent).expanded.active:not(.parent):not(.filter-hit) {
  background-color: hsl(200, 97%, 45%);
}
#main-menu.dark .customize .edit {
  background-color: hsla(46, 100%, 50%, 0.39);
}
#main-menu.dark .customize .add {
  background-color: hsla(121, 100%, 50%, 0.39);
}
#main-menu.dark.collapsed .flyout-header {
  background: hsl(227, 3%, 38%);
}
#main-menu.dark.collapsed .flyout-list {
  background: hsl(222, 3%, 29%);
}
#main-menu.dark.collapsed .flyout-list.flyout-menu {
  box-shadow: 0px 5px 15px 0px hsla(0, 0%, 0%, 0.54);
}
#main-menu.dark.collapsed .flyout-list.flyout-drawer {
  box-shadow: 0px 10px 30px black;
}
#main-menu.dark.collapsed .active-flyout {
  background: hsl(227, 3%, 38%);
  box-shadow: inset 5px 1px 2px 0px hsla(0, 0%, 0%, 0.58);
}
#main-menu.dark.collapsed .active-flyout.recent .flyout-list {
  background: hsl(227, 3%, 38%);
  border-top: 2px groove hsla(0, 0%, 48%, 0.4);
}
#main-menu.dark.collapsed .active-flyout:hover {
  background: hsl(227, 3%, 38%);
}
#main-menu.dark:not(.filtered) section.items li:not(.recent).expanded.parent ul:not(.flyout-list) {
  background-color: hsla(0, 0%, 0%, 0.12);
}
#main-menu.dark.filtered .filter-hit {
  background-color: hsl(219, 3%, 19%);
}
#main-menu.dark.filtered .filter-hit > .item {
  border-left-color: hsl(39, 84%, 41%);
}
#main-menu.dark.filtered.without-matches .search {
  background-color: hsl(0, 16%, 46%);
}
#main-menu.dark.filtered.without-matches .search input {
  outline-color: hsl(0, 39%, 32%);
}

#top-bar .messagebox .badge {
  position: absolute;
  right: 1px;
  top: 1px;
  background-color: red;
  font-size: 10px;
  padding: 2px 4px;
  display: none;
}
#top-bar .messagebox .dropdown-toggle {
  position: relative;
}
#top-bar .messagebox .dropdown-menu {
  padding: 0;
  width: 350px;
  margin-top: -2px;
  border-color: #eff0f1;
}
#top-bar .messagebox header.controls {
  display: flex;
  justify-content: space-between;
  background-color: #eff0f1;
  border-bottom: 1px solid #dedede;
  padding: 0.3em;
}
#top-bar .messagebox header.controls > a {
  padding: 5px;
  background-color: transparent;
}
#top-bar .messagebox header.controls:hover a {
  color: #337ab7;
}
#top-bar .messagebox .messages {
  max-height: 60vh;
  overflow-x: auto;
  overflow-y: scroll;
}
#top-bar .messagebox .messages .message {
  display: block;
  text-decoration: none;
  cursor: default;
  position: relative;
  padding: 8px 25px;
  white-space: normal;
  border-bottom: 1px solid #eee;
  background-color: #fef8f1;
  color: #333;
}
#top-bar .messagebox .messages .message .message-icon {
  color: #a9a9a9;
  position: absolute;
  left: 6px;
  top: 9px;
  font-size: 14px;
}
#top-bar .messagebox .messages .message .message-header {
  font-size: 11px;
  font-weight: bold;
  color: #6f6f6f;
  display: flex;
}
#top-bar .messagebox .messages .message .message-header .message-type {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top-bar .messagebox .messages .message .message-header .message-creation {
  white-space: nowrap;
}
#top-bar .messagebox .messages .message .message-body {
  clear: both;
  padding-top: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#top-bar .messagebox .messages .message:hover .message-close {
  color: #999999;
}
#top-bar .messagebox .messages .message .message-mark-read {
  position: absolute;
  padding: 6px;
  right: 0;
  top: 4px;
  cursor: default;
  font-size: 10px;
  color: #333;
  opacity: 0.5;
}
#top-bar .messagebox .messages .message .message-mark-read:hover {
  opacity: 1;
}
#top-bar .messagebox .messages .message .message-actions {
  text-align: right;
  margin-top: 0.3em;
  border-top: 1px dashed #eee;
  padding-top: 0.3em;
}
#top-bar .messagebox .messages .message .message-actions:empty {
  display: none;
}
#top-bar .messagebox .messages .message:last-child {
  border-bottom: 0;
}
#top-bar .messagebox .messages .message.read {
  background-color: inherit;
}
#top-bar .messagebox .messages .message.read .message-icon {
  color: #ccc;
}
#top-bar .messagebox .messages .message.read .message-mark-read {
  display: none;
}
#top-bar .messagebox .messages .message.read .message-header {
  font-weight: normal;
}
#top-bar .messagebox .messages a.message-body {
  display: block;
}
#top-bar .messagebox .messages li.text {
  padding: 8px 0;
  text-align: center;
  color: #808080;
}
#top-bar .messagebox .messages li.message-list-unread.with-read {
  border-bottom: 1px dashed #c5c5c5;
}
#top-bar .messagebox .messages.empty {
  overflow: hidden;
}
#top-bar .messagebox.unacknowledged .dropdown-toggle {
  background-color: rgba(198, 243, 50, 0.75);
  padding: 7px 9px;
}
#top-bar .messagebox.unacknowledged .dropdown-toggle > .fa {
  color: black;
}
#top-bar .messagebox.unacknowledged .badge,
#top-bar .messagebox.unacknowledged .clear-all,
#top-bar .messagebox.unacknowledged .messages {
  display: block;
}
#top-bar .messagebox .dropdown.open {
  opacity: 1;
}
#top-bar .messagebox .dropdown.open .dropdown-toggle {
  background-color: #eff0f1;
}
#top-bar .messagebox .dropdown.open .dropdown-toggle > .fa {
  color: black;
}

.report {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid gainsboro;
}
.report > aside {
  flex-shrink: 0;
  border-bottom: 1px solid gainsboro;
}
.report > h3,
.report > .report-header,
.report > .report-footer {
  flex-shrink: 0;
}
.report .report-pivot {
  display: flex;
  flex: 1;
  flex-direction: row;
  min-height: 5em;
  overflow-y: hidden;
}
.report .report-pivot .pivot-config-container {
  flex-shrink: 0;
  flex-grow: 0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: gainsboro;
}
.report .report-pivot .pivot-config-container .pivot-config {
  border: 0;
}
.report .report-pivot .pivot-grid-container {
  flex-grow: 1;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: gainsboro;
}
.report .report-pivot .pivot-grid-container .pivot-grid {
  border: 0;
}
.report.gantt .k-grid-content .k-treelist-group td {
  font-weight: bold;
}
.report.gantt .k-grid-content td {
  padding: 0.22em 0.4em;
}
.report.gantt .k-grid-content td .btn {
  line-height: 18px;
}
.telerik-report {
  position: relative;
  flex: 1;
}
.telerik-report .report-viewer {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  font-family: 'segoe ui', 'ms sans serif';
  overflow: hidden;
}
.telerik-report .report-viewer .page-header {
  padding: 0;
  margin: 0;
  border: 0;
}
.k-panel .pivot-config-container {
  display: none;
}
.k-panel .k-pivot-setting .k-field-actions {
  display: none;
}
.k-panel .telerik-report .report-viewer .trv-nav #trv-main-menu-export-command {
  display: none;
}
.k-panel .telerik-report .report-viewer .trv-nav .k-item > .k-link {
  padding: 0.5em;
}

/*
* TelerikReporting v19.0.25.211 (https://www.telerik.com/products/reporting.aspx)
* Copyright 2025 Progress Software EAD. All rights reserved.
*
* Telerik Reporting commercial licenses may be obtained at
* https://www.telerik.com/purchase/license-agreement/reporting.aspx
* If you do not own a commercial license, this file shall be governed by the trial license terms.
*/
.trv-pages-area .trv-error-pane{left:50%;position:relative;float:left;display:none;max-width:80%}.trv-pages-area>.trv-error-pane>.trv-centered{position:relative;float:left;left:-50%;padding:1em}.trv-pages-area .trv-page-overlay{display:none;position:absolute;left:0;right:0;top:0;bottom:0;background-color:#fff;opacity:.6}.trv-pages-area.trv-loading .trv-page-overlay{display:block}.trv-pages-area.trv-error .trv-error-pane{display:block}.trv-pages-area .trv-page-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow:auto}.trv-pages-area.printpreview .trv-page-container .trv-page-wrapper{margin:20px;text-align:center;position:relative}.trv-pages-area.printpreview .trv-page-container .trv-page-wrapper .trv-report-page{border-width:1px;border-style:solid;background-color:#fff;margin-left:auto;margin-right:auto;overflow:hidden;position:relative}.trv-pages-area.printpreview .trv-page-container .trv-page-wrapper.active .trv-report-page:not(.k-state-default){border-color:#e6e6e6}.trv-pages-area.interactive .trv-page-container .trv-page-wrapper{text-align:center;position:relative}.trv-pages-area.interactive .trv-page-container .trv-page-wrapper .trv-report-page{background-color:#fff;overflow:hidden;position:relative;padding:1em}.trv-pages-area.interactive .trv-page-container .trv-page-wrapper.active .trv-report-page{border-width:1px;border-style:solid}.trv-pages-area.interactive .trv-page-container .trv-page-wrapper.active .trv-report-page:not(.k-state-default){border-color:transparent}.trv-pages-area-kendo-tooltip{font-size:.7em}.trv-pages-area-kendo-tooltip-title{font-weight:700}.trv-pages-area-kendo-tooltip-text{font-weight:400}.trv-parameter-container .trv-parameter-title{font-weight:700;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trv-parameters-area .trv-parameters-area-overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:.6}.trv-parameters-area.trv-loading .trv-parameters-area-overlay{display:block}.trv-parameter-container .trv-parameter-error{font-size:8pt}.trv-parameters-area .trv-parameters-area-footer{position:absolute;left:0;right:0;bottom:0;height:3em;display:none}.trv-parameters-area.preview .trv-parameters-area-content{position:absolute;left:0;right:0;top:0;bottom:3em;overflow:auto}.trv-parameters-area.preview .trv-parameters-area-footer{display:block}.trv-parameters-area .trv-error-pane{position:absolute;width:100%;top:0;left:0;display:none}.trv-parameters-area.trv-error .trv-error-pane{display:block}.trv-parameters-area .trv-parameters-area-preview-button{position:absolute;top:.5em;left:.4em}.trv-parameters-area-preview-button.k-disabled:hover{background-color:transparent!important}.trv-parameters-area .trv-parameter-container{margin:.3em;margin-bottom:10px;padding:.1em}.trv-parameter-header{width:100%;position:relative}.trv-parameter-error{padding:3px;margin-bottom:3px}.trv-parameter-error-message{vertical-align:middle}.trv-parameter-editor-available-values-multiselect .trv-list{overflow:auto}.trv-parameter-editor-available-values-multiselect .trv-parameter-actions{font-size:8pt;padding:5pt 0 0}.trv-combo.k-multiselect ul li{text-align:left}.trv-parameter-editor-available-values-multiselect .trv-combo{min-height:24px}.trv-parameter-editor-available-values-multiselect .trv-combo .k-selection-multiple .k-chip{height:unset}.trv-parameter-editor-available-values-multiselect .trv-select-none{float:right}.trv-parameter-editor-available-values-multiselect .k-multiselect-wrap{padding-right:0}.trv-parameter-editor-available-values .k-listview{max-height:none}.trv-parameter-editor-available-values .trv-parameter-actions{font-size:8pt;padding:5pt 0 0;text-align:right}.trv-parameter-editor-available-values .trv-parameter-actions .k-link{color:inherit}.trv-parameter-value .trv-parameter-actions .k-link:focus,.trv-parameter-value .trv-parameter-actions .k-link:hover{text-decoration:underline}.trv-parameter-editor-datetime{width:100%}.trv-parameter-editor-text{width:100%}.trv-parameter-editor-number{width:100%}.trv-parameter-editor-boolean{width:16px;height:16px}.trv-parameter-editor-multivalue textarea{width:100%;resize:none}.trv-report-viewer{position:relative;width:100%;height:100%;overflow:hidden;font-size:16px}.trv-report-viewer .k-menu-horizontal .k-menu-link{border:none;padding:.5em 1.1em .4em}.trv-search .k-menu-horizontal .k-menu-link{border:none}.trv-search .k-window-actions{padding:0;margin:-5em -5px -5em 0}.trv-search.k-display-inline-flex{display:inline-flex!important}.trv-side-menu{overflow:auto;position:absolute;top:0;bottom:0;left:0;display:none}.trv-side-menu .k-panelbar>.k-item>.k-link{color:inherit}.trv-side-menu .k-panelbar>.k-item>.k-link,.trv-side-menu .k-panelbar>.k-item>.k-link .k-icon{color:inherit}.trv-side-menu>ul{border-right:0px none transparent}.trv-side-menu li>a{border-bottom:0 none transparent!important}.trv-side-menu span{margin-left:1em}.trv-side-menu a{background-image:none!important}.trv-report-page+.trv-report-page{margin-top:10px}.trv-pages-area div{box-sizing:content-box}.trv-skeleton-wrapper{width:100%;height:100%;background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTUgMjUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTUgMjUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qxe2ZpbGw6I0UxRURGMTt9Cjwvc3R5bGU+CjxyZWN0IHk9IjAiIGNsYXNzPSJzdDAiIHdpZHRoPSI1MTUiIGhlaWdodD0iMjUwIi8+CjxnPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQxNiwxNDEuNWw0Mi43LDQyLjdjLTUuNSw1LjYtMTIsMTAtMTkuMywxMy4xYy03LjQsMy4xLTE1LjEsNC43LTIzLjMsNC43Yy0xMC45LDAtMjAuOS0yLjctMzAuMS04CgkJYy05LjItNS40LTE2LjUtMTIuNi0yMS44LTIxLjhjLTUuNC05LjItOC0xOS4yLTgtMzAuMWMwLTEwLjksMi43LTIwLjksOC0zMC4xYzUuNC05LjIsMTIuNi0xNi41LDIxLjgtMjEuOGM5LjItNS40LDE5LjItOCwzMC4xLTgKCQl2NTkuM0g0MTZ6IE00ODYsMTMyaC02MFY3MmMxMC45LDAsMjAuOSwyLjcsMzAuMSw4YzkuMiw1LjQsMTYuNSwxMi42LDIxLjgsMjEuOEM0ODMuMywxMTEuMSw0ODYsMTIxLjEsNDg2LDEzMnogTTQzMC42LDE0Mkg0OTEKCQljMCw4LjItMS42LDE2LTQuNywyMy4zYy0zLjEsNy40LTcuNSwxMy44LTEzLjEsMTkuM0w0MzAuNiwxNDJ6Ii8+CjwvZz4KPHJlY3QgeD0iMjAiIHk9IjIwIiBjbGFzcz0ic3QxIiB3aWR0aD0iNDc1IiBoZWlnaHQ9IjEwIi8+CjxyZWN0IHg9IjIwIiB5PSI0NSIgY2xhc3M9InN0MSIgd2lkdGg9IjQ3NSIgaGVpZ2h0PSIxMCIvPgo8cmVjdCB4PSIyMCIgeT0iMTk1IiBjbGFzcz0ic3QxIiB3aWR0aD0iMzE1IiBoZWlnaHQ9IjEwIi8+CjxyZWN0IHg9IjIwIiB5PSIyMjAiIGNsYXNzPSJzdDEiIHdpZHRoPSI0NzUiIGhlaWdodD0iMTAiLz4KPHJlY3QgeD0iMjAiIHk9IjEwNyIgY2xhc3M9InN0MSIgd2lkdGg9IjYwIiBoZWlnaHQ9IjEwIi8+CjxyZWN0IHg9IjIwIiB5PSIxMzIiIGNsYXNzPSJzdDEiIHdpZHRoPSIxOTAiIGhlaWdodD0iMTAiLz4KPHJlY3QgeD0iMTAwIiB5PSIxMDciIGNsYXNzPSJzdDEiIHdpZHRoPSIxMTAiIGhlaWdodD0iMTAiLz4KPHJlY3QgeD0iMjI1IiB5PSIxMDciIGNsYXNzPSJzdDEiIHdpZHRoPSIxMTAiIGhlaWdodD0iMzUiLz4KPC9zdmc+Cg==') repeat top left;background-size:contain}.k-treeview .k-minus,.k-treeview .k-plus{margin-top:0}.trv-report-viewer div.trv-content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;transition:.1s}.trv-nav{-ms-flex:0 1 auto;flex:0 1 auto;border-bottom-width:0}.trv-nav .k-menu .k-item>.k-link>.k-icon{margin:-2px 0 0}.trv-nav>ul{position:relative}.trv-nav li{border-width:0!important;border-style:none!important}.trv-nav .k-input{width:2.5em}.trv-nav .k-input .k-input-inner{padding:2px 4px;line-height:1.25;text-align:right}.trv-nav .k-menu-link-text{align-items:center}.trv-parameters-area.-vertical{display:-ms-flexbox;display:flex}.trv-parameters-area.-vertical .trv-parameters-area-content,.trv-parameters-area.-vertical.preview .trv-parameters-area-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.trv-parameters-area.-vertical .trv-parameters-area-footer,.trv-parameters-area.-vertical.preview .trv-parameters-area-footer{height:100%;position:relative}.trv-parameters-area.-vertical .trv-parameters-area-preview-button{position:relative;top:0;left:0;margin:6px}.trv-parameters-area.-vertical .trv-parameter-container{max-width:300px;min-width:130px}.trv-content{position:relative;-ms-flex:1 1;flex:1 1 0;height:100%;border-top-width:1px}.trv-content.k-splitter .k-pane{border:0;box-sizing:border-box}.trv-content.k-splitter .k-collapsed *{display:none}.trv-content .k-splitbar [class*=resize]{background:currentColor}.trv-content .k-ghost-splitbar,.trv-content .k-splitbar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.trv-content.k-splitter .k-splitbar .k-collapse-next,.trv-content.k-splitter .k-splitbar .k-collapse-prev,.trv-content.k-splitter .k-splitbar .k-expand-next,.trv-content.k-splitter .k-splitbar .k-expand-prev{width:14px;font-size:14px;cursor:pointer}.k-ie9 .trv-content{position:absolute;margin-top:1px;top:2.5em;bottom:0;left:0;right:0;height:auto}.k-header .k-window-actions .k-window-action{padding:0;overflow:hidden;width:19px;height:19px}.trv-menu-large,.trv-menu-small{border-style:none}.trv-menu-large>li.trv-menu-toggleable.k-selected>.k-menu-link>.k-icon,.trv-menu-small>li.trv-menu-toggleable.k-selected>.k-menu-link>.k-icon{color:#fff}.k-ie9 .trv-menu-large .k-link,.k-ie9 .trv-menu-small .k-link{white-space:nowrap}.trv-document-map .trv-document-map-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:none;background:#fff;opacity:.6;z-index:1}.trv-document-map.trv-loading .trv-document-map-overlay{display:block}.k-splitbar.trv-hidden{display:none}.trv-error-pane{padding:1em 1em;font-size:.7em}.trv-report-viewer input[type=number]::-webkit-inner-spin-button,.trv-report-viewer input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.trv-report-viewer input[type=number]{-moz-appearance:textfield}.trv-search-window{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.trv-search-window .k-menu.k-menu-horizontal:not(.k-context-menu){padding:0;margin:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;background:0 0}.trv-search-window .k-menu.k-menu-horizontal.trv-search-dialog-stopsearch-placeholder{border:none;margin-left:10px}.trv-search-dialog-search-options{border:none}.trv-search-dialog-caption-label,.trv-search-dialog-input-area,.trv-search-dialog-search-options{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.trv-search-dialog.trv-hidden{display:none}.trv-search-dialog{position:absolute;width:15em;height:auto;padding:0 .5em;top:0;bottom:0;right:0;z-index:10}.trv-search-dialog .trv-search-dialog-overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:.6}.trv-search-dialog.trv-loading .trv-search-dialog-overlay{display:block}.trv-search-dialog-caption-label{margin:0 0 .5em;font-size:1.2em;color:#6495ed}.trv-search-dialog-input-area{overflow:hidden;margin-bottom:5px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.trv-search-dialog-input-area .k-combobox{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.trv-search-dialog-input-area .trv-search-dialog-stopsearch-placeholder li.k-item,.trv-search-dialog-navigational-buttons.k-widget .k-item{border:none}.trv-search-dialog-input-area .trv-search-dialog-stopsearch-placeholder li.k-item.k-disabled{opacity:.4}.trv-search-dialog-input-area .trv-search-dialog-stopsearch-placeholder li.k-item .k-link{padding:0}.trv-search-dialog-input-area .trv-search-dialog-stopsearch-placeholder .fa-times,.trv-search-dialog-input-area .trv-search-dialog-stopsearch-placeholder .t-font-icon{font-size:25px;width:25px;height:25px;cursor:pointer}.trv-search-dialog-input-box{height:auto}.trv-search-dialog-input-box::-ms-clear{display:none}.trv-search-dialog-search-options .k-menu-item{margin-right:.3em;border-radius:2px;border-width:1px;padding:0;overflow:visible}.trv-search-dialog-search-options .k-menu-item>.k-link{text-align:center;box-sizing:border-box;padding:6px;width:28px;height:28px;line-height:14px}.trv-search-dialog-search-options .k-menu-item>.k-link .k-icon{margin:0}.trv-search-dialog-search-options .fa{display:inline}.trv-search-dialog-search-options .fa-certificate:after{content:".";position:absolute;right:22px;top:5px}.trv-search-dialog-results{margin:.7em 0 .3em}.trv-search-dialog-results-label{font-size:.8em;line-height:2.5}.trv-search-dialog-navigational-buttons{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;float:right;background:0 0;border:none}.trv-search-dialog-results-area{width:auto;font-size:.7em;padding:.2em;overflow:auto;max-height:45em;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.trv-search-dialog-results-row{margin:.5em 0!important;padding:.5em!important;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;cursor:pointer;overflow:hidden}.trv-search-dialog-results-row span:first-child{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:1em;display:block;float:left;width:calc(100% - 75px)}.trv-search-dialog-results-row .trv-search-dialog-results-pageSpan{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;float:left}.trv-report-viewer .trv-search-dialog-highlighted-result{background-color:rgba(0,35,102,.3);color:#fff;background-image:none}.trv-report-viewer .trv-search-dialog-shaded-result{background-color:rgba(255,140,0,.3)}.trv-send-email-dialog.trv-hidden{display:none}.trv-send-email-window{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-moz-flex-flow:column;-ms-flex-flow:column;flex-flow:column}.trv-send-email-window .k-editor .k-editable-area{height:auto}.trv-send-email-editor{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1;-moz-box-flex:1 0 auto;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}textarea.trv-send-email-editor{padding:10px;resize:vertical}.trv-send-email-actions{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;text-align:right;border:none}.trv-send-email-editor table{margin:0}.trv-send-email-field{max-width:calc(100% - 10px)}.trv-send-email-editor>div.k-form-field-wrap{max-width:calc(100% - 10px)}.trv-send-email-editor>.k-form-field-wrap .k-button-group.k-tool-group{margin:2px 4px 2px 0}.trv-send-email-editor>.k-form-field-wrap .k-tool-group:not(.k-button-group){gap:4px}@media screen and (min-width:40.5em){.trv-menu-small{display:none!important}}@media screen and (min-width:1px) and (max-width:40.5em){.trv-side-menu{display:block;padding-top:.1em;left:-3em;transition:.1s}.trv-side-menu-visible .trv-side-menu{left:0;width:15em;padding-left:0;transition:.5s}.trv-side-menu-visible .trv-report-viewer div.trv-content-wrapper{left:15em;right:-15em;transition:.5s}.trv-menu-large{display:none!important}.trv-nav{left:0;right:0}.trv-parameters-area.trv-hidden~.trv-pages-area{right:0}.trv-document-map.trv-hidden~.trv-pages-area{left:0}}.k-form-horizontal .k-form-field>.k-form-label,.k-form-horizontal .k-form-field>.k-label{justify-content:flex-start}.k-list-item-text::before,.k-list-optionlabel::before{content:""!important}
/* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM df6e1ff3d9621585c40f2a09c31120dd */
.error-detail > textarea {
  width: auto;
  font-family: monospace;
  cursor: default;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 5px;
  clear: both;
}
.alert p {
  margin: 0 0 0.5em;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  font-weight: normal;
}
.alert h6 {
  font-size: 1.05em;
}
.alert h5 {
  font-size: 1.1em;
}
.alert h4 {
  margin: 0 0 0.5em -0.2em;
  line-height: 20px;
  font-size: 1.2em;
}
.alert h3 {
  font-size: 1.3em;
}
.alert h2 {
  font-size: 1.4em;
}
.alert h1 {
  font-size: 1.5em;
}
.alert ol,
.alert ul {
  list-style-position: outside;
  margin: 10px 0 10px 25px;
}
.alert ol li,
.alert ul li {
  margin: 0.3em 0;
}
.alert ol {
  list-style-type: decimal;
}
.alert ul {
  list-style-type: disc;
}
.alert ul.dropdown-menu {
  list-style-type: none;
  margin: 2px 0 0;
}
.alert ul.dropdown-menu li {
  margin: 0;
}
.alert.error {
  color: #864c4b;
}
.btn {
  white-space: nowrap;
}
.btn-default {
  background: #f5f5f5;
}
.ui-dialog {
  position: fixed;
}
.ui-dialog .ui-dialog-titlebar {
  position: absolute !important;
  background: none;
  border: none;
  top: 14px;
  right: 24px;
  z-index: 1;
}
.ui-dialog .ui-dialog-titlebar > span {
  display: none;
}
.ui-dialog .ui-dialog-titlebar > button {
  margin-top: -6px;
  height: 26px;
  width: 25px;
}
.ui-dialog .ui-dialog-content {
  padding: 0.3em 0.3em 0 !important;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea,
.form-group.error .select2-container > a,
.form-group.error .k-picker-wrap,
.form-group.error .k-picker-wrap.k-state-hover,
.form-group.error .k-picker-wrap.k-state-focused,
.form-group.error .select2-drop-active,
.select2-drop.error {
  border-color: #b94a48;
}
.form-horizontal .control-label {
  text-align: left;
  margin-bottom: 0;
  padding-top: 5px;
}
.form-horizontal .form-group {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.input-append .input-group-addon {
  height: 16px;
  line-height: 16px;
}
.input-append .popover .popover-content {
  font-size: 12px;
}
.dropdown-menu > li > .button-item {
  display: block;
  padding: 3px 20px;
}
.dropdown-menu > li > .button-item > label {
  display: table-cell;
  padding: 3px 20px 3px 0px;
  width: 100%;
}
.dropdown-menu > li > .button-item > .btn-group {
  display: table-cell;
}
.dropdown-menu > li > .button-item > .btn-group > .btn {
  min-width: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.nav-tabs > li > a {
  line-height: 17px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  outline: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: #fff;
  background: #fff;
  outline: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.popover .popover-title {
  padding: 0.5em 0.7em;
  line-height: normal;
  font-weight: normal;
  font-size: 1.1em;
}
.popover .popover-content {
  padding: 0.5em 0.8em;
  max-height: 10em;
  overflow: auto;
}
kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: inherit;
  font-size: 11px;
  line-height: 1.3;
  cursor: default;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  text-shadow: 0 1px 0 #fff;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
html,
body {
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
}
ol,
ul {
  list-style: none;
}
select {
  line-height: 26px;
  height: 26px;
}
legend {
  font-size: 1.2em;
  line-height: 35px;
}
label {
  font-weight: normal;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.customize-entity-menu {
  text-align: left;
  margin-left: 0.3em;
  flex-shrink: 0;
}
.customize-entity-menu .dropdown-menu > li > .button-item > label,
.customize-list-menu .dropdown-menu > li > .button-item > label {
  white-space: nowrap;
}
.customize-message {
  background-color: #fcf8e3;
  color: #886d3e;
  text-align: center;
  padding: 5px;
  position: fixed;
  top: 0;
  left: 50%;
  width: 360px;
  z-index: 10000;
  margin-left: -180px;
  border-radius: 0 0 5px 5px;
  opacity: 0.7;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid #CECECE;
  border-top: 0;
  cursor: default;
}
.customize-message:hover {
  opacity: 1;
}
.loadmask-msg {
  border: 0;
  background: none;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: auto !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.select2-results li.select2-result-unselectable > .select2-result-label {
  font-weight: bold;
  cursor: default;
}
.select2-results .select2-result-label > .select2-description {
  font-size: 0.9em;
  color: #666;
}
.select2-results .select2-highlighted .select2-result-label > .select2-description {
  color: #eee;
}
.select2-container {
  width: 100% !important;
}
.select2-search-choice a {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.text-nowrap {
  white-space: nowrap;
}
.two-factor .qr-code img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 160px;
}
.two-factor .qr-code .manual-code {
  text-align: center;
  font-style: italic;
  font-weight: bolder;
}
#start-main header.main {
  display: none;
}
#app {
  background-color: #fff;
  font-size: 24.5px;
}
#root-layout {
  display: flex;
  height: 100vh;
}
header.alert {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b7b7b7;
  padding: 0.7em 0.8em 0.5em;
  margin: 0;
  font-size: 1.2em;
}
header.alert pre {
  margin: 0.5em 0;
  padding: 0.5em;
}
header.main {
  display: flex;
  align-items: center;
  background: #fdfcfc;
  flex-wrap: wrap;
  flex-shrink: 0;
  padding: 0 0 7px 7px;
  min-width: 0;
}
header.main > label {
  margin: 7px 7px 0 0;
  white-space: nowrap;
  flex: 1 1 5em;
  font-weight: normal;
  line-height: normal;
  font-size: 1.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
header.main > label > span {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.25em;
}
header.main > label > .assistant {
  margin-left: 0.4em;
  min-width: 24px;
}
header.main > label em {
  font-style: normal;
}
header.main > label em.with-name {
  opacity: 0.8;
}
header.main > label em.with-name:after {
  content: ':';
}
header.main > label em.with-name:empty {
  display: none;
}
header.main .controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header.main .controls .btn:hover,
header.main .controls .btn:focus {
  text-decoration: none;
}
header.main .controls > .btn,
header.main .controls > .btn-group {
  margin: 7px 7px 0 0;
}
header.main .controls .btn[data-uid='65e393f7-24f0-4838-ae16-b311b017bad6'] {
  background: url(/client/4f5617b56ec53ea1ad06088d38d48f27.png) no-repeat center center;
  background-size: cover;
  width: 137.5px;
  height: 24px;
  border: 0;
  padding: 0;
}
header.main .controls .btn[data-uid='65e393f7-24f0-4838-ae16-b311b017bad6'] > span {
  display: none;
}
header.main .controls .btn[data-uid='65e393f7-24f0-4838-ae16-b311b017bad6']:hover {
  background-image: url(/client/6f2cbf56a031654fb5962bd1326b302d.png);
}
header.main .controls .btn.help {
  font-size: 20px;
  padding: 0;
  color: #5cb85c;
}
header.main .controls .btn.help:hover {
  color: #449d44;
}
header.main .controls .btn-group > .dropdown-menu {
  min-width: unset;
}
header.main .controls .btn-group > .dropdown-menu li > button {
  padding: 4px 10px;
  background: none;
  border: none;
  color: #333;
  text-align: left;
  width: 100%;
}
header.main .controls .btn-group > .dropdown-menu li > button span.fa {
  padding-right: 2px;
}
header.main .controls .btn-group > .dropdown-menu li > button:hover {
  background: #eee;
}
header.main > .customize-entity-menu,
header.main > .customize-list-menu {
  margin: 7px 7px 0 0;
}
#main {
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}
#main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
  min-width: 0;
  min-height: 0;
  overflow: auto;
}
#main-content > .nav {
  grid-area: nav;
}
#main-content > .north {
  grid-area: north;
}
#main-content > .east {
  grid-area: east;
}
#main-content > .west {
  grid-area: west;
}
#main-content > form.form {
  grid-area: main;
}
.print {
  padding: 10px;
}
.print label {
  cursor: text;
}
.print-button .btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
#reportViewer {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  font-family: 'segoe ui', 'ms sans serif';
  overflow: hidden;
}
.report .report-header {
  padding: 2px 0 10px;
}
.report .report-footer {
  padding: 10px 0;
}
.report .report-table {
  border-top: solid 1px gainsboro;
}
.report .report-table thead th {
  vertical-align: auto;
}
.report .report-table thead th .glyphicon.sort-ascending,
.report .report-table thead th .glyphicon.sort-descending {
  display: none;
}
.report .report-table thead th.sort-ascending .glyphicon.sort-ascending {
  display: inline;
}
.report .report-table thead th.sort-descending .glyphicon.sort-descending {
  display: inline;
}
.report .report-table thead th.column-group-header {
  text-align: center;
}
.report .report-table td,
.report .report-table th {
  text-align: left;
  vertical-align: middle;
}
.report .report-table td.boolean > .report-value,
.report .report-table th.boolean > .report-value {
  justify-content: center;
}
.report .report-table td.integer > .report-value,
.report .report-table th.integer > .report-value,
.report .report-table td.float > .report-value,
.report .report-table th.float > .report-value {
  justify-content: flex-end;
}
.report .report-table td.image-url img,
.report .report-table th.image-url img {
  max-width: 260px;
  max-height: 180px;
}
.report .report-table td .report-value,
.report .report-table th .report-value {
  display: flex;
  flex: 1;
}
.report .report-table td .report-value .display,
.report .report-table th .report-value .display {
  padding: 0.4em 0 0.2em;
}
.report .report-table tr[class*="group-footer"] td {
  font-weight: bold;
}
.report .report-table tr.report-total td,
.report .report-table tr.report-total-row td {
  font-weight: 900;
  font-size: 1.1em;
}
.report .report-table tr.report-total td {
  border-bottom: double 3px gainsboro;
}
#top-bar {
  display: flex;
  flex-shrink: 0;
  color: #fff;
  background-color: #464c5b;
}
#top-bar .top-controls {
  flex: 1;
  display: flex;
  flex-direction: row;
  min-width: 0;
  background: linear-gradient(to right, #047ab1 45%, #005680 95%);
  background-color: #005680;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #505050;
}
#top-bar .server-name {
  align-self: center;
  border: 1px dashed #cecece;
  border-radius: 3px;
  background: #31291f;
  padding: 0.3em 0.5em;
  font-size: 10px;
  opacity: 0.6;
  margin: 0.3em;
  color: #fff;
  white-space: nowrap;
}
#top-bar .server-name .fa,
#top-bar .server-name .glyphicon {
  padding: 0 0.3em;
  font-size: 0.9em;
}
#top-bar .top-list {
  display: flex;
  align-items: center;
  color: inherit;
}
#top-bar .top-list .fa,
#top-bar .top-list .glyphicon {
  color: inherit;
  font-size: 16px;
  vertical-align: text-bottom;
}
#top-bar .top-list .user-avatar.customizing {
  background: #f0ad4e;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 3px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
}
#top-bar .top-list .user-avatar.customizing:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#top-bar .top-list > li > div {
  opacity: 0.9;
}
#top-bar .top-list > li > div > a {
  display: block;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  margin: 0 2px 0;
  padding: 7px 7px;
  color: inherit;
  border: 1px solid transparent;
  text-decoration: none;
}
#top-bar .top-list > li:hover > div {
  opacity: 1;
}
#top-bar .top-list > li:hover > div > a {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
#top-bar .top-list > li.selected > div {
  opacity: 1;
}
#top-bar .top-list > li.selected > div > a {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#top-bar .top-menu {
  padding: 0.2em 0;
  flex: 1;
  overflow: auto;
  scrollbar-width: thin;
}
#top-bar .top-menu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#top-bar .top-menu::-webkit-scrollbar-thumb {
  background: #ffffffa3;
}
#top-bar .top-menu::-webkit-scrollbar-track {
  background: #0000003d;
}
#top-bar .top-menu li span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-width: 5em;
  overflow: hidden;
}
#top-bar .options {
  justify-content: flex-end;
}
#top-bar .options > ul,
#top-bar .options .server-name {
  flex: 0;
}
#top-bar .options > ul :focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#top-bar .options > ul > li.settings > div.open,
#top-bar .options > ul > li.applications > div.open,
#top-bar .options > ul > li.notifications > div.open {
  opacity: 1;
}
#top-bar .options > ul > li.settings .dropdown a,
#top-bar .options > ul > li.settings .dropdown span {
  white-space: nowrap;
}
#top-bar .options > ul > li.settings .dropdown .user-name {
  cursor: default;
  display: block;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 16px;
  color: #868686;
}
#top-bar .options > ul > li.applications > div.application > a {
  color: inherit;
  font-size: 11pt;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  white-space: nowrap;
}
#top-bar .options > ul > li.applications > div.application > a:focus,
#top-bar .options > ul > li.applications > div.application > a:hover {
  color: inherit;
  text-decoration: none;
}
#top-bar .options > ul > li.applications > div.application > ul {
  min-width: 100%;
}
.top-bar-label {
  display: block;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  font-family: Helvetica, Tahoma, sans-serif;
  cursor: pointer;
  margin-top: 4px;
  line-height: 12px;
}
.top-bar-label .caret {
  margin-top: 4px;
}
.top-bar-label:hover {
  color: #fff;
}
.dropdown-menu li.create {
  opacity: 0.5;
  margin-top: 2px;
  padding-top: 1px;
  border-top: 1px dashed #ccc;
  font-style: italic;
  position: relative;
}
.dropdown-menu li.create > a {
  padding-right: 30px;
}
.dropdown-menu li.create > a:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\f067";
  position: absolute;
  right: 10px;
}
.dropdown-menu li.create:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-menu li a span {
    display: none;
  }
}
section.primary-content {
  border-top: 1px solid gainsboro;
  padding: 10px;
}
.about {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  box-shadow: inset 4px 4px 8px -6px black;
  flex: 1;
  flex-wrap: wrap;
  overflow: auto;
}
.about .logo {
  margin-right: 20px;
}
.about .logo img {
  display: block;
}
.about .content {
  flex: 1 1 30em;
  min-width: 5em;
  max-width: 50em;
  margin-bottom: 3em;
}
.about .content p {
  padding-bottom: 1em;
}
.about .content .applications {
  width: auto;
}
.about .content .terms {
  display: inline-block;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}
.about hr {
  margin: 0 0 1em;
}
.about .user-status .icon {
  margin-left: 1em;
  opacity: 0.7;
}
.credits {
  padding: 10px 15px 50px;
}
.credits .credit h3 {
  font-size: 1.4em;
  font-weight: normal;
  opacity: 0.8;
  line-height: 2em;
}
.credits .credit aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.credits .credit aside span + span {
  margin-top: 0.3em;
}
.credits .credit [data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
.credits .credit [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}
.credits .credit + .credit {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #d8d8d8;
}
.credits .licence {
  margin: 5px 0;
}
.credits .licence pre {
  padding: 10px;
  white-space: pre-wrap;
}
#start-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#start-main .start-panel {
  margin: 0.5em 0;
  width: 404px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
#start-main .start-panel form {
  margin: 10px 60px;
  min-height: 8em;
}
#start-main .start-panel .banner {
  max-width: 404px;
  display: block;
  margin: 0 auto;
}
#start-main .start-panel fieldset legend,
#start-main .start-panel .form-tabs {
  display: none;
}
#start-main .start-panel .form-group {
  margin-bottom: 1em;
}
#start-main .start-panel .nav-links {
  text-align: right;
  padding: 10px 20px;
}
#start-main .start-panel .nav-links > li {
  display: inline-block;
}
#start-main .start-panel .nav-links > li:not(:last-child):after {
  content: " |";
}
#start-main .start-panel .auth-provider-form {
  text-align: center;
  background: #F7F7F7;
  border-top: 1px solid #ccc;
  padding: 1em 0 1em;
  margin: 0;
}
#start-main .start-panel .auth-provider-form button.auth-provider img {
  margin-right: 0.3em;
}
#start-main .start-panel > .start-content > .alert {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
#start-main .start-panel > .start-content .alert {
  margin-bottom: 12px;
}
#start-main .start-panel > .start-content .form header.main,
#start-main .start-panel > .start-content .form section.main,
#start-main .start-panel > .start-content .form footer.main {
  padding: 0;
  border: none;
  background: none;
}
#start-main .start-panel > .start-content .form header.main {
  color: #000;
  margin-bottom: 1em;
}
#start-main .start-panel > .start-content .form header.main > label {
  padding: 0;
}
#start-main .start-panel > .start-content .form header.main > .controls {
  display: none;
}
#start-main .start-panel > .start-content .form section.main {
  overflow: hidden;
}
#start-main .start-panel > .start-content .form .control-label {
  font-weight: normal;
  white-space: nowrap;
  width: auto;
}
#start-main .start-panel > .start-content .form .control-label > em {
  display: none !important;
}
#start-main .start-panel > .start-content .form .control-label:after {
  content: '';
}
#start-main .start-panel > .start-content .form .help-inline {
  margin-left: -8px;
}
#start-main .start-panel > .login-content .message {
  margin-bottom: 5px;
  background-color: #ffc;
  padding: 5px;
  border-radius: 4px;
  text-align: center;
}
#start-main .start-panel #announcements {
  margin: 0.3em 0.5em;
}
#start-main .start-panel #announcements > section {
  padding: 0.1em;
  max-height: 300px;
  overflow-y: auto;
}
#start-main .start-panel #announcements > section > .announcement {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0.5em;
  background: #fefefe;
  margin-bottom: 0.5em;
}
#start-main .start-panel #announcements > section > .announcement > .header {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #eee;
}
#start-main .start-panel #announcements > section > .announcement > .header > .title {
  flex-grow: 1;
  font-weight: bold;
}
#start-main .start-panel #announcements > section > .announcement > .header > .date {
  flex-shrink: 0;
  justify-content: flex-end;
  font-size: 10px;
  text-align: right;
}
#start-main .start-panel #announcements > section > .announcement > .message {
  margin: 0.2em;
  padding: 0;
}
#start-main .start-panel #announcements > section > .announcement > .message p {
  white-space: pre-wrap;
}
#start-main small {
  font-size: 80%;
}
@media (max-height: 780px) {
  #start-main .start-panel #announcements > section {
    max-height: inherit;
  }
}
@media (min-height: 880px) {
  #start-main {
    justify-content: flex-start;
  }
  #start-main .start-panel {
    margin-top: 101px;
  }
}
@media (max-width: 404px) {
  #start-main {
    justify-content: flex-start;
  }
  #start-main .start-panel {
    width: 100%;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
  }
  #start-main .start-panel .banner {
    max-width: 100%;
  }
  #start-main .start-panel > .start-content form,
  #start-main .start-panel > .login-content form {
    margin: 0.8em 0.16em;
  }
  #start-main .start-panel button {
    width: 100%;
  }
  #start-main .start-panel .nav-links {
    padding: 0;
    text-align: center;
  }
  #start-main .start-panel #announcements > section {
    max-height: inherit;
  }
}
.shortcuts {
  width: 45%;
  margin: 2em;
  border-collapse: collapse;
}
.shortcuts thead th {
  padding-bottom: 8px;
}
.shortcuts tbody {
  margin: 10px;
}
.shortcuts tbody tr {
  border-bottom: solid 1px lightgray;
}
.shortcuts tbody tr:first-child {
  border-top: solid 2px darkgray;
}
.shortcuts tbody tr:last-child {
  border-bottom: none;
}
.shortcuts tbody td {
  padding: 8px;
}
.shortcuts tbody td:first-child {
  width: 16em;
}
.forms-shortcuts {
  float: right;
}


/*# sourceMappingURL=main.545b6070bf4625d1dadf.css.map*/