@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/woff/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
table {
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  min-width: 30px;
  min-height: 30px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: normal;
  padding: 4px 4px;
  user-select: none;
}
.btn-default {
  color: #424242;
  background-color: #FFF;
  border-color: #b3b3b3;
  /*&:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }*/
}
.cn-print .btn-default {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-default:active,
.btn-default:focus {
  background-image: none;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 0;
  outline-color: #b3b3b3;
}
.btn-default .badge {
  color: #FFF;
  background-color: #424242;
}
.btn-default.cn-dim {
  color: #FFF;
  background-color: #424242;
}
.btn-default.btn-disable {
  color: #555555;
  background-color: #333333;
  border-color: #222222;
  cursor: not-allowed;
}
.btn-default > svg {
  fill: #424242;
}
.cn-print .btn-default > svg {
  fill: #000;
}
.btn-primary {
  color: #FFF;
  background-color: #7e49a7;
  border-color: #714195;
  /*&:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }*/
}
.cn-print .btn-primary {
  color: #000;
  background-color: #eeeeee;
  border-color: #000;
}
.btn-primary:active,
.btn-primary:focus {
  background-image: none;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 0;
  outline-color: #714195;
}
.btn-primary .badge {
  color: #7e49a7;
  background-color: #FFF;
}
.btn-primary.cn-dim {
  color: #7e49a7;
  background-color: #FFF;
}
.btn-primary.btn-disable {
  color: #555555;
  background-color: #333333;
  border-color: #222222;
  cursor: not-allowed;
}
.btn-primary > svg {
  fill: #FFF;
}
.cn-print .btn-primary > svg {
  fill: #000;
}
.btn-success {
  color: #FFF;
  background-color: #A5CE3A;
  border-color: #97bf30;
  /*&:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }*/
}
.cn-print .btn-success {
  color: #000;
  background-color: #eeeeee;
  border-color: #000;
}
.btn-success:active,
.btn-success:focus {
  background-image: none;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 0;
  outline-color: #97bf30;
}
.btn-success .badge {
  color: #A5CE3A;
  background-color: #FFF;
}
.btn-success.cn-dim {
  color: #A5CE3A;
  background-color: #FFF;
}
.btn-success.btn-disable {
  color: #555555;
  background-color: #333333;
  border-color: #222222;
  cursor: not-allowed;
}
.btn-success > svg {
  fill: #FFF;
}
.cn-print .btn-success > svg {
  fill: #000;
}
.btn-info {
  color: #FFF;
  background-color: #4D4D7C;
  border-color: #43436c;
  /*&:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }*/
}
.cn-print .btn-info {
  color: #000;
  background-color: #eeeeee;
  border-color: #000;
}
.btn-info:active,
.btn-info:focus {
  background-image: none;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 0;
  outline-color: #43436c;
}
.btn-info .badge {
  color: #4D4D7C;
  background-color: #FFF;
}
.btn-info.cn-dim {
  color: #4D4D7C;
  background-color: #FFF;
}
.btn-info.btn-disable {
  color: #555555;
  background-color: #333333;
  border-color: #222222;
  cursor: not-allowed;
}
.btn-info > svg {
  fill: #FFF;
}
.cn-print .btn-info > svg {
  fill: #000;
}
.btn-warning {
  color: #424242;
  background-color: #ebeb7d;
  border-color: #e8e867;
  /*&:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }*/
}
.cn-print .btn-warning {
  color: #000;
  background-color: #eeeeee;
  border-color: #000;
}
.btn-warning:active,
.btn-warning:focus {
  background-image: none;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 0;
  outline-color: #e8e867;
}
.btn-warning .badge {
  color: #ebeb7d;
  background-color: #424242;
}
.btn-warning.cn-dim {
  color: #ebeb7d;
  background-color: #424242;
}
.btn-warning.btn-disable {
  color: #555555;
  background-color: #333333;
  border-color: #222222;
  cursor: not-allowed;
}
.btn-warning > svg {
  fill: #424242;
}
.cn-print .btn-warning > svg {
  fill: #000;
}
.btn-danger {
  color: #FFF;
  background-color: #FF6F59;
  border-color: #ff5940;
  /*&:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }*/
}
.cn-print .btn-danger {
  color: #000;
  background-color: #eeeeee;
  border-color: #000;
}
.btn-danger:active,
.btn-danger:focus {
  background-image: none;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 0;
  outline-color: #ff5940;
}
.btn-danger .badge {
  color: #FF6F59;
  background-color: #FFF;
}
.btn-danger.cn-dim {
  color: #FF6F59;
  background-color: #FFF;
}
.btn-danger.btn-disable {
  color: #555555;
  background-color: #333333;
  border-color: #222222;
  cursor: not-allowed;
}
.btn-danger > svg {
  fill: #FFF;
}
.cn-print .btn-danger > svg {
  fill: #000;
}
.btn-print {
  color: #FFF;
  background-color: #000;
  border-color: #000;
  /*&:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }*/
}
.cn-print .btn-print {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-print:active,
.btn-print:focus {
  background-image: none;
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 0;
  outline-color: #000;
}
.btn-print .badge {
  color: #000;
  background-color: #FFF;
}
.btn-print.cn-dim {
  color: #000;
  background-color: #FFF;
}
.btn-print.btn-disable {
  color: #555555;
  background-color: #333333;
  border-color: #222222;
  cursor: not-allowed;
}
.btn-print > svg {
  fill: #FFF;
}
.cn-print .btn-print > svg {
  fill: #FFF;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
input,
select,
textarea,
label {
  font-size: 13px;
  font-family: Helvetica, sans-serif;
  color: #424242;
  background: #ebebeb;
  white-space: pre-wrap;
}
body.cn-print,
input.cn-print,
select.cn-print,
textarea.cn-print,
label.cn-print,
.cn-print body,
.cn-print input,
.cn-print select,
.cn-print textarea,
.cn-print label {
  color: #000;
}
body.report-group-print,
input.report-group-print,
select.report-group-print,
textarea.report-group-print,
label.report-group-print {
  background: #c7aedb;
}
input,
select,
textarea,
label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.cn-assert {
  background-color: red;
  color: white;
  font-size: 1.2em;
}
.cn-assert > * {
  margin-bottom: 4px;
}
.cn-assert > .hdr {
  font-size: 1.5em;
  font-weight: bold;
}
.cn-icon {
  vertical-align: bottom;
  max-width: 18px;
  max-height: 18px;
}
.cn-msgbox {
  white-space: pre-wrap;
  font-weight: bold;
  padding: 2px 2px 15px 2px;
}
.cn-msgbox.msg-html {
  overflow: auto;
  max-height: 600px;
  font-weight: normal;
}
.cn-msgbox.msg-html h4 {
  margin: 4px;
}
.cn-msgbox.msg-html table {
  border-collapse: collapse;
}
.cn-msgbox.msg-html td {
  border: 1px solid black;
  padding: 2px;
  font-weight: normal;
}
.cn-error {
  color: #FF6F59;
}
.cn-warning {
  color: #ebeb7d;
}
/* TABCATCH */
.cn-tabcatch {
  position: absolute;
  opacity: 0;
}
/* GRID */
.grid {
  font-size: 0;
  /* to avoid vertical space with empty columns */
}
.grid > .row {
  display: table;
}
.grid > .row > .col {
  display: table-cell;
  font-size: 13px;
  vertical-align: top;
  position: relative;
}
.grid > .row > .col.slim {
  display: block;
}
.grid > .row > .col.vbot {
  vertical-align: bottom;
}
.grid > .row .col.pinned > div {
  padding: 2px;
  background-color: #ebebeb;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.grid > .row .col.pinned > div .hide-on-pinned {
  display: none;
}
.cn-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: gray;
}
.cn-overlay.pause-ui {
  background-color: transparent;
  opacity: 1;
}
.cn-move-wig {
  position: fixed;
  background-color: red;
  width: 100%;
  height: 5px;
  z-index: 3;
}
.cn-keepws {
  white-space: pre-wrap;
}
.cn-form-hili-1 {
  background-color: rgba(165, 206, 58, 0.1);
}
.cn-form-hili-2 {
  background-color: rgba(126, 73, 167, 0.1);
}
.cn-form-hili-3 {
  background-color: rgba(240, 173, 78, 0.1);
}
/* List filters */
.list-filter,
.list-shared {
  display: inline-block;
  vertical-align: top;
}
.list-shared {
  margin-left: 5px;
  margin-right: 5px;
}
.list-limit-filter {
  display: inline-block;
  margin-bottom: 2px;
  margin-top: 2px;
}
.list-limit-filter select {
  height: 30px;
  outline: 0;
  width: 100%;
  padding: 2px 2px;
  color: #333333;
  border-width: 1px;
  border-style: solid;
  color: #333333, #a2a2a2;
  background-color: #FFF;
  border-color: #b3b3b3;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cn-print .list-limit-filter select {
  color: #333333;
  background-color: transparent;
  border-color: #a2a2a2;
}
.list-limit-filter select:focus {
  outline: solid 1px #decaea;
  outline-offset: -2px;
}
.list-gen-filter {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.list-gen-filter > div {
  display: inline-block;
  vertical-align: top;
}
.list-gen-filter > div > button {
  border-color: #a2a2a2;
  color: #333333;
  background-color: #eeeeee;
}
.list-gen-filter > div > button > .cn-icon {
  fill: #333333;
}
.cn-print .list-gen-filter > div > button {
  border-color: #a2a2a2;
  color: #333333;
  background-color: inherit;
}
.cn-print .list-gen-filter > div > button > .cn-icon {
  fill: #333333;
}
.list-gen-filter > div > input.filled {
  outline: #ff8573 2px solid;
  outline-offset: -2px;
}
.list-gen-filter > div > input,
.list-gen-filter > div select {
  height: 30px;
  outline: 0;
  width: 100%;
  padding: 2px 2px;
  border-width: 1px;
  border-style: solid;
  color: #333333;
  background-color: #FFF;
  border-color: #a2a2a2;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /*&::placeholder {
        color: lighten(@filtering-color, 30%);
      }*/
}
.cn-print .list-gen-filter > div > input,
.cn-print .list-gen-filter > div select {
  color: #333333;
  background-color: transparent;
  border-color: #a2a2a2;
}
.list-gen-filter > div > input:focus,
.list-gen-filter > div select:focus {
  outline: solid 1px #decaea;
  outline-offset: -2px;
}
.list-gen-filter > div > select {
  font-weight: bold;
}
.list-gen-filter > div > * {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
}
.list-gen-filter > div > *:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.list-gen-filter > div > *:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.list-custom-filter-cbox,
.list-xl-export,
.list-refresh {
  display: inline-block;
  vertical-align: top;
  margin-bottom: -1px;
  margin-left: 2px;
}
.list-custom-filter-cbox > button,
.list-xl-export > button,
.list-refresh > button {
  border-color: #a2a2a2;
  color: #333333;
  background-color: #eeeeee;
}
.cn-print .list-custom-filter-cbox > button,
.cn-print .list-xl-export > button,
.cn-print .list-refresh > button {
  border-color: #a2a2a2;
  color: #333333;
  background-color: inherit;
}
.cn-print .list-custom-filter-cbox > button > .cn-icon,
.cn-print .list-xl-export > button > .cn-icon,
.cn-print .list-refresh > button > .cn-icon {
  fill: #333333;
}
.list-refresh > button {
  background-color: #ebebeb;
}
.list-xl-export > button {
  background-color: #A5CE3A;
  width: 40px;
}
.list-col-customize {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.list-col-customize > * {
  display: inline-block;
  vertical-align: top;
}
.list-col-customize > * .btn {
  margin-left: 2px;
  margin-bottom: -1px;
  background-color: #eeeeee;
  border: solid 1px #777777;
}
.list-col-customize > * .btn > .txt {
  margin-left: 2px;
  font-size: 0.9em;
  display: inline-block;
}
.list-col-customize > * .btn.pressed {
  background-color: #4D4D7C;
  color: #FFF;
}
.list-col-customize > * .btn.pressed > * {
  fill: #FFF;
}
.list-col-customize-exp > .expanded {
  display: block;
}
.list-col-customize-exp > .expanded > * {
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: top;
}
.list-col-customize-exp > .expanded > .colacn {
  width: 150px;
  text-align: center;
  user-select: none;
}
.list-col-customize-exp > .expanded > .colacn > * > * {
  cursor: pointer;
  display: inline-block;
  padding: 4px;
  margin: 4px;
  border: 1px solid #777777;
}
.list-col-customize-exp > .expanded > .colacn > * > *.reset {
  width: 120px;
}
.list-col-customize-exp > .expanded > .colacn > * > *.done-rem {
  width: 65px;
  vertical-align: top;
  height: 50px;
}
.list-col-customize-exp > .expanded > .colacn > * > *.done-rem > * {
  display: block;
}
.list-col-customize-exp > .expanded > .colacn > * > *.done-rem > * > * {
  display: inline-block;
}
.list-col-customize-exp > .expanded > .colacn > * > *.done-rem.ph {
  border: none;
}
.list-col-customize-exp > .expanded > .visside,
.list-col-customize-exp > .expanded > .invisside {
  width: calc(50% - 75px);
  border: solid 1px #7e49a7;
  margin-top: 4px;
  margin-bottom: 6px;
  min-height: 100px;
}
.list-col-customize-exp > .expanded > .visside .sidelbl,
.list-col-customize-exp > .expanded > .invisside .sidelbl {
  font-weight: bold;
  display: block;
  border: none;
  padding-bottom: 0;
}
.list-col-customize-exp > .expanded > .visside > .vishdr,
.list-col-customize-exp > .expanded > .invisside > .vishdr {
  display: block;
  border: none;
  margin: 0;
}
.list-col-customize-exp > .expanded > .visside > .vishdr > *,
.list-col-customize-exp > .expanded > .invisside > .vishdr > * {
  display: inline-block;
  width: 58%;
}
.list-col-customize-exp > .expanded > .visside > .vishdr > .btnctr,
.list-col-customize-exp > .expanded > .invisside > .vishdr > .btnctr {
  width: 40%;
  text-align: right;
}
.list-col-customize-exp > .expanded > .visside > .vishdr > .btnctr > .move-up,
.list-col-customize-exp > .expanded > .invisside > .vishdr > .btnctr > .move-up,
.list-col-customize-exp > .expanded > .visside > .vishdr > .btnctr .move-down,
.list-col-customize-exp > .expanded > .invisside > .vishdr > .btnctr .move-down {
  border: #777777 1px solid;
  padding: 3px;
  margin-right: 2px;
  display: inline-block;
}
.list-col-customize-exp > .expanded > .visside > .vishdr > .btnctr > .move-up > .cn-icon,
.list-col-customize-exp > .expanded > .invisside > .vishdr > .btnctr > .move-up > .cn-icon,
.list-col-customize-exp > .expanded > .visside > .vishdr > .btnctr .move-down > .cn-icon,
.list-col-customize-exp > .expanded > .invisside > .vishdr > .btnctr .move-down > .cn-icon {
  fill: inherit;
}
.list-col-customize-exp > .expanded > .visside > *,
.list-col-customize-exp > .expanded > .invisside > * {
  user-select: none;
  border: #777777 1px solid;
  padding: 3px;
  margin: 2px;
  display: inline-block;
}
.list-col-customize-exp > .expanded > .visside > *.sel,
.list-col-customize-exp > .expanded > .invisside > *.sel {
  background-color: #dfdb03;
}
.list-col-customize-exp > .expanded > .visside > * > *,
.list-col-customize-exp > .expanded > .invisside > * > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.list-col-customize-exp > .expanded > .visside > * > *.move-invis,
.list-col-customize-exp > .expanded > .invisside > * > *.move-invis {
  float: right;
  text-align: right;
  width: 20px;
  margin: 0;
  cursor: pointer;
}
.list-col-customize-exp > .expanded > .visside > * > *.move-vis,
.list-col-customize-exp > .expanded > .invisside > * > *.move-vis {
  float: left;
  text-align: left;
  width: 20px;
  margin: 0;
  cursor: pointer;
}
.list-col-customize-exp > .expanded > .visside > * > * > .cn-icon,
.list-col-customize-exp > .expanded > .invisside > * > * > .cn-icon {
  fill: #777777;
}
.list-col-customize-exp > .expanded > .invisside > * > .up,
.list-col-customize-exp > .expanded > .invisside .down {
  display: none;
}
.list-custom-filter > div {
  display: inline-block;
  vertical-align: top;
}
.list-custom-filter > div > div.filled > div.custom {
  outline: #ff8573 2px solid;
  outline-offset: -2px;
}
.list-custom-filter > div > div {
  margin-right: 4px;
  margin-top: -1px;
}
.list-custom-filter > div > div > div.common {
  display: inline-block;
  vertical-align: top;
}
.list-custom-filter > div > div > div.common > button {
  border-color: #a2a2a2;
  color: #333333;
  background-color: #eeeeee;
}
.list-custom-filter > div > div > div.common > button > .cn-icon {
  fill: #333333;
}
.cn-print .list-custom-filter > div > div > div.common > button {
  border-color: #a2a2a2;
  color: #333333;
  background-color: inherit;
}
.cn-print .list-custom-filter > div > div > div.common > button > .cn-icon {
  fill: #333333;
}
.list-custom-filter > div > div > div.common > label {
  height: 30px;
  border-width: 1px;
  border-style: solid;
  color: #333333;
  background-color: #FFF;
  border-color: #a2a2a2;
  padding-top: 6px;
  padding-left: 2px;
  font-weight: bold;
}
.cn-print .list-custom-filter > div > div > div.common > label {
  color: #333333;
  background-color: transparent;
  border-color: #a2a2a2;
}
.list-custom-filter > div > div > div.common > * {
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
}
.list-custom-filter > div > div > div.common > *:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.list-custom-filter > div > div > div.custom {
  display: inline-block;
  vertical-align: top;
}
.list-custom-filter > div > div > div.custom .std-style-1 {
  display: inline-block;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  color: #333333;
  background-color: #FFF;
  border-color: #a2a2a2;
  border-radius: 0 0 0 0;
  height: 30px;
  padding: 2px 2px;
}
.cn-print .list-custom-filter > div > div > div.custom .std-style-1 {
  color: #333333;
  background-color: transparent;
  border-color: #a2a2a2;
}
.list-custom-filter > div > div > div.custom .std-style-1:focus {
  outline: solid 1px #decaea;
  outline-offset: -2px;
}
.list-custom-filter > div > div > div.custom .std-style-2 > button {
  border-color: #a2a2a2;
  color: #333333;
  background-color: #eeeeee;
}
.cn-print .list-custom-filter > div > div > div.custom .std-style-2 > button {
  border-color: #a2a2a2;
  color: #333333;
  background-color: inherit;
}
.list-custom-filter > div > div > div.custom .std-style-2 > * {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  border-width: 1px;
  border-style: solid;
  color: #333333;
  background-color: #FFF;
  border-color: #a2a2a2;
  border-radius: 0;
  padding: 2px 2px;
}
.cn-print .list-custom-filter > div > div > div.custom .std-style-2 > * {
  color: #333333;
  background-color: transparent;
  border-color: #a2a2a2;
}
.list-custom-filter > div > div > div.custom .std-style-2 > *:focus {
  outline: solid 1px #decaea;
  outline-offset: -2px;
}
.list-custom-filter > div > div > div.custom .std-style-2 > *:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.list-custom-filter > div > div > div.custom .std-style-2 > * .cn-icon {
  fill: #333333;
}
.cn-print .mv-content tbody .row {
  page-break-inside: avoid;
}
.mv-container {
  cursor: default;
}
.mv-container > .mv-spacer {
  height: 2px;
}
.mv-container > .mv-echelon-control {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1px;
}
.mv-container > .mv-echelon-control > button {
  display: inline-block;
  vertical-align: top;
  margin-right: -1px;
}
.mv-container > .length {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.mv-container > .length > select {
  height: 30px;
  outline: 0;
  width: 100px;
  padding: 2px 2px;
  border-width: 1px;
  border-style: solid;
  color: #333333;
  background-color: #FFF;
  border-color: #a2a2a2;
}
.cn-print .mv-container > .length > select {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.mv-container > .lengthph {
  height: 2px;
}
.mv-container > .rc {
  display: inline-block;
  padding: 2px;
  vertical-align: bottom;
  font-size: 0.9em;
}
.mv-container .ech-switch {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 6px 4px 2px 4px;
  cursor: pointer;
}
.mv-container .control {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.mv-container .control > div {
  display: inline-block;
  vertical-align: top;
}
.mv-container .control .expand,
.mv-container .control .collapse {
  cursor: pointer;
}
.mv-container .control .expand > .cn-icon,
.mv-container .control .collapse > .cn-icon {
  fill: #af8acc;
  max-height: 20px;
  max-width: 20px;
}
.mv-container > .paging {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2px;
  margin-right: 2px;
  margin-top: 2px;
}
.mv-container > .paging.bottom {
  margin-top: 2px;
  margin-bottom: 0;
}
.mv-container > .paging > .main {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  user-select: none;
}
.mv-container > .paging > .main > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mv-container > .paging > .main > ul > li {
  padding: 6px;
  display: inline-block;
  color: #333333;
  border: solid 1px #a2a2a2;
  margin-right: -1px;
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
}
.cn-print .mv-container > .paging > .main > ul > li {
  border-color: #000000;
}
.mv-container > .paging > .main > ul > li.active {
  background-color: #af8acc;
  color: #FFF;
}
.mv-container > .paging > .main > ul > li.disabled {
  cursor: not-allowed;
}
.mv-container > .paging > .goto {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}
.mv-container > .paging > .goto > input {
  display: inline-block;
  width: 50px;
  height: 30px;
  outline: 0;
  padding: 2px 2px;
  border-width: 1px;
  border-style: solid;
  color: #333333;
  background-color: #FFF;
  border-color: #a2a2a2;
}
.cn-print .mv-container > .paging > .goto > input {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.mv-container .stripe-0 {
  background-color: #ebebeb;
}
.mv-container .stripe-1 {
  background-color: #e6e6e6;
}
.mv-container .stripe-2 {
  background-color: #dedeea;
}
.mv-container .stripe-3 {
  background-color: #d4bfe3;
}
.mv-content > .ech-1 .mv-subrow > ul > li {
  background-color: rgba(1, 1, 1, 0.3);
}
.mv-content > .ech-1 .mv-subrow > ul > li.mv-frozenx {
  background-color: #b2b2b2;
}
.mv-content > .row.total .mv-subrow.thick-bb,
.mv-content > .row.total .mv-subrow.thick-tb {
  border: none;
}
.mv-container.mv-container.mv-hide-hdr .mv-subrow > ul > li {
  border-color: transparent;
}
.mv-subrow {
  display: table;
  table-layout: fixed;
}
.mv-subrow.thick-bb {
  border-bottom: 1px #777777 solid;
}
.mv-subrow.thick-tb {
  border-top: 1px #777777 solid;
}
.mv-subrow.mv-cg {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.mv-subrow.mv-cg > ul {
  height: 16px;
}
.mv-subrow > ul {
  height: 24px;
  display: table-row;
  margin: 0;
  padding: 0;
  word-break: break-word;
}
.mv-subrow > ul.child > li {
  vertical-align: top;
}
.mv-subrow > ul > li {
  position: relative;
  display: table-cell;
  overflow-wrap: break-word;
  vertical-align: middle;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  padding: 1px 2px;
}
.mv-subrow > ul > li.vtop {
  vertical-align: top;
}
.cn-print .mv-subrow > ul > li {
  border-right-color: #000000;
  border-bottom-color: #000000;
}
.mv-subrow > ul > li.bleft {
  border-left: 1px solid #777777;
}
.cn-print .mv-subrow > ul > li.bleft {
  border-left-color: #000000;
}
.mv-subrow > ul > li.mv-hide-cap {
  border: none;
}
.mv-subrow > ul > li.mv-hide-cap > .mv-hdr {
  display: none;
}
.mv-subrow > ul > li.mv-no-tot {
  border: none;
  background-color: unset;
}
.mv-subrow > ul > li.mv-tot {
  border-bottom: none;
  font-weight: bold;
}
.mv-subrow > ul > li.nb {
  border-bottom: none;
}
.mv-subrow > ul > li.ech-1 {
  background-color: rgba(1, 1, 1, 0.3);
}
.mv-subrow > ul > li.tool {
  text-align: center;
}
.mv-subrow > ul > li.cfocus {
  background-color: yellow;
  z-index: 1;
}
.mv-subrow > ul > li > .hdr {
  font-weight: bold;
  text-align: center;
}
.mv-subrow > ul > li.expanded > div,
.mv-subrow > ul > li.collapsed > div {
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
}
.mv-subrow > ul > li.expanded > div > .cn-icon,
.mv-subrow > ul > li.collapsed > div > .cn-icon {
  fill: #af8acc;
}
.mv-subrow > ul > li > div > div.cellerr {
  color: #FF6F59;
}
.mv-subrow > ul > li > div > div.cellwarn {
  color: #F0AD4E;
}
.mv-subrow > ul.errwarn .stderr {
  height: 4px;
  background-color: #FF6F59;
}
.mv-subrow > ul.errwarn .rowerr {
  color: #FF6F59;
  font-weight: bold;
}
.mv-subrow > ul.errwarn .rowwarn {
  color: #ebeb7d;
  font-weight: bold;
}
.mv-header-ctr {
  display: table;
  table-layout: fixed;
  user-select: none;
}
.cn-print .mv-header-ctr {
  border-top-color: #000000;
}
.cn-resize-col {
  position: absolute;
  width: 4px;
  background: #777777;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0;
}
.cn-resize-col:hover {
  cursor: col-resize;
}
.mv-resize-scrolly:hover {
  cursor: row-resize;
}
.mv-resize-scrolly {
  height: 4px;
}
.mv-container > .header.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #ebebeb;
  z-index: 1;
}
.mv-container > .header.sticky.shift-down {
  top: 38px;
}
.mv-container.mv-hide-hdr > .header {
  display: none;
}
.mv-container.mv-no-hili .mv-select {
  background-color: inherit;
}
.mv-container.mv-no-hili .mv-subrow > ul > li.cfocus {
  background-color: inherit;
}
.mv-frozenx {
  z-index: 2;
  background-color: #ebebeb;
}
.mv-select .mv-frozenx {
  background-color: #ffffcc;
}
.mv-header > .mv-hdrgroup > th {
  height: 18px;
  border: none;
}
.mv-header > .mv-hdrgroup > th.brgt {
  border-right: 1px solid #777777;
}
.mv-header > .mv-hdrgroup > th.mv-cg {
  border-top: 1px solid #777777;
  border-right: 1px solid #777777;
  font-size: 12px;
}
.mv-header > .mv-hdrgroup-fix > th {
  height: 0;
  border: none;
}
.mv-header > tr > th.auxh {
  border: none;
}
.mv-header > tr > th.auxh > div {
  text-align: left;
  padding: 2px;
  border: none;
}
.mv-header > tr > th.auxh > div > * {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: -1px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-left-color: #000000;
}
.mv-header > tr > th {
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  border-top: 1px solid #777777;
  height: 26px;
  position: relative;
}
.mv-header > tr > th.cap-small {
  font-size: 0.7em;
}
.mv-header > tr > th.add > div {
  padding: 1px 0;
}
.mv-header > tr > th.add > div > .cn-icon {
  cursor: pointer;
  fill: #A5CE3A;
  max-height: 24px;
  max-width: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.mv-header > tr > th.add > .mv-hdr {
  margin-left: 24px;
}
.mv-header > tr > th > .mv-hdr {
  padding: 2px 0 1px 0;
}
.mv-header > tr > th > .mv-hdr > div {
  display: inline-block;
}
.cn-print .mv-header > tr > th {
  border-right-color: #000000;
  border-bottom-color: #000000;
}
.mv-header > tr > th.bleft {
  border-left: 1px solid #777777;
}
.cn-print .mv-header > tr > th.bleft {
  border-left-color: #000000;
}
.mv-header > tr > th.cap-rot > .ech-ctr {
  display: inline-block;
  width: 100%;
}
.mv-header > tr > th.cap-rot > .mv-hdr > div:first-child {
  height: 100px;
  writing-mode: vertical-rl;
  text-align: left;
  font-weight: normal;
  padding-bottom: 2px;
  display: inline-block;
}
.mv-header > tr > th.ech-1 {
  background-color: rgba(1, 1, 1, 0.3);
}
.mv-hdr {
  text-align: center;
  font-weight: bold;
  color: #424242;
  word-break: break-word;
}
.cn-print .mv-hdr {
  color: inherit;
}
.mv-hdr > .help {
  cursor: help;
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
}
.mv-hdr > .help > .cn-icon {
  fill: #777777;
  max-width: 12px;
  max-height: 12px;
  vertical-align: top;
}
.mv-hdr > .cap-small {
  font-size: 0.7em;
  padding-top: 3px;
  padding-bottom: 2px;
}
.mv-hdr > .sort {
  cursor: pointer;
  margin-left: 2px;
  position: absolute;
  top: 0;
  right: 4px;
}
.mv-hdr > .sort > .cn-icon {
  fill: #555555;
}
.mv-hdr > .sort.sort-sel > .cn-icon {
  fill: #eeeeee;
}
.mv-hdr > .sort.sort-0 > .cn-icon {
  fill: #A5CE3A;
}
.mv-hdr > .sort.sort-1 > .cn-icon {
  fill: #ebeb7d;
}
.mv-hili-1,
.mv-hili-success {
  background-color: rgba(165, 206, 58, 0.35);
}
.mv-hili-2,
.mv-hili-primary {
  background-color: rgba(126, 73, 167, 0.35);
}
.mv-hili-3,
.mv-hili-warning {
  background-color: rgba(240, 173, 78, 0.35);
}
.mv-hili-vstripe {
  background-color: rgba(204, 204, 204, 0.35);
}
.mv-center {
  text-align: center;
}
.mv-right {
  text-align: right;
}
.mv-select {
  background-color: #ffffcc;
}
.mv-cf.mv-select {
  background-color: inherit;
}
/* Used to center images vertically by placing it before an image tag */
.cn-vcenter {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
/* select dropdowns */
select {
  background: url("/deps/images/control/select-dd.png") no-repeat 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cn-tab.edit > div > ul > li {
  color: #FFF;
  background-color: rgba(240, 173, 78, 0.55);
}
.cn-tab.edit > div > ul > li.active {
  color: #FFF;
  background-color: #F0AD4E;
}
.cn-tab.edit > div > .content {
  border-color: #F0AD4E;
}
.cn-tab > div > ul {
  list-style: none;
  margin: 0 6px;
  padding: 0;
}
.cn-tab > div > ul > li {
  color: #777777;
  fill: #777777;
  background-color: #eeeeee;
  border-style: none;
  min-width: 50px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 6px;
  margin-right: 2px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
}
.cn-tab > div > ul > li.shared {
  padding: 0;
  fill: inherit;
  background-color: #ebebeb;
  vertical-align: bottom;
}
.cn-tab > div > ul > li > .detach {
  cursor: pointer;
  display: none;
}
.cn-tab > div > ul > li .cn-icon {
  max-height: 14px;
}
.cn-print .cn-tab > div > ul > li {
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #eeeeee;
  margin-bottom: -1px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cn-tab > div > ul > li.active {
  background-color: #7e49a7;
  cursor: default;
  color: #FFF;
  padding-top: 8px;
}
.cn-tab > div > ul > li.active > .detach {
  display: inline-block;
}
.cn-tab > div > ul > li.edit {
  background-color: rgba(240, 173, 78, 0.55);
}
.cn-tab > div > ul > li.edit.active {
  background-color: #F0AD4E;
}
.cn-tab > div > ul > li.launch,
.cn-tab > div > ul > li.closeall {
  padding-top: 4px;
  min-width: 0;
}
.cn-tab > div > ul > li .close {
  cursor: pointer;
  position: relative;
  top: -2px;
  margin-left: 3px;
}
.cn-tab > div > ul > li .close > .cn-icon {
  fill: #777777;
  max-width: 12px;
  max-height: 12px;
}
.cn-tab > div > ul > li .badge {
  background-color: #FFF;
  color: #333333;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
  min-width: 20px;
  margin-left: 3px;
  padding: 1px 2px 0 2px;
}
.cn-tab > div > ul > li .active .badge {
  color: #424242;
  background-color: #ebebeb;
}
.cn-tab > div > .content {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #7e49a7;
}
.cn-print .cn-tab > div > .content {
  border-color: #000;
}
.cn-tab > div > .content.edit {
  border-color: #F0AD4E;
  border-left-width: 5px;
}
.cn-tab > div > .content > div {
  display: none;
}
.cn-tab > div > .content > div.active {
  display: block;
}
.cn-print .cn-tab > div > .content {
  margin-bottom: 2px;
}
.cn-panel.pan-hili-1 > .border,
.cn-panel.pan-hili-2 > .border,
.cn-panel.pan-hili-3 > .border,
.cn-panel.pan-hili-danger > .border {
  border-color: #777777;
  margin-bottom: -1px;
}
.cn-panel > .border {
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  border-color: #7e49a7;
  padding-left: 2px;
  padding-bottom: 2px;
}
.cn-print .cn-panel > .border {
  border-color: #000;
  margin-top: -1px;
}
.cn-panel.pan-hili-1 > .caption {
  color: #424242;
  font-weight: bold;
  background-color: rgba(165, 206, 58, 0.35);
}
.cn-panel.pan-hili-2 > .caption {
  color: #424242;
  font-weight: bold;
  background-color: rgba(126, 73, 167, 0.35);
}
.cn-panel.pan-hili-3 > .caption {
  color: #424242;
  font-weight: bold;
  background-color: rgba(240, 173, 78, 0.35);
}
.cn-panel.pan-hili-danger > .caption {
  color: #424242;
  font-weight: bold;
  background-color: #FF6F59;
}
.cn-panel > .caption {
  color: #FFF;
  background-color: #7e49a7;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 4px 6px;
}
.cn-panel > .caption > div {
  display: inline-block;
  margin-right: 2px;
}
.cn-panel > .caption > div > .cn-icon {
  fill: #FFF;
}
.cn-print .cn-panel > .caption {
  color: #000;
  background-color: #eeeeee;
}
.cn-panel.edit.pan-hili-1 > .border,
.cn-panel.edit.pan-hili-2 > .border,
.cn-panel.edit.pan-hili-3 > .border,
.cn-panel.edit.pan-hili-danger > .border {
  border-color: #777777;
}
.cn-panel.edit > .border {
  border-color: #F0AD4E;
}
.cn-panel.edit.pan-hili-1 > .caption {
  color: #424242;
  font-weight: bold;
  background-color: rgba(165, 206, 58, 0.35);
}
.cn-panel.edit.pan-hili-2 > .caption {
  color: #424242;
  font-weight: bold;
  background-color: rgba(126, 73, 167, 0.35);
}
.cn-panel.edit.pan-hili-3 > .caption {
  color: #424242;
  font-weight: bold;
  background-color: rgba(240, 173, 78, 0.35);
}
.cn-panel.edit.pan-hili-danger > .caption {
  color: #424242;
  font-weight: bold;
  background-color: #FF6F59;
}
.cn-panel.edit > .caption {
  background-color: #F0AD4E;
}
.cn-utility {
  display: inline-block;
  vertical-align: top;
}
.cn-boundary-img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  text-align: center;
}
.cn-boundary-img > * {
  display: inline-block;
  vertical-align: middle;
}
.cn-boundary-img > .vfix {
  height: 100%;
}
.cn-boundary-w-img {
  display: inline-block;
  vertical-align: middle;
}
.cn-boundary {
  padding: 2px;
}
.cn-boundary.utility {
  padding: 0 2px;
}
.cn-boundary.sbs {
  display: inline-block;
  vertical-align: middle;
}
.cn-boundary > .hdr {
  cursor: default;
  font-weight: bold;
  color: #333333;
}
.cn-print .cn-boundary > .hdr {
  color: inherit;
}
.cn-boundary > .hdr > .cap > .capicon > * {
  display: inline;
}
.cn-boundary > .hdr > .cap > .capicon .cn-icon {
  max-height: 12px;
  max-width: 12px;
  margin-bottom: 2px;
  margin-right: 2px;
  fill: #424242;
}
.cn-boundary > .hdr > * {
  display: inline-block;
}
.cn-boundary > .hdr > .helptext {
  font-weight: normal;
  display: block;
  text-align: left;
}
.cn-boundary > .hdr > .help {
  cursor: help;
  margin-left: 2px;
}
.cn-boundary > .hdr > .help > .cn-icon {
  vertical-align: top;
  fill: #777777;
  max-width: 12px;
  max-height: 12px;
}
.cn-boundary.capleft > .hdr,
.cn-boundary.capleft > div:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
}
.cn-boundary.capleft.captxt-r > .hdr {
  text-align: right;
  padding-right: 2px;
}
.cn-boundary.capright > .hdr,
.cn-boundary.capright > div:nth-child(1) {
  display: inline-block;
  vertical-align: middle;
}
.cn-boundary.capright > .hdr > .cap,
.cn-boundary.capright > div:nth-child(1) > .cap {
  padding-left: 2px;
}
.cn-boundary.border {
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  border-color: #7e49a7;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 2px;
  margin-top: 2px;
  padding: 2px;
}
.cn-print .cn-boundary.border {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
.cn-boundary.border > .hdr {
  background-color: #7e49a7;
  color: #FFF;
  padding: 3px 6px;
  font-weight: normal;
  margin: -2px -2px 2px -2px;
}
.cn-print .cn-boundary.border > .hdr {
  color: #000;
  background-color: #eeeeee;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #000;
}
.cn-boundary.border.edit {
  border-color: #F0AD4E;
}
.cn-boundary.border.edit > .hdr {
  background-color: #F0AD4E;
  color: #FFF;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.cn-form-detail.listscrollx {
  overflow: hidden;
}
.cn-form-editbar {
  border-left: 5px solid #F0AD4E;
}
/* to avoid extra space from the min-height:1px for columns when the header is empty */
.cn-form-list > .cn-form-header > .row > div {
  min-height: 0px;
}
/* message dialog */
.cn-msgbox-text {
  white-space: pre-wrap;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 300px;
  font-weight: bold;
}
/* Scroller */
#cn-scroll-top {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 38px;
  width: 38px;
  transition: opacity 1s ease;
  opacity: 0;
  padding: 2px;
  background-color: #ebebeb;
  border-style: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#cn-scroll-top > .cn-icon {
  fill: #7e49a7;
}
#cn-scroll-top.cn-scroll-top-fadein {
  opacity: 1;
  transition: opacity 1s ease;
}
/* errors */
.cn-input-error {
  background-color: yellow;
}
/* panels */
.cn-form-single .panel {
  margin-bottom: 3px;
}
/* spinner */
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.cn-msgbubble {
  position: absolute;
  padding: 8px;
  z-index: 100;
  border-radius: 4px;
  background-color: #7e49a7;
  color: #FFF;
  user-select: none;
}
.spinner {
  position: fixed;
  background: transparent;
  top: calc(50% - 25px);
  left: calc(50% - 50px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #A5CE3A;
  border-top: 6px solid #7e49a7;
  animation-duration: 2s;
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.cn-button > div {
  padding: 10px 6px;
}
.cn-button > svg {
  margin-bottom: 9px;
}
.dej-ib > .cont {
  display: inline-block;
}
.dej-cap > .hdr {
  background-color: #9767bc;
  padding: 6px 2px 6px 4px;
  color: #ebebeb;
}
select {
  background: url("/images/control/deja-select-dd.png") no-repeat 100%;
}
.dej-tbl {
  width: 100%;
  max-width: 800px;
  table-layout: fixed;
}
.dej-tbl tbody {
  word-wrap: break-word;
  word-break: break-word;
}
.dej-tbl tbody tr.stripe-1 {
  background-color: #cccccc;
}
.dej-tbl tbody tr.stripe-2 {
  background-color: #c7aedb;
}
.dej-tblh-tl,
.dej-tblh-tls,
.dej-tblh,
.dej-tblh-tr {
  color: #ebebeb;
  padding: 10px 0;
  background: linear-gradient(#7e49a7, 65%, #a378c4);
  text-align: left;
}
.dej-tblh-tl {
  border-top-left-radius: 20px;
  padding-left: 10px;
}
.dej-tblh-tls {
  padding-left: 10px;
}
.dej-tblh-tr {
  border-top-right-radius: 20px;
}
.cn-combobox > input {
  font-size: 16px;
}
.spinner {
  border-bottom-color: #c2c2c2;
  border-top: 6px solid #7e49a7;
}
