.isovolta-btn {
  color: #fff;
  height: 1.6rem;
  background: #232e3b;
  border: none;
  border-radius: .4rem;
  padding: .1rem .5rem;
  font-size: 1rem;
  display: inline-block;
  overflow: hidden;
}

.table-bordered td {
    /*float: left;*/
    width: 100%;
}

.isovolta-btn span {
  padding-left: .5rem;
  line-height: 1.6rem;
}

.isovolta-btn:hover {
  cursor: pointer;
  background: #232e3b90;
}

.icon-btn {
  height: 1.4rem;
  float: left;
  margin: .1rem;
}

.table {
  table-layout: fixed;
}

#loginLink {
  color: #fff;
  text-decoration: none;
}

#mainDiv .jslGrid-button {
  height: auto;
  position: absolute;
  inset: 0;
}

#mainDiv .jslGrid-button img {
  position: absolute;
  top: 2px;
  left: 15px;
}

.div-lds-dual-ring {
  text-align: center;
  z-index: 10000;
  opacity: .5;
  background: #000;
  padding: 300px 0;
  font-size: 6rem;
  position: fixed;
  inset: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre, code {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  -webkit-text-decoration-skip: objects;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input, optgroup, select, textarea {
  text-transform: none;
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

.jsl-button {
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  height: 2rem;
  box-sizing: border-box;
  letter-spacing: .1rem;
  text-align: center;
  white-space: nowrap;
  background-color: #3b99ff;
  border: 1px solid #3b99ff;
  border-radius: .3rem;
  padding: 0 1rem;
  line-height: 2rem;
  text-decoration: none;
  display: inline-block;
}

.jsl-button.jsl-button-outline {
  color: #444;
  background: #fff;
}

.jsl-button:active {
  background-color: #3b99ff;
  border-color: #000;
}

.jsl-button:hover {
  color: #000;
  background-color: #3b9aff80;
  border-color: silver;
  outline: none;
}

.jsl-button:focus {
  border-color: gray;
  outline: none;
}

.jsl-button[disabled] {
  cursor: default;
  opacity: .5;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

div.jsl-fill {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.resizable {
  position: relative;
}

.resizable > .rs-r {
  width: .5rem;
  box-sizing: border-box;
  cursor: w-resize;
  background: #14141433;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.resizable > .rs-b {
  height: .5rem;
  box-sizing: border-box;
  cursor: n-resize;
  background: #14141433;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.resizable > .rs-r.rs-b {
  top: initial;
  left: initial;
  cursor: nw-resize;
  bottom: 0;
  right: 0;
}



.dp-modal {
  background: #ffffffbf;
  position: fixed;
  inset: 0;
}

.dp {
  max-height: 400px;
  z-index: 2010;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  border-radius: .5rem;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 16px #00000040;
}

.dp-permanent .dp {
  box-shadow: none;
  border: 1px solid #eee;
  padding-top: 0;
}

.dp-permanent .dp:before {
  display: none;
}

.dp-below {
  width: 20rem;
  max-width: 100vw;
  position: absolute;
}

.dp-permanent {
  width: 20rem;
  max-width: 100vw;
  z-index: 2010;
  position: relative;
}

.dp-permanent .dp {
  z-index: 0;
}

.dp-modal .dp {
  max-width: 600px;
  width: calc(100% - 4em);
  animation: slide-up .3s forwards;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dp-months {
  padding: 24px;
}

.dp-years {
  box-sizing: border-box;
  max-height: 400px;
  padding: 8px 0;
  overflow: auto !important;
}

.dp-cal-month, .dp-cal-year, .dp-day, .dp-month, .dp-year {
  box-sizing: border-box;
  text-align: center;
  color: #3b404d;
  background: none;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  position: relative;
  top: .2rem;
}

.dp-cal-header {
  text-align: center;
  background: #f0f0f0;
  padding-bottom: .4rem;
  position: relative;
}

.dp-next, .dp-prev {
  width: 1.8rem;
  height: 1.8rem;
  color: #777;
  background: none;
  border: none;
  border-radius: 2px;
  position: absolute;
  top: .3rem;
  overflow: hidden;
}

.dp-next:focus, .dp-prev:focus, .dp-next:hover, .dp-prev:hover {
  color: inherit;
  outline: none;
}

.dp-prev {
  left: 24px;
}

.dp-next {
  right: 24px;
}

.dp-prev:before, .dp-next:before {
  content: "";
  width: .7rem;
  height: .7rem;
  border: 2px solid;
  margin: .5rem 0 3rem .3rem;
  transition: border-color .2s;
  display: inline-block;
  transform: rotate(-45deg);
}

.dp-prev:before {
  border-bottom: none;
  border-right: none;
}

.dp-next:before {
  border-top: none;
  border-left: none;
  margin-left: 0;
  margin-right: 4px;
}

.dp-cal-month, .dp-cal-year {
  outline: none;
  padding: .4rem .3rem .3rem;
  font-size: 1.1rem;
  display: inline-block;
}

.dp-cal-footer {
  text-align: center;
  background: #f5f5f5;
}

.dp-day-today:after {
  content: "";
  height: 0;
  width: 0;
  border: 7px solid #227bd7;
  border-color: #227bd7 #227bd7 #0000 #0000;
  position: absolute;
  top: 0;
  right: 0;
}

.dp-close, .dp-clear, .dp-today {
  box-sizing: border-box;
  width: 33%;
  color: inherit;
  background: none;
  border: none;
  padding: 8px;
  text-decoration: none;
  display: inline-block;
}

.dp-permanent .dp-close, .dp-permanent .dp-clear {
  display: none;
}

.dp-close:active, .dp-clear:active, .dp-today:active, .dp-next:active, .dp-prev:active, .dp-cal-month:active, .dp-cal-year:active {
  color: #fff;
  background: #75bcfc;
}

@media screen and (min-device-width: 1200px) {
  .dp-close:hover, .dp-close:focus, .dp-clear:hover, .dp-clear:focus, .dp-today:hover, .dp-today:focus, .dp-next:hover, .dp-next:focus, .dp-prev:hover, .dp-prev:focus, .dp-cal-month:focus, .dp-cal-month:hover, .dp-cal-year:hover, .dp-cal-year:focus {
    color: #fff;
    background: #75bcfc;
  }
}

.dp-col-header, .dp-day {
  width: 14.2857%;
  text-align: center;
  padding: 8px;
  display: inline-block;
}

.dp-col-header {
  color: #aaa;
  text-transform: uppercase;
  padding: 8px 0;
  font-size: .8rem;
  font-weight: 300;
}

.dp-month {
  width: 33%;
  padding: 8px;
  display: inline-block;
}

.dp-year {
  width: 100%;
  padding: 8px 40px;
  display: block;
}

.dp-edge-day {
  color: #aaa;
}

.dp-day:hover, .dp-month:hover, .dp-year:hover, .dp-current:focus, .dp-current, .dp-day:focus, .dp-month:focus, .dp-year:focus {
  color: #fff;
  background: #75bcfc;
  outline: none;
}

.dp-selected:hover, .dp-selected:focus, .dp-selected {
  color: #fff;
  background: #3b99fc;
}

.dp-day-disabled {
  color: #ddd;
  background: none;
}

.dp-day-disabled:focus, .dp-day-disabled:hover {
  background: #ddd;
}

.dp-focuser {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (max-width: 480px), (max-height: 480px) {
  .dp-modal .dp {
    width: auto;
    width: 100%;
  }

  .dp-day-of-week, .dp-day {
    padding: .3rem;
  }
}

@keyframes slide-up {
  0% {
    transform: translate(-50%, 100%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

.jsl-dialog {
  z-index: 2002;
  pointer-events: all;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: .8rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dlg-close-btn {
  color: #555;
  width: 2.5rem;
  box-sizing: border-box;
  cursor: pointer;
  background: #d8d8d8;
  border-top-right-radius: .8rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.dlg-close-btn:hover {
  color: #fff;
  background: #b22121;
}

.jsl-dialog-overlay {
  z-index: 2001;
  height: 100vh;
  background: #000c;
  position: fixed;
  inset: 0;
}

.jsl-dialog > .dlg-header {
  box-sizing: content-box;
  height: 2rem;
  text-align: center;
  background: #f8f8f8;
  border-bottom: 1px solid #ededed;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  padding: .6rem;
  font-size: 1.5rem;
  position: relative;
}

.jsl-dialog > .dlg-body {
  box-sizing: border-box;
  margin-bottom: 3rem;
  padding: 1rem;
  overflow: auto;
}

.jsl-dialog > .dlg-footer {
  height: 3rem;
  box-sizing: border-box;
  text-align: right;
  background: #f8f8f8;
  border-top: 1px solid #ededed;
  border-bottom-left-radius: .8rem;
  border-bottom-right-radius: .8rem;
  padding: .5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.jsl-dialog > .dlg-footer button {
  margin-left: 1rem;
}

.jsl-container {
  position: relative;
}

.jsl-container li {
  list-style: none;
}

.jsl-hidden {
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  border: none;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.jsl-visible {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
}

.jsl-desktop.multiple .jsl-visible {
  display: none;
}

.jsl-desktop.multiple.native-open .jsl-visible {
  height: auto;
  opacity: 1;
  display: block;
  top: 100%;
  min-height: 200px !important;
}

.jsl-container.multiple.jsl-mobile .jsl-selected {
  z-index: 0;
}

.jsl-selected {
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  padding: 4px 22px 4px 4px;
  position: relative;
}

.jsl-selected:before {
  width: 0;
  height: 0;
  content: "";
  border: 4px solid #0000;
  border-top-color: #6c7a86;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(0deg)translate3d(0, -50%, 0);
}

.jsl-container.open .jsl-selected:before, .jsl-container.native-open .jsl-selected:before {
  border: 4px solid #0000;
  border-top-width: 0;
  border-bottom-color: #6c7a86;
}

.jsl-label {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
  overflow: hidden;
}

.jsl-placeholder {
  color: #6c7a86;
}

.jsl-tags {
  white-space: normal;
  margin: 0;
  padding: 0;
}

.has-selected .jsl-tags {
  margin: 0 0 -2px;
}

.jsl-tag {
  float: left;
  cursor: default;
  color: #fff;
  background: #acb7bf;
  border: none;
  border-radius: 10px;
  margin: 0 2px 2px 0;
  padding: 0 25px 0 8px;
  list-style: none;
  position: relative;
}

.jsl-container.multiple.has-selected .jsl-selected {
  padding: 2px 28px 2px 2px;
}

.jsl-options-container {
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: 0 solid #0000;
  border-radius: 0 0 3px 3px;
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}

.jsl-container.open .jsl-options-container {
  display: block;
}

.jsl-input-container {
  display: none;
  position: relative;
}

.jsl-clear, .jsl-input-clear, .jsl-tag-remove {
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 11;
  background-color: #0000;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate3d(0, -50%, 0);
}

.jsl-clear, .jsl-input-clear {
  display: none;
}

.jsl-container.has-selected .jsl-clear, .jsl-input-container.active .jsl-input-clear {
  display: block;
}

.jsl-selected .jsl-tag-remove {
  right: 2px;
}

.jsl-clear:before, .jsl-clear:after, .jsl-input-clear:before, .jsl-input-clear:after, .jsl-tag-remove:before, .jsl-tag-remove:after {
  width: 2px;
  height: 10px;
  content: " ";
  background-color: #6c7a86;
  position: absolute;
  top: 5px;
  left: 9px;
}

.jsl-tag-remove:before, .jsl-tag-remove:after {
  width: 3px;
  height: 12px;
  background-color: #fff;
  top: 4px;
}

.jsl-clear:before, .jsl-input-clear:before, .jsl-tag-remove:before {
  transform: rotate(45deg);
}

.jsl-clear:after, .jsl-input-clear:after, .jsl-tag-remove:after {
  transform: rotate(-45deg);
}

.jsl-input-container.active, .jsl-input-container.active .jsl-clear {
  display: block;
}

.jsl-input {
  box-sizing: border-box;
  width: calc(100% - 30px);
  border: 1px solid #999;
  border-radius: 3px;
  margin: 4px 5px;
  padding: 7px 30px 7px 9px;
  top: 5px;
  left: 5px;
}

.jsl-notice {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #999;
  border-radius: 0 0 3px 3px;
  padding: 8px 16px;
  display: none;
}

.jsl-container.notice .jsl-notice {
  display: block;
}

.jsl-container.notice .jsl-selected {
  border-radius: 3px 3px 0 0;
}

.jsl-options {
  max-height: 200px;
  margin: 0;
  padding: 0;
  display: none;
  position: relative;
  top: calc(100% + 2px);
  overflow: auto;
}

.jsl-container.open .jsl-options, .jsl-container.open .jsl-input-container, .jsl-container.notice .jsl-options-container {
  display: block;
}

.jsl-option {
  list-style: outside none none;
  cursor: pointer;
  padding: 3px 4px 4px 2px;
  font-weight: normal;
  display: block;
  position: relative;
}

.jsl-options.optgroups > .jsl-option {
  padding-left: 25px;
}

.jsl-optgroup {
  padding: 0;
  font-weight: bold;
}

.jsl-optgroup--label {
  margin-top: 10px;
  padding: 5px 15px;
  font-weight: bold;
}

.jsl-match {
  text-decoration: underline;
}

.jsl-option.selected {
  background-color: #ddd;
}

.jsl-option.active {
  color: #fff;
  background-color: #5897fb;
}

.jsl-option.disabled {
  opacity: .4;
}

.jsl-option.excluded {
  display: none;
}

.jsl-container.open .jsl-selected {
  border-color: #999 #999 #0000;
  border-radius: 3px 3px 0 0;
}

.jsl-container.open .jsl-selected:after {
  transform: rotate(180deg)translate3d(0, 50%, 0);
}

.jsl-disabled {
  opacity: .6;
}

.jsl-empty, .has-selected .jsl-placeholder {
  display: none;
}

.has-selected .jsl-label {
  display: block;
}

.taggable .jsl-selected {
  padding: 4px 28px 4px 4px;
}

.taggable .jsl-selected:after {
  content: " ";
  clear: both;
  display: table;
}

.taggable .jsl-label {
  width: auto;
}

.taggable .jsl-tags {
  float: left;
  display: block;
}

.taggable .jsl-placeholder {
  display: none;
}

.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}

.jsl-tag-input {
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  border: none;
  padding: 3px 10px;
}

.jsl-input-container.loading:after {
  width: 20px;
  height: 20px;
  content: "";
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  border: 3px solid #ddd;
  border-top-color: #aaa;
  border-radius: 50%;
  animation: spin .5s linear infinite forwards;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate3d(0, -50%, 0);
}

@keyframes spin {
  0% {
    transform: rotate(0deg)translate3d(0, -50%, 0);
  }

  100% {
    transform: rotate(360deg)translate3d(0, -50%, 0);
  }
}

.jsl-container.open.inverted .jsl-selected {
  border-color: #0000 #999 #999;
  border-radius: 0 0 3px 3px;
}

.jsl-container.inverted .jsl-options-container {
  background-color: #fff;
  border-width: 1px 1px 0;
  border-color: #999 #999 #0000;
  border-radius: 3px 3px 0 0;
  top: auto;
  bottom: calc(100% - 1px);
}

.jsl-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.jsl-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.jsl-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.jsl-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}

.jsl-number {
  text-align: right;
}

.jsl-notification-container {
  z-index: 3020;
  position: fixed;
  top: 1px;
  right: 1px;
  overflow: visible;
}

.jsl-notification-container .jsl-notification {
  box-sizing: border-box;
  min-width: 12rem;
  color: #fff;
  cursor: pointer;
  background: #3b99ff;
  border-radius: .3rem;
  margin: .2rem;
  padding: .5rem;
}

.slick-header.ui-state-default, .slick-headerrow.ui-state-default, .slick-footerrow.ui-state-default, .slick-top-panel-scroller.ui-state-default, .slick-group-header.ui-state-default {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: auto;
  border-left: none !important;
}

.slick-header.ui-state-default {
  overflow: inherit;
}

.slick-header::-webkit-scrollbar, .slick-headerrow::-webkit-scrollbar, .slick-footerrow::-webkit-scrollbar {
  display: none;
}

.slick-header-columns, .slick-headerrow-columns, .slick-footerrow-columns, .slick-group-header-columns {
  white-space: nowrap;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.slick-header-column.ui-state-default, .slick-group-header-column.ui-state-default {
  text-overflow: ellipsis;
  height: 20px;
  float: left;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  margin: 0;
  padding: 4px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  box-sizing: content-box !important;
  border-bottom: none !important;
  border-left: none !important;
}

.slick-footerrow-column.ui-state-default {
  text-overflow: ellipsis;
  float: left;
  vertical-align: middle;
  border: none;
  border-right: 1px solid silver;
  margin: 0;
  padding: 4px;
  line-height: 20px;
}

.slick-headerrow-column.ui-state-default, .slick-footerrow-column.ui-state-default {
  padding: 4px;
}

.slick-header-column-sorted {
  font-style: italic;
}

.slick-sort-indicator {
  width: 8px;
  height: 5px;
  float: left;
  margin-top: 6px;
  margin-left: 4px;
}

.slick-sort-indicator-numbered {
  width: 8px;
  height: 5px;
  float: left;
  color: #6190cd;
  margin-top: 0;
  margin-left: 4px;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
}

.slick-sortable-placeholder {
  background: silver;
}

.grid-canvas {
  outline: none;
  position: relative;
}

.slick-row.ui-widget-content, .slick-row.ui-state-active {
  width: 100%;
  border: none;
  position: absolute;
}

.slick-cell, .slick-headerrow-column, .slick-footerrow-column {
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
  white-space: nowrap;
  cursor: default;
  border: 1px solid #0000;
  border-right: 1px dotted silver;
  margin: 0;
  padding: 1px 2px 2px 1px;
  position: absolute;
  overflow: hidden;
}

.slick-headerrow-column {
  border-bottom-color: silver;
}

.slick-footerrow-column {
  border-top-color: silver;
}

.slick-group-toggle {
  display: inline-block;
}

.slick-cell.highlighted {
  -o-transition: all .5s;
  background: #00f3;
  transition: all .5s;
}

.slick-cell.flashing {
  border: 1px solid red !important;
}

.slick-cell.editable {
  z-index: 11;
  overflow: visible;
}

.slick-cell:focus {
  outline: none;
}

.slick-reorder-proxy {
  opacity: .15;
  filter: alpha(opacity= 15);
  cursor: move;
  background: #00f;
  display: inline-block;
}

.slick-reorder-guide {
  height: 2px;
  opacity: .7;
  filter: alpha(opacity= 70);
  background: #00f;
  display: inline-block;
}

.slick-selection {
  z-index: 10;
  border: 2px dashed #000;
  position: absolute;
}

.slick-pane {
  width: 100%;
  outline: none;
  position: absolute;
  overflow: hidden;
}

.slick-pane-header {
  display: block;
}

.slick-header, .slick-headerrow, .slick-top-panel-scroller {
  position: relative;
  overflow: hidden;
}

.slick-top-panel {
  width: 10000px;
}

.slick-viewport {
  width: 100%;
  background: #fff;
  outline: none;
  position: relative;
}

.slick-wrap {
  white-space: normal;
}

input.editor-text, textarea.editor-text {
  width: 100%;
  height: 100%;
  resize: none;
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.slick-cell .jsl-container {
  position: absolute;
  inset: 0;
}

.slick-cell .jsl-container .jsl-selected {
  padding: 0;
}

.slickgrid {
  box-sizing: border-box;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
}

.slick-col-ghost {
  box-sizing: content-box;
  pointer-events: none;
  position: absolute;
}

.slick-ghost-content {
  background: #c8c8c880;
  border: 2px solid #bbb;
  position: absolute;
  left: 0;
  right: 0;
}

.editor-text {
  font-size: 100%;
}

.slick-filtered-header {
  color: #3b99ff;
  background: #e7e7e7;
}

.slick-preheader-panel .slick-column-name {
  text-align: center;
  float: none;
}

.slick-header-column.resizable > .rs-r {
  background: none;
}

.js-touch .slick-header-column > .slick-header-menubutton {
  display: inline-block;
}

.js-touch .slick-header-column.resizable > .rs-r {
  width: 1.2rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAMNSURBVEhLxVY7i1NBGM3NwzyMINiIjSKoC9tIBEG02FgkIeSxpJBlS7sV1s5fIRZqYWFhtYssEggJ5IEaFxERYdXWam1EkQVh82Lz8pzJl3jvzb1JjK8DA/lOZuacO/PNN+Po9/tT29LSktuKt2vov4B2xeo/c3M6piASiawHg8G9eDweEmoi2A/936G9wNg1oW2h0YUdKB4IBO45nU5Ht9s9ACLFYnFb/h4DxT0ez2uXy3WIca/XczQajZuVSuW+6mABWwPRaPSa3+9/DHFNKEe73a7XarWj1Wq1I5QByWQyBwMpCRVoAubL4K9ns9nPQo9guQVW4pwIK7BuJ05AZK3T6exIqMDVAx8Fn89kMieEHmHMQCwWuwrxTbM4l7JcLj8SyhL8QrfbncRKbXGMHuBDMLFtNmHYAor7fL4KxF1CKWDCcj6fj0k4EyR/7uo/hICJXZi5PNyO0Qowgbxeb8ksjgEfuH8SzgwmXrPZXMFKGJIM4qeQE+/T6fRJxmoFwuHwcRybjxA6onoJzG7ngeQTt9TwYcin3Xq9fkZLJBLnEL+C02MQG/wLaJr2HYMWf0d8CJyON5jrooQK/HC0r1oqlarh3B4W/p/D+T/Fiaml+G9jZIB7guwctT8NzNnTz48E5/Het80BZOnbQqFgSJx5wMIDsWdI8AWhFCiOsn6WK7AIR3sD+icwIIQjlJFwLoh43iyOE9eFgWWU9S/OXC73CdwFmPg2+HsAnluc3yc8x0L9MiBymx8ioQLFW61WpFQqPWescoAmsA3nWXgYDwETGi8lllWhZgbfAphzVUIFVkVUx9WhOGG4C2TJXsL1aaEUMJCJs4lKeWuWwmRzm1J8BRfallAKY+8B3b6NvYDA74BPTjKBCy2OC61gEudtegP3wwOhRhirA5ycIrwBOVAPmgL/UEJLYJU2LMT5KhoTJywLEU3w+uVAvQn8ZvbekdASWKVlbNeBhNy68qQnmaWBITiQJiBK4Y4+e+3ANyP6XkLbR3s69SqXW2li4xN71mf2sKG/z4o3tr7jB/mDdb4DhXtsAAAAAElFTkSuQmCC") 100% / .5em .3em no-repeat;
}

.js-touch .slick-header-menubutton.resize-offset {
  width: 1.2rem;
  right: 1.2rem;
}

.slick-header-columns {
  border-bottom: 2px solid silver;
}

.slick-header-column {
  text-align: center;
  border-right: 1px solid silver;
  font-weight: bold;
}

.slick-header-column:hover, .slick-header-column-active {
  color: #fff;
  background: #3b99ff;
}

.slick-header-column > .slick-header-menubutton:hover {
  background-color: #0000004d;
}

.slick-headerrow {
  background: #fafafa;
}

.slick-headerrow-column {
  height: 100%;
  background: #fafafa;
  border-bottom: none;
}

.slick-row.ui-state-active {
  background: #f5f7d7;
}

.slick-row {
  background: #fff;
  border: none;
  line-height: 26px;
  position: absolute;
}

.slick-row.selected {
  z-index: 10;
  background: #dfe8f6;
}

.slick-cell {
  padding-left: 4px;
  padding-right: 4px;
}

.slick-group {
  border-bottom: 2px solid silver;
}

.slick-group .slick-cell {
  background: #d4e4ec;
}

.slick-group-toggle {
  width: 9px;
  height: 9px;
  margin-right: 5px;
}

.slick-group-toggle.expanded {
  background: url("data:image/gif;base64,R0lGODlhCQAJAPcAAAFGeoCAgNXz/+v5/+v6/+z5/+36//L7//X8//j9/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAACQAJAAAIMwADCBxIUIDBgwIEChgwwECBAgQUFjBAkaJCABgxGlB4AGHCAAIQiBypEEECkScJqgwQEAA7") center no-repeat;
}

.slick-group-toggle.collapsed {
  background: url("data:image/gif;base64,R0lGODlhCQAJAPcAAAFGeoCAgNXz/+v5/+v6/+z5/+36//L7//X8//j9/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAACQAJAAAIOAADCBxIUIDBgwIEChgwAECBAgQUFjAAQIABAwoBaNSIMYCAAwIqGlSIAEHFkiQTIBCgkqDLAAEBADs=") center no-repeat;
}

.slick-group-totals {
  color: gray;
  background: #fff;
}

.slick-group-select-checkbox {
  width: 13px;
  height: 13px;
  margin: 3px 10px 0 0;
  display: inline-block;
}

.slick-cell.selected {
  background-color: #cde6f7;
}

.slick-cell.active {
  border-style: solid;
  border-color: #017dbe;
}

.slick-sortable-placeholder {
  background: silver !important;
}

.slick-row.odd {
  background: #ededed;
}

.slick-row.ui-state-active {
  background: #f5f7d7;
}

.slick-row.loading {
  opacity: .5;
  filter: alpha(opacity= 50);
}

.slick-cell.invalid {
  border-color: red;
  animation-name: slickgrid-invalid-hilite;
  animation-duration: .2s;
}

@keyframes slickgrid-invalid-hilite {
  from {
    box-shadow: 0 0 6px red;
  }

  to {
    box-shadow: none;
  }
}

.new-row .slick-cell {
  background: #3b99ff55;
  border-top: 1px solid #aaa;
}

.slick-header-menubutton {
  width: 14px;
  cursor: pointer;
  background-image: url("data:image/gif;base64,R0lGODlhDgAOAIABADtKYwAAACH5BAEAAAEALAAAAAAOAA4AAAISjI+py+0PHZgUsGobhTn6DxoFADs=");
  background-position: 0;
  background-repeat: no-repeat;
  border-left: thin ridge silver;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.slick-header-menubutton.resize-offset {
  right: .5rem;
}

.slick-header-column:hover > .slick-header-menubutton, .slick-header-column-active .slick-header-menubutton {
  display: inline-block;
}

.slick-header-menu {
  cursor: default;
  margin: 0;
  padding: 2px;
  display: inline-block;
  position: absolute;
}

.slick-header-menuitem {
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-header-menuicon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
  display: inline-block;
}

.slick-header-menucontent {
  vertical-align: middle;
  display: inline-block;
}

.slick-header-menuitem-disabled {
  color: silver;
}

.slick-header-menuitem.slick-header-menuitem-divider {
  cursor: default;
  height: 1px;
  background-color: #cecece;
  border: none;
  margin: 8px 2px;
  padding: 0;
  overflow: hidden;
}

.slick-header-menuitem-divider.slick-header-menuitem:hover {
  background-color: #cecece;
}

.slick-header-menu {
  z-index: 20;
  background: #fff;
  border: 1px solid #bebebe;
  padding: 2px;
  box-shadow: 2px 2px 2px silver;
}

.slick-header-menuitem {
  border-radius: 3px;
  padding: 2px 4px;
}

.slick-header-menuitem:hover {
  color: #fff;
  background: #3b99ff;
}

.slick-header-menuitem-disabled {
  background: inherit !important;
  border-color: #0000 !important;
}

.slick-column-name, .slick-sort-indicator {
  float: left;
  margin-bottom: 100px;
  display: inline-block;
}

.slick-header-button {
  float: right;
  vertical-align: top;
  height: 15px;
  width: 15px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px 2rem 100px 1px;
  display: inline-block;
}

.slick-header-button-hidden {
  width: 0;
  transition: width .2s;
}

.slick-header-column:hover > .slick-header-button {
  width: 15px;
}

.v-r-comp, .v-r-comp .v-r-child > * {
  height: 100%;
}

.select-comp {
  min-width: 8rem;
  box-sizing: border-box;
  height: 1.6rem;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
  border-radius: .2rem;
  padding-left: .2rem;
  line-height: 1.6rem;
  display: inline-block;
  position: relative;
}

.select-comp.expanded {
  border-color: #3b99ff;
}

.select-comp.disabled {
  color: #999;
}

.select-comp .sel-result .clear-btn {
  color: #999;
  cursor: pointer;
  opacity: .3;
  z-index: 10;
  background: none;
  border: none;
  font-family: sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4rem;
  position: absolute;
  top: 0;
  right: 1.2rem;
}

.select-comp .sel-result .clear-btn:not([disabled]):hover {
  color: #d00000;
}

.select-comp .sel-result:hover .clear-btn:not([disabled]) {
  opacity: 1;
}

.select-comp .sel-expander {
  width: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  opacity: .7;
  cursor: pointer;
  background: #fff;
  border: none;
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
  font-size: .65em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.select-comp .sel-expander:focus {
  color: #fff;
  background: #3b9aff;
  outline: none;
}

.select-comp .sel-expander:before {
  content: "";
  width: 0;
  box-sizing: content-box;
  border-left: 1px solid #bdbdbd;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
}

.select-comp .sel-dd-item {
  height: 100%;
  white-space: nowrap;
  margin-right: 2.6rem;
  display: block;
  overflow: hidden;
}

.select-comp:hover .sel-expander {
  opacity: 1;
  background: #dadada;
}

.sel-comp-dd {
  box-sizing: border-box;
  z-index: 2010;
  background: #fff;
  position: absolute;
}

.sel-comp-dd > div {
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sel-comp-dd .sel-search {
  height: 1.8rem;
  box-sizing: border-box;
  padding: .1rem;
  overflow: hidden;
}

.sel-comp-dd .sel-search > input {
  height: 1.6rem;
  width: calc(100% - 4px);
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #c8c8c8;
  margin: 0 2px;
  line-height: 1.6rem;
}

.sel-comp-dd .sel-search > input:focus {
  outline: none;
}

.sel-comp-dd .sel-dd-item:hover {
  background: #d0d0d0;
}

.sel-comp-dd .sel-dd-items .focused {
  background: #cce8ff;
}

.sel-comp-dd .sel-dd-items .selected {
  background: #3b99ff;
}

.sel-comp-dd .sel-dd-items.multiple .sel-dd-item {
  padding-left: 1rem;
}

.sel-comp-dd .sel-dd-items.multiple .sel-dd-item.selected:before {
  content: "✓";
  color: #404040;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.sel-comp-dd .sel-dd-item {
  height: 100%;
  line-height: 26px;
}

.progress-comp {
  height: 1rem;
  background: #bbb;
  border-radius: 2px;
  position: relative;
}

.progress-comp .bar {
  height: 100%;
  text-align: center;
  background: #3b99ff;
  border-radius: 2px;
}

.time-comp {
  width: 4em;
  text-align: right;
}

.date-time-comp {
  display: inline-block;
}

.date-time-comp input:first-child {
  width: 6em;
}

.expander-comp {
  box-shadow: 0 1px 2px #0003, 0 1px 2px #0000001a;
}

.expander-comp .header {
  color: #fff;
  min-height: 1.5rem;
  background: #3b99ff;
  border-radius: .3rem;
  align-content: center;
  line-height: 1.5rem;
  display: flex;
}

.expander-comp .header .toggler {
  cursor: pointer;
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
  display: inline-block;
}

.expander-comp .header .toggler:hover {
  color: #000;
  background: #6bb1fc;
}

.expander-comp .header .content {
  cursor: pointer;
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
  flex-grow: 1;
  padding-left: .6em;
  display: inline-block;
}

.expander-comp .header .content:hover {
  color: #000;
  background: #6bb1fc;
}

.expander-comp .expand-collapse-icon {
  color: #fff;
  opacity: .8;
  padding: 0 .2rem;
  top: .2rem;
}

.lds-dual-ring {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.lds-dual-ring:after {
  content: " ";
  width: .75em;
  height: .75em;
  border: .08em solid #444;
  border-color: #444 #0000;
  border-radius: 50%;
  margin: .2em;
  animation: lds-dual-ring 1.2s linear infinite;
  display: block;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.form-field {
  margin-bottom: 16px;
  display: block;
}

.form-field .failed__valid .form-field__input {
  border-color: #c00 !important;
}

.form-field .failed__valid .form-field__label {
  color: #a00 !important;
}

.form-field--is-active .form-field__control:after {
  border-bottom: 2px solid #3b99ff;
  transform: scaleX(150);
}

.form-field--is-active .form-field__label {
  color: #3b99ff;
  font-size: .7em;
  transform: translateY(-14px);
}

.form-field--is-filled .form-field__label {
  font-size: .7em;
  transform: translateY(-14px);
}

.form-field__label {
  color: #606060;
  width: 100%;
  margin: 0;
  padding: 1rem .5rem 0;
  font-weight: normal;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.form-field__control {
  width: 100%;
  background: #f6f6f6;
  border-radius: .3rem .3rem 0 0;
  position: relative;
  overflow: hidden;
}

.form-field__control:after {
  content: "";
  width: 1%;
  border-bottom: 2px solid #3b99ff;
  margin: 0 auto;
  transition: all .4s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.form-field__input, .form-field__textarea {
  box-sizing: border-box;
  appearance: none;
  color: #333;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  margin-top: 1.3rem;
  padding: 0 .3rem .2rem;
  display: block;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  z-index: 9999;
  max-height: 254px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: -1px 1px 3px #0000001a;
}

.autocomplete-suggestion {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  padding: 0 .6em;
  font-size: 1.02em;
  line-height: 23px;
  position: relative;
  overflow: hidden;
}

.autocomplete-suggestion b {
  color: #1f8dd6;
  font-weight: normal;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

.treeview-comp ul {
  padding-left: 1em;
  list-style: none;
}

.treeview-comp input, .treeview-comp input:checked ~ ul {
  display: none;
}

.treeview-comp input ~ label {
  cursor: pointer;
  position: relative;
}

.treeview-comp input ~ label:before {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid #32323280;
  border-color: #0000 #32323280 #32323280 #0000;
  margin-top: .4em;
  margin-left: -1em;
  position: absolute;
}

.treeview-comp input:checked ~ label:before {
  border-width: 5px;
  border-color: #0000 #0000 #0000 #32323280;
  margin-left: -.8em;
}

.stabcomponent .tab-header-row {
  display: flex;
}

.stabcomponent .tab-header-row .tab-item {
  box-sizing: border-box;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  cursor: pointer;
  border: 1px solid silver;
  border-bottom-color: #ddd;
  border-radius: 4px 4px 0 0;
  margin-right: .1rem;
  padding: .5rem;
  text-decoration: none;
  display: inline-block;
}

.stabcomponent .tab-header-row .tab-item:hover {
  color: #000;
  background: #c9e2f9;
}

.stabcomponent .tab-header-row .tab-item .close-button {
  color: #000;
  cursor: pointer;
  float: right;
  min-width: 1rem;
  text-align: center;
  background: linear-gradient(#d9d8d6, #d9d8d6);
  border: 1px solid #88898d;
  border-radius: .2rem;
  margin-left: .5rem;
  margin-right: -.5rem;
  padding: .3rem;
}

.stabcomponent .tab-header-row .tab-item .close-button:hover {
  color: #000;
  background: linear-gradient(#ff634b, #ff3313);
  border-color: #000;
}

.stabcomponent .tab-header-row .active {
  cursor: default;
  color: #fff;
  background: #3b99ff;
  border: 1px solid #747474;
  border-bottom-color: #0000;
  font-weight: bold;
}

.stabcomponent .tab-header-row .disabled {
  cursor: default;
  color: #88898d;
  background: #d9d8d6;
}

.stabcomponent .tab-header-row .disabled:hover {
  color: #88898d;
  background: #d9d8d6;
}

.stabcomponent .tab-content {
  max-height: calc(100vh - 9.6rem);
  border: 1px solid silver;
  overflow: auto;
}

.stabcomponent .tab-hidden {
  display: none;
}

@keyframes checkbox-comp-hover-color {
  from {
    border-color: silver;
  }

  to {
    border-color: #3b99ff;
  }
}

.checkbox-comp {
  display: none;
  position: absolute;
}

.checkbox-comp[disabled] {
  cursor: not-allowed;
}

.checkbox-comp + label {
  cursor: pointer;
  vertical-align: middle;
  padding-left: 1.5em;
  position: relative;
}

.checkbox-comp + label:hover:before {
  animation-name: checkbox-comp-hover-color;
  animation-duration: .4s;
  animation-fill-mode: both;
}

.checkbox-comp + label:before {
  width: 1em;
  height: 1em;
  content: "";
  border: 1px solid silver;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-comp + label:after {
  content: "";
  display: none;
  position: absolute;
}

.checkbox-comp[disabled] + label, .checkbox-comp[disabled] + label:hover, .checkbox-comp[disabled] + label:before, .checkbox-comp[disabled] + label:after {
  cursor: not-allowed;
}

.checkbox-comp[disabled] + label:hover:before {
  border: 1px solid silver;
  animation-name: none;
}

.checkbox-comp[disabled] + label:before {
  border-color: silver;
}

.checkbox-comp:checked + label:before {
  animation-name: none;
}

.checkbox-comp:checked + label:after {
  display: block;
}

.checkbox-comp + label:before {
  border-radius: .2em;
}

.checkbox-comp + label:after {
  box-sizing: border-box;
  width: .5em;
  height: .7em;
  border: .15em solid #fff;
  border-top: none;
  border-left: none;
  top: .1em;
  left: .3em;
  transform: rotate(45deg);
}

.checkbox-comp:checked + label:before {
  background: #3b99ff;
  border-color: #3b99ff;
}

.checkbox-comp:checked[disabled] + label:before {
  background: #c9e2f9;
  border-color: #c9e2f9;
}

.stackpanel-comp.hstackpanel {
  position: relative;
}

@media (max-width: 70em) {
  .stackpanel-comp.hstackpanel.responsive > div {
    width: auto !important;
  }
}

.stackpanel-comp.hstackpanel:not(.responsive) {
  width: 100%;
  display: flex;
  position: relative;
}

@media (min-width: 70em) {
  .stackpanel-comp.hstackpanel {
    width: 100%;
    display: flex;
    position: relative;
  }
}

.stackpanel-comp.wrap {
  flex-wrap: wrap;
}

.stackpanel-comp.vstackpanel {
  position: relative;
}

.stackpanel-comp.vstackpanel > div {
  height: 100%;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.stackpanel-comp.hstackpanel > .split-comp {
  cursor: w-resize;
  background: #d5d5d5;
  position: relative;
  width: 14px !important;
}

.stackpanel-comp.hstackpanel > .split-comp:before {
  height: 4rem;
  width: 7px;
  content: "";
  background: #696969;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 2rem);
  left: 3px;
}

.stackpanel-comp.hstackpanel > .split-comp:hover {
  box-shadow: 0 0 3px 2px #0000004d;
}

.stackpanel-comp.vstackpanel > .split-comp {
  cursor: n-resize;
  background: #d5d5d5;
  flex-grow: 0;
  flex-basis: 14px;
  position: relative;
  height: 14px !important;
}

.stackpanel-comp.vstackpanel > .split-comp:before {
  height: 7px;
  width: 4rem;
  content: "";
  background: #696969;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: calc(50% - 2rem);
}

.stackpanel-comp.vstackpanel > .split-comp:hover {
  box-shadow: 0 0 3px 2px #0000004d;
}

.slick-cell .jsl-toggle {
  color: #888;
  width: 1.2em;
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  display: inline-block;
}

.slick-cell .jsl-toggle-spacer {
  min-width: 1.2em;
  box-sizing: border-box;
  display: inline-block;
}

.slick-cell .jsl-indent {
  display: inline-block;
  position: relative;
}

.nav-comp {
  line-height: 1.9rem;
}

.nav-comp .dropdown ul {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.nav-comp .luxbar-default {
  width: 100%;
  z-index: 1010;
  position: relative;
  box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}

.nav-comp .luxbar-static {
  width: 100%;
  z-index: 1010;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}

.nav-comp .luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
  position: absolute;
}

.nav-comp .luxbar-fixed {
  width: 100%;
  z-index: 1010;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}

.nav-comp .luxbar-fixed-bottom {
  width: 100%;
  z-index: 1010;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}

.nav-comp .luxbar-hamburger span, .nav-comp .luxbar-hamburger span:before, .nav-comp .luxbar-hamburger span:after {
  height: 2px;
  width: 26px;
  transition: all .6s;
  display: block;
}

.nav-comp .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: #0000;
}

.nav-comp .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span:before, .nav-comp .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span:after {
  margin-top: 0;
}

.nav-comp .luxbar-header {
  height: 58px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-comp .luxbar-menu-left .luxbar-navigation, .nav-comp .luxbar-menu-left .luxbar-header {
  justify-content: flex-start;
}

.nav-comp .luxbar-menu-right .luxbar-hamburger {
  margin-left: auto;
}

.nav-comp .luxbar-brand {
  padding: 18px 24px;
  font-size: 1.6em;
}

.nav-comp .luxbar-menu {
  min-height: 58px;
  width: 100%;
  transition: all .6s;
}

.nav-comp .luxbar-navigation {
  flex-direction: column;
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-comp .luxbar-menu a, .nav-comp .luxbar-item a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.nav-comp .luxbar-item {
  height: 58px;
}

.nav-comp .luxbar-item a {
  padding: 18px 24px;
  display: block;
}

.nav-comp .luxbar-hamburger {
  cursor: pointer;
  padding: 18px 24px;
  position: absolute;
  right: 0;
}

.nav-comp .luxbar-hamburger span:before, .nav-comp .luxbar-hamburger span:after {
  content: "";
  position: absolute;
}

.nav-comp .luxbar-hamburger span:before {
  margin-top: -8px;
}

.nav-comp .luxbar-hamburger span:after {
  margin-top: 8px;
}

.nav-comp .luxbar-checkbox {
  display: none;
}

.nav-comp .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
  height: 58px;
  overflow: hidden;
}

.nav-comp .luxbar-checkbox:checked ~ .luxbar-menu {
  height: 100vh;
  transition: height .6s;
  overflow: auto;
}

.nav-comp .dropdown {
  height: auto;
  min-height: 58px;
  position: relative;
}

.nav-comp .dropdown:hover > ul {
  min-width: 100%;
  display: block;
  position: relative;
}

.nav-comp .dropdown > a:after {
  content: "";
  border: 5px solid #0000;
  border-bottom-width: 0;
  position: absolute;
  top: 25px;
  right: 10px;
}

.nav-comp .dropdown > ul {
  padding: 0;
  list-style: none;
  display: block;
  overflow-x: hidden;
}

.nav-comp .dropdown > ul .luxbar-item {
  min-width: 100%;
  height: 29px;
  padding: 5px 10px 5px 40px;
}

.nav-comp .dropdown > ul .luxbar-item a {
  min-height: 29px;
  padding: 0;
  line-height: 29px;
}

@media screen and (min-width: 768px) {
  .nav-comp .luxbar-navigation {
    flex-flow: row;
    justify-content: flex-end;
  }

  .nav-comp .luxbar-hamburger {
    display: none;
  }

  .nav-comp .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: visible;
  }

  .nav-comp .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 58px;
  }

  .nav-comp .luxbar-menu .luxbar-item {
    border-top: none;
  }

  .nav-comp .luxbar-menu-right .luxbar-header {
    margin-right: auto;
  }

  .nav-comp .dropdown {
    height: 58px;
  }

  .nav-comp .dropdown:hover > ul {
    padding: 0;
    position: absolute;
    top: 58px;
    left: 0;
  }

  .nav-comp .dropdown > ul {
    display: none;
  }

  .nav-comp .dropdown > ul .luxbar-item {
    padding: 5px 10px;
  }

  .nav-comp .dropdown > ul .luxbar-item a {
    white-space: nowrap;
  }
}

.nav-comp .luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span:before {
  transform: rotate(225deg);
}

.nav-comp .luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span:after {
  transform: rotate(-225deg);
}

.nav-comp .luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span:before {
  transform: rotate(45deg);
}

.nav-comp .luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span:after {
  transform: rotate(-45deg);
}

.nav-comp .luxbar-menu-dark, .nav-comp .luxbar-menu-dark .dropdown ul {
  color: #fff;
  background-color: #212121;
}

.nav-comp .luxbar-menu-dark .active, .nav-comp .luxbar-menu-dark .luxbar-item:hover {
  background-color: #424242;
}

.nav-comp .luxbar-menu-dark .luxbar-hamburger span, .nav-comp .luxbar-menu-dark .luxbar-hamburger span:before, .nav-comp .luxbar-menu-dark .luxbar-hamburger span:after {
  background-color: #fff;
}

.nav-comp .luxbar-menu-light {
  color: #212121;
  background-color: #e0e0e0;
}

.nav-comp .luxbar-menu-light .dropdown ul {
  color: #212121;
  background-color: #fff;
  box-shadow: 0 4px 3px #0000005c;
}

.nav-comp .luxbar-menu-light .dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.nav-comp .luxbar-menu-light .active, .nav-comp .luxbar-menu-light .luxbar-item:hover {
  background-color: #bdbdbd;
}

.nav-comp .luxbar-menu-light .luxbar-hamburger span, .nav-comp .luxbar-menu-light .luxbar-hamburger span:before, .nav-comp .luxbar-menu-light .luxbar-hamburger span:after {
  background-color: #212121;
}

.ribbon-menu-comp {
  box-sizing: border-box;
  height: 3.9rem;
  background: linear-gradient(90deg, #fff 0%, #f6f6f6 20% 80%, #fff 100%);
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: .3rem;
  position: relative;
}

.ribbon-menu-comp .ribbon-group {
  box-sizing: border-box;
  height: 100%;
  vertical-align: middle;
  border-right: 1px solid #c9c9c9;
  padding: 0 .6rem;
  display: inline-block;
  position: relative;
}

.ribbon-menu-comp .jsl-button {
  margin: .1rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: inline-block;
}

.ribbon-menu-comp .ribbon-group > .jsl-button > img {
  height: 1rem;
}

.ribbon-menu-comp .ribbon-legend {
  text-align: center;
  color: #444;
  font-size: .8em;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
}

