/* Common */
/*
  # Notes:
  Instead of setting global default styles, we target components directly by their prefix.
  This prevents collision in environments with preexisting styling, and has a high enough
  specificity to override preexisting global styles on components.

  Unfortunately the higher specificity of our global default styles, overrides the class
  selectors on our components. This is fixed by post-processing the compiled CSS, adding
  "html" as a parent selector to all class selectors.
*/
[class^="fs-"], [class*=" fs-"] {
  box-sizing: border-box;
  font-family: 'Signika', arial;
  font-size: 14px;
  line-height: 1.42857143;
  color: #404040;
}
[class^="fs-"] *, [class*=" fs-"] *, [class^="fs-"] *::before, [class*=" fs-"] *::before, [class^="fs-"] *::after, [class*=" fs-"] *::after, [class^="fs-"]::before, [class*=" fs-"]::before, [class^="fs-"]::after, [class*=" fs-"]::after {
  box-sizing: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
[class^="fs-"] input, [class*=" fs-"] input, [class^="fs-"] button, [class*=" fs-"] button, [class^="fs-"] select, [class*=" fs-"] select, [class^="fs-"] textarea, [class*=" fs-"] textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[class^="fs-"] small, [class*=" fs-"] small {
  font-size: 12px;
}
[class^="fs-"] a, [class*=" fs-"] a, a[class^="fs-"], a[class*=" fs-"] {
  color: #628010;
  text-decoration: none;
}
[class^="fs-"] a:hover, [class*=" fs-"] a:hover, a[class^="fs-"]:hover, a[class*=" fs-"]:hover, [class^="fs-"] a:focus, [class*=" fs-"] a:focus, a[class^="fs-"]:focus, a[class*=" fs-"]:focus {
  color: #2e3c08;
  text-decoration: underline;
}
[class^="fs-"] img, [class*=" fs-"] img, img[class^="fs-"], img[class*=" fs-"] {
  vertical-align: middle;
}
[class^="fs-"] h1, [class*=" fs-"] h1, [class^="fs-"] h2, [class*=" fs-"] h2, [class^="fs-"] h3, [class*=" fs-"] h3, [class^="fs-"] h4, [class*=" fs-"] h4, [class^="fs-"] h5, [class*=" fs-"] h5, [class^="fs-"] h6, [class*=" fs-"] h6 {
  letter-spacing: initial;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1em;
}
[class^="fs-"] h1 a, [class*=" fs-"] h1 a, [class^="fs-"] h2 a, [class*=" fs-"] h2 a, [class^="fs-"] h3 a, [class*=" fs-"] h3 a, [class^="fs-"] h4 a, [class*=" fs-"] h4 a, [class^="fs-"] h5 a, [class*=" fs-"] h5 a, [class^="fs-"] h6 a, [class*=" fs-"] h6 a {
  color: inherit;
}
[class^="fs-"] h1, [class*=" fs-"] h1 {
  font-size: 32px;
}
[class^="fs-"] h2, [class*=" fs-"] h2 {
  font-size: 28px;
}
[class^="fs-"] h3, [class*=" fs-"] h3 {
  font-size: 21px;
}
[class^="fs-"] h4, [class*=" fs-"] h4 {
  font-size: 18px;
}
[class^="fs-"] h5, [class*=" fs-"] h5 {
  font-size: 16px;
}
[class^="fs-"] h6, [class*=" fs-"] h6 {
  font-size: 14px;
}
[class^="fs-"] p, [class*=" fs-"] p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
html .fs-clearfix::before, html .fs-clearfix::after {
  content: "";
  display: table;
}
html .fs-clearfix::after {
  clear: both;
}
html .fs-text-danger {
  color: #b04545 !important;
}
html .fs-text-success {
  color: #628010 !important;
}
html .fs-text-info {
  color: #2a5d84 !important;
}
html .fs-text-warning {
  color: #8c7303 !important;
}
html .fs-pull-right {
  float: right !important;
}
html .fs-pull-left {
  float: left !important;
}
html .fs-text-left {
  text-align: left !important;
}
html .fs-text-center {
  text-align: center !important;
}
html .fs-text-right {
  text-align: right !important;
}
html .fs-text-large {
  font-size: 16px !important;
}
html .fs-text-muted {
  color: #767676;
}
html .fs-text-muted-dark {
  color: #545454;
}
html .fs-text-del {
  text-decoration: line-through !important;
}
html .fs-content-center {
  margin: 0 auto;
}
html .fs-nopadding {
  padding: 0 !important;
}
html .fs-truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html .fs-truncate-text--inline {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 400px) and (max-width: 799px) {
  html .fs-hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 399px) {
  html .fs-hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  html .fs-hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 799px) {
  html .fs-visible-xs {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  html .fs-visible-xs {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 399px) {
  html .fs-visible-sm {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  html .fs-visible-sm {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 399px) {
  html .fs-visible-lg {
    display: none !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 799px) {
  html .fs-visible-lg {
    display: none !important;
  }
}
html .fs-invisible {
  opacity: 0;
}
/**
    FOR SCREEN READERS ONLY

    Hide visually, but have it available for screen readers.

    See:

    - HTML5 Boilerplate: https://github.com/h5bp/main.css/blob/master/src/_helpers.css
    - https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
    - https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
    - https://webaim.org/techniques/css/invisiblecontent/
 */
html .fs-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  word-wrap: normal;
}
/**
 *  The Pseudo Content Trick
 *
 *  See https://inclusive-components.design/cards/
 */
html .fs-pseudo-content {
  position: relative;
}
html .fs-pseudo-content__link:link, html .fs-pseudo-content__link:visited, html .fs-pseudo-content__link:hover, html .fs-pseudo-content__link:active {
  text-decoration: none;
}
html .fs-pseudo-content__link:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
  outline: 0.143em solid transparent;
}
html .fs-pseudo-content__link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html .fs-icon {
  display: inline-block;
  font-size: inherit;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  color: inherit;
  fill: currentColor;
  pointer-events: none;
}
html .fs-icon--spin {
  animation: spin 2s linear infinite;
}
html .fs-icon--lg {
  height: 24px;
  width: 24px;
  margin-top: -2px;
  margin-bottom: -2px;
}
html .fs-img {
  width: 100px;
  height: 85px;
}
html .fs-img--sm {
  height: 40px;
  width: 50px;
}
html .fs-input {
  color: #404040;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 4px;
  height: 30px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  background-color: white;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
html .fs-input:focus {
  outline: 0.143em solid transparent;
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
}
html .fs-input--block {
  display: block;
  width: 100%;
}
html .fs-input--lg {
  padding: 20px 10px;
}
html .fs-input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  font-style: normal;
}
html .fs-input::placeholder {
  color: #ccc;
  opacity: 1;
  font-style: normal;
}
html .fs-input[disabled] {
  cursor: not-allowed;
  background: #e6e6e6;
  color: #808080;
}
html .fs-input.fs-has-error {
  border-color: #b04545;
}
html .fs-input.ng-invalid.ng-touched {
  border-color: #b04545;
}
html .fs-input.ng-invalid.ng-touched:focus {
  border-color: #b04545;
  box-shadow: 0 0 0 3px rgba(176, 69, 69, 0.5);
}
textarea.fs-input {
  height: 70px;
  resize: vertical;
}
html .fs-radio, html .fs-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  vertical-align: middle;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
label:hover > .fs-radio, label:hover > .fs-checkbox, html .fs-radio:hover, html .fs-checkbox:hover {
  border-color: #adadad;
}
html .fs-radio svg, html .fs-checkbox svg {
  visibility: hidden;
  stroke: #2a5d84;
  pointer-events: none;
  display: block;
}
html .fs-radio svg path, html .fs-checkbox svg path {
  transition: stroke-dashoffset 0.25s;
  stroke-dashoffset: 17;
  stroke-dasharray: 17 17;
}
html .fs-radio {
  border-radius: 50%;
}
html .fs-radio svg path {
  transition-duration: 0.5s;
  stroke-dashoffset: 45;
  stroke-dasharray: 45 45;
}
[fs-radio], [fs-checkbox] {
  position: absolute;
  opacity: 0 !important;
  z-index: -1;
}
[fs-radio]:focus + .fs-radio, [fs-checkbox]:focus + .fs-radio, [fs-radio]:focus + .fs-checkbox, [fs-checkbox]:focus + .fs-checkbox {
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
  outline: 0.143em solid transparent;
}
[fs-radio]:checked + .fs-radio, [fs-checkbox]:checked + .fs-radio, [fs-radio]:checked + .fs-checkbox, [fs-checkbox]:checked + .fs-checkbox {
  border-color: #2a5d84;
}
[fs-radio]:checked + .fs-radio svg, [fs-checkbox]:checked + .fs-radio svg, [fs-radio]:checked + .fs-checkbox svg, [fs-checkbox]:checked + .fs-checkbox svg {
  visibility: visible;
}
[fs-radio]:checked + .fs-radio svg path, [fs-checkbox]:checked + .fs-radio svg path, [fs-radio]:checked + .fs-checkbox svg path, [fs-checkbox]:checked + .fs-checkbox svg path {
  stroke-dashoffset: 0;
}
[fs-radio][disabled] + .fs-radio, [fs-checkbox][disabled] + .fs-radio, [fs-radio][disabled] + .fs-checkbox, [fs-checkbox][disabled] + .fs-checkbox {
  cursor: not-allowed;
  border-color: #ccc;
  background: #e6e6e6;
}
[fs-radio][disabled] + .fs-radio svg, [fs-checkbox][disabled] + .fs-radio svg, [fs-radio][disabled] + .fs-checkbox svg, [fs-checkbox][disabled] + .fs-checkbox svg {
  stroke: #808080;
}
html .fs-table {
  display: table;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 20px;
}
html .fs-table > thead > tr > td, html .fs-table > tbody > tr > td, html .fs-table > tfoot > tr > td, html .fs-table > thead > tr > th, html .fs-table > tbody > tr > th, html .fs-table > tfoot > tr > th {
  line-height: 1.42857143;
  padding: 6px 8px;
  border-top: 1px solid #e6e6e6;
}
html .fs-table > thead > tr > td .cell-content, html .fs-table > tbody > tr > td .cell-content, html .fs-table > tfoot > tr > td .cell-content, html .fs-table > thead > tr > th .cell-content, html .fs-table > tbody > tr > th .cell-content, html .fs-table > tfoot > tr > th .cell-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html .fs-table > thead > tr > td.cell-tooltip, html .fs-table > tbody > tr > td.cell-tooltip, html .fs-table > tfoot > tr > td.cell-tooltip, html .fs-table > thead > tr > th.cell-tooltip, html .fs-table > tbody > tr > th.cell-tooltip, html .fs-table > tfoot > tr > th.cell-tooltip {
  position: relative;
  overflow: visible;
}
html .fs-table > thead > tr > td.cell-tooltip .cell-content:last-child, html .fs-table > tbody > tr > td.cell-tooltip .cell-content:last-child, html .fs-table > tfoot > tr > td.cell-tooltip .cell-content:last-child, html .fs-table > thead > tr > th.cell-tooltip .cell-content:last-child, html .fs-table > tbody > tr > th.cell-tooltip .cell-content:last-child, html .fs-table > tfoot > tr > th.cell-tooltip .cell-content:last-child {
  display: none;
}
html .fs-table > thead > tr > td.cell-tooltip:hover .cell-content:last-child, html .fs-table > tbody > tr > td.cell-tooltip:hover .cell-content:last-child, html .fs-table > tfoot > tr > td.cell-tooltip:hover .cell-content:last-child, html .fs-table > thead > tr > th.cell-tooltip:hover .cell-content:last-child, html .fs-table > tbody > tr > th.cell-tooltip:hover .cell-content:last-child, html .fs-table > tfoot > tr > th.cell-tooltip:hover .cell-content:last-child {
  display: block;
  position: absolute;
  background: white;
  outline: 1px solid #e6e6e6;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 7px 8px;
  min-width: 100%;
  white-space: nowrap;
}
html .fs-table > thead > tr > td.cell-tooltip:last-child .cell-content, html .fs-table > tbody > tr > td.cell-tooltip:last-child .cell-content, html .fs-table > tfoot > tr > td.cell-tooltip:last-child .cell-content, html .fs-table > thead > tr > th.cell-tooltip:last-child .cell-content, html .fs-table > tbody > tr > th.cell-tooltip:last-child .cell-content, html .fs-table > tfoot > tr > th.cell-tooltip:last-child .cell-content {
  left: auto;
  right: 0;
}
html .fs-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e6e6;
}
html .fs-table > tbody > tr > th:first-child {
  text-align: right;
  border-right: 2px solid #e6e6e6;
}
html .fs-table > tbody:first-child > tr:first-child > th, html .fs-table > thead:first-child > tr:first-child > th, html .fs-table > tbody:first-child > tr:first-child > td, html .fs-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
html .fs-table--bordered {
  border: 1px solid #e6e6e6;
}
html .fs-table--bordered > thead > tr > th, html .fs-table--bordered > tbody > tr > th, html .fs-table--bordered > tfoot > tr > th, html .fs-table--bordered > thead > tr > td, html .fs-table--bordered > tbody > tr > td, html .fs-table--bordered > tfoot > tr > td {
  border: 1px solid #e6e6e6;
}
html .fs-table--bordered > thead > tr > th {
  border-bottom-width: 2px;
}
html .fs-table--striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
html .fs-table--hover > tbody > tr:hover {
  background-color: #f0f0f0;
}
html .fs-table--compact > thead > tr > td, html .fs-table--compact > tbody > tr > td, html .fs-table--compact > tfoot > tr > td, html .fs-table--compact > thead > tr > th, html .fs-table--compact > tbody > tr > th, html .fs-table--compact > tfoot > tr > th {
  padding: 4px 8px;
}
html .fs-table__cell-na {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='#e6e6e6' stroke-width='1'%3E%3Cline x1='100%25' y1='0' x2='0' y2='100%25'/%3E%3Cline x1='0' y1='0' x2='100%25' y2='100%25'/%3E%3C/g%3E%3C/svg%3E");
}
thead .fs-table__diagonal-header {
  transform: skew(-45deg, 0);
  transform-origin: bottom left;
  outline: 1px solid #e6e6e6;
  outline-offset: -1px;
  background: white;
  position: relative;
  height: 100px;
  border: none !important;
  min-width: 28.28427125px;
}
thead .fs-table__diagonal-header__inner {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: skew(45deg, 0deg) rotate(-45deg) translate(14.14213562px, 50%);
  transform-origin: bottom left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 117.42135624px;
  padding-left: 14.14213562px;
  padding-right: 14.14213562px;
  padding: 0;
}
thead .fs-table__diagonal-header:hover .fs-table__diagonal-header__inner {
  background-image: linear-gradient(to right, transparent 14.14213562px, white 14.14213562px, white);
  background: white;
  width: auto;
}
thead .fs-table__diagonal-header + th:not(.fs-table__diagonal-header) {
  min-width: 100px;
}
html .fs-table > thead > tr > td > .fs-btn, html .fs-table > tbody > tr > td > .fs-btn, html .fs-table > tfoot > tr > td > .fs-btn, html .fs-table > thead > tr > th > .fs-btn, html .fs-table > tbody > tr > th > .fs-btn, html .fs-table > tfoot > tr > th > .fs-btn, html .fs-table > thead > tr > td > .fs-btn-group, html .fs-table > tbody > tr > td > .fs-btn-group, html .fs-table > tfoot > tr > td > .fs-btn-group, html .fs-table > thead > tr > th > .fs-btn-group, html .fs-table > tbody > tr > th > .fs-btn-group, html .fs-table > tfoot > tr > th > .fs-btn-group {
  margin: -5px 0;
  vertical-align: top;
}
html .fs-table > thead > tr > td > .fs-btn--sm, html .fs-table > tbody > tr > td > .fs-btn--sm, html .fs-table > tfoot > tr > td > .fs-btn--sm, html .fs-table > thead > tr > th > .fs-btn--sm, html .fs-table > tbody > tr > th > .fs-btn--sm, html .fs-table > tfoot > tr > th > .fs-btn--sm, html .fs-table > thead > tr > td > .fs-btn-group--sm, html .fs-table > tbody > tr > td > .fs-btn-group--sm, html .fs-table > tfoot > tr > td > .fs-btn-group--sm, html .fs-table > thead > tr > th > .fs-btn-group--sm, html .fs-table > tbody > tr > th > .fs-btn-group--sm, html .fs-table > tfoot > tr > th > .fs-btn-group--sm {
  margin: -2px 0;
}
/* Layout */
html .fs-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html .fs-row--gutter {
  margin: 0 -5px;
}
html .fs-row--gutter-lg {
  margin: 0 -15px;
}
html .fs-row--gutter-vertical {
  margin-bottom: 5px;
  margin-top: 5px;
}
html .fs-row--gutter-vertical-lg {
  margin-bottom: 15px;
  margin-top: 15px;
}
html .fs-row--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html .fs-row--center {
  -ms-flex-align: center;
  align-items: center;
}
html .fs-row--top {
  -ms-flex-align: start;
  align-items: flex-start;
}
html .fs-row--bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 799px) {
  html .fs-row-sm--center {
    -ms-flex-align: center;
    align-items: center;
  }
  html .fs-row-sm--top {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  html .fs-row-sm--bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 399px) {
  html .fs-row-xs--center {
    -ms-flex-align: center;
    align-items: center;
  }
  html .fs-row-xs--top {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  html .fs-row-xs--bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  html .fs-row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  html .fs-col-3, html .fs-col-2 {
    max-width: 100% !important;
  }
}
html .fs-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
}
html .fs-row--gutter > .fs-col {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col__flex {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
html .fs-col__flex-contain {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-height: 0;
}
html .fs-col__static {
  -ms-flex: none;
  flex: none;
}
:not(.fs-row) > .fs-col {
  height: 100%;
  -ms-flex: none;
  flex: none;
}
html .fs-col-static {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: none;
  flex: none;
}
html .fs-row--gutter > .fs-col-static {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-static {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-static:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
html .fs-row--gutter > .fs-col-12 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-12 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-12:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-11 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
html .fs-row--gutter > .fs-col-11 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-11 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-11:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-10 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
html .fs-row--gutter > .fs-col-10 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-10 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-10:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
html .fs-row--gutter > .fs-col-9 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-9 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-9:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
html .fs-row--gutter > .fs-col-8 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-8 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-8:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
html .fs-row--gutter > .fs-col-7 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-7 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-7:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
html .fs-row--gutter > .fs-col-6 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-6 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-6:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
html .fs-row--gutter > .fs-col-5 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-5 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-5:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
html .fs-row--gutter > .fs-col-4 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-4 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-4:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
html .fs-row--gutter > .fs-col-3 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-3 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-3:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
html .fs-row--gutter > .fs-col-2 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-2 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-2:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
html .fs-row--gutter > .fs-col-1 {
  padding: 0 5px;
}
html .fs-row--gutter-lg > .fs-col-1 {
  padding: 0 15px;
}
html .fs-row--bordered > .fs-col-1:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
html .fs-col--center {
  -ms-flex-item-align: center;
  align-self: center;
}
html .fs-col--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
html .fs-col--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media screen and (max-width: 799px) {
  html .fs-col-sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  html .fs-row--gutter > .fs-col-sm {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-12 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  html .fs-row--gutter > .fs-col-sm-12 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-12 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-12:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-11 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  html .fs-row--gutter > .fs-col-sm-11 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-11 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-11:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  html .fs-row--gutter > .fs-col-sm-10 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-10 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-10:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-9 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  html .fs-row--gutter > .fs-col-sm-9 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-9 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-9:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  html .fs-row--gutter > .fs-col-sm-8 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-8 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-8:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-7 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  html .fs-row--gutter > .fs-col-sm-7 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-7 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-7:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  html .fs-row--gutter > .fs-col-sm-6 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-6 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-6:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-5 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  html .fs-row--gutter > .fs-col-sm-5 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-5 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-5:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  html .fs-row--gutter > .fs-col-sm-4 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-4 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-4:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  html .fs-row--gutter > .fs-col-sm-3 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-3 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-3:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  html .fs-row--gutter > .fs-col-sm-2 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-2 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-2:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  html .fs-row--gutter > .fs-col-sm-1 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-sm-1 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-sm-1:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-sm--center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  html .fs-col-sm--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  html .fs-col-sm--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (max-width: 399px) {
  html .fs-col-xs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  html .fs-row--gutter > .fs-col-xs {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-12 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  html .fs-row--gutter > .fs-col-xs-12 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-12 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-12:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-11 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  html .fs-row--gutter > .fs-col-xs-11 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-11 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-11:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  html .fs-row--gutter > .fs-col-xs-10 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-10 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-10:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-9 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  html .fs-row--gutter > .fs-col-xs-9 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-9 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-9:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  html .fs-row--gutter > .fs-col-xs-8 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-8 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-8:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-7 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  html .fs-row--gutter > .fs-col-xs-7 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-7 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-7:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  html .fs-row--gutter > .fs-col-xs-6 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-6 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-6:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-5 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  html .fs-row--gutter > .fs-col-xs-5 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-5 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-5:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  html .fs-row--gutter > .fs-col-xs-4 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-4 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-4:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  html .fs-row--gutter > .fs-col-xs-3 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-3 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-3:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  html .fs-row--gutter > .fs-col-xs-2 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-2 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-2:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  html .fs-row--gutter > .fs-col-xs-1 {
    padding: 0 5px;
  }
  html .fs-row--gutter-lg > .fs-col-xs-1 {
    padding: 0 15px;
  }
  html .fs-row--bordered > .fs-col-xs-1:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  html .fs-col-xs--center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  html .fs-col-xs--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  html .fs-col-xs--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
html .fs-row--docs .fs-col, html .fs-row--docs [class^="fs-col-"], html .fs-row--docs [class*=" fs-col-"] {
  background: rgba(0, 100, 200, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(0, 100, 200, 0.2);
}
html .fs-panel {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  background: white;
}
html .fs-panel::before, html .fs-panel::after {
  content: "";
  display: table;
}
html .fs-panel::after {
  clear: both;
}
html .fs-panel--borderless {
  border: 0;
}
html .fs-panel__body {
  padding: 10px 15px;
}
html .fs-panel__header {
  padding: 10px 15px;
  border-bottom: 1px solid;
  border-color: #e6e6e6;
}
html .fs-panel__header h1, html .fs-panel__header h2, html .fs-panel__header h3, html .fs-panel__header h4, html .fs-panel__header h5, html .fs-panel__header h6 {
  margin: 0;
  line-height: 1.42857143;
}
html .fs-panel__header--muted {
  background: #f2f2f2;
}
html .fs-panel__header--clearfix::before, html .fs-panel__header--clearfix::after {
  content: "";
  display: table;
}
html .fs-panel__header--clearfix::after {
  clear: both;
}
html .fs-panel__tabs {
  border-bottom: 1px solid #e6e6e6;
  background: #e6e6e6;
  white-space: nowrap;
}
html .fs-panel__tabs::before, html .fs-panel__tabs::after {
  content: "";
  display: table;
}
html .fs-panel__tabs::after {
  clear: both;
}
html .fs-panel__tabs__tab {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 10px 15px;
  display: block;
  float: left;
  border-radius: 0 0 0 0;
  border-bottom-width: 0;
  border-top-width: 0;
  position: relative;
  border: none;
  background: transparent;
  border-right: 1px solid #ccc;
}
html .fs-panel__tabs__tab:focus {
  outline: 0.143em solid transparent;
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
}
html .fs-panel__tabs__tab--active {
  background: white;
  box-shadow: 0 8px 0 white;
}
html .fs-panel__tabs__tab:not(.fs-panel__tabs__tab--active):hover {
  background: white;
  cursor: pointer;
}
html .fs-panel__tabs__tab:first-child {
  border-radius: 4px 0 0 0;
}
html .fs-panel__tabs--fixed .fs-panel__tabs__tab {
  min-width: 160px;
  text-align: center;
}
html .fs-panel__tabs__tab:disabled, html .fs-panel__tabs__tab[disabled] {
  opacity: 0.4;
}
html .fs-panel--tabs-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html .fs-panel--tabs-left .fs-panel__tabs {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-radius: 3px 0 0 3px;
  border-bottom: none;
}
html .fs-panel--tabs-left .fs-panel__tabs .fs-panel__tabs__tab {
  float: none;
  width: 100%;
  border-left: none;
}
html .fs-panel--tabs-left .fs-panel__tabs .fs-panel__tabs__tab + .fs-panel__tabs__tab {
  border-top: 1px solid #e6e6e6;
}
html .fs-panel--tabs-left .fs-panel__tabs .fs-panel__tabs__tab--active {
  border-right: 1px solid white;
  box-shadow: none;
}
html .fs-panel--tabs-left .fs-panel__tabs .fs-panel__tabs__tab:first-child {
  border-radius: 4px 0 0 0;
}
html .fs-panel--tabs-left .fs-panel__tabs .fs-panel__tabs__tab:last-child {
  border-radius: 0 0 0 4px;
}
html .fs-panel--tabs-left .fs-panel__body, html .fs-panel--tabs-left .fs-panel__footer, html .fs-panel--tabs-left .fs-panel__header {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
html .fs-panel--tabs-left .fs-panel__tabs + .fs-panel__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
html .fs-panel__footer {
  padding: 10px 15px;
  border-top: 1px solid;
  border-color: #e6e6e6;
}
html .fs-panel__footer--muted {
  background: #f2f2f2;
}
html .fs-panel > .fs-list-group {
  margin: 0;
  border: 0;
}
html .fs-panel > .fs-controlbar {
  border: none;
}
html .fs-panel > .fs-uigrid {
  border: none;
  margin: 0;
}
html .fs-panel > .fs-table {
  margin: 0;
  border: none;
}
html .fs-panel--success {
  border-color: #d0d9b7;
}
html .fs-panel--success > .fs-panel__header--muted {
  color: #4e660d;
  border-color: #d0d9b7;
  background-color: #e0e6cf;
}
html .fs-panel--success > .fs-panel__footer--muted {
  color: #4e660d;
  border-color: #d0d9b7;
  background-color: #e0e6cf;
}
html .fs-panel--info {
  border-color: #bfceda;
}
html .fs-panel--info > .fs-panel__header--muted {
  color: #214a69;
  border-color: #bfceda;
  background-color: #d4dfe6;
}
html .fs-panel--info > .fs-panel__footer--muted {
  color: #214a69;
  border-color: #bfceda;
  background-color: #d4dfe6;
}
html .fs-panel--warning {
  border-color: #dcd5b3;
}
html .fs-panel--warning > .fs-panel__header--muted {
  color: #705c02;
  border-color: #dcd5b3;
  background-color: #e8e3cd;
}
html .fs-panel--warning > .fs-panel__footer--muted {
  color: #705c02;
  border-color: #dcd5b3;
  background-color: #e8e3cd;
}
html .fs-panel--danger {
  border-color: #e7c7c7;
}
html .fs-panel--danger > .fs-panel__header--muted {
  color: #8d3737;
  border-color: #e7c7c7;
  background-color: #efdada;
}
html .fs-panel--danger > .fs-panel__footer--muted {
  color: #8d3737;
  border-color: #e7c7c7;
  background-color: #efdada;
}
html .fs-panel--animatable {
  transition: background 400ms ease, color 400ms ease;
}
html .fs-panel--animatable > .fs-panel__header--muted {
  transition: background 400ms ease, color 400ms ease;
}
html .fs-panel--animatable > .fs-panel__footer--muted {
  transition: background 400ms ease, color 400ms ease;
}
html .fs-panel--test {
  color: red;
}
/* Components */
html .fs-btn {
  display: inline-block;
  position: relative;
  padding: 4px 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.42857143;
  transition: outline 0.15s ease-in-out;
  margin: 0;
  color: #404040;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
html .fs-btn:hover, html .fs-btn:focus, html .fs-btn:active, html .fs-btn--active {
  color: #404040;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
html .fs-btn:hover.disabled, html .fs-btn:focus.disabled, html .fs-btn:active.disabled, html .fs-btn--active.disabled, html .fs-btn:hover[disabled], html .fs-btn:focus[disabled], html .fs-btn:active[disabled], html .fs-btn--active[disabled], fieldset[disabled] .fs-btn:hover, fieldset[disabled] .fs-btn:focus, fieldset[disabled] .fs-btn:active, fieldset[disabled] .fs-btn--active {
  color: #404040;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
html .fs-btn--disabled, html .fs-btn[disabled], fieldset[disabled] .fs-btn {
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
html .fs-btn .fs-badge {
  color: #e6e6e6;
  background-color: #404040;
}
html .fs-btn--primary {
  color: white;
  background-color: #628010;
  border-color: #384a09;
}
html .fs-btn--primary:hover, html .fs-btn--primary:focus, html .fs-btn--primary:active, html .fs-btn--primary--active {
  color: white;
  background-color: #3f530a;
  border-color: #2e3c08;
}
html .fs-btn--primary:hover.disabled, html .fs-btn--primary:focus.disabled, html .fs-btn--primary:active.disabled, html .fs-btn--primary--active.disabled, html .fs-btn--primary:hover[disabled], html .fs-btn--primary:focus[disabled], html .fs-btn--primary:active[disabled], html .fs-btn--primary--active[disabled], fieldset[disabled] .fs-btn--primary:hover, fieldset[disabled] .fs-btn--primary:focus, fieldset[disabled] .fs-btn--primary:active, fieldset[disabled] .fs-btn--primary--active {
  color: white;
  background-color: #5a6e22;
  border-color: #384a09;
}
html .fs-btn--primary--disabled, html .fs-btn--primary[disabled], fieldset[disabled] .fs-btn--primary {
  background-color: #5a6e22;
  border-color: #343f14;
}
html .fs-btn--primary .fs-badge {
  color: #628010;
  background-color: white;
}
html .fs-btn--success {
  color: white;
  background-color: #628010;
  border-color: #384a09;
}
html .fs-btn--success:hover, html .fs-btn--success:focus, html .fs-btn--success:active, html .fs-btn--success--active {
  color: white;
  background-color: #3f530a;
  border-color: #2e3c08;
}
html .fs-btn--success:hover.disabled, html .fs-btn--success:focus.disabled, html .fs-btn--success:active.disabled, html .fs-btn--success--active.disabled, html .fs-btn--success:hover[disabled], html .fs-btn--success:focus[disabled], html .fs-btn--success:active[disabled], html .fs-btn--success--active[disabled], fieldset[disabled] .fs-btn--success:hover, fieldset[disabled] .fs-btn--success:focus, fieldset[disabled] .fs-btn--success:active, fieldset[disabled] .fs-btn--success--active {
  color: white;
  background-color: #5a6e22;
  border-color: #384a09;
}
html .fs-btn--success--disabled, html .fs-btn--success[disabled], fieldset[disabled] .fs-btn--success {
  background-color: #5a6e22;
  border-color: #343f14;
}
html .fs-btn--success .fs-badge {
  color: #628010;
  background-color: white;
}
html .fs-btn--info {
  color: white;
  background-color: #2a5d84;
  border-color: #1b3c55;
}
html .fs-btn--info:hover, html .fs-btn--info:focus, html .fs-btn--info:active, html .fs-btn--info--active {
  color: white;
  background-color: #1d415d;
  border-color: #17344a;
}
html .fs-btn--info:hover.disabled, html .fs-btn--info:focus.disabled, html .fs-btn--info:active.disabled, html .fs-btn--info--active.disabled, html .fs-btn--info:hover[disabled], html .fs-btn--info:focus[disabled], html .fs-btn--info:active[disabled], html .fs-btn--info--active[disabled], fieldset[disabled] .fs-btn--info:hover, fieldset[disabled] .fs-btn--info:focus, fieldset[disabled] .fs-btn--info:active, fieldset[disabled] .fs-btn--info--active {
  color: white;
  background-color: #3f5a6e;
  border-color: #1b3c55;
}
html .fs-btn--info--disabled, html .fs-btn--info[disabled], fieldset[disabled] .fs-btn--info {
  background-color: #3f5a6e;
  border-color: #293a47;
}
html .fs-btn--info .fs-badge {
  color: #2a5d84;
  background-color: white;
}
html .fs-btn--danger {
  color: white;
  background-color: #b04545;
  border-color: #843333;
}
html .fs-btn--danger:hover, html .fs-btn--danger:focus, html .fs-btn--danger:active, html .fs-btn--danger--active {
  color: white;
  background-color: #8c3636;
  border-color: #792f2f;
}
html .fs-btn--danger:hover.disabled, html .fs-btn--danger:focus.disabled, html .fs-btn--danger:active.disabled, html .fs-btn--danger--active.disabled, html .fs-btn--danger:hover[disabled], html .fs-btn--danger:focus[disabled], html .fs-btn--danger:active[disabled], html .fs-btn--danger--active[disabled], fieldset[disabled] .fs-btn--danger:hover, fieldset[disabled] .fs-btn--danger:focus, fieldset[disabled] .fs-btn--danger:active, fieldset[disabled] .fs-btn--danger--active {
  color: white;
  background-color: #926363;
  border-color: #843333;
}
html .fs-btn--danger--disabled, html .fs-btn--danger[disabled], fieldset[disabled] .fs-btn--danger {
  background-color: #926363;
  border-color: #6d4a4a;
}
html .fs-btn--danger .fs-badge {
  color: #b04545;
  background-color: white;
}
html .fs-btn--warning {
  color: white;
  background-color: #8c7303;
  border-color: #504202;
}
html .fs-btn--warning:hover, html .fs-btn--warning:focus, html .fs-btn--warning:active, html .fs-btn--warning--active {
  color: white;
  background-color: #5a4a02;
  border-color: #413501;
}
html .fs-btn--warning:hover.disabled, html .fs-btn--warning:focus.disabled, html .fs-btn--warning:active.disabled, html .fs-btn--warning--active.disabled, html .fs-btn--warning:hover[disabled], html .fs-btn--warning:focus[disabled], html .fs-btn--warning:active[disabled], html .fs-btn--warning--active[disabled], fieldset[disabled] .fs-btn--warning:hover, fieldset[disabled] .fs-btn--warning:focus, fieldset[disabled] .fs-btn--warning:active, fieldset[disabled] .fs-btn--warning--active {
  color: white;
  background-color: #7a6815;
  border-color: #504202;
}
html .fs-btn--warning--disabled, html .fs-btn--warning[disabled], fieldset[disabled] .fs-btn--warning {
  background-color: #7a6815;
  border-color: #463b0c;
}
html .fs-btn--warning .fs-badge {
  color: #8c7303;
  background-color: white;
}
html .fs-btn--link {
  color: #404040;
  background-color: transparent;
  border-color: #404040;
  background-image: none;
}
html .fs-btn--link:hover, html .fs-btn--link:focus, html .fs-btn--link:active, html .fs-btn--link--active {
  color: #333333;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  background-image: none;
}
html .fs-btn--link:hover.disabled, html .fs-btn--link:focus.disabled, html .fs-btn--link:active.disabled, html .fs-btn--link--active.disabled, html .fs-btn--link:hover[disabled], html .fs-btn--link:focus[disabled], html .fs-btn--link:active[disabled], html .fs-btn--link--active[disabled], fieldset[disabled] .fs-btn--link:hover, fieldset[disabled] .fs-btn--link:focus, fieldset[disabled] .fs-btn--link:active, fieldset[disabled] .fs-btn--link--active {
  color: #767676;
}
html .fs-btn--link--disabled, html .fs-btn--link[disabled], fieldset[disabled] .fs-btn--link {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--link .fs-badge {
  color: white;
  background-color: #404040;
}
html .fs-btn--link.fs-btn--primary {
  color: #628010;
  background-color: transparent;
  border-color: #628010;
  background-image: none;
}
html .fs-btn--link.fs-btn--primary:hover, html .fs-btn--link.fs-btn--primary:focus, html .fs-btn--link.fs-btn--primary:active, html .fs-btn--link.fs-btn--primary--active {
  color: #4e660d;
  background-color: #e1e7d2;
  border-color: #e1e7d2;
  background-image: none;
}
html .fs-btn--link.fs-btn--primary:hover.disabled, html .fs-btn--link.fs-btn--primary:focus.disabled, html .fs-btn--link.fs-btn--primary:active.disabled, html .fs-btn--link.fs-btn--primary--active.disabled, html .fs-btn--link.fs-btn--primary:hover[disabled], html .fs-btn--link.fs-btn--primary:focus[disabled], html .fs-btn--link.fs-btn--primary:active[disabled], html .fs-btn--link.fs-btn--primary--active[disabled], fieldset[disabled] .fs-btn--link.fs-btn--primary:hover, fieldset[disabled] .fs-btn--link.fs-btn--primary:focus, fieldset[disabled] .fs-btn--link.fs-btn--primary:active, fieldset[disabled] .fs-btn--link.fs-btn--primary--active {
  color: #767676;
}
html .fs-btn--link.fs-btn--primary--disabled, html .fs-btn--link.fs-btn--primary[disabled], fieldset[disabled] .fs-btn--link.fs-btn--primary {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--link.fs-btn--primary .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-btn--link.fs-btn--success {
  color: #628010;
  background-color: transparent;
  border-color: #628010;
  background-image: none;
}
html .fs-btn--link.fs-btn--success:hover, html .fs-btn--link.fs-btn--success:focus, html .fs-btn--link.fs-btn--success:active, html .fs-btn--link.fs-btn--success--active {
  color: #4e660d;
  background-color: #e1e7d2;
  border-color: #e1e7d2;
  background-image: none;
}
html .fs-btn--link.fs-btn--success:hover.disabled, html .fs-btn--link.fs-btn--success:focus.disabled, html .fs-btn--link.fs-btn--success:active.disabled, html .fs-btn--link.fs-btn--success--active.disabled, html .fs-btn--link.fs-btn--success:hover[disabled], html .fs-btn--link.fs-btn--success:focus[disabled], html .fs-btn--link.fs-btn--success:active[disabled], html .fs-btn--link.fs-btn--success--active[disabled], fieldset[disabled] .fs-btn--link.fs-btn--success:hover, fieldset[disabled] .fs-btn--link.fs-btn--success:focus, fieldset[disabled] .fs-btn--link.fs-btn--success:active, fieldset[disabled] .fs-btn--link.fs-btn--success--active {
  color: #767676;
}
html .fs-btn--link.fs-btn--success--disabled, html .fs-btn--link.fs-btn--success[disabled], fieldset[disabled] .fs-btn--link.fs-btn--success {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--link.fs-btn--success .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-btn--link.fs-btn--info {
  color: #2a5d84;
  background-color: transparent;
  border-color: #2a5d84;
  background-image: none;
}
html .fs-btn--link.fs-btn--info:hover, html .fs-btn--link.fs-btn--info:focus, html .fs-btn--link.fs-btn--info:active, html .fs-btn--link.fs-btn--info--active {
  color: #214a69;
  background-color: #d6e0e8;
  border-color: #d6e0e8;
  background-image: none;
}
html .fs-btn--link.fs-btn--info:hover.disabled, html .fs-btn--link.fs-btn--info:focus.disabled, html .fs-btn--link.fs-btn--info:active.disabled, html .fs-btn--link.fs-btn--info--active.disabled, html .fs-btn--link.fs-btn--info:hover[disabled], html .fs-btn--link.fs-btn--info:focus[disabled], html .fs-btn--link.fs-btn--info:active[disabled], html .fs-btn--link.fs-btn--info--active[disabled], fieldset[disabled] .fs-btn--link.fs-btn--info:hover, fieldset[disabled] .fs-btn--link.fs-btn--info:focus, fieldset[disabled] .fs-btn--link.fs-btn--info:active, fieldset[disabled] .fs-btn--link.fs-btn--info--active {
  color: #767676;
}
html .fs-btn--link.fs-btn--info--disabled, html .fs-btn--link.fs-btn--info[disabled], fieldset[disabled] .fs-btn--link.fs-btn--info {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--link.fs-btn--info .fs-badge {
  color: white;
  background-color: #2a5d84;
}
html .fs-btn--link.fs-btn--danger {
  color: #b04545;
  background-color: transparent;
  border-color: #b04545;
  background-image: none;
}
html .fs-btn--link.fs-btn--danger:hover, html .fs-btn--link.fs-btn--danger:focus, html .fs-btn--link.fs-btn--danger:active, html .fs-btn--link.fs-btn--danger--active {
  color: #8d3737;
  background-color: #f0dcdc;
  border-color: #f0dcdc;
  background-image: none;
}
html .fs-btn--link.fs-btn--danger:hover.disabled, html .fs-btn--link.fs-btn--danger:focus.disabled, html .fs-btn--link.fs-btn--danger:active.disabled, html .fs-btn--link.fs-btn--danger--active.disabled, html .fs-btn--link.fs-btn--danger:hover[disabled], html .fs-btn--link.fs-btn--danger:focus[disabled], html .fs-btn--link.fs-btn--danger:active[disabled], html .fs-btn--link.fs-btn--danger--active[disabled], fieldset[disabled] .fs-btn--link.fs-btn--danger:hover, fieldset[disabled] .fs-btn--link.fs-btn--danger:focus, fieldset[disabled] .fs-btn--link.fs-btn--danger:active, fieldset[disabled] .fs-btn--link.fs-btn--danger--active {
  color: #767676;
}
html .fs-btn--link.fs-btn--danger--disabled, html .fs-btn--link.fs-btn--danger[disabled], fieldset[disabled] .fs-btn--link.fs-btn--danger {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--link.fs-btn--danger .fs-badge {
  color: white;
  background-color: #b04545;
}
html .fs-btn--link.fs-btn--warning {
  color: #8c7303;
  background-color: transparent;
  border-color: #8c7303;
  background-image: none;
}
html .fs-btn--link.fs-btn--warning:hover, html .fs-btn--link.fs-btn--warning:focus, html .fs-btn--link.fs-btn--warning:active, html .fs-btn--link.fs-btn--warning--active {
  color: #705c02;
  background-color: #e9e4cf;
  border-color: #e9e4cf;
  background-image: none;
}
html .fs-btn--link.fs-btn--warning:hover.disabled, html .fs-btn--link.fs-btn--warning:focus.disabled, html .fs-btn--link.fs-btn--warning:active.disabled, html .fs-btn--link.fs-btn--warning--active.disabled, html .fs-btn--link.fs-btn--warning:hover[disabled], html .fs-btn--link.fs-btn--warning:focus[disabled], html .fs-btn--link.fs-btn--warning:active[disabled], html .fs-btn--link.fs-btn--warning--active[disabled], fieldset[disabled] .fs-btn--link.fs-btn--warning:hover, fieldset[disabled] .fs-btn--link.fs-btn--warning:focus, fieldset[disabled] .fs-btn--link.fs-btn--warning:active, fieldset[disabled] .fs-btn--link.fs-btn--warning--active {
  color: #767676;
}
html .fs-btn--link.fs-btn--warning--disabled, html .fs-btn--link.fs-btn--warning[disabled], fieldset[disabled] .fs-btn--link.fs-btn--warning {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--link.fs-btn--warning .fs-badge {
  color: white;
  background-color: #8c7303;
}
html .fs-btn--flat {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-btn--flat:hover, html .fs-btn--flat:focus, html .fs-btn--flat:active, html .fs-btn--flat--active {
  color: #202020;
  background-color: #8c8c8c;
  border-color: #797979;
  background-image: none;
}
html .fs-btn--flat:hover.disabled, html .fs-btn--flat:focus.disabled, html .fs-btn--flat:active.disabled, html .fs-btn--flat--active.disabled, html .fs-btn--flat:hover[disabled], html .fs-btn--flat:focus[disabled], html .fs-btn--flat:active[disabled], html .fs-btn--flat--active[disabled], fieldset[disabled] .fs-btn--flat:hover, fieldset[disabled] .fs-btn--flat:focus, fieldset[disabled] .fs-btn--flat:active, fieldset[disabled] .fs-btn--flat--active {
  color: #767676;
}
html .fs-btn--flat--disabled, html .fs-btn--flat[disabled], fieldset[disabled] .fs-btn--flat {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--flat .fs-badge {
  color: white;
  background-color: #404040;
}
html .fs-btn--flat.fs-btn--primary {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-btn--flat.fs-btn--primary:hover, html .fs-btn--flat.fs-btn--primary:focus, html .fs-btn--flat.fs-btn--primary:active, html .fs-btn--flat.fs-btn--primary--active {
  color: #314008;
  background-color: #a1b370;
  border-color: #91a658;
  background-image: none;
}
html .fs-btn--flat.fs-btn--primary:hover.disabled, html .fs-btn--flat.fs-btn--primary:focus.disabled, html .fs-btn--flat.fs-btn--primary:active.disabled, html .fs-btn--flat.fs-btn--primary--active.disabled, html .fs-btn--flat.fs-btn--primary:hover[disabled], html .fs-btn--flat.fs-btn--primary:focus[disabled], html .fs-btn--flat.fs-btn--primary:active[disabled], html .fs-btn--flat.fs-btn--primary--active[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--primary:hover, fieldset[disabled] .fs-btn--flat.fs-btn--primary:focus, fieldset[disabled] .fs-btn--flat.fs-btn--primary:active, fieldset[disabled] .fs-btn--flat.fs-btn--primary--active {
  color: #767676;
}
html .fs-btn--flat.fs-btn--primary--disabled, html .fs-btn--flat.fs-btn--primary[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--primary {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--flat.fs-btn--primary .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-btn--flat.fs-btn--success {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-btn--flat.fs-btn--success:hover, html .fs-btn--flat.fs-btn--success:focus, html .fs-btn--flat.fs-btn--success:active, html .fs-btn--flat.fs-btn--success--active {
  color: #314008;
  background-color: #a1b370;
  border-color: #91a658;
  background-image: none;
}
html .fs-btn--flat.fs-btn--success:hover.disabled, html .fs-btn--flat.fs-btn--success:focus.disabled, html .fs-btn--flat.fs-btn--success:active.disabled, html .fs-btn--flat.fs-btn--success--active.disabled, html .fs-btn--flat.fs-btn--success:hover[disabled], html .fs-btn--flat.fs-btn--success:focus[disabled], html .fs-btn--flat.fs-btn--success:active[disabled], html .fs-btn--flat.fs-btn--success--active[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--success:hover, fieldset[disabled] .fs-btn--flat.fs-btn--success:focus, fieldset[disabled] .fs-btn--flat.fs-btn--success:active, fieldset[disabled] .fs-btn--flat.fs-btn--success--active {
  color: #767676;
}
html .fs-btn--flat.fs-btn--success--disabled, html .fs-btn--flat.fs-btn--success[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--success {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--flat.fs-btn--success .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-btn--flat.fs-btn--info {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-btn--flat.fs-btn--info:hover, html .fs-btn--flat.fs-btn--info:focus, html .fs-btn--flat.fs-btn--info:active, html .fs-btn--flat.fs-btn--info--active {
  color: #152e42;
  background-color: #7f9eb5;
  border-color: #6a8da9;
  background-image: none;
}
html .fs-btn--flat.fs-btn--info:hover.disabled, html .fs-btn--flat.fs-btn--info:focus.disabled, html .fs-btn--flat.fs-btn--info:active.disabled, html .fs-btn--flat.fs-btn--info--active.disabled, html .fs-btn--flat.fs-btn--info:hover[disabled], html .fs-btn--flat.fs-btn--info:focus[disabled], html .fs-btn--flat.fs-btn--info:active[disabled], html .fs-btn--flat.fs-btn--info--active[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--info:hover, fieldset[disabled] .fs-btn--flat.fs-btn--info:focus, fieldset[disabled] .fs-btn--flat.fs-btn--info:active, fieldset[disabled] .fs-btn--flat.fs-btn--info--active {
  color: #767676;
}
html .fs-btn--flat.fs-btn--info--disabled, html .fs-btn--flat.fs-btn--info[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--info {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--flat.fs-btn--info .fs-badge {
  color: white;
  background-color: #2a5d84;
}
html .fs-btn--flat.fs-btn--danger {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-btn--flat.fs-btn--danger:hover, html .fs-btn--flat.fs-btn--danger:focus, html .fs-btn--flat.fs-btn--danger:active, html .fs-btn--flat.fs-btn--danger--active {
  color: #582222;
  background-color: #d08f8f;
  border-color: #c87c7c;
  background-image: none;
}
html .fs-btn--flat.fs-btn--danger:hover.disabled, html .fs-btn--flat.fs-btn--danger:focus.disabled, html .fs-btn--flat.fs-btn--danger:active.disabled, html .fs-btn--flat.fs-btn--danger--active.disabled, html .fs-btn--flat.fs-btn--danger:hover[disabled], html .fs-btn--flat.fs-btn--danger:focus[disabled], html .fs-btn--flat.fs-btn--danger:active[disabled], html .fs-btn--flat.fs-btn--danger--active[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--danger:hover, fieldset[disabled] .fs-btn--flat.fs-btn--danger:focus, fieldset[disabled] .fs-btn--flat.fs-btn--danger:active, fieldset[disabled] .fs-btn--flat.fs-btn--danger--active {
  color: #767676;
}
html .fs-btn--flat.fs-btn--danger--disabled, html .fs-btn--flat.fs-btn--danger[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--danger {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--flat.fs-btn--danger .fs-badge {
  color: white;
  background-color: #b04545;
}
html .fs-btn--flat.fs-btn--warning {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-btn--flat.fs-btn--warning:hover, html .fs-btn--flat.fs-btn--warning:focus, html .fs-btn--flat.fs-btn--warning:active, html .fs-btn--flat.fs-btn--warning--active {
  color: #463901;
  background-color: #baab68;
  border-color: #ae9d4e;
  background-image: none;
}
html .fs-btn--flat.fs-btn--warning:hover.disabled, html .fs-btn--flat.fs-btn--warning:focus.disabled, html .fs-btn--flat.fs-btn--warning:active.disabled, html .fs-btn--flat.fs-btn--warning--active.disabled, html .fs-btn--flat.fs-btn--warning:hover[disabled], html .fs-btn--flat.fs-btn--warning:focus[disabled], html .fs-btn--flat.fs-btn--warning:active[disabled], html .fs-btn--flat.fs-btn--warning--active[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--warning:hover, fieldset[disabled] .fs-btn--flat.fs-btn--warning:focus, fieldset[disabled] .fs-btn--flat.fs-btn--warning:active, fieldset[disabled] .fs-btn--flat.fs-btn--warning--active {
  color: #767676;
}
html .fs-btn--flat.fs-btn--warning--disabled, html .fs-btn--flat.fs-btn--warning[disabled], fieldset[disabled] .fs-btn--flat.fs-btn--warning {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-btn--flat.fs-btn--warning .fs-badge {
  color: white;
  background-color: #8c7303;
}
html .fs-btn--sm, html .fs-btn-group--sm .fs-btn, html .fs-btn-group--sm .fs-btn-group__addon {
  padding: 1px 6px;
  line-height: 1.42857143;
  font-size: 12px;
  line-height: 20px;
}
html .fs-btn--lg, html .fs-btn-group--lg .fs-btn, html .fs-btn-group--lg .fs-btn-group__addon {
  padding: 10px 16px;
  line-height: 1.42857143;
  font-size: 18px;
  line-height: 20px;
}
html .fs-btn:focus-visible {
  outline: 0.143em solid transparent;
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
  outline-offset: -2px;
}
html .fs-btn:hover, html .fs-btn:focus {
  text-decoration: none;
}
html .fs-btn:active, html .fs-btn--active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .fs-btn--active:focus {
  outline: 0;
}
html .fs-btn--disabled, html .fs-btn[disabled], fieldset[disabled] .fs-btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
  background-image: none;
}
html .fs-btn--block {
  display: block;
  width: 100%;
}
html .fs-btn--block + .fs-btn--block {
  margin-top: 5px;
}
html .fs-btn--loading {
  opacity: 0.7;
}
html .fs-btn--loading:after {
  content: "...";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: inherit;
  opacity: 0.8;
  border-radius: inherit;
}
html .fs-btn--wrap-text {
  white-space: normal;
}
html .fs-input-group, html .fs-btn-group {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
html .fs-input-group > .fs-input, html .fs-btn-group > .fs-input, html .fs-input-group > .fs-btn, html .fs-btn-group > .fs-btn {
  display: block;
  float: left;
  position: relative;
  z-index: 0;
  margin: 0;
}
html .fs-input-group > .fs-input:first-child:not(:last-child), html .fs-btn-group > .fs-input:first-child:not(:last-child), html .fs-input-group > .fs-btn:first-child:not(:last-child), html .fs-btn-group > .fs-btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-appearance: none;
}
html .fs-input-group > .fs-input:last-child:not(:first-child), html .fs-btn-group > .fs-input:last-child:not(:first-child), html .fs-input-group > .fs-btn:last-child:not(:first-child), html .fs-btn-group > .fs-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-appearance: none;
}
html .fs-input-group > .fs-input:not(:first-child):not(:last-child), html .fs-btn-group > .fs-input:not(:first-child):not(:last-child), html .fs-input-group > .fs-btn:not(:first-child):not(:last-child), html .fs-btn-group > .fs-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
html .fs-input-group > .fs-input + .fs-btn, html .fs-btn-group > .fs-input + .fs-btn, html .fs-input-group > .fs-btn + .fs-btn, html .fs-btn-group > .fs-btn + .fs-btn, html .fs-input-group > .fs-input + .fs-input, html .fs-btn-group > .fs-input + .fs-input, html .fs-input-group > .fs-btn + .fs-input, html .fs-btn-group > .fs-btn + .fs-input, html .fs-input-group > .fs-input + .fs-dropdown, html .fs-btn-group > .fs-input + .fs-dropdown, html .fs-input-group > .fs-btn + .fs-dropdown, html .fs-btn-group > .fs-btn + .fs-dropdown {
  margin-left: -1px;
}
html .fs-input-group > .fs-input:hover, html .fs-btn-group > .fs-input:hover, html .fs-input-group > .fs-btn:hover, html .fs-btn-group > .fs-btn:hover {
  z-index: 1;
}
html .fs-input-group > .fs-input:focus, html .fs-btn-group > .fs-input:focus, html .fs-input-group > .fs-btn:focus, html .fs-btn-group > .fs-btn:focus, html .fs-input-group > .fs-input:active, html .fs-btn-group > .fs-input:active, html .fs-input-group > .fs-btn:active, html .fs-btn-group > .fs-btn:active {
  z-index: 10;
}
html .fs-input-group > .fs-dropdown, html .fs-btn-group > .fs-dropdown {
  float: left;
}
html .fs-input-group > .fs-dropdown > .fs-btn, html .fs-btn-group > .fs-dropdown > .fs-btn {
  margin: 0;
}
html .fs-input-group > .fs-dropdown + .fs-btn, html .fs-btn-group > .fs-dropdown + .fs-btn, html .fs-input-group > .fs-dropdown + .fs-input, html .fs-btn-group > .fs-dropdown + .fs-input {
  margin-left: -1px;
}
html .fs-input-group > .fs-dropdown:first-child:not(:last-child) > .fs-btn, html .fs-btn-group > .fs-dropdown:first-child:not(:last-child) > .fs-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html .fs-input-group > .fs-dropdown:last-child:not(:first-child) > .fs-btn, html .fs-btn-group > .fs-dropdown:last-child:not(:first-child) > .fs-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html .fs-input-group > .fs-dropdown:not(:first-child):not(:last-child) > .fs-btn, html .fs-btn-group > .fs-dropdown:not(:first-child):not(:last-child) > .fs-btn {
  border-radius: 0;
}
html .fs-input-group__addon, html .fs-btn-group__addon {
  float: left;
  z-index: 0;
  padding: 4px 10px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  line-height: 20px;
  color: #404040;
}
html .fs-btn-group--sm .fs-input-group__addon, html .fs-btn-group--sm .fs-btn-group__addon {
  padding: 1px 6px;
  font-size: 12px;
}
html .fs-input-group__addon:first-child:not(:last-child), html .fs-btn-group__addon:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
html .fs-input-group__addon:last-child:not(:first-child), html .fs-btn-group__addon:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
html .fs-input-group__addon:not(:first-child):not(:last-child), html .fs-btn-group__addon:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
html .fs-input-group--block, html .fs-btn-group--block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html .fs-input-group--block > .fs-input, html .fs-btn-group--block > .fs-input {
  min-width: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
html .fs-btn-hold {
  overflow: hidden;
}
html .fs-btn-hold:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: right 500ms ease-in, background 500ms ease;
}
html .fs-btn-hold--active:before {
  transition: right 2000ms ease;
  right: 0%;
  background: rgba(0, 0, 0, 0.3);
}
html .fs-btn-hold--success:before {
  right: 0%;
  background: rgba(0, 0, 0, 0);
}
html .fs-btn-hold--reset:before {
  transition: right 0ms linear;
  right: 100%;
}
html .fs-btn-hold.fs-btn--primary:before, html .fs-btn-hold.fs-btn--info:before, html .fs-btn-hold.fs-btn--warning:before, html .fs-btn-hold.fs-btn--danger:before {
  background: rgba(255, 255, 255, 0.1);
}
html .fs-btn-hold--active.fs-btn--primary:before, html .fs-btn-hold--active.fs-btn--info:before, html .fs-btn-hold--active.fs-btn--warning:before, html .fs-btn-hold--active.fs-btn--danger:before {
  transition: right 2000ms ease, background 2000ms ease;
  right: 0%;
  background: rgba(255, 255, 255, 0.35);
}
a.fs-btn[disabled] {
  pointer-events: none;
}
html .fs-label {
  display: inline;
  border-radius: 3px;
  font-size: 0.75em;
  padding: 0.15em 0.45em;
  vertical-align: middle;
  font-weight: normal;
  line-height: inherit;
  white-space: nowrap;
  background-color: #f2f2f2;
  border: 1px solid #e0e0e0;
  color: #404040;
}
html .fs-label--danger {
  background-color: #b04545;
  border: 1px solid #973b3b;
  color: white;
}
html .fs-label--info {
  background-color: #2a5d84;
  border: 1px solid #214a69;
  color: white;
}
html .fs-label--warning {
  background-color: #8c7303;
  border: 1px solid #695602;
  color: white;
}
html .fs-label--success {
  background-color: #628010;
  border: 1px solid #4a600c;
  color: white;
}
html .fs-label--orange {
  background-color: #eb9728;
  border: 1px solid #db8514;
  color: white;
}
html .fs-label:focus-visible {
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
  outline: 0.143em solid transparent;
}
/* For button styled as label */
button.fs-label {
  text-align: right;
  width: 100%;
}
html .fs-controlbar {
  display: block;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  height: 40px;
  color: #808080;
}
html .fs-controlbar::before, html .fs-controlbar::after {
  content: "";
  display: table;
}
html .fs-controlbar::after {
  clear: both;
}
html .fs-controlbar__inline {
  float: left;
  line-height: 28px;
  padding: 4px 10px;
}
html .fs-controlbar__seperator {
  display: block;
  float: left;
  height: 38px;
  width: 0px;
  border-right: 1px solid #ddd;
}
html .fs-controlbar__link {
  float: left;
  padding: 4px 10px;
  line-height: 30px;
}
html .fs-controlbar__link:hover {
  background: #e6e6e6;
}
html .fs-controlbar__right {
  float: right;
}
html .fs-controlbar__btn-group {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
  float: left;
}
html .fs-controlbar__btn-group > .fs-input, html .fs-controlbar__btn-group > .fs-btn {
  display: block;
  float: left;
  position: relative;
  z-index: 0;
  margin: 0;
}
html .fs-controlbar__btn-group > .fs-input:first-child:not(:last-child), html .fs-controlbar__btn-group > .fs-btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-appearance: none;
}
html .fs-controlbar__btn-group > .fs-input:last-child:not(:first-child), html .fs-controlbar__btn-group > .fs-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-appearance: none;
}
html .fs-controlbar__btn-group > .fs-input:not(:first-child):not(:last-child), html .fs-controlbar__btn-group > .fs-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
html .fs-controlbar__btn-group > .fs-input + .fs-btn, html .fs-controlbar__btn-group > .fs-btn + .fs-btn, html .fs-controlbar__btn-group > .fs-input + .fs-input, html .fs-controlbar__btn-group > .fs-btn + .fs-input, html .fs-controlbar__btn-group > .fs-input + .fs-dropdown, html .fs-controlbar__btn-group > .fs-btn + .fs-dropdown {
  margin-left: -1px;
}
html .fs-controlbar__btn-group > .fs-input:hover, html .fs-controlbar__btn-group > .fs-btn:hover {
  z-index: 1;
}
html .fs-controlbar__btn-group > .fs-input:focus, html .fs-controlbar__btn-group > .fs-btn:focus, html .fs-controlbar__btn-group > .fs-input:active, html .fs-controlbar__btn-group > .fs-btn:active {
  z-index: 10;
}
html .fs-controlbar__btn-group > .fs-dropdown {
  float: left;
}
html .fs-controlbar__btn-group > .fs-dropdown > .fs-btn {
  margin: 0;
}
html .fs-controlbar__btn-group > .fs-dropdown + .fs-btn, html .fs-controlbar__btn-group > .fs-dropdown + .fs-input {
  margin-left: -1px;
}
html .fs-controlbar__btn-group > .fs-dropdown:first-child:not(:last-child) > .fs-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html .fs-controlbar__btn-group > .fs-dropdown:last-child:not(:first-child) > .fs-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html .fs-controlbar__btn-group > .fs-dropdown:not(:first-child):not(:last-child) > .fs-btn {
  border-radius: 0;
}
html .fs-controlbar__btn-group__addon {
  float: left;
  z-index: 0;
  padding: 4px 10px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  line-height: 20px;
  color: #404040;
}
html .fs-btn-group--sm .fs-controlbar__btn-group__addon {
  padding: 1px 6px;
  font-size: 12px;
}
html .fs-controlbar__btn-group__addon:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
html .fs-controlbar__btn-group__addon:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
html .fs-controlbar__btn-group__addon:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
html .fs-controlbar__btn-group--block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html .fs-controlbar__btn-group--block > .fs-input {
  min-width: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
html .fs-controlbar__btn-group > .fs-btn, html .fs-controlbar__btn-group > .fs-dropdown > .fs-btn {
  margin: -1px 0;
  border-radius: 0;
  height: 40px;
}
html .fs-controlbar--transparent {
  border: none;
  background: transparent;
}
html .fs-controlbar--transparent .fs-controlbar__link:first-child, html .fs-controlbar--transparent .fs-controlbar__inline:first-child {
  padding-left: 0;
}
html .fs-controlbar--transparent .fs-controlbar__right .fs-controlbar__link:last-child, html .fs-controlbar--transparent .fs-controlbar__right .fs-controlbar__inline:last-child {
  padding-right: 0;
}
html .fs-list-group {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
html .fs-list-group--bordered .fs-list-group__item {
  background: white;
}
html .fs-list-group--bordered .fs-list-group__item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
html .fs-list-group--bordered .fs-list-group__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
a.fs-list-group__item:hover, a.fs-list-group__item:active, a.fs-list-group__item:focus, button.fs-list-group__item:hover, button.fs-list-group__item:active, button.fs-list-group__item:focus, html .fs-list-group--hover > .fs-list-group__item:hover, html .fs-list-group--hover > .fs-list-group__item:focus {
  background-color: #f2f2f2;
}
a.fs-list-group__item, button.fs-list-group__item {
  cursor: pointer;
}
html .fs-panel__body + .fs-list-group, html .fs-dialog__body + .fs-list-group {
  border-top: 1px solid #e6e6e6;
}
html .fs-panel > .fs-list-group, html .fs-dialog > .fs-list-group {
  margin-bottom: 0;
}
html .fs-list-group > .fs-list-group__item {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  color: #404040;
  text-decoration: none;
}
html .fs-list-group > .fs-list-group__item:not(:last-child) {
  margin-bottom: -1px;
}
html .fs-list-group > .fs-list-group__item[disabled], html .fs-list-group > .fs-list-group__item--disabled {
  background: #f2f2f2;
  color: #ccc;
  cursor: not-allowed;
}
html .fs-list-group > .fs-list-group__item--success {
  background: #e0e6cf;
  border-color: #d0d9b7;
  color: #51690d;
  z-index: 1;
}
html .fs-list-group--hover.fs-list-group > .fs-list-group__item--success:hover {
  background: #d0d9b7;
  border-color: #c0cc9f;
  color: #51690d;
}
html .fs-list-group > .fs-list-group__item--info {
  background: #d4dfe6;
  border-color: #bfceda;
  color: #234f70;
  z-index: 1;
}
html .fs-list-group--hover.fs-list-group > .fs-list-group__item--info:hover {
  background: #bfceda;
  border-color: #aabece;
  color: #234f70;
}
html .fs-list-group > .fs-list-group__item--danger {
  background: #efdada;
  border-color: #e7c7c7;
  color: #9e3d3d;
  z-index: 1;
}
html .fs-list-group--hover.fs-list-group > .fs-list-group__item--danger:hover {
  background: #e7c7c7;
  border-color: #e0b4b4;
  color: #9e3d3d;
}
html .fs-list-group > .fs-list-group__item--warning {
  background: #e8e3cd;
  border-color: #dcd5b3;
  color: #735e02;
  z-index: 1;
}
html .fs-list-group--hover.fs-list-group > .fs-list-group__item--warning:hover {
  background: #dcd5b3;
  border-color: #d1c79a;
  color: #735e02;
}
html .fs-list-group:not(.fs-list-group--bordered) > .fs-list-group__item {
  border-right-width: 0;
  border-left-width: 0;
}
html .fs-list-group:not(.fs-list-group--bordered) > .fs-list-group__item:first-child {
  border-top-width: 0;
}
html .fs-list-group:not(.fs-list-group--bordered) > .fs-list-group__item:last-child {
  border-bottom-width: 0;
}
html .fs-list-group--compact .fs-list-group__item {
  padding: 2px 15px;
}
html .fs-list-group__item > .fs-list-group__item__non-handle {
  margin-right: 20px;
}
html .fs-list-group__item:focus-visible {
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
  outline: 0.143em solid transparent;
}
html .fs-list-group__item:first-of-type .fs-list-group__item__handle {
  border-top-right-radius: 4px;
}
html .fs-list-group__item:last-of-type .fs-list-group__item__handle {
  border-bottom-right-radius: 4px;
}
html .fs-list-group__item > .fs-list-group__item__handle {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #808080;
  border: 1px solid #737373;
  border-radius: 0;
  width: 25px;
  vertical-align: middle;
  cursor: grab;
}
html .as-sortable-dragging .fs-list-group__item > .fs-list-group__item__handle {
  cursor: grabbing;
}
html .as-sortable-dragging .fs-list-group__item > .fs-list-group__item__handle, html .fs-list-group__item > .fs-list-group__item__handle:hover {
  background: #737373;
}
html .fs-list-group__item > .fs-list-group__item__handle::before, html .fs-list-group__item > .fs-list-group__item__handle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
html .fs-list-group__item > .fs-list-group__item__handle::before {
  left: 30%;
}
html .fs-list-group__item > .fs-list-group__item__handle::after {
  right: 30%;
}
html .fs-list-group__item > .fs-list-group__item__handle--disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
/* Renaming these 2 classes will break the tooltips arrow position */
html .tooltip-inner {
  max-width: 200px;
  word-break: break-all;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
html .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html .fs-tooltip {
  font-size: 12px;
  line-height: 1.42857143;
  position: absolute;
  z-index: 10000;
  display: block;
  font-family: "Signika", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  /* FsTooltipCounter*/
}
html .fs-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
html .fs-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
html .fs-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
html .fs-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
html .fs-tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
html .fs-tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
html .fs-tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
html .fs-tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
html .fs-tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
html .fs-tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html .fs-tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html .fs-tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html .fs-tooltip.top-left > .tooltip-arrow, html .fs-tooltip.top-right > .tooltip-arrow, html .fs-tooltip.bottom-left > .tooltip-arrow, html .fs-tooltip.bottom-right > .tooltip-arrow, html .fs-tooltip.left-top > .tooltip-arrow, html .fs-tooltip.left-bottom > .tooltip-arrow, html .fs-tooltip.right-top > .tooltip-arrow, html .fs-tooltip.right-bottom > .tooltip-arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}
html .fs-tooltip.fade {
  transition: opacity 150ms ease;
  opacity: 0;
}
html .fs-tooltip.fade.in {
  opacity: 1;
}
html .fs-tooltip.fsTooltipCounter .tooltip-inner {
  background: #000;
  color: #fff;
}
html .fs-tooltip.fsTooltipCounter .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html .fs-tooltip.fsTooltipCounter.top .tooltip-arrow, html .fs-tooltip.fsTooltipCounter.top-left .tooltip-arrow, html .fs-tooltip.fsTooltipCounter.top-right .tooltip-arrow {
  border-top-color: #000;
}
html .fs-tooltip.fsTooltipCounter.right .tooltip-arrow {
  border-right-color: #000;
}
html .fs-tooltip.fsTooltipCounter.left .tooltip-arrow {
  border-left-color: #000;
}
html .fs-tooltip.fsTooltipCounter.bottom .tooltip-arrow, html .fs-tooltip.fsTooltipCounter.bottom-left .tooltip-arrow, html .fs-tooltip.fsTooltipCounter.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
}
html .fs-dropdown {
  position: relative;
}
html .fs-dropdown--inline {
  display: inline-block;
  vertical-align: middle;
}
html .fs-dropdown > .fs-btn:focus, html .fs-dropdown > .fs-btn:active {
  outline: none;
}
html .fs-dropdown-toggle:focus {
  outline: 0;
}
[fs-dropdown-menu] {
  will-change: initial !important;
}
html .fs-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 2px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  background-clip: padding-box;
  border-radius: 2px;
  text-align: left;
  min-width: 100%;
  color: #404040;
}
html .fs-is-open > .fs-dropdown-menu {
  display: block;
}
html .fs-dropdown-menu--right {
  left: auto;
  right: 0;
}
html .fs-dropdown-menu--top {
  bottom: 100%;
  top: auto;
}
html .fs-dropdown-menu, html .fs-dropdown-menu__list {
  padding: 0;
  list-style: none;
}
html .fs-dropdown-menu__list {
  margin: 0;
}
html .fs-dropdown-menu--clicked {
  pointer-events: none;
}
html .fs-dropdown-menu--viewport, html .fs-dropdown-menu__list--viewport {
  max-height: 250px;
  overflow-y: auto;
}
html .fs-dropdown-menu__list > li, html .fs-dropdown-menu__list > li > a, html .fs-dropdown-menu__list > button, html .fs-dropdown-menu > li, html .fs-dropdown-menu > li > a, html .fs-dropdown-menu > button {
  background: transparent;
  border: none;
  display: block;
  text-align: left;
  padding: 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #404040;
  white-space: nowrap;
}
html .fs-dropdown-menu__list > li > .fs-icon:first-child, html .fs-dropdown-menu__list > li > a > .fs-icon:first-child, html .fs-dropdown-menu__list > button > .fs-icon:first-child, html .fs-dropdown-menu > li > .fs-icon:first-child, html .fs-dropdown-menu > li > a > .fs-icon:first-child, html .fs-dropdown-menu > button > .fs-icon:first-child {
  margin-right: 3px;
}
html .fs-dropdown-menu > li > button {
  background-color: transparent;
  border: none;
  font-family: inherit;
  cursor: pointer;
}
html .fs-dropdown-menu > li > button:focus-visible {
  border-radius: 0.25em;
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
  outline: 0.143em solid transparent;
}
html .fs-dropdown-menu__list > li > a, html .fs-dropdown-menu__list > button, html .fs-dropdown-menu > li > a, html .fs-dropdown-menu > button, html .fs-dropdown-menu > li {
  cursor: pointer;
}
html .fs-dropdown-menu__list > li > a:hover, html .fs-dropdown-menu__list > button:hover, html .fs-dropdown-menu > li > a:hover, html .fs-dropdown-menu > button:hover, html .fs-dropdown-menu > li:hover, html .fs-dropdown-menu__list > li > a:focus, html .fs-dropdown-menu__list > button:focus, html .fs-dropdown-menu > li > a:focus, html .fs-dropdown-menu > button:focus, html .fs-dropdown-menu > li:focus {
  text-decoration: none;
  color: #404040;
  background-color: #f2f2f2;
}
html .fs-dropdown-menu__list > li > a:active, html .fs-dropdown-menu__list > button:active, html .fs-dropdown-menu > li > a:active, html .fs-dropdown-menu > button:active, html .fs-dropdown-menu > li:active {
  outline: none;
}
html .fs-dropdown-menu__list > li > a > .fs-icon:first-child, html .fs-dropdown-menu__list > button > .fs-icon:first-child, html .fs-dropdown-menu > li > a > .fs-icon:first-child, html .fs-dropdown-menu > button > .fs-icon:first-child, html .fs-dropdown-menu > li > .fs-icon:first-child {
  margin-right: 3px;
}
html .fs-dropdown-menu__list > button, html .fs-dropdown-menu > button {
  width: 100%;
}
html .fs-dropdown-menu__list > li > a, html .fs-dropdown-menu > li > a {
  margin: -5px -10px;
}
html .fs-dropdown-menu > .fs-dropdown-menu__divider {
  background-color: #f2f2f2;
  height: 3px;
  padding: 0;
}
html .fs-dropdown-menu > .fs-dropdown-menu__heading {
  font-size: 12px;
  color: #404040;
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  background: #f2f2f2;
}
html .fs-dropdown-menu__list > .fs-dropdown-menu__disabled-item > a, html .fs-dropdown-menu__list > button[disabled], html .fs-dropdown-menu > .fs-dropdown-menu__disabled-item > a, html .fs-dropdown-menu > button[disabled] {
  color: #767676;
  background-color: #f5f5f5;
  cursor: not-allowed;
}
html .fs-dropdown-menu__list > .fs-dropdown-menu__disabled-item > a:hover, html .fs-dropdown-menu__list > button[disabled]:hover, html .fs-dropdown-menu > .fs-dropdown-menu__disabled-item > a:hover, html .fs-dropdown-menu > button[disabled]:hover, html .fs-dropdown-menu__list > .fs-dropdown-menu__disabled-item > a:focus, html .fs-dropdown-menu__list > button[disabled]:focus, html .fs-dropdown-menu > .fs-dropdown-menu__disabled-item > a:focus, html .fs-dropdown-menu > button[disabled]:focus {
  background-color: #f5f5f5;
}
html .fs-dropdown-menu__list > li + li, html .fs-dropdown-menu__list > button + button, html .fs-dropdown-menu > button + button, html .fs-dropdown-menu > li + li {
  border-top: 1px solid #f2f2f2;
}
html .fs-is-open > .fs-dropdown-menu {
  display: block;
}
html .fs-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 2px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  background-clip: padding-box;
  border-radius: 2px;
  text-align: left;
  min-width: 100%;
  padding: 10px 15px;
}
html .fs-is-open > .fs-dropdown-panel {
  display: block;
}
html .fs-dropdown-panel--right {
  left: auto;
  right: 0;
}
html .fs-dropdown-panel--top {
  bottom: 100%;
  top: auto;
}
@keyframes fs-dropdown-clicked {
  0% {
    background-color: white;
  }
  30% {
    background-color: white;
  }
  31% {
    background-color: #f2f2f2;
  }
  100% {
    background-color: #f2f2f2;
  }
}
html .fs-dropdown-button-clicked {
  animation: fs-dropdown-clicked 0.15s;
  outline: 0 !important;
}
html .fs-dropdown-menu__arrow, html .fs-dropdown-panel__arrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0px;
}
html .fs-dropdown-menu[x-placement^="top"], html .fs-dropdown-panel[x-placement^="top"] {
  margin-bottom: 8px;
}
html .fs-dropdown-menu[x-placement^="bottom"], html .fs-dropdown-panel[x-placement^="bottom"] {
  margin-top: 8px;
}
html .fs-dropdown-menu[x-placement^="top"] .fs-dropdown-menu__arrow, html .fs-dropdown-menu[x-placement^="top"] .fs-dropdown-panel__arrow, html .fs-dropdown-panel[x-placement^="top"] .fs-dropdown-menu__arrow, html .fs-dropdown-panel[x-placement^="top"] .fs-dropdown-panel__arrow {
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ccc;
  border-bottom: none;
}
html .fs-dropdown-menu[x-placement^="bottom"] .fs-dropdown-menu__arrow, html .fs-dropdown-menu[x-placement^="bottom"] .fs-dropdown-panel__arrow, html .fs-dropdown-panel[x-placement^="bottom"] .fs-dropdown-menu__arrow, html .fs-dropdown-panel[x-placement^="bottom"] .fs-dropdown-panel__arrow {
  top: -6px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ccc;
  border-top: none;
}
html .fs-badge {
  display: inline-block;
  background: #767676;
  color: white;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 10px;
  position: relative;
  top: -1px;
}
html .fs-badge:empty {
  display: none;
}
html .fs-badge--info {
  background: #2a5d84;
  color: #fff;
}
html .fs-badge--danger {
  background: #b04545;
  color: #fff;
}
html .fs-badge--warning {
  background: #8c7303;
  color: #fff;
}
html .fs-badge--success {
  background: #628010;
  color: #fff;
}
html .fs-alert {
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}
html .fs-alert--info {
  color: #0e566c;
  background-color: #cfdde2;
  box-shadow: 0 0 0 1px #b7ccd3 inset, 0 0 0 0 transparent;
  background-color: #f8ffff;
}
html .fs-alert--danger {
  color: #9f3a38;
  background-color: #ecd8d7;
  box-shadow: 0 0 0 1px #e2c4c3 inset, 0 0 0 0 transparent;
  background-color: #fff6f6;
}
html .fs-alert--warning {
  color: #794b02;
  background-color: #e4dbcc;
  box-shadow: 0 0 0 1px #d7c9b3 inset, 0 0 0 0 transparent;
  background-color: #fffaf3;
}
html .fs-alert--success {
  color: #2c662d;
  background-color: #d5e0d5;
  box-shadow: 0 0 0 1px #c0d1c0 inset, 0 0 0 0 transparent;
  background-color: #fcfff5;
}
html .fs-alert--inline {
  display: inline-block;
  padding: 1px 10px 3px 10px;
  margin: 0;
}
html .fs-alert--explanation {
  display: inline-block;
  padding: 4px 10px;
  margin: 10px;
  max-width: 400px;
}
html .fs-progress {
  display: block;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  background: #f2f2f2;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: content-box;
  padding: 1px;
}
html .fs-progress::before, html .fs-progress::after {
  content: "";
  display: table;
}
html .fs-progress::after {
  clear: both;
}
html .fs-progress--sm {
  height: 4px;
  border-radius: 6px;
}
html .fs-progress__bar {
  display: block;
  height: 100%;
  float: left;
  text-align: center;
  color: white;
  font-size: 12px;
  transition: width 0.5s linear;
  background-color: #ccc;
  border: 1px solid #b3b3b3;
  margin: -1px;
}
html .fs-progress__bar:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
html .fs-progress__bar:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
html .fs-progress__bar--info {
  background-color: #2a5d84;
  border: 1px solid #1d415d;
  margin: -1px;
}
html .fs-progress__bar--success {
  background-color: #628010;
  border: 1px solid #3f530a;
  margin: -1px;
}
html .fs-progress__bar--danger {
  background-color: #b04545;
  border: 1px solid #8c3636;
  margin: -1px;
}
html .fs-progress__bar--warning {
  background-color: #8c7303;
  border: 1px solid #5a4a02;
  margin: -1px;
}
html .fs-exception-manger {
  position: fixed;
  z-index: 20000;
  top: 0;
  width: 100%;
}
html .fs-exception-manger--locked {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 250ms ease;
}
html .fs-exception-manger--locked-active {
  background-color: rgba(0, 0, 0, 0.5);
}
html .fs-exception-manger .fs-message {
  padding: 20px 30px;
  min-height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  transition: transform 250ms ease;
  transform: translate3d(0px, -100%, 0px);
}
html .fs-exception-manger .fs-message > div {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
html .fs-exception-manger .fs-message--info {
  color: #214a69;
  background-color: #d4dfe6;
}
html .fs-exception-manger .fs-message--info .fs-message__actions > button {
  border-color: #214a69;
  color: #214a69;
}
html .fs-exception-manger .fs-message--info .fs-message__actions > button:hover {
  color: #214a69;
}
html .fs-exception-manger .fs-message--danger {
  color: #8d3737;
  background-color: #efdada;
}
html .fs-exception-manger .fs-message--danger .fs-message__actions > button {
  border-color: #8d3737;
  color: #8d3737;
}
html .fs-exception-manger .fs-message--danger .fs-message__actions > button:hover {
  color: #8d3737;
}
html .fs-exception-manger .fs-message--warning {
  color: #705c02;
  background-color: #e8e3cd;
}
html .fs-exception-manger .fs-message--warning .fs-message__actions > button {
  border-color: #705c02;
  color: #705c02;
}
html .fs-exception-manger .fs-message--warning .fs-message__actions > button:hover {
  color: #705c02;
}
html .fs-exception-manger .fs-message--success {
  color: #4e660d;
  background-color: #e0e6cf;
}
html .fs-exception-manger .fs-message--success .fs-message__actions > button {
  border-color: #4e660d;
  color: #4e660d;
}
html .fs-exception-manger .fs-message--success .fs-message__actions > button:hover {
  color: #4e660d;
}
html .fs-exception-manger .fs-message.active {
  transform: translate3d(0px, 0%, 0px);
}
html .fs-exception-manger .fs-message__primary {
  margin-bottom: 4px;
}
html .fs-exception-manger .fs-message__icon {
  font-size: 24px;
}
html .fs-exception-manger .fs-message__icon svg {
  height: 32px;
  width: 32px;
  margin-top: -3px;
  margin-bottom: -3px;
  margin-right: 8px;
}
html .fs-exception-manger .fs-message__title {
  font-size: 24px;
}
html .fs-exception-manger .fs-message__close-icon {
  float: right;
  border: none;
  background: transparent;
  opacity: 0.6;
  transition: opacity ease 200ms;
  cursor: pointer;
  outline: none;
}
html .fs-exception-manger .fs-message__close-icon:hover {
  opacity: 1;
}
html .fs-exception-manger .fs-message__close-icon svg {
  height: 24px;
  width: 24px;
}
html .fs-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px 20px;
  outline: 0;
  text-align: center;
}
html .fs-modal__inner {
  display: inline-block;
  text-align: left;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
html .fs-modal:not(.fs-is-open) {
  display: none;
}
html .fs-modal-backdrop {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  z-index: 1000;
  animation: fs-backdrop-fade-in 0.4s;
  background: #404040;
}
html .modal-is-open {
  overflow: hidden;
}
html .fs-dialog {
  background: white;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  width: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #404040;
  text-align: left;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
html .fs-dialog::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
html .fs-dialog--forced-height {
  min-height: 300px;
}
html .fs-dialog__header {
  padding: 10px 15px;
  background: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
}
html .fs-dialog__body {
  padding: 10px 15px;
}
html .fs-dialog__footer {
  padding: 10px 15px;
  background: #f2f2f2;
  border-top: 1px solid #e6e6e6;
}
html .fs-dialog__body .fs-dialog__footer {
  margin: -10px -15px;
  margin-top: 10px;
}
@keyframes fs-backdrop-fade-in {
  from {
    opacity: 0;
  }
}
html .fs-maximizable {
  position: relative;
}
html .fs-maximizable:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  transition: background 400ms ease;
  display: none;
}
html .fs-maximizable--active:before {
  display: block;
}
html .fs-maximizable--background:before {
  background: #ffffff;
}
html .fs-maximizable__inner {
  z-index: 15;
}
html .fs-maximizable--active .fs-maximizable__inner {
  transition: transform 400ms ease;
  transform: translate3d(0px, 0px, 0px);
}
html .fs-media {
  width: 100%;
}
html .fs-media img {
  max-width: 100%;
  display: block;
  margin: auto;
}
html .fs-media audio {
  display: block;
  width: 100%;
}
html .fs-media video {
  display: block;
  width: 100%;
  height: auto;
}
html .fs-media object {
  width: 100%;
  height: 100%;
}
html .fs-modal__inner > .fs-media audio {
  width: 500px;
}
html .fs-document-page {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
html .fs-pdf-viewer {
  border: 1px solid #e6e6e6;
  position: relative;
}
html .fs-pdf-viewer__viewer {
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
html .fs-pdf-viewer__page {
  display: inline-block;
  margin: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
html .fs-pdf-viewer__page canvas {
  display: block;
}
html .fs-pdf-viewer__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 0;
}
html .fs-modal__inner > .fs-pdf-viewer, html .fs-modal__inner > .fs-media > .fs-pdf-viewer {
  border: none;
}
html .fs-modal__inner > .fs-media > .fs-pdf-viewer .fs-pdf-viewer__viewer .fs-pdf-viewer__page, html .fs-modal__inner > .fs-pdf-viewer .fs-pdf-viewer__viewer .fs-pdf-viewer__page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
html .fs-modal__inner > .fs-media > .fs-pdf-viewer .fs-pdf-viewer__viewer, html .fs-modal__inner > .fs-pdf-viewer .fs-pdf-viewer__viewer {
  background: transparent;
  color: white;
  margin-bottom: 65px;
  position: relative;
  overflow: visible;
}
html .fs-modal__inner > .fs-media > .fs-pdf-viewer .fs-pdf-viewer__controls, html .fs-modal__inner > .fs-pdf-viewer .fs-pdf-viewer__controls {
  bottom: 25px;
  left: 10%;
  right: 10%;
  position: fixed;
  border-radius: 4px;
  border-color: transparent;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
html .fs-loading-spinner__bg {
  stroke: currentColor;
  opacity: 0.2;
}
html .fs-loading-spinner__rotor {
  stroke-dasharray: 6, 38;
  stroke-dashoffset: 4;
  animation: fs-loading-spinner-spin 1s linear infinite;
  stroke: currentColor;
  opacity: 0.8;
}
html .fs-loading-spinner--large {
  width: 32px;
  height: 32px;
}
[fs-loading-spinner] {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
[fs-loading-spinner] svg {
  display: block;
  width: inherit;
  height: inherit;
}
@keyframes fs-loading-spinner-spin {
  0% {
    stroke-dashoffset: 4;
    stroke-dasharray: 6, 38;
  }
  40% {
    stroke-dashoffset: 32;
    stroke-dasharray: 26, 18;
  }
  100% {
    stroke-dashoffset: 48;
    stroke-dasharray: 6, 38;
  }
}
html .fs-datepicker {
  width: 230px;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  background: white;
  margin-top: 2px;
  box-shadow: 0 0 0 3px rgba(98, 128, 16, 0.2);
  z-index: 1000;
  border: 2px solid #628010;
  margin: 5px;
}
html .fs-datepicker__time {
  padding: 10px;
}
html .fs-datepicker__am-pm-toggle {
  display: block;
  padding-top: 10px;
}
html .fs-datepicker__am-pm-toggle__button {
  width: 50%;
}
html .fs-datepicker__input {
  -moz-appearance: textfield;
  border-radius: 0;
}
html .fs-datepicker__input::-webkit-inner-spin-button, html .fs-datepicker__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */
}
html .fs-datepicker__input:focus {
  z-index: 1;
}
html .fs-datepicker__input.is-invalid {
  border-color: #b04545 !important;
  box-shadow: 0 0 0 2px #c99292 !important;
}
html .fs-datepicker__button-top {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
html .fs-datepicker__button-bottom {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html .fs-datepicker__controls {
  text-align: center;
  padding: 10px;
  background: #628010;
  color: white;
  font-size: 16px;
}
html .fs-datepicker__footer {
  border-top: 2px solid #f2f2f2;
  padding: 10px;
  text-align: center;
}
html .fs-datepicker__grid__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 2px;
  color: #628010;
  font-size: 12px;
  text-transform: capitalize;
}
html .fs-datepicker__grid__header__item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  padding: 5px 0;
}
html .fs-datepicker__grid__days {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding: 2px;
}
html .fs-datepicker__day {
  -ms-flex: 1 1 14%;
  flex: 1 1 14%;
  text-align: center;
  position: relative;
  cursor: default;
  border-radius: 50%;
}
html .fs-datepicker__day::before {
  content: "";
  display: block;
  padding-top: 100%;
}
html .fs-datepicker__day:not(.fs-datepicker__day--selected):not(.fs-datepicker__day--inactive):hover {
  border: 2px solid #f2f2f2;
}
html .fs-datepicker__day:not(.fs-datepicker__day--selected):not(.fs-datepicker__day--inactive):active {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
}
html .fs-datepicker__day__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html .fs-datepicker__day--adjacent-month, html .fs-datepicker__day--inactive {
  color: #ccc;
}
html .fs-datepicker__day--today:not(.fs-datepicker__day--selected) {
  border: 2px solid #c5b981;
}
html .fs-datepicker__day--selected {
  background: #628010;
  z-index: 1;
  color: white;
}
html .fs-datepicker__day--selected.fs-datepicker__day--adjacent-month {
  background: #e6e6e6;
}
html .fs-datepicker__arrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-bottom: 12px;
}
html .fs-datepicker[x-placement^="left"] {
  margin-right: 10px;
}
html .fs-datepicker[x-placement^="right"] {
  margin-left: 10px;
}
html .fs-datepicker[x-placement^="right"] .fs-datepicker__arrow {
  left: -10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #628010;
  border-left: none;
}
html .fs-datepicker[x-placement^="left"] .fs-datepicker__arrow {
  right: -10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #628010;
  border-right: none;
}
html .fs-tool-list {
  display: table;
  width: 100%;
}
html .fs-tool-list__item {
  display: table-row;
}
html .fs-tool-list__item:not(:first-child) .fs-tool-list__item__tool, html .fs-tool-list__item:not(:first-child) .fs-tool-list__item__description {
  border-top: 1px solid #e6e6e6;
}
html .fs-tool-list__item__tool {
  width: 1px;
}
html .fs-tool-list__item__tool, html .fs-tool-list__item__description {
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
}
html .fs-tool-list__item__tool > h1:first-child, html .fs-tool-list__item__description > h1:first-child, html .fs-tool-list__item__tool > h2:first-child, html .fs-tool-list__item__description > h2:first-child, html .fs-tool-list__item__tool > h3:first-child, html .fs-tool-list__item__description > h3:first-child, html .fs-tool-list__item__tool > h4:first-child, html .fs-tool-list__item__description > h4:first-child, html .fs-tool-list__item__tool > h5:first-child, html .fs-tool-list__item__description > h5:first-child, html .fs-tool-list__item__tool > h6:first-child, html .fs-tool-list__item__description > h6:first-child {
  margin-top: 0;
}
html .fs-tool-list__item__description {
  padding-left: 10px;
  font-size: 12px;
}
html .fs-popup {
  border-radius: 4px;
  background: white;
  color: #404040;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 10px rgba(128, 128, 128, 0.4);
  z-index: 1000;
}
html .fs-popup__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: -1;
}
html .fs-popup__arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0;
}
html .fs-popup[x-placement^="top"] {
  margin-bottom: 8px;
}
html .fs-popup[x-placement^="bottom"] {
  margin-top: 8px;
}
html .fs-popup[x-placement^="left"] {
  margin-right: 8px;
}
html .fs-popup[x-placement^="right"] {
  margin-left: 8px;
}
html .fs-popup[x-placement^="top"] .fs-popup__arrow {
  border-width: 6px 6px 0 6px;
  border-color: white transparent transparent transparent;
  bottom: -6px;
  left: calc(44%);
  margin: 0 5px;
}
html .fs-popup[x-placement^="top"] .fs-popup__arrow::after {
  border-bottom-width: 1px;
  border-right-width: 1px;
  bottom: 1px;
  left: -5px;
}
html .fs-popup[x-placement^="bottom"] .fs-popup__arrow {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent white transparent;
  top: -6px;
  left: calc(44%);
  margin: 0 5px;
}
html .fs-popup[x-placement^="bottom"] .fs-popup__arrow::after {
  border-top-width: 1px;
  border-left-width: 1px;
  top: 1px;
  left: -5px;
}
html .fs-popup[x-placement^="right"] .fs-popup__arrow {
  border-width: 6px 6px 6px 0;
  border-color: transparent white transparent transparent;
  left: -6px;
  top: calc(44%);
  margin: 5px 0;
}
html .fs-popup[x-placement^="right"] .fs-popup__arrow::after {
  border-bottom-width: 1px;
  border-left-width: 1px;
  top: -5px;
  left: 1px;
}
html .fs-popup[x-placement^="left"] .fs-popup__arrow {
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent white;
  right: -6px;
  top: calc(44%);
  margin: 5px 0;
}
html .fs-popup[x-placement^="left"] .fs-popup__arrow::after {
  border-top-width: 1px;
  border-right-width: 1px;
  top: -5px;
  right: 1px;
}
html .fs-empty-area {
  padding: 15px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #545454;
  border-radius: 4px;
}
html .fs-expanding-input {
  position: relative;
}
html .fs-expanding-input .fs-input {
  transition: width 400ms ease;
}
html .fs-expanding-input--icon .fs-input {
  padding-left: 28px;
}
html .fs-expanding-input--icon .fs-icon {
  position: absolute;
  left: 7px;
  top: 7px;
  color: #808080;
}
html .fs-interval-graph {
  width: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  cursor: default;
  margin: 0 10px;
  margin-bottom: 40px;
  position: relative;
}
html .fs-interval-graph__header {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
html .fs-interval-graph__header__input-group-left div, html .fs-interval-graph__header__input-group-left input, html .fs-interval-graph__header__input-group-right div, html .fs-interval-graph__header__input-group-right input {
  border-width: 2px;
}
html .fs-interval-graph__header__input-group-left input, html .fs-interval-graph__header__input-group-right input {
  height: 32px;
  width: 80px;
}
html .fs-interval-graph__header__input-group-left div, html .fs-interval-graph__header__input-group-right div {
  border-radius: 0;
}
html .fs-interval-graph__header__input-group-left div {
  border-left: none;
}
html .fs-interval-graph__header__input-group-right div {
  border-right: none;
}
html .fs-interval-graph__header__input-group-left input.is-invalid, html .fs-interval-graph__header__input-group-right input.is-invalid {
  border-color: #b04545 !important;
  box-shadow: 0 0 0 2px #c99292 !important;
}
html .fs-interval-graph__body {
  padding-top: 16px;
  height: 400px;
}
html .fs-interval-graph__body__helper {
  position: absolute;
  background: #404040;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  opacity: 0;
  color: white;
  padding-top: 20px;
  transition: opacity 300ms;
  z-index: -1;
}
html .fs-interval-graph__body__helper.show {
  opacity: 0.8;
  z-index: 4;
  cursor: help;
}
html .fs-interval-graph__body__helper.show div {
  padding: 10px;
  font-size: 12px;
}
html .fs-interval-graph__distribution {
  float: left;
  height: 100%;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  transition: background-color ease 100ms, border-color ease 100ms;
}
html .fs-interval-graph__distribution__inner {
  height: 100%;
  position: relative;
}
html .fs-interval-graph__distribution__bar {
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 2px;
  background: #4787b8;
  border: 1px solid #719ec1;
  border-radius: 2px;
  transition: height ease 300ms;
}
html .fs-interval-graph__distribution__bar__info {
  position: absolute;
  text-align: center;
  top: -13px;
  left: 50%;
  white-space: nowrap;
  padding: 2px 4px 5px 4px;
  transform: translate(-50%, -100%);
  background: gray;
  color: #fff;
  border-radius: 4px;
  z-index: 2;
}
html .fs-interval-graph__distribution__bar__info::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-top: 7px solid gray;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
html .fs-interval-graph__distribution__label {
  height: 20px;
  position: absolute;
  bottom: -20px;
  font-weight: 700;
  font-size: 16px;
  color: #4787b8;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  max-width: 50%;
}
html .fs-interval-graph__distribution--floating:hover {
  background-color: #fafafa;
  border-color: #eee;
}
html .fs-interval-graph__distribution--floating:hover .fs-interval-graph__distribution__bar__info {
  opacity: 1;
}
html .fs-interval-graph__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 16px;
  z-index: 1;
}
html .fs-interval-graph__handle--disabled {
  cursor: not-allowed;
}
html .fs-interval-graph__handle--enabled {
  cursor: ew-resize;
}
html .fs-interval-graph__handle__bar {
  position: absolute;
  top: 2px;
  left: 4px;
  bottom: 0;
  padding: 0 4px;
  z-index: 2;
}
html .fs-interval-graph__handle__bar:after {
  content: "";
  display: block;
  position: relative;
  height: 100%;
  width: 2px;
  background: #ccc;
  margin-left: -1px;
  border-radius: 1px;
  transition: all 0.1s;
}
html .fs-interval-graph__handle__input {
  width: 50px;
  padding-left: 4px;
  padding-right: 4px;
  border-width: 2px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 7px;
  text-align: center;
  border-radius: 4px 0 0 0;
  border-color: #ccc;
}
html .fs-interval-graph__handle__input:focus {
  border-color: #ccc !important;
}
html .fs-interval-graph__handle__input::-webkit-inner-spin-button, html .fs-interval-graph__handle__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html .fs-interval-graph__handle__arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
}
html .fs-interval-graph__handle__arrow::after {
  transition: all ease-in 80ms;
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  margin-left: 57px;
  width: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 5px solid #ccc;
}
html .fs-interval-graph__handle--enabled:hover > span::after {
  background: #98b6cd;
  box-shadow: 0 0 0 2px #98b6cd;
}
html .fs-interval-graph__handle--enabled:hover .fs-interval-graph__handle__input {
  border-color: #98b6cd;
  box-shadow: 0 0 0 2px #98b6cd;
}
html .fs-interval-graph__handle--enabled:hover .fs-interval-graph__handle__arrow::after {
  transition: all ease-in 140ms;
  border-left: 7px solid #98b6cd;
  background: transparent;
  box-shadow: none;
  margin-left: 59px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  top: -2px;
}
html .fs-interval-graph__handle--enabled:hover .fs-interval-graph__handle__arrow::before {
  margin-left: 10px;
}
html .fs-interval-graph__handle--enabled .fs-interval-graph__handle__input.ng-invalid {
  border-color: #b04545 !important;
  box-shadow: 0 0 0 2px #c99292 !important;
}
html .fs-interval-graph__handle--enabled:hover .fs-interval-graph__handle__input.ng-invalid + span::after {
  background: #b04545 !important;
  box-shadow: 0 0 0 2px #c99292 !important;
}
html .fs-interval-graph--floating .fs-interval-graph__distribution .fs-interval-graph__distribution__label {
  /* Fix less interference with calc functions */
  left: calc(100% + 2px);
}
html .fs-interval-graph__error {
  width: 75%;
  margin: auto auto;
  padding: 8px 16px;
  border: 1px solid #eee;
}
/* Plugins */
@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
html .ui-grid {
  border: 1px solid #e6e6e6;
  box-sizing: content-box;
  border-radius: 0;
  transform: translateZ(0);
}
html .ui-grid-vertical-bar {
  position: absolute;
  right: 0;
  width: 0;
}
html .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar, html .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
html .ui-grid-scrollbar-placeholder {
  background-color: transparent;
}
html .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #e6e6e6;
}
html .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #e6e6e6;
}
html .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #e6e6e6;
}
html .ui-grid-clearfix:before, html .ui-grid-clearfix:after {
  content: "";
  display: table;
}
html .ui-grid-clearfix:after {
  clear: both;
}
html .ui-grid-invisible {
  visibility: hidden;
}
html .ui-grid-contents-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
html .ui-grid-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html .ui-grid-top-panel-background {
  background: white;
  background: -o-linear-gradient(white, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
}
html .ui-grid-header {
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
html .ui-grid-top-panel {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background: white;
  background: -o-linear-gradient(white, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  background-clip: padding-box;
}
html .ui-grid-header-viewport {
  overflow: hidden;
}
html .ui-grid-header-canvas:before, html .ui-grid-header-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
html .ui-grid-header-canvas:after {
  clear: both;
}
html .ui-grid-header-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
html .ui-grid-header-cell-row {
  display: table-row;
  position: relative;
}
html .ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #e6e6e6;
  display: table-cell;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
}
html .ui-grid-header-cell:last-child {
  border-right: 0;
}
html .ui-grid-header-cell .sortable {
  cursor: pointer;
}
html .ui-grid-header-cell .ui-grid-sort-priority-number {
  margin-left: -8px;
}
html .ui-grid-header .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}
html .ui-grid-column-menu-button {
  position: absolute;
  right: 1px;
  top: 0;
}
html .ui-grid-column-menu-button .ui-grid-icon-angle-down {
  vertical-align: sub;
}
html .ui-grid-column-menu-button-last-col {
  margin-right: 25px;
}
html .ui-grid-column-menu {
  position: absolute;
}
/* Slide up/down animations */
html .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, html .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transition: all 0.05s linear;
  display: block !important;
}
html .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active, html .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transform: translateY(-100%);
}
html .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, html .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
}
/* Slide up/down animations */
html .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, html .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transition: all 0.05s linear;
  display: block !important;
}
html .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active, html .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transform: translateY(-100%);
}
html .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, html .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
}
html .ui-grid-filter-container {
  padding: 4px 10px;
  position: relative;
}
html .ui-grid-filter-container .ui-grid-filter-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
html .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 10px;
  opacity: 0.66;
}
html .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
html .ui-grid-filter-container .ui-grid-filter-button-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
html .ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 0px;
  opacity: 0.66;
}
html .ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #e6e6e6;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #e6e6e6;
}
select.ui-grid-filter-select {
  padding: 0;
  margin: 0;
  border: 0;
  width: 90%;
  border: 1px solid #e6e6e6;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
select.ui-grid-filter-select:hover {
  border: 1px solid #e6e6e6;
}
html .ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
  width: 100%;
}
html .ui-grid-render-container {
  position: inherit;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
html .ui-grid-render-container:focus {
  outline: none;
}
html .ui-grid-viewport {
  min-height: 20px;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html .ui-grid-viewport:focus {
  outline: none !important;
}
html .ui-grid-canvas {
  position: relative;
  padding-top: 1px;
}
html .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #f7f7f7;
}
html .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: white;
}
html .ui-grid-row:last-child .ui-grid-cell {
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
}
html .ui-grid-no-row-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  background: white;
  background: -o-linear-gradient(white, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  font-size: 2em;
  text-align: center;
}
html .ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}
html .ui-grid-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #e6e6e6;
  box-sizing: border-box;
}
html .ui-grid-cell:last-child {
  border-right: 0;
}
html .ui-grid-cell-contents {
  padding: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}
html .ui-grid-cell-contents-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
html .ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #f0f0ee;
  border-bottom: solid 1px #e6e6e6;
}
html .ui-grid-footer-panel-background {
  background: white;
  background: -o-linear-gradient(white, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
}
html .ui-grid-footer-panel {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  font-weight: bold;
  background: white;
  background: -o-linear-gradient(white, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  background-clip: padding-box;
}
html .ui-grid-grid-footer {
  float: left;
  width: 100%;
}
html .ui-grid-footer-viewport {
  overflow: hidden;
}
html .ui-grid-footer-canvas {
  position: relative;
}
html .ui-grid-footer-canvas:before, html .ui-grid-footer-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
html .ui-grid-footer-canvas:after {
  clear: both;
}
html .ui-grid-footer-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
html .ui-grid-footer-cell-row {
  display: table-row;
}
html .ui-grid-footer-cell {
  overflow: hidden;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #e6e6e6;
  box-sizing: border-box;
  display: table-cell;
}
html .ui-grid-footer-cell:last-child {
  border-right: 0;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #e6e6e6;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #e6e6e6;
}
html .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  height: 31px;
  font-weight: normal;
}
html .ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 3px;
}
html .ui-grid-menu-button .ui-grid-menu {
  right: 0;
}
html .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  overflow: scroll;
  border: 1px solid #e6e6e6;
}
html .ui-grid-menu {
  z-index: 2;
  position: absolute;
  padding: 0 10px 20px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
html .ui-grid-menu .ui-grid-menu-inner {
  background: white;
  border: 1px solid #e6e6e6;
  position: relative;
  white-space: nowrap;
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1px 1px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  color: #333;
  text-decoration: none;
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled], fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled, fieldset[disabled] a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  pointer-events: none;
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active, html .open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:hover, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:hover, html .open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus, html .open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus, html .open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:hover, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:hover, fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:focus, fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled.focus, html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled].focus, fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  background-color: transparent;
  border-color: transparent;
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button .badge {
  color: transparent;
  background-color: transparent;
}
html .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button > i {
  opacity: 0.75;
  color: black;
}
html .ui-grid-menu .ui-grid-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
html .ui-grid-menu .ui-grid-menu-inner ul li {
  padding: 0px;
}
html .ui-grid-menu .ui-grid-menu-inner ul li button {
  min-width: 100%;
  padding: 8px;
  text-align: left;
  background: transparent;
  border: none;
}
html .ui-grid-menu .ui-grid-menu-inner ul li button:hover, html .ui-grid-menu .ui-grid-menu-inner ul li button:focus {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
html .ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  background-color: #e6e6e6;
}
html .ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
  border-bottom: 1px solid #e6e6e6;
}
html .ui-grid-sortarrow {
  right: 5px;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
}
html .ui-grid-sortarrow.down {
  transform: rotate(180deg);
}
@font-face {
  font-family: 'ui-grid';
  src: url('ui-grid.eot');
  src: url('ui-grid.eot#iefix') format('embedded-opentype'), url('ui-grid.woff') format('woff'), url('ui-grid.ttf') format('truetype'), url('ui-grid.svg?#ui-grid') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ui-grid';
    src: url('@{font-path}ui-grid.svg?12312827#ui-grid') format('svg');
  }
}
*/
[class^="ui-grid-icon"]:before, [class*=" ui-grid-icon"]:before {
  font-family: "ui-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
html .ui-grid-icon-blank::before {
  width: 1em;
  content: ' ';
}
/*
* RTL Styles
*/
html .ui-grid[dir=rtl] .ui-grid-header-cell, html .ui-grid[dir=rtl] .ui-grid-footer-cell, html .ui-grid[dir=rtl] .ui-grid-cell {
  float: right !important;
}
html .ui-grid[dir=rtl] .ui-grid-column-menu-button {
  position: absolute;
  left: 1px;
  top: 0;
  right: inherit;
}
html .ui-grid[dir=rtl] .ui-grid-cell:first-child, html .ui-grid[dir=rtl] .ui-grid-header-cell:first-child, html .ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
  border-right: 0;
}
html .ui-grid[dir=rtl] .ui-grid-cell:last-child, html .ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
  border-right: 1px solid #e6e6e6;
  border-left: 0;
}
html .ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar, html .ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar, html .ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
  width: 0;
}
html .ui-grid[dir=rtl] .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  left: 0;
  right: auto;
  background: white;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
html .ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
  left: 0;
  right: auto;
}
html .ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
  right: initial;
  left: 0;
}
html .ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  right: initial;
  left: 10px;
}
/*
   Animation example, for spinners
*/
html .ui-grid-animate-spin {
  animation: ui-grid-spin 2s infinite linear;
  display: inline-block;
}
@keyframes ui-grid-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
html .ui-grid-pinned-container {
  position: absolute;
  display: inline;
  top: 0;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-left {
  float: left;
  left: 0;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-right {
  float: right;
  right: 0;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #bfbfbf;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #bfbfbf;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar, html .ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #e6e6e6;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #bfbfbf;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #bfbfbf;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #bfbfbf;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #bfbfbf;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar, html .ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
  width: 1px;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
  background-color: #e6e6e6;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #bfbfbf;
}
html .ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
  left: -1px;
  width: 1px;
  background-color: #bfbfbf;
}
html .ui-grid-pager-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: content-box;
}
html .ui-grid-pager-container {
  float: left;
}
html .ui-grid-pager-control {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 135px;
  float: left;
}
html .ui-grid-pager-control button {
  height: 25px;
  min-width: 26px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  background-color: white;
  border-color: #ccc;
}
html .ui-grid-pager-control button:focus, html .ui-grid-pager-control button:active:focus, html .ui-grid-pager-control button.active:focus, html .ui-grid-pager-control button.focus, html .ui-grid-pager-control button:active.focus, html .ui-grid-pager-control button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html .ui-grid-pager-control button:hover, html .ui-grid-pager-control button:focus, html .ui-grid-pager-control button.focus {
  color: #333;
  text-decoration: none;
}
html .ui-grid-pager-control button:active, html .ui-grid-pager-control button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .ui-grid-pager-control button.disabled, html .ui-grid-pager-control button[disabled], fieldset[disabled] .ui-grid-pager-control button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.ui-grid-pager-control button.disabled, fieldset[disabled] a.ui-grid-pager-control button {
  pointer-events: none;
}
html .ui-grid-pager-control button:focus, html .ui-grid-pager-control button.focus {
  color: white;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
html .ui-grid-pager-control button:hover {
  color: white;
  background-color: #e6e6e6;
  border-color: #adadad;
}
html .ui-grid-pager-control button:active, html .ui-grid-pager-control button.active, html .open > .dropdown-toggle.ui-grid-pager-control button {
  color: white;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
html .ui-grid-pager-control button:active:hover, html .ui-grid-pager-control button.active:hover, html .open > .dropdown-toggle.ui-grid-pager-control button:hover, html .ui-grid-pager-control button:active:focus, html .ui-grid-pager-control button.active:focus, html .open > .dropdown-toggle.ui-grid-pager-control button:focus, html .ui-grid-pager-control button:active.focus, html .ui-grid-pager-control button.active.focus, html .open > .dropdown-toggle.ui-grid-pager-control button.focus {
  color: white;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
html .ui-grid-pager-control button.disabled:hover, html .ui-grid-pager-control button[disabled]:hover, fieldset[disabled] .ui-grid-pager-control button:hover, html .ui-grid-pager-control button.disabled:focus, html .ui-grid-pager-control button[disabled]:focus, fieldset[disabled] .ui-grid-pager-control button:focus, html .ui-grid-pager-control button.disabled.focus, html .ui-grid-pager-control button[disabled].focus, fieldset[disabled] .ui-grid-pager-control button.focus {
  background-color: white;
  border-color: #ccc;
}
html .ui-grid-pager-control button .badge {
  color: white;
  background-color: white;
}
html .ui-grid-pager-control input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline;
  height: 26px;
  width: 50px;
  vertical-align: top;
}
html .ui-grid-pager-control input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
html .ui-grid-pager-control input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
html .ui-grid-pager-control input:-ms-input-placeholder {
  color: #999;
}
html .ui-grid-pager-control input::-webkit-input-placeholder {
  color: #999;
}
html .ui-grid-pager-control input::-ms-expand {
  background-color: transparent;
  border: 0;
}
html .ui-grid-pager-control input[disabled], html .ui-grid-pager-control input[readonly], fieldset[disabled] .ui-grid-pager-control input {
  background-color: #eeeeee;
  opacity: 1;
}
html .ui-grid-pager-control input[disabled], fieldset[disabled] .ui-grid-pager-control input {
  cursor: not-allowed;
}
textarea.ui-grid-pager-control input {
  height: auto;
}
select.ui-grid-pager-control input {
  height: 30px;
  line-height: 30px;
}
textarea.ui-grid-pager-control input, select[multiple].ui-grid-pager-control input {
  height: auto;
}
html .ui-grid-pager-control .ui-grid-pager-max-pages-number {
  vertical-align: bottom;
}
html .ui-grid-pager-control .ui-grid-pager-max-pages-number > * {
  vertical-align: middle;
}
html .ui-grid-pager-control .first-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
html .ui-grid-pager-control .first-bar-rtl {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-right: -7px;
}
html .ui-grid-pager-control .first-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
html .ui-grid-pager-control .next-triangle {
  margin-left: 1px;
}
html .ui-grid-pager-control .prev-triangle {
  margin-left: 0;
}
html .ui-grid-pager-control .last-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
html .ui-grid-pager-control .last-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
html .ui-grid-pager-control .last-bar-rtl {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-right: -11px;
}
html .ui-grid-pager-row-count-picker {
  float: left;
}
html .ui-grid-pager-row-count-picker select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 26px;
  width: 67px;
  display: inline;
}
html .ui-grid-pager-row-count-picker select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
html .ui-grid-pager-row-count-picker select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
html .ui-grid-pager-row-count-picker select:-ms-input-placeholder {
  color: #999;
}
html .ui-grid-pager-row-count-picker select::-webkit-input-placeholder {
  color: #999;
}
html .ui-grid-pager-row-count-picker select::-ms-expand {
  background-color: transparent;
  border: 0;
}
html .ui-grid-pager-row-count-picker select[disabled], html .ui-grid-pager-row-count-picker select[readonly], fieldset[disabled] .ui-grid-pager-row-count-picker select {
  background-color: #eeeeee;
  opacity: 1;
}
html .ui-grid-pager-row-count-picker select[disabled], fieldset[disabled] .ui-grid-pager-row-count-picker select {
  cursor: not-allowed;
}
textarea.ui-grid-pager-row-count-picker select {
  height: auto;
}
select.ui-grid-pager-row-count-picker select {
  height: 30px;
  line-height: 30px;
}
textarea.ui-grid-pager-row-count-picker select, select[multiple].ui-grid-pager-row-count-picker select {
  height: auto;
}
html .ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
  margin-top: 3px;
}
html .ui-grid-pager-count-container {
  float: right;
  margin-top: 4px;
  min-width: 50px;
}
html .ui-grid-pager-count-container .ui-grid-pager-count {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}
/** @description Colors used for row alternation */
html .fs-uigrid {
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  transform: none;
}
html .fs-uigrid .ui-grid-cell:first-child {
  border-left: 1px solid #e6e6e6;
}
html .fs-uigrid .ui-grid-cell:last-child {
  border-right: 1px solid #e6e6e6;
}
html .fs-uigrid .ui-grid-viewport {
  height: auto !important;
}
html .fs-uigrid .ui-grid-filter-container {
  padding: 0;
  border-right: 1px solid #e6e6e6;
  height: 30px;
}
html .fs-uigrid .ui-grid-header-cell:first-child .ui-grid-filter-container {
  border-left: 1px solid #e6e6e6;
}
html .fs-uigrid input[type="text"].ui-grid-filter-input {
  padding: 4px 10px;
  height: 30px;
  border-radius: 0;
  border: none;
  border-color: white;
  padding-right: 19px;
  position: relative;
  border: 1px solid transparent;
  font-weight: 400;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
html .fs-uigrid input[type="text"].ui-grid-filter-input:focus, html .fs-uigrid input[type="text"].ui-grid-filter-input:hover:focus {
  border: 1px solid #66afe9;
  z-index: 1;
}
html .fs-uigrid input[type="text"].ui-grid-filter-input:focus {
  outline: 0.143em solid transparent;
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
}
html .fs-uigrid input[type="text"].ui-grid-filter-input::-ms-clear {
  display: none !important;
}
html .fs-uigrid .ui-grid-filter-button {
  height: 30px;
  padding: 6px 3px;
  color: #ccc;
  z-index: 1;
}
html .fs-uigrid .ui-grid-filter-button.no-z-index {
  z-index: unset;
}
html .fs-uigrid .ui-grid-filter-button--cancel {
  color: #808080;
  cursor: pointer;
}
html .fs-uigrid .ui-grid-filter-button--cancel:hover {
  color: #404040;
}
html .fs-uigrid > .ui-grid-render-container .ui-grid-viewport {
  overflow-x: auto !important;
}
html .fs-uigrid .ui-grid-canvas {
  padding-top: 1px;
  margin-top: -1px;
}
html .fs-uigrid .ui-grid-pinned-container {
  height: auto !important;
}
html .fs-uigrid .ui-grid-pinned-container .ui-grid-viewport {
  height: auto !important;
  overflow: visible !important;
}
html .fs-uigrid .ui-grid-pinned-container .ui-grid-canvas {
  height: auto !important;
  width: auto !important;
}
html .fs-uigrid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child, html .fs-uigrid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  border-right: 2px solid #e6e6e6;
}
html .fs-uigrid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child .ui-grid-filter-container, html .fs-uigrid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-filter-container {
  border-right: 0;
}
html .fs-uigrid .ui-grid-pinned-container.ui-grid-pinned-container-left:last-child .ui-grid-cell-contents {
  left: auto;
  right: 0;
}
html .fs-uigrid .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child, html .fs-uigrid .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  border-right: 2px solid #e6e6e6;
}
html .fs-uigrid .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child .ui-grid-filter-container, html .fs-uigrid .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child .ui-grid-filter-container {
  border: none;
}
html .fs-uigrid__cell {
  border-color: #e6e6e6;
  text-decoration: inherit;
}
html .fs-uigrid .ui-grid-row:nth-child(odd) .ui-grid-cell.ui-grid-cell-hover {
  background: #ebebeb;
}
html .fs-uigrid .ui-grid-row:nth-child(even) .ui-grid-cell.ui-grid-cell-hover {
  background: #f2f2f2;
}
html .fs-uigrid__header-cell {
  vertical-align: bottom;
  border: none;
}
html .fs-uigrid__header-cell:not(.fs-uigrid__header-cell--diagonal) + .fs-uigrid__header-cell--diagonal .ui-grid-cell-contents {
  border-left: 1px solid #e6e6e6;
}
html .fs-uigrid__header-cell--diagonal {
  border-right: none;
}
html .fs-uigrid__header-cell--diagonal .ui-grid-filter-container {
  z-index: 1;
}
html .fs-uigrid__header-cell--diagonal .ui-grid-cell-contents, html .fs-uigrid__header-cell--diagonal .sortable .ui-grid-cell-contents {
  position: relative;
  z-index: 1;
  right: 2px;
  height: 100px;
  transform: skew(-45deg, 0);
  transform-origin: bottom left;
  background: white;
  border-right: 1px solid #e6e6e6;
}
html .fs-uigrid__header-cell--diagonal .ui-grid-cell-contents .ui-grid-cell-contents-inner, html .fs-uigrid__header-cell--diagonal .sortable .ui-grid-cell-contents .ui-grid-cell-contents-inner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 141.5px;
  transform: skew(45deg, 0deg) rotate(-45deg) translate(0, 50%);
  padding: 0 10px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: bottom left;
}
html .fs-uigrid__header-cell--diagonal + .ui-grid-header-cell:not(.askew) .ui-grid-cell-contents {
  padding-left: 30px;
}
html .fs-uigrid__header-cell.ui-grid-cell-hover:not(.fs-uigrid__header-cell--diagonal), html .fs-uigrid__header-cell--diagonal.ui-grid-cell-hover .ui-grid-cell-contents {
  background-color: #f2f2f2;
}
html .fs-uigrid__header-cell .ui-grid-cell-contents {
  font-size: 0.85em;
  padding: 6px;
  border-bottom: 2px solid #e6e6e6;
}
html .fs-uigrid__header-cell .ui-grid-cell-contents.no-z-index {
  z-index: 0 !important;
}
html .fs-uigrid__header-cell .sortable {
  cursor: default;
}
html .fs-uigrid__header-cell .sortable .ui-grid-cell-contents {
  padding-right: 5px;
  cursor: pointer;
}
html .fs-uigrid__header-cell .sortable .ui-grid-cell-contents:hover {
  background-color: #f2f2f2;
}
html .fs-uigrid__header-cell .sortable .ui-grid-cell-contents .fs-icon {
  width: 14px;
  height: 14px;
  margin-top: 0;
}
html .fs-uigrid .no-z-index {
  z-index: 0 !important;
}
html .fs-uigrid .ui-grid-column-menu-button {
  right: 0;
  padding: 5px 0;
  width: 2em;
  text-align: center;
  line-height: inherit;
}
html .fs-uigrid .ui-grid-column-menu-button .ui-grid-icon-angle-down {
  vertical-align: middle;
}
html .fs-uigrid .ui-grid-column-menu-button .ui-grid-icon-angle-down:before {
  margin-right: 0;
  width: auto;
}
html .fs-uigrid .ui-grid-column-menu-button:hover {
  background-color: #f2f2f2;
}
html .fs-uigrid .ui-grid-column-menu-button-last-col {
  margin-right: 25px;
}
html .fs-uigrid {
  height: auto !important;
}
html .fs-uigrid::before, html .fs-uigrid::after {
  content: "";
  display: table;
}
html .fs-uigrid::after {
  clear: both;
}
html .fs-uigrid .ui-grid-menu-button {
  border: none;
  text-align: center;
  min-height: 0;
  top: 1px;
  right: 1px;
  height: 27px;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container {
  display: inline-block;
  position: relative;
  padding: 4px 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.42857143;
  transition: outline 0.15s ease-in-out;
  color: #404040;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
  height: 27px;
  line-height: 14px;
  width: 27px;
  box-sizing: border-box;
  padding: 5px;
  margin: 0;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--active {
  color: #404040;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--active {
  color: #404040;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container {
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container .fs-badge {
  color: #e6e6e6;
  background-color: #404040;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary {
  color: white;
  background-color: #628010;
  border-color: #384a09;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active {
  color: white;
  background-color: #3f530a;
  border-color: #2e3c08;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active {
  color: white;
  background-color: #5a6e22;
  border-color: #384a09;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary {
  background-color: #5a6e22;
  border-color: #343f14;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary .fs-badge {
  color: #628010;
  background-color: white;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success {
  color: white;
  background-color: #628010;
  border-color: #384a09;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active {
  color: white;
  background-color: #3f530a;
  border-color: #2e3c08;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active {
  color: white;
  background-color: #5a6e22;
  border-color: #384a09;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success {
  background-color: #5a6e22;
  border-color: #343f14;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success .fs-badge {
  color: #628010;
  background-color: white;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info {
  color: white;
  background-color: #2a5d84;
  border-color: #1b3c55;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active {
  color: white;
  background-color: #1d415d;
  border-color: #17344a;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active {
  color: white;
  background-color: #3f5a6e;
  border-color: #1b3c55;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info {
  background-color: #3f5a6e;
  border-color: #293a47;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info .fs-badge {
  color: #2a5d84;
  background-color: white;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger {
  color: white;
  background-color: #b04545;
  border-color: #843333;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active {
  color: white;
  background-color: #8c3636;
  border-color: #792f2f;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active {
  color: white;
  background-color: #926363;
  border-color: #843333;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger {
  background-color: #926363;
  border-color: #6d4a4a;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger .fs-badge {
  color: #b04545;
  background-color: white;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning {
  color: white;
  background-color: #8c7303;
  border-color: #504202;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active {
  color: white;
  background-color: #5a4a02;
  border-color: #413501;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active {
  color: white;
  background-color: #7a6815;
  border-color: #504202;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning {
  background-color: #7a6815;
  border-color: #463b0c;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning .fs-badge {
  color: #8c7303;
  background-color: white;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link {
  color: #404040;
  background-color: transparent;
  border-color: #404040;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link--active {
  color: #333333;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link .fs-badge {
  color: white;
  background-color: #404040;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary {
  color: #628010;
  background-color: transparent;
  border-color: #628010;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active {
  color: #4e660d;
  background-color: #e1e7d2;
  border-color: #e1e7d2;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success {
  color: #628010;
  background-color: transparent;
  border-color: #628010;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active {
  color: #4e660d;
  background-color: #e1e7d2;
  border-color: #e1e7d2;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info {
  color: #2a5d84;
  background-color: transparent;
  border-color: #2a5d84;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active {
  color: #214a69;
  background-color: #d6e0e8;
  border-color: #d6e0e8;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info .fs-badge {
  color: white;
  background-color: #2a5d84;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger {
  color: #b04545;
  background-color: transparent;
  border-color: #b04545;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active {
  color: #8d3737;
  background-color: #f0dcdc;
  border-color: #f0dcdc;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger .fs-badge {
  color: white;
  background-color: #b04545;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning {
  color: #8c7303;
  background-color: transparent;
  border-color: #8c7303;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active {
  color: #705c02;
  background-color: #e9e4cf;
  border-color: #e9e4cf;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--link.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning .fs-badge {
  color: white;
  background-color: #8c7303;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat--active {
  color: #202020;
  background-color: #8c8c8c;
  border-color: #797979;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat .fs-badge {
  color: white;
  background-color: #404040;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active {
  color: #314008;
  background-color: #a1b370;
  border-color: #91a658;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--primary .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active {
  color: #314008;
  background-color: #a1b370;
  border-color: #91a658;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--success .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active {
  color: #152e42;
  background-color: #7f9eb5;
  border-color: #6a8da9;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--info .fs-badge {
  color: white;
  background-color: #2a5d84;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active {
  color: #582222;
  background-color: #d08f8f;
  border-color: #c87c7c;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--danger .fs-badge {
  color: white;
  background-color: #b04545;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active {
  color: #463901;
  background-color: #baab68;
  border-color: #ae9d4e;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active.disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active[disabled], html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:hover, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:focus, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning:active, fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--active {
  color: #767676;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--flat.fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--warning .fs-badge {
  color: white;
  background-color: #8c7303;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--sm, html .fs-btn-group--sm .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container, html .fs-btn-group--sm .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container-group__addon {
  padding: 1px 6px;
  line-height: 1.42857143;
  font-size: 12px;
  line-height: 20px;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--lg, html .fs-btn-group--lg .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container, html .fs-btn-group--lg .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container-group__addon {
  padding: 10px 16px;
  line-height: 1.42857143;
  font-size: 18px;
  line-height: 20px;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:focus-visible {
  outline: 0.143em solid transparent;
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
  outline-offset: -2px;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:hover, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:focus {
  text-decoration: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container:active, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--active:focus {
  outline: 0;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--disabled, html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container[disabled], fieldset[disabled] .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
  background-image: none;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--block {
  display: block;
  width: 100%;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--block + .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--block {
  margin-top: 5px;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--loading {
  opacity: 0.7;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--loading:after {
  content: "...";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: inherit;
  opacity: 0.8;
  border-radius: inherit;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-icon-container--wrap-text {
  white-space: normal;
}
html .fs-uigrid .ui-grid-menu {
  text-align: left;
  padding: 0;
  margin-top: 1px;
}
html .fs-uigrid .ui-grid-menu .ui-grid-menu-mid {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: white;
}
html .fs-uigrid .ui-grid-menu .ui-grid-menu-mid .ui-grid-menu-inner {
  box-shadow: none;
  background: none;
  border: none;
}
html .fs-uigrid .ui-grid-menu .ui-grid-menu-mid .ui-grid-menu-inner .ui-grid-menu-item {
  border: 0;
  padding: 8px;
  min-width: 180px;
}
html .fs-uigrid .ui-grid-menu .ui-grid-menu-mid .ui-grid-menu-inner .ui-grid-menu-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
html .fs-uigrid .ui-grid-menu .ui-grid-menu-mid .ui-grid-menu-inner .ui-grid-menu-item:hover {
  box-shadow: none;
  background: #f2f2f2;
}
html .fs-uigrid .ui-grid-menu .ui-grid-menu-mid .ui-grid-menu-inner .ui-grid-menu-item.ui-grid-menu-item-active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .fs-uigrid .ui-grid-column-menu {
  top: 30px !important;
}
html .fs-uigrid .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  overflow-y: auto;
  overflow-x: hidden;
}
html .fs-uigrid .ui-grid-pager-panel {
  position: static;
  height: 43px;
  background: white;
  border-top: 2px solid #e6e6e6;
  line-height: 30px;
  box-sizing: border-box;
  padding: 5px;
}
html .fs-dialog > .fs-uigrid, html .fs-panel > .fs-uigrid {
  margin: 0;
  border: none;
}
html .fs-dialog > .fs-uigrid .ui-grid-cell:first-child, html .fs-panel > .fs-uigrid .ui-grid-cell:first-child {
  border-left: 0;
}
html .fs-dialog > .fs-uigrid .ui-grid-cell:last-child, html .fs-panel > .fs-uigrid .ui-grid-cell:last-child {
  border-right: 0;
}
html .fs-dialog > .fs-uigrid .ui-grid-header-cell:last-child .ui-grid-filter-container, html .fs-panel > .fs-uigrid .ui-grid-header-cell:last-child .ui-grid-filter-container {
  border-right: 0;
}
html .fs-dialog > .fs-uigrid .ui-grid-header-cell:first-child .ui-grid-filter-container, html .fs-panel > .fs-uigrid .ui-grid-header-cell:first-child .ui-grid-filter-container {
  border-left: 0;
}
html .fs-uigrid__cell--danger {
  position: relative;
  color: #8c3636;
  background-color: #efdada !important;
  box-shadow: inset 0 0 0 0.5px #e6c3c3;
}
html .fs-uigrid__cell--danger.ui-grid-cell-hover {
  background: #e8c8c8 !important;
}
html .fs-uigrid__cell--success {
  position: relative;
  color: #3f530a;
  background-color: #e0e6cf !important;
  box-shadow: inset 0 0 0 0.5px #cdd6b3;
}
html .fs-uigrid__cell--success.ui-grid-cell-hover {
  background: #d5ddbf !important;
}
html .fs-uigrid__cell--info {
  position: relative;
  color: #1d415d;
  background-color: #d4dfe6 !important;
  box-shadow: inset 0 0 0 0.5px #bbcbd8;
}
html .fs-uigrid__cell--info.ui-grid-cell-hover {
  background: #c4d2dd !important;
}
html .fs-uigrid__cell--warning {
  position: relative;
  color: #5a4a02;
  background-color: #e8e3cd !important;
  box-shadow: inset 0 0 0 0.5px #dad2ae;
}
html .fs-uigrid__cell--warning.ui-grid-cell-hover {
  background: #e0d9bb !important;
}
html .fs-uigrid__cell--flash {
  animation: fs-uigrid-cell-flash 1s;
}
@keyframes fs-uigrid-cell-flash {
  from {
    background-color: #e0e6cf;
  }
}
html .fs-uigrid__cell--disabled {
  background: white !important;
}
html .fs-uigrid__cell--tooltip {
  position: relative;
  overflow: visible;
}
html .fs-uigrid__cell--tooltip:hover .ui-grid-cell-contents {
  position: absolute;
  background: white;
  padding: inherit;
  outline: 1px solid #e6e6e6;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5px;
  min-width: 100%;
  white-space: nowrap;
}
html .fs-uigrid__cell--tooltip:last-child .ui-grid-cell-contents {
  left: auto;
  right: 0;
}
html .ui-grid-pinned-container-left .fs-uigrid__cell--tooltip:last-child .ui-grid-cell-contents {
  left: 0;
  right: auto;
}
html .fs-uigrid__cell--btn {
  display: inline-block;
  position: relative;
  padding: 4px 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.42857143;
  transition: outline 0.15s ease-in-out;
  margin: 0;
  color: #404040;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
  display: block;
  border-radius: 0;
  border-left: none;
  border-top: none;
  padding: 0;
  box-shadow: -1px -1px 0 0.5px #e0e0e0;
}
html .fs-uigrid__cell--btn:hover, html .fs-uigrid__cell--btn:focus, html .fs-uigrid__cell--btn:active, html .fs-uigrid__cell--btn--active {
  color: #404040;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
html .fs-uigrid__cell--btn:hover.disabled, html .fs-uigrid__cell--btn:focus.disabled, html .fs-uigrid__cell--btn:active.disabled, html .fs-uigrid__cell--btn--active.disabled, html .fs-uigrid__cell--btn:hover[disabled], html .fs-uigrid__cell--btn:focus[disabled], html .fs-uigrid__cell--btn:active[disabled], html .fs-uigrid__cell--btn--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn:hover, fieldset[disabled] .fs-uigrid__cell--btn:focus, fieldset[disabled] .fs-uigrid__cell--btn:active, fieldset[disabled] .fs-uigrid__cell--btn--active {
  color: #404040;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
html .fs-uigrid__cell--btn--disabled, html .fs-uigrid__cell--btn[disabled], fieldset[disabled] .fs-uigrid__cell--btn {
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
html .fs-uigrid__cell--btn .fs-badge {
  color: #e6e6e6;
  background-color: #404040;
}
html .fs-uigrid__cell--btn--primary {
  color: white;
  background-color: #628010;
  border-color: #384a09;
}
html .fs-uigrid__cell--btn--primary:hover, html .fs-uigrid__cell--btn--primary:focus, html .fs-uigrid__cell--btn--primary:active, html .fs-uigrid__cell--btn--primary--active {
  color: white;
  background-color: #3f530a;
  border-color: #2e3c08;
}
html .fs-uigrid__cell--btn--primary:hover.disabled, html .fs-uigrid__cell--btn--primary:focus.disabled, html .fs-uigrid__cell--btn--primary:active.disabled, html .fs-uigrid__cell--btn--primary--active.disabled, html .fs-uigrid__cell--btn--primary:hover[disabled], html .fs-uigrid__cell--btn--primary:focus[disabled], html .fs-uigrid__cell--btn--primary:active[disabled], html .fs-uigrid__cell--btn--primary--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--primary:hover, fieldset[disabled] .fs-uigrid__cell--btn--primary:focus, fieldset[disabled] .fs-uigrid__cell--btn--primary:active, fieldset[disabled] .fs-uigrid__cell--btn--primary--active {
  color: white;
  background-color: #5a6e22;
  border-color: #384a09;
}
html .fs-uigrid__cell--btn--primary--disabled, html .fs-uigrid__cell--btn--primary[disabled], fieldset[disabled] .fs-uigrid__cell--btn--primary {
  background-color: #5a6e22;
  border-color: #343f14;
}
html .fs-uigrid__cell--btn--primary .fs-badge {
  color: #628010;
  background-color: white;
}
html .fs-uigrid__cell--btn--success {
  color: white;
  background-color: #628010;
  border-color: #384a09;
}
html .fs-uigrid__cell--btn--success:hover, html .fs-uigrid__cell--btn--success:focus, html .fs-uigrid__cell--btn--success:active, html .fs-uigrid__cell--btn--success--active {
  color: white;
  background-color: #3f530a;
  border-color: #2e3c08;
}
html .fs-uigrid__cell--btn--success:hover.disabled, html .fs-uigrid__cell--btn--success:focus.disabled, html .fs-uigrid__cell--btn--success:active.disabled, html .fs-uigrid__cell--btn--success--active.disabled, html .fs-uigrid__cell--btn--success:hover[disabled], html .fs-uigrid__cell--btn--success:focus[disabled], html .fs-uigrid__cell--btn--success:active[disabled], html .fs-uigrid__cell--btn--success--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--success:hover, fieldset[disabled] .fs-uigrid__cell--btn--success:focus, fieldset[disabled] .fs-uigrid__cell--btn--success:active, fieldset[disabled] .fs-uigrid__cell--btn--success--active {
  color: white;
  background-color: #5a6e22;
  border-color: #384a09;
}
html .fs-uigrid__cell--btn--success--disabled, html .fs-uigrid__cell--btn--success[disabled], fieldset[disabled] .fs-uigrid__cell--btn--success {
  background-color: #5a6e22;
  border-color: #343f14;
}
html .fs-uigrid__cell--btn--success .fs-badge {
  color: #628010;
  background-color: white;
}
html .fs-uigrid__cell--btn--info {
  color: white;
  background-color: #2a5d84;
  border-color: #1b3c55;
}
html .fs-uigrid__cell--btn--info:hover, html .fs-uigrid__cell--btn--info:focus, html .fs-uigrid__cell--btn--info:active, html .fs-uigrid__cell--btn--info--active {
  color: white;
  background-color: #1d415d;
  border-color: #17344a;
}
html .fs-uigrid__cell--btn--info:hover.disabled, html .fs-uigrid__cell--btn--info:focus.disabled, html .fs-uigrid__cell--btn--info:active.disabled, html .fs-uigrid__cell--btn--info--active.disabled, html .fs-uigrid__cell--btn--info:hover[disabled], html .fs-uigrid__cell--btn--info:focus[disabled], html .fs-uigrid__cell--btn--info:active[disabled], html .fs-uigrid__cell--btn--info--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--info:hover, fieldset[disabled] .fs-uigrid__cell--btn--info:focus, fieldset[disabled] .fs-uigrid__cell--btn--info:active, fieldset[disabled] .fs-uigrid__cell--btn--info--active {
  color: white;
  background-color: #3f5a6e;
  border-color: #1b3c55;
}
html .fs-uigrid__cell--btn--info--disabled, html .fs-uigrid__cell--btn--info[disabled], fieldset[disabled] .fs-uigrid__cell--btn--info {
  background-color: #3f5a6e;
  border-color: #293a47;
}
html .fs-uigrid__cell--btn--info .fs-badge {
  color: #2a5d84;
  background-color: white;
}
html .fs-uigrid__cell--btn--danger {
  color: white;
  background-color: #b04545;
  border-color: #843333;
}
html .fs-uigrid__cell--btn--danger:hover, html .fs-uigrid__cell--btn--danger:focus, html .fs-uigrid__cell--btn--danger:active, html .fs-uigrid__cell--btn--danger--active {
  color: white;
  background-color: #8c3636;
  border-color: #792f2f;
}
html .fs-uigrid__cell--btn--danger:hover.disabled, html .fs-uigrid__cell--btn--danger:focus.disabled, html .fs-uigrid__cell--btn--danger:active.disabled, html .fs-uigrid__cell--btn--danger--active.disabled, html .fs-uigrid__cell--btn--danger:hover[disabled], html .fs-uigrid__cell--btn--danger:focus[disabled], html .fs-uigrid__cell--btn--danger:active[disabled], html .fs-uigrid__cell--btn--danger--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--danger:hover, fieldset[disabled] .fs-uigrid__cell--btn--danger:focus, fieldset[disabled] .fs-uigrid__cell--btn--danger:active, fieldset[disabled] .fs-uigrid__cell--btn--danger--active {
  color: white;
  background-color: #926363;
  border-color: #843333;
}
html .fs-uigrid__cell--btn--danger--disabled, html .fs-uigrid__cell--btn--danger[disabled], fieldset[disabled] .fs-uigrid__cell--btn--danger {
  background-color: #926363;
  border-color: #6d4a4a;
}
html .fs-uigrid__cell--btn--danger .fs-badge {
  color: #b04545;
  background-color: white;
}
html .fs-uigrid__cell--btn--warning {
  color: white;
  background-color: #8c7303;
  border-color: #504202;
}
html .fs-uigrid__cell--btn--warning:hover, html .fs-uigrid__cell--btn--warning:focus, html .fs-uigrid__cell--btn--warning:active, html .fs-uigrid__cell--btn--warning--active {
  color: white;
  background-color: #5a4a02;
  border-color: #413501;
}
html .fs-uigrid__cell--btn--warning:hover.disabled, html .fs-uigrid__cell--btn--warning:focus.disabled, html .fs-uigrid__cell--btn--warning:active.disabled, html .fs-uigrid__cell--btn--warning--active.disabled, html .fs-uigrid__cell--btn--warning:hover[disabled], html .fs-uigrid__cell--btn--warning:focus[disabled], html .fs-uigrid__cell--btn--warning:active[disabled], html .fs-uigrid__cell--btn--warning--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--warning:hover, fieldset[disabled] .fs-uigrid__cell--btn--warning:focus, fieldset[disabled] .fs-uigrid__cell--btn--warning:active, fieldset[disabled] .fs-uigrid__cell--btn--warning--active {
  color: white;
  background-color: #7a6815;
  border-color: #504202;
}
html .fs-uigrid__cell--btn--warning--disabled, html .fs-uigrid__cell--btn--warning[disabled], fieldset[disabled] .fs-uigrid__cell--btn--warning {
  background-color: #7a6815;
  border-color: #463b0c;
}
html .fs-uigrid__cell--btn--warning .fs-badge {
  color: #8c7303;
  background-color: white;
}
html .fs-uigrid__cell--btn--link {
  color: #404040;
  background-color: transparent;
  border-color: #404040;
  background-image: none;
}
html .fs-uigrid__cell--btn--link:hover, html .fs-uigrid__cell--btn--link:focus, html .fs-uigrid__cell--btn--link:active, html .fs-uigrid__cell--btn--link--active {
  color: #333333;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  background-image: none;
}
html .fs-uigrid__cell--btn--link:hover.disabled, html .fs-uigrid__cell--btn--link:focus.disabled, html .fs-uigrid__cell--btn--link:active.disabled, html .fs-uigrid__cell--btn--link--active.disabled, html .fs-uigrid__cell--btn--link:hover[disabled], html .fs-uigrid__cell--btn--link:focus[disabled], html .fs-uigrid__cell--btn--link:active[disabled], html .fs-uigrid__cell--btn--link--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link:hover, fieldset[disabled] .fs-uigrid__cell--btn--link:focus, fieldset[disabled] .fs-uigrid__cell--btn--link:active, fieldset[disabled] .fs-uigrid__cell--btn--link--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--link--disabled, html .fs-uigrid__cell--btn--link[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--link .fs-badge {
  color: white;
  background-color: #404040;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary {
  color: #628010;
  background-color: transparent;
  border-color: #628010;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:hover, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:focus, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:active, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary--active {
  color: #4e660d;
  background-color: #e1e7d2;
  border-color: #e1e7d2;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:hover.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:focus.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary--active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:hover[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:focus[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:active[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:hover, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:focus, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary:active, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary--disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--primary .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success {
  color: #628010;
  background-color: transparent;
  border-color: #628010;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:hover, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:focus, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:active, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success--active {
  color: #4e660d;
  background-color: #e1e7d2;
  border-color: #e1e7d2;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:hover.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:focus.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success--active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:hover[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:focus[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:active[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:hover, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:focus, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success:active, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success--disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--success .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info {
  color: #2a5d84;
  background-color: transparent;
  border-color: #2a5d84;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:hover, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:focus, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:active, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info--active {
  color: #214a69;
  background-color: #d6e0e8;
  border-color: #d6e0e8;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:hover.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:focus.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info--active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:hover[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:focus[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:active[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:hover, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:focus, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info:active, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info--disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--info .fs-badge {
  color: white;
  background-color: #2a5d84;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger {
  color: #b04545;
  background-color: transparent;
  border-color: #b04545;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:hover, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:focus, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:active, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger--active {
  color: #8d3737;
  background-color: #f0dcdc;
  border-color: #f0dcdc;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:hover.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:focus.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger--active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:hover[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:focus[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:active[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:hover, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:focus, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger:active, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger--disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--danger .fs-badge {
  color: white;
  background-color: #b04545;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning {
  color: #8c7303;
  background-color: transparent;
  border-color: #8c7303;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:hover, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:focus, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:active, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning--active {
  color: #705c02;
  background-color: #e9e4cf;
  border-color: #e9e4cf;
  background-image: none;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:hover.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:focus.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning--active.disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:hover[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:focus[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:active[disabled], html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:hover, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:focus, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning:active, fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning--disabled, html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning[disabled], fieldset[disabled] .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--link.fs-uigrid__cell--btn--warning .fs-badge {
  color: white;
  background-color: #8c7303;
}
html .fs-uigrid__cell--btn--flat {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid__cell--btn--flat:hover, html .fs-uigrid__cell--btn--flat:focus, html .fs-uigrid__cell--btn--flat:active, html .fs-uigrid__cell--btn--flat--active {
  color: #202020;
  background-color: #8c8c8c;
  border-color: #797979;
  background-image: none;
}
html .fs-uigrid__cell--btn--flat:hover.disabled, html .fs-uigrid__cell--btn--flat:focus.disabled, html .fs-uigrid__cell--btn--flat:active.disabled, html .fs-uigrid__cell--btn--flat--active.disabled, html .fs-uigrid__cell--btn--flat:hover[disabled], html .fs-uigrid__cell--btn--flat:focus[disabled], html .fs-uigrid__cell--btn--flat:active[disabled], html .fs-uigrid__cell--btn--flat--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat:hover, fieldset[disabled] .fs-uigrid__cell--btn--flat:focus, fieldset[disabled] .fs-uigrid__cell--btn--flat:active, fieldset[disabled] .fs-uigrid__cell--btn--flat--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--flat--disabled, html .fs-uigrid__cell--btn--flat[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--flat .fs-badge {
  color: white;
  background-color: #404040;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:hover, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:focus, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:active, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary--active {
  color: #314008;
  background-color: #a1b370;
  border-color: #91a658;
  background-image: none;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:hover.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:focus.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary--active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:hover[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:focus[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:active[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:hover, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:focus, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary:active, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary--disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--primary .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:hover, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:focus, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:active, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success--active {
  color: #314008;
  background-color: #a1b370;
  border-color: #91a658;
  background-image: none;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:hover.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:focus.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success--active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:hover[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:focus[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:active[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:hover, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:focus, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success:active, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success--disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--success .fs-badge {
  color: white;
  background-color: #628010;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:hover, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:focus, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:active, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info--active {
  color: #152e42;
  background-color: #7f9eb5;
  border-color: #6a8da9;
  background-image: none;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:hover.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:focus.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info--active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:hover[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:focus[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:active[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:hover, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:focus, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info:active, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info--disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--info .fs-badge {
  color: white;
  background-color: #2a5d84;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:hover, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:focus, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:active, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger--active {
  color: #582222;
  background-color: #d08f8f;
  border-color: #c87c7c;
  background-image: none;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:hover.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:focus.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger--active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:hover[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:focus[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:active[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:hover, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:focus, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger:active, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger--disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--danger .fs-badge {
  color: white;
  background-color: #b04545;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning {
  padding: 9px 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 13px;
  font-size: 13px;
  background: #DDD;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:hover, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:focus, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:active, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning--active {
  color: #463901;
  background-color: #baab68;
  border-color: #ae9d4e;
  background-image: none;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:hover.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:focus.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning--active.disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:hover[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:focus[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:active[disabled], html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:hover, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:focus, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning:active, fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning--active {
  color: #767676;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning--disabled, html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning[disabled], fieldset[disabled] .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
html .fs-uigrid__cell--btn--flat.fs-uigrid__cell--btn--warning .fs-badge {
  color: white;
  background-color: #8c7303;
}
html .fs-uigrid__cell--btn--sm, html .fs-btn-group--sm .fs-uigrid__cell--btn, html .fs-btn-group--sm .fs-uigrid__cell--btn-group__addon {
  padding: 1px 6px;
  line-height: 1.42857143;
  font-size: 12px;
  line-height: 20px;
}
html .fs-uigrid__cell--btn--lg, html .fs-btn-group--lg .fs-uigrid__cell--btn, html .fs-btn-group--lg .fs-uigrid__cell--btn-group__addon {
  padding: 10px 16px;
  line-height: 1.42857143;
  font-size: 18px;
  line-height: 20px;
}
html .fs-uigrid__cell--btn:focus-visible {
  outline: 0.143em solid transparent;
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
  outline-offset: -2px;
}
html .fs-uigrid__cell--btn:hover, html .fs-uigrid__cell--btn:focus {
  text-decoration: none;
}
html .fs-uigrid__cell--btn:active, html .fs-uigrid__cell--btn--active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .fs-uigrid__cell--btn--active:focus {
  outline: 0;
}
html .fs-uigrid__cell--btn--disabled, html .fs-uigrid__cell--btn[disabled], fieldset[disabled] .fs-uigrid__cell--btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
  background-image: none;
}
html .fs-uigrid__cell--btn--block {
  display: block;
  width: 100%;
}
html .fs-uigrid__cell--btn--block + .fs-uigrid__cell--btn--block {
  margin-top: 5px;
}
html .fs-uigrid__cell--btn--loading {
  opacity: 0.7;
}
html .fs-uigrid__cell--btn--loading:after {
  content: "...";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: inherit;
  opacity: 0.8;
  border-radius: inherit;
}
html .fs-uigrid__cell--btn--wrap-text {
  white-space: normal;
}
html .fs-uigrid__cell--btn:active {
  box-shadow: -1px -1px 0 0.5px #e0e0e0, inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--success {
  color: white;
  background-color: #628010;
  border-color: #384a09;
  box-shadow: -1px -1px 0 0.5px #384a09;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--success:hover, html .fs-uigrid__cell--btn.fs-uigrid__cell--success:focus, html .fs-uigrid__cell--btn.fs-uigrid__cell--success:active, html .fs-uigrid__cell--btn.fs-uigrid__cell--success--active {
  color: white;
  background-color: #3f530a;
  border-color: #2e3c08;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--success:hover.disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--success:focus.disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--success:active.disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--success--active.disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--success:hover[disabled], html .fs-uigrid__cell--btn.fs-uigrid__cell--success:focus[disabled], html .fs-uigrid__cell--btn.fs-uigrid__cell--success:active[disabled], html .fs-uigrid__cell--btn.fs-uigrid__cell--success--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--success:hover, fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--success:focus, fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--success:active, fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--success--active {
  color: white;
  background-color: #5a6e22;
  border-color: #384a09;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--success--disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--success[disabled], fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--success {
  background-color: #5a6e22;
  border-color: #343f14;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--success .fs-badge {
  color: #628010;
  background-color: white;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--success:active {
  box-shadow: -1px -1px 0 0.5px #384a09, inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--success.ui-grid-cell-hover {
  background: #51690d !important;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--danger {
  color: white;
  background-color: #b04545;
  border-color: #843333;
  box-shadow: -1px -1px 0 0.5px #843333;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:hover, html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:focus, html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:active, html .fs-uigrid__cell--btn.fs-uigrid__cell--danger--active {
  color: white;
  background-color: #8c3636;
  border-color: #792f2f;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:hover.disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:focus.disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:active.disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--danger--active.disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:hover[disabled], html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:focus[disabled], html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:active[disabled], html .fs-uigrid__cell--btn.fs-uigrid__cell--danger--active[disabled], fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--danger:hover, fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--danger:focus, fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--danger:active, fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--danger--active {
  color: white;
  background-color: #926363;
  border-color: #843333;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--danger--disabled, html .fs-uigrid__cell--btn.fs-uigrid__cell--danger[disabled], fieldset[disabled] .fs-uigrid__cell--btn.fs-uigrid__cell--danger {
  background-color: #926363;
  border-color: #6d4a4a;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--danger .fs-badge {
  color: #b04545;
  background-color: white;
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--danger:active {
  box-shadow: -1px -1px 0 0.5px #843333, inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html .fs-uigrid__cell--btn.fs-uigrid__cell--danger.ui-grid-cell-hover {
  background: #9e3d3d !important;
}
@font-face {
  font-family: 'Signika';
  src: url('/assets/fonts/Signika-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Signika';
  src: url('/assets/fonts/Signika-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
strong {
  font-weight: 700;
}
html .wf-main-header {
  padding: 15px 0;
  position: relative;
}
html .wf-logo {
  display: block;
  float: left;
  height: 40px;
}
html .wf-logo img {
  margin: 2px 0;
  height: 36px;
  width: 100%;
}
html .wf-user-menu {
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}
html .wf-user-menu:hover {
  background: #404040;
}
html .wf-main-nav {
  background: #404040;
  border-radius: 4px 4px 0 0;
}
html .wf-main-nav ul {
  margin: 0;
  padding: 0;
}
html .wf-main-nav li:not(.wf-create-flow-options) {
  display: inline-block;
}
html .wf-main-nav a {
  color: white;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  transition: background-color 0.2s;
  text-decoration: none;
}
html .wf-main-nav a:focus {
  outline: 0.143em solid transparent;
  box-shadow: 0 0 0 0.143em #545454, inset 0 0 0 0.143em #FFFFFF;
  outline-offset: -2px;
}
html .wf-main-nav a .fs-icon {
  margin-right: 5px;
}
html .wf-main-nav li:not(.wf-main-nav--active):not(.wf-main-nav__add-flow):not(.wf-create-flow-options) a:hover {
  background: #262626;
  text-decoration: none;
  color: white;
}
html .wf-main-nav--active a {
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  color: #404040;
  position: relative;
}
html .wf-main-nav--active a::after, html .wf-main-nav--active a::before {
  box-sizing: border-box;
  display: block;
  content: "";
  background: transparent;
  position: absolute;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 4px;
}
html .wf-main-nav--active a::after {
  right: -4px;
  border-bottom-left-radius: 8px;
  border-left-width: 4px;
}
html .wf-main-nav--active a::before {
  left: -4px;
  border-bottom-right-radius: 8px;
  border-right-width: 4px;
}
html .wf-main-nav__add-flow {
  float: right;
  padding: 5px;
}
html .wf-main-nav__add-flow .fs-dropdown button, html .wf-main-nav__add-flow a {
  border-radius: 4px;
  background: #628010;
  padding: 5px 10px;
}
html .wf-main-nav__add-flow .fs-dropdown button:hover, html .wf-main-nav__add-flow a:hover {
  background: #3f530a;
}
html .wf-main-nav__add-flow .fs-dropdown-menu button, html .wf-main-nav__add-flow .fs-dropdown-menu a {
  background: white;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
html .wf-main-nav__add-flow .fs-dropdown-menu button:hover, html .wf-main-nav__add-flow .fs-dropdown-menu a:hover {
  background-color: #DDD;
  text-decoration: none;
}
@media (max-width: 1250px) {
  html .wf-main-nav.wf-main-nav--compact .wf-nav--on-compact {
    display: block !important;
  }
  html .wf-main-nav.wf-main-nav--compact li:not(.wf-main-nav__add-flow) {
    text-align: center;
  }
  html .wf-main-nav.wf-main-nav--compact li:not(.wf-main-nav__add-flow) a {
    font-size: 11px;
  }
  html .wf-main-nav.wf-main-nav--compact li:not(.wf-main-nav__add-flow) a .fs-icon {
    margin: 5px 0;
  }
  html .wf-main-nav.wf-main-nav--compact li:not(.wf-main-nav__add-flow) a span {
    padding-top: 5px;
  }
}
html .userSwitcher {
  display: none;
}
html .wf-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
html .wf-page-content {
  background: #f2f2f2;
  padding-bottom: 20px;
  padding-top: 10px;
  -ms-flex: 1;
  flex: 1;
}
html .wf-page-content #content-board {
  margin-top: -10px;
}
html .wf-page-footer {
  padding: 20px 0;
}
html .wf-page-footer a, html .wf-page-footer span {
  color: #ccc;
}
html .wf-page-footer a:hover {
  color: white;
}
html .wf-file-upload-panel {
  border: 1px dashed #e6e6e6;
  padding: 10px 15px;
  border-radius: 4px;
}
[class^="wf-draw"], [class*=" wf-draw"] {
  box-sizing: border-box;
}
html .wf-draw-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
html .wf-draw-main {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
html .wf-draw-toolbar > .fs-controlbar:first-child {
  border-top: none;
}
html .wf-draw-canvas-wrapper {
  background: #f2f2f2;
  padding: 10px;
  overflow: auto;
}
html .wf-draw-canvas-wrapper canvas {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
html .wf-draw-toolbox {
  background: #404040;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  width: 70px;
  padding: 3px;
}
html .wf-draw-toolbox__tool, html .wf-draw-toolbox__menu-btn {
  color: white;
  background: none;
  width: 30px;
  height: 30px;
  text-align: center;
  border: none;
  float: left;
  margin: 1px;
  border-radius: 4px;
}
html .wf-draw-toolbox__tool:hover, html .wf-draw-toolbox__menu-btn:hover, html .wf-draw-toolbox__tool.is-selected, html .wf-draw-toolbox__menu-btn.is-selected {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  outline: none;
}
html .wf-draw-toolbox__tool.is-selected, html .wf-draw-toolbox__menu-btn.is-selected {
  background: #f2f2f2;
  color: #404040;
}
html .wf-draw-toolbox__menu-btn {
  display: block;
  width: 61px;
  float: none;
}
html .wf-draw-toolbox__seperator {
  width: 80%;
  margin: 10px 10%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
html .wf-draw-toolbox__seperator::before, html .wf-draw-toolbox__seperator::after {
  content: "";
  display: table;
}
html .wf-draw-toolbox__seperator::after {
  clear: both;
}
html .wf-draw-toolbox__color {
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  padding: 4px;
  margin: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: white;
}
html .wf-draw-toolbox__color.is-selected {
  box-shadow: 0 0 0 2px white;
  border-color: transparent;
}
html .flow-progress {
  fill: #f2f2f2;
  stroke: #ccc;
  stroke-width: 2px;
  width: 100%;
  height: 40px;
  overflow: visible;
}
html .flow-progress--1:not(.flow-progress--disabled) :nth-child(-n+1), html .flow-progress--2:not(.flow-progress--disabled) :nth-child(-n+2), html .flow-progress--3:not(.flow-progress--disabled) :nth-child(-n+3), html .flow-progress--4:not(.flow-progress--disabled) :nth-child(-n+4) {
  fill: #808080;
  stroke: #404040;
  transition: all 0.15s, transform 0.25s cubic-bezier(0.175, 0.735, 0.29, 1.65);
  transform-origin: center center;
}
html .flow-progress--2:not(.flow-progress--disabled) :nth-child(2) {
  fill: #628010;
  stroke: #2e3c08;
  cursor: pointer;
}
html .flow-progress--2:not(.flow-progress--disabled) :nth-child(2):hover {
  fill: #51690d;
  stroke: #1d2505;
}
html .flow-progress--disabled {
  fill: #eed3d3;
  stroke: #d89c9c;
}
html .flow-overview__item__heading {
  font-size: 18px;
  margin-top: 0;
}
html .wf-participant-timeline {
  width: 66.6666%;
  position: relative;
  height: 3px;
  background: #d9d9d9;
  margin: 15px 16.666%;
  padding: 0 7px;
}
html .wf-participant-timeline::after, html .wf-participant-timeline::before {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  border-radius: 8px;
  width: 15px;
  height: 15px;
  border: 3px solid #d9d9d9;
  background: #f2f2f2;
}
html .wf-participant-timeline::after {
  right: -7px;
}
html .wf-participant-timeline::before {
  left: -7px;
}
html .wf-participant-timeline--started::before, html .wf-participant-timeline--ended::after {
  border-color: #89b011;
}
html .wf-participant-timeline__progress {
  height: 100%;
  width: 0px;
  background: #89b011;
  border-radius: 3px;
}
html .wf-participant-flow-time__date {
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
}
html .wf-participant-flow-time__time {
  font-size: 16px;
}
html .wf-file-upload {
  text-align: center;
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #2a5d84;
  background-color: #d4dfe6;
  box-shadow: 0 0 0 1px #bfceda inset, 0 0 0 0 transparent;
}
html .wf-file-upload--info {
  color: #0e566c;
  background-color: #cfdde2;
  box-shadow: 0 0 0 1px #b7ccd3 inset, 0 0 0 0 transparent;
  background-color: #f8ffff;
}
html .wf-file-upload--danger {
  color: #9f3a38;
  background-color: #ecd8d7;
  box-shadow: 0 0 0 1px #e2c4c3 inset, 0 0 0 0 transparent;
  background-color: #fff6f6;
}
html .wf-file-upload--warning {
  color: #794b02;
  background-color: #e4dbcc;
  box-shadow: 0 0 0 1px #d7c9b3 inset, 0 0 0 0 transparent;
  background-color: #fffaf3;
}
html .wf-file-upload--success {
  color: #2c662d;
  background-color: #d5e0d5;
  box-shadow: 0 0 0 1px #c0d1c0 inset, 0 0 0 0 transparent;
  background-color: #fcfff5;
}
html .wf-file-upload--inline {
  display: inline-block;
  padding: 1px 10px 3px 10px;
  margin: 0;
}
html .wf-file-upload--explanation {
  display: inline-block;
  padding: 4px 10px;
  margin: 10px;
  max-width: 400px;
}
html .wf-file-upload--large {
  padding-top: 50px;
  padding-bottom: 50px;
}
html .fs-participant-handin-header {
  text-align: center;
  padding: 20px 10px 10px 10px;
}
html .fs-participant-handin-header h1, html .fs-participant-handin-header h2, html .fs-participant-handin-header h3, html .fs-participant-handin-header h4, html .fs-participant-handin-header h5, html .fs-participant-handin-header h6 {
  margin: 5px 0 0 0;
}
html .grade-justification__text p {
  overflow-x: auto;
}
html .wf-flowmulti-feature-btn {
  margin-bottom: 4px;
  padding: 11px 11px 11px 11px;
}
html .wf-author-question-item {
  padding: 5px;
  border: 1px solid #e6e6e6;
  background: white;
  position: relative;
}
html .wf-author-question-item:nth-child(odd) {
  background: #f2f2f2;
}
html .wf-author-question-item__handle {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #808080;
  border: 1px solid #737373;
  border-radius: 0 4px 4px 0;
  width: 25px;
  vertical-align: middle;
  cursor: grab;
}
html .as-sortable-dragging .wf-author-question-item__handle {
  cursor: grabbing;
}
html .as-sortable-dragging .wf-author-question-item__handle, html .wf-author-question-item__handle:hover {
  background: #737373;
}
html .wf-author-question-item__handle::before, html .wf-author-question-item__handle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
html .wf-author-question-item__handle::before {
  left: 30%;
}
html .wf-author-question-item__handle::after {
  right: 30%;
}
html .wf-author-question-item__handle--disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
html .lrn-rating-tooltip-modal, html .lrn_ratingInfo {
  z-index: 1000;
}
html .wf-am-html {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media print {
  html .wf-am-html {
    position: static;
    overflow: auto;
  }
}
html .wf-am-body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  font-family: 'Signika', arial;
  background: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media print {
  html .wf-am-body {
    position: static;
    overflow: auto;
  }
}
html .wf-am-comment-excerpt {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
html .wf-am-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
}
html .wf-am-scrollbar::-webkit-scrollbar:vertical {
  width: 12px;
}
html .wf-am-scrollbar::-webkit-scrollbar:horizontal {
  height: 12px;
}
html .wf-am-scrollbar::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: content-box;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.3);
}
html .wf-am-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
html .wf-am-file-input-wrapper {
  position: relative;
  overflow: hidden;
}
html .wf-am-file-input-wrapper input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
html .wf-am-tinymce .mce-tinymce {
  border: 0;
}
html .wf-am-tinymce .mce-edit-area {
  border-left: 0 !important;
  border-right: 0 !important;
}
html .wf-am-tinymce .edit-area {
  border: 1px solid #dddddd;
  border-radius: 4px;
  min-height: 100px;
  max-height: 300px;
  position: relative;
  margin: 3px;
  padding: 2px;
  overflow: auto;
  text-align: left;
}
html .wf-am-tinymce .edit-area[contenteditable] {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
html .wf-am-tinymce .edit-area:focus {
  outline: none;
}
html .wf-am-tinymce--flex {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: col;
  flex-direction: col;
}
html .wf-am-tinymce--flex .mce-tinymce {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: col;
  flex-direction: col;
}
html .wf-am-tinymce--flex .mce-stack-layout {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
html .wf-am-tinymce--flex .mce-edit-area {
  position: absolute;
  top: 30px;
  bottom: 0;
}
html .wf-am-tinymce--flex .mce-edit-area iframe {
  height: 100% !important;
}
html .fs-flex-row {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
  flex-direction: row;
}
html .fs-flex-col {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
}
html .fs-flex-item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
html .fs-flex-item-shrink {
  min-height: 0;
  min-width: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
html .fs-flex-fixed {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
html .fs-flex-center-items {
  -ms-flex-align: center;
  align-items: center;
}
html .fs-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
html .fs-viewport {
  position: relative;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
html .fs-input--borderless {
  border-width: 0;
}
html .fs-input--borderless, html .fs-input--borderless-vertical, html .fs-input--borderless-horizontal {
  resize: none;
  display: block;
  width: 100%;
  border-radius: 0;
}
html .fs-input--borderless-vertical {
  border-left-width: 0;
  border-right-width: 0;
}
html .fs-input--borderless-horizontal {
  border-top-width: 0;
  border-bottom-width: 0;
}
html .fs-list-group__item__inner {
  padding: 10px 15px;
}
html .fs-nopadding {
  padding: 0 !important;
}
html .fs-truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html .wf-am-header {
  background-color: #404040;
  background: linear-gradient(to right, #545454 0%, #5e5e5e 50%, #545454 100%);
  height: 64px;
  color: white;
}
html .wf-am-header__item {
  color: white;
  height: 64px;
  line-height: 20px;
}
html .wf-am-header__item:not(:first-child) {
  border-left: 1px solid #616161;
}
html .wf-am-header__item__btn {
  border: none;
  display: block;
  text-align: left;
  background: transparent;
  height: inherit;
  line-height: inherit;
  padding: 12px 15px;
  width: 100%;
  color: inherit;
}
html .wf-am-header__item__btn:hover, html .wf-am-header__item__btn:active, html .wf-am-header__item__btn:focus {
  background: #3b3b3b;
  text-decoration: none;
  color: inherit;
  outline: none;
}
html .fs-is-open > .wf-am-header__item__btn {
  background: #f2f2f2;
  color: #404040;
  border-radius: 0;
}
html .wf-am-header__logo {
  padding: 14.5px 15px;
}
html .wf-am-header__dropdown {
  margin: 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #404040;
  background: #f2f2f2;
  border: 0;
  position: fixed !important;
  top: 64px;
  left: unset !important;
  margin-left: 37px;
  right: 37px !important;
  min-width: 0;
  min-height: 500px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175), 0 2000px 0 2000px rgba(0, 0, 0, 0.5);
  z-index: 2000;
  padding: 0;
}
html .wf-am-header__dropdown__inner {
  padding: 10px 15px;
  padding-bottom: 0;
  display: block;
  -ms-flex: none;
  flex: none;
}
html .wf-am-header__dropdown__column {
  width: 600px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
html .wf-am-header__dropdown__viewport {
  padding: 10px 15px;
  overflow-y: auto;
  border-top: 1px solid #e6e6e6;
}
html .wf-am-header .assessor-flow-menu, html .wf-am-header .assessor-participant-menu {
  max-width: 400px;
}
html .wf-am-header .assessor-flow-menu .wf-am-header__dropdown, html .wf-am-header .assessor-participant-menu .wf-am-header__dropdown {
  z-index: 101 !important;
  height: calc(100% - 64px);
  max-height: 80%;
}
html .wf-am-header .assessor-participant-menu {
  max-width: 500px;
}
html .wf-am-header .assessor-participant-menu-left-bottom {
  min-height: 200px;
}
html .wf-am-header .assessor-participant-menu-right {
  max-height: 100%;
}
@media screen and (max-width: 1100px) {
  html .wf-am-header {
    height: initial;
  }
  html .wf-am-header.fs-row, html .wf-am-header .wf-am-header__item .wf-am-header__item__btn .fs-row, html .wf-am-header .wf-am-header__dropdown > .fs-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html .wf-am-header .assessor-flow-menu, html .wf-am-header .assessor-participant-menu {
    max-width: initial;
  }
  html .wf-am-header .assessor-flow-menu {
    position: relative;
  }
  html .wf-am-header .assessor-flow-menu .assessor-flow-menu-right-top {
    max-height: 50%;
    overflow-y: auto;
  }
  html .wf-am-header .assessor-participant-menu .assessor-participant-menu-left {
    position: relative;
    max-height: 100%;
  }
  html .wf-am-header .assessor-participant-menu .assessor-participant-menu-left .assessor-participant-menu-left-top {
    max-height: 50%;
    overflow-y: auto;
  }
  html .wf-am-header .assessor-participant-menu .assessor-participant-menu-left .assessor-participant-menu-left-bottom {
    min-height: initial;
  }
  html .wf-am-header .wf-am-tool-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  html .wf-am-header .wf-am-header__logo {
    display: none;
  }
  html .wf-am-header .wf-am-header__dropdown {
    left: 0 !important;
    right: 0 !important;
    margin: 0 1em;
    min-height: initial;
  }
}
html .wf-am-tool-list {
  display: table;
}
html .wf-am-tool-list__item {
  display: table-row;
  padding: 1em;
}
html .wf-am-tool-list__item:not(:first-child) .wf-am-tool-list__item__tool, html .wf-am-tool-list__item:not(:first-child) .wf-am-tool-list__item__description {
  border-top: 1px solid #e6e6e6;
}
html .wf-am-tool-list__item__tool, html .wf-am-tool-list__item__description {
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
}
html .wf-am-tool-list__item__description {
  padding-left: 0;
  font-size: 12px;
}
html .wf-am-assessment {
  border-left: 1px solid #616161;
  padding-left: 15px;
  text-align: center;
  white-space: nowrap;
}
html .fs-is-open .wf-am-assessment {
  border-color: #e6e6e6;
}
html .wf-am-assessment__grade {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
}
html .wf-am-assessment-checkbox {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
}
html .fs-list-group__item--info .wf-am-assessment-checkbox {
  border-color: #2a5d84;
}
html .fs-list-group__item--success .wf-am-assessment-checkbox {
  border-color: #628010;
}
html .fs-list-group__item--primary .wf-am-assessment-checkbox {
  border-color: #628010;
}
html .fs-list-group__item--danger .wf-am-assessment-checkbox {
  border-color: #b04545;
}
html .fs-list-group__item--warning .wf-am-assessment-checkbox {
  border-color: #8c7303;
}
html .wf-am-overview-sidebar {
  background: #f2f2f2;
  padding: 10px;
}
html .wf-am-overview-tabs {
  margin-right: -10px;
  margin-bottom: 10px;
}
html .wf-am-overview-tabs a {
  display: block;
  color: #404040;
  padding: 15px;
  position: relative;
  border-radius: 4px 0 0 4px;
  right: -1px;
  border: 1px solid transparent;
  border-right: 0;
}
html .wf-am-overview-tabs a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #404040;
  background: #e6e6e6;
}
html .wf-am-overview-tabs a.wf-am-is-active {
  background: white;
  border-color: #e6e6e6;
}
html .wf-am-wrapper {
  position: relative;
}
html .wf-am-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  z-index: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(0);
}
html .wf-am-is-loading .wf-am-main {
  opacity: 0;
  transform: translateY(50px);
  transition: none;
}
html .wf-am-sidebar {
  --width: 300;
  --margin: 15;
  background-color: white;
  width: 300px;
  position: absolute;
  visibility: hidden;
  top: 0;
  bottom: 0;
  margin: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: transform 0.3s cubic-bezier(0.49, 0.095, 0.185, 0.98);
  transition-property: right, opacity, z-index;
}
html .wf-am-sidebar__inner {
  padding: 10px 15px;
}
html .wf-am-sidebar__inner--bordered {
  border-bottom: 1px solid #e6e6e6;
}
html .wf-am-sidebar.show {
  visibility: visible;
  right: 0;
  opacity: 1;
  z-index: 100;
}
html .wf-am-sidebar.hide {
  right: calc(calc(var(--width) + var(--margin)) * -1px);
  opacity: 0;
  z-index: 0;
}
html .wf-am-sidebar .wf-am-sidebar__scrollable {
  overflow-y: auto;
}
html .wf-am-sidebar__heading {
  background: #404040;
  color: white;
  height: 40px;
  padding: 10px 15px;
  padding-right: 5px;
  text-align: left;
  border-radius: 2px 2px 0 0;
}
html .wf-am-sidebar__heading__btn {
  background: transparent;
  border: none;
  color: inherit;
  float: right;
  height: 30px;
  margin: -5px 0;
  border-radius: 4px;
  transition: background 0.2s;
}
html .wf-am-sidebar__heading__btn:hover {
  background: #262626;
}
html .wf-am-annotation-list, html .wf-am-searchresults {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-bottom: 0;
}
html .wf-am-annotation-list--has-active, html .wf-am-searchresults--has-active {
  background: black;
  border-color: rgba(230, 230, 230, 0.6);
  background-clip: border-box;
}
html .wf-am-annotation-list--has-active .fs-list-group__item:not(.wf-is-active), html .wf-am-searchresults--has-active .fs-list-group__item:not(.wf-is-active) {
  opacity: 0.7;
}
html .wf-am-annotation-list + .wf-am-annotation-list, html .wf-am-annotation-list + .wf-am-searchresults, html .wf-am-searchresults + .wf-am-annotation-list, html .wf-am-searchresults + .wf-am-searchresults {
  border-top: 1px solid #e6e6e6;
}
html .wf-am-annotation-list .fs-list-group__item, html .wf-am-searchresults .fs-list-group__item {
  overflow: hidden;
  background: white;
  transition: opacity 0.5s, transform 0.5s;
  cursor: default;
}
html .wf-am-annotation-list .fs-list-group__item.wf-is-active .mce-toolbar-grp, html .wf-am-searchresults .fs-list-group__item.wf-is-active .mce-toolbar-grp {
  border-top: 1px solid #e6e6e6;
}
html .wf-am-annotation-list .fs-list-group__item:not(.wf-is-active):hover, html .wf-am-searchresults .fs-list-group__item:not(.wf-is-active):hover {
  background: #f2f2f2;
}
html .wf-am-annotation-list .fs-list-group__item.ng-leave.ng-leave-active, html .wf-am-searchresults .fs-list-group__item.ng-leave.ng-leave-active {
  transform: translateX(100%);
}
html .wf-am-annotation-list__heading, html .wf-am-searchresults__heading {
  background: #f2f2f2 !important;
  font-size: 12px;
  font-weight: bold;
}
html .wf-am-annotation-list__heading:hover, html .wf-am-searchresults__heading:hover {
  background: #f2f2f2;
}
html .wf-am-colorpicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: col;
  flex-direction: col;
}
html .wf-am-colorpicker:not(:last-child) {
  margin-bottom: 10px;
}
html .wf-am-colorpicker__item {
  -ms-flex: 1;
  flex: 1;
  display: block;
  float: left;
  border-radius: 50%;
  margin: 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
html .wf-am-colorpicker__item:hover {
  opacity: 0.8;
}
html .wf-am-colorpicker__item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
html .wf-am-annotate-toolbox {
  position: absolute;
  bottom: 35px;
  left: 35px;
  z-index: 100;
  transition: transform 0.3s cubic-bezier(0.49, 0.095, 0.185, 0.98);
  background: white;
  border-radius: 35px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
html .wf-am-thumbnails-open .wf-am-annotate-toolbox {
  transform: translateX(160px);
}
html .wf-am-annotate-toolbox button {
  background-color: transparent;
  display: block;
  width: 60px;
  height: 60px;
  padding: 15px;
  border-radius: 50%;
  border: 0;
  position: relative;
}
html .wf-am-annotate-toolbox button:active, html .wf-am-annotate-toolbox button:focus {
  outline: 0 !important;
}
html .wf-am-annotate-toolbox button:hover {
  background-color: #f2f2f2;
}
html .wf-am-annotate-toolbox button.is-last-used {
  box-shadow: 0 0 0 2px #e6e6e6;
  z-index: 1;
}
html .wf-am-annotate-toolbox button.is-selected {
  transform: scale(1.25);
  box-shadow: 0 0 0 5px currentColor;
  z-index: 1;
  background: white;
}
html .wf-am-annotate-toolbox button.is-active {
  transition: all 0.2s linear;
  background-color: currentColor;
  overflow: hidden;
}
html .wf-am-annotate-toolbox button.is-active .fs-icon {
  color: white;
}
html .wf-am-annotate-toolbox button.is-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 1;
  opacity: 0;
}
html .wf-am-annotate-toolbox button.is-active:hover::after {
  opacity: 0.1;
}
html .wf-am-annotate-toolbox.is-active button:not(.is-selected) {
  color: #ccc;
}
html .wf-am-is-loading .wf-am-annotate-toolbox {
  transition-timing-function: cubic-bezier(0.61, 0.37, 0.38, 1.65);
  transform: translateX(-105px);
}
html .wf-am-pdfviewer-loading {
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #d9d9d9;
  width: 100%;
  text-align: center;
  z-index: 1;
}
html .wf-am-pdfviewer-module {
  overflow: hidden;
}
html .wf-am-pdfviewer {
  z-index: 5;
  overflow: hidden;
  float: left;
  min-width: 100%;
}
html .wf-am-thumbnails-open .wf-am-pdfviewer {
  padding-left: 160px;
}
html .wf-am-sidebar-open .wf-am-pdfviewer {
  padding-right: 315px;
}
html .wf-am-pdfviewer .page {
  direction: ltr;
  letter-spacing: normal;
  line-height: normal;
  width: 816px;
  height: 1056px;
  margin: 15px auto;
  position: relative;
  overflow: visible;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
html .wf-am-pdfviewer .page--item {
  width: 1100px;
}
html .wf-am-pdfviewer .page canvas {
  z-index: 6;
  margin: 0;
  display: block;
}
html .wf-am-pdfviewer .page .textLayer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
html .wf-am-pdfviewer .page .textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: #b400aa;
  border-radius: 4px;
}
html .wf-am-pdfviewer .page .textLayer .highlight.begin {
  border-radius: 4px 0 0px 4px;
}
html .wf-am-pdfviewer .page .textLayer .highlight.end {
  border-radius: 0 4px 4px 0px;
}
html .wf-am-pdfviewer .page .textLayer .highlight.middle {
  border-radius: 0;
}
html .wf-am-pdfviewer .page .textLayer .highlight.selected {
  background-color: #006400;
}
html .wf-am-pdfviewer .page .textLayer ::selection {
  background: #0B3CCE;
}
html .wf-am-pdfviewer .page .textLayer ::-moz-selection {
  background: #0B3CCE;
}
html .wf-am-pdfviewer .page .textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  opacity: 0.2;
  transform-origin: 0% 0%;
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  z-index: 1000;
}
html .wf-am-pdfviewer .page .annotationCanvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
html .wf-am-pdfviewer .canvasWrapper {
  overflow: hidden;
}
html .wf-am-pdfviewer input:disabled, html .wf-am-pdfviewer textarea:disabled {
  color: #404040;
}
html .wf-am-annotation-edit-panel {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border: none;
  z-index: 100;
  overflow: hidden;
}
html .wf-am-annotation-edit-panel > .fs-list-group > .fs-list-group__item:last-child {
  border-bottom-width: 1px;
}
html .wf-am-annotation-pointer {
  position: absolute;
  display: block;
  height: 100vh;
  top: -15px;
  bottom: -15px;
  background: transparent;
  right: 100%;
  z-index: 101;
  pointer-events: none;
}
html .wf-am-annotation-pointer svg {
  height: 100%;
  pointer-events: none;
}
html .wf-am-annotation-edit-panel-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40px;
  animation: wf-annotation-edit-overlay-enter 0.25s ease-out;
  background: rgba(64, 64, 64, 0.5);
  z-index: 99;
}
@keyframes wf-annotation-edit-overlay-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html .wf-am-pdfviewer-controlbar {
  transition: opacity 0.5s;
  height: auto;
}
html .wf-am-is-loading .wf-am-pdfviewer-controlbar {
  opacity: 0;
  transition: none;
}
html .wf-am-controlbar-toggle-btn:focus, html .wf-am-controlbar-toggle-btn:active {
  outline: none;
}
html .wf-am-status-box {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
}
html .wf-am-status-box__item {
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  margin-bottom: 10px;
  transition: all 0.5s;
  transform: translateX(0%);
}
html .wf-am-status-box__item.ng-hide {
  opacity: 0;
  transform: translateX(-10%);
}
html .wf-am-status-box__item.ng-hide.ng-hide-add {
  opacity: 0;
  transform: translateX(0%);
}
html .wf-am-status-box__item--warning {
  background: rgba(140, 115, 3, 0.6);
}
html .wf-am-status-box__item--danger {
  background: rgba(176, 69, 69, 0.6);
}
html .wf-am-thumbnails-open .wf-am-status-box {
  transform: translateX(160px);
}
html .wf-am-searchresults {
  border-width: 0 0 1px 0;
}
html .wf-am-searchresults .is-active {
  background: #e6e6e6;
}
html .wf-am-thumbnails {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f2f2f2;
  counter-reset: pageNum;
  transition: transform 0.3s cubic-bezier(0.49, 0.095, 0.185, 0.98);
  transform: translateX(-175px);
  border-right: 1px solid #e6e6e6;
}
html .wf-am-thumbnails-open .wf-am-thumbnails {
  transform: translateX(0);
}
html .wf-am-thumbnails .thumbnailImage {
  position: absolute;
}
html .wf-am-thumbnails .thumbnail {
  padding: 10px 0;
  opacity: 0.7;
  text-align: center;
}
html .wf-am-thumbnails .thumbnail:hover {
  background: rgba(42, 93, 132, 0.1);
}
html .wf-am-thumbnails .thumbnail::after {
  display: inline-block;
  margin: auto;
  counter-increment: pageNum;
  content: counter(pageNum);
  color: #808080;
  text-align: center;
  margin-top: 4px;
  padding: 0 8px;
  border-radius: 10px;
}
html .wf-am-thumbnails .thumbnail.selected {
  opacity: 1;
}
html .wf-am-thumbnails .thumbnail.selected .thumbnailSelectionRing {
  outline: 2px solid #2a5d84;
}
html .wf-am-thumbnails .thumbnail.selected::after {
  background-color: #2a5d84;
  color: white;
}
html .wf-am-thumbnails .thumbnail:not([data-loaded="true"]) .thumbnailSelectionRing {
  outline: 1px dotted #404040;
}
html .wf-am-thumbnails .thumbnailSelectionRing {
  box-sizing: content-box;
  margin: auto;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
html .wf-am-pdfviewer-disabletext .textLayer {
  z-index: -1 !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
html .wf-am-pdfviewer-is-drawing .page:not(.wf-active-drawing-page) {
  opacity: 0.3;
}
html .wf-am-summary-toolbar {
  background: linear-gradient(to right, #545454 0%, #5e5e5e 50%, #545454 100%);
  color: white;
  padding: 10px 0;
}
@media print {
  html .wf-am-print-hide {
    display: none;
  }
}
html .wf-am-summary-container {
  width: 800px;
  margin: auto;
}
@media print {
  html .wf-am-summary-container {
    width: auto;
  }
  html .wf-am-summary-container * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    font-family: arial !important;
  }
  @page {
    margin: 0.5cm;
  }
}
html .wf-am-summary-comment-text table {
  border-collapse: collapse;
  border: 1px solid #f2f2f2;
}
html .wf-am-summary-comment-text table td, html .wf-am-summary-comment-text table tr {
  border: 1px solid #f2f2f2;
  padding: 10px;
}
html .wf-am-summary-comment-text table td *:first-child, html .wf-am-summary-comment-text table tr *:first-child {
  margin-top: 0;
}
html .wf-am-summary-comment-text table td *:last-child, html .wf-am-summary-comment-text table tr *:last-child {
  margin-bottom: 0;
}
html .wf-am-summary-comment-list.thumbnail-size-sm .wf-am-summary-comment__thumbnail {
  width: 300px;
}
html .wf-am-summary-comment-list.thumbnail-size-md .wf-am-summary-comment__thumbnail {
  width: 400px;
}
html .wf-am-summary-comment-list.thumbnail-size-lg .wf-am-summary-comment__thumbnail {
  width: 500px;
}
html .wf-am-summary-comment-list.thumbnail-size-xl .wf-am-summary-comment__thumbnail {
  width: 100%;
}
@media print {
  html .wf-am-summary-comment-panel {
    page-break-inside: avoid;
  }
}
html .wf-am-summary-page-heading {
  background: #e6e6e6;
  color: #404040;
  padding: 10px 15px;
  margin-bottom: 5px;
}
@media print {
  html .wf-am-summary-page-heading {
    page-break-before: auto;
    page-break-after: avoid;
    page-break-inside: avoid;
    background: transparent;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
  }
}
@keyframes wf-am-summary-loading-fadeout {
  from {
    opacity: 1;
    max-height: 300px;
  }
  to {
    opacity: 0;
    max-height: 0;
  }
}
html .wf-am-summary-loading {
  overflow: hidden;
}
html .wf-am-summary-loading--hide {
  animation: wf-am-summary-loading-fadeout 1s 1s forwards;
}
html .wf-am-summary-comment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: col;
  flex-direction: col;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
  padding-bottom: 15px;
}
@media print {
  html .wf-am-summary-comment {
    padding-top: 15px;
    page-break-inside: avoid;
    page-break-after: auto;
    margin-top: 0;
  }
  html .wf-am-summary-comment + .wf-am-summary-comment {
    border-top: 1px solid #ccc;
  }
}
html .wf-am-summary-comment__thumbnail {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
html .wf-am-summary-comment__thumbnail canvas {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media screen {
  html .wf-am-summary-comment__thumbnail {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
@media print {
  html .wf-am-summary-comment__thumbnail {
    border: 1px solid #e6e6e6;
  }
}
html .wf-am-summary-comment__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 35px;
  position: relative;
}
@media screen {
  html .wf-am-summary-comment__content__inner {
    left: 0;
    background: white;
    padding: 10px 15px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
  }
  html .wf-am-summary-comment__content__inner *:last-child {
    margin-bottom: 0;
  }
  html .wf-am-summary-comment__content__inner::after, html .wf-am-summary-comment__content__inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 20px;
    transform: translateY(-50%);
  }
  html .wf-am-summary-comment__content__inner::after {
    left: -10px;
    border-right: 10px solid white;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
  }
  html .wf-am-summary-comment__content__inner::before {
    left: -12px;
    border-right: 12px solid #e6e6e6;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
  }
}
@media print {
  html .wf-am-summary-comment__content {
    max-width: 40em;
  }
}
html .thumbnail-size-xl .wf-am-summary-comment {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html .thumbnail-size-xl .wf-am-summary-comment__content {
  padding-left: 0;
}
html .thumbnail-size-xl .wf-am-summary-comment__content__inner::after {
  left: 12px;
  top: -10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid white;
}
html .thumbnail-size-xl .wf-am-summary-comment__content__inner::before {
  left: 10px;
  top: -12px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #e6e6e6;
}
html .wf-am-points {
  display: inline-block;
  vertical-align: middle;
  background: #f2f2f2;
  height: 30px;
  color: #404040;
  border-radius: 4px;
  padding: 4px 10px;
  border: 1px solid #e6e6e6;
  line-height: 20px;
}
html .wf-am-points--plus {
  color: #628010;
}
html .wf-am-points--minus {
  color: #b04545;
}
html .wf-am-points__final {
  font-weight: 700;
  font-size: 18px;
}
html .wf-boxplot {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  shape-rendering: auto;
  overflow: visible;
}
html .wf-boxplot__midline {
  stroke: #2a5d84;
  stroke-width: 2;
}
html .wf-boxplot__rect {
  fill: #bfceda;
}
html .wf-boxplot__line {
  stroke: #2a5d84;
  stroke-width: 2;
}
html .wf-boxplot__line-tooltip {
  stroke: transparent;
  stroke-width: 10;
  cursor: help;
  stroke-linecap: round;
}
html .wf-boxplot__line-tooltip:hover {
  stroke: rgba(42, 93, 132, 0.3);
}
[contenteditable] {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
html .wf-grade-distribution {
  width: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  cursor: default;
  margin: 0 10px;
  margin-bottom: 40px;
  position: relative;
}
html .wf-grade-distribution__loading {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(242, 242, 242, 0.7);
  text-align: center;
  z-index: 100;
  line-height: 250px;
}
html .wf-grade-distribution__graph {
  height: 250px;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
}
html .wf-grade-distribution__min-max-wrapper {
  height: 30px;
  position: relative;
}
html .wf-grade-distribution__min, html .wf-grade-distribution__max {
  position: absolute;
  top: 0;
}
html .wf-grade-distribution__min .fs-input-group__addon, html .wf-grade-distribution__max .fs-input-group__addon, html .wf-grade-distribution__min .fs-input, html .wf-grade-distribution__max .fs-input {
  border-width: 2px;
  height: 32px;
}
html .wf-grade-distribution__min .fs-input, html .wf-grade-distribution__max .fs-input {
  width: 12ch;
}
html .wf-grade-distribution__min {
  left: -2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html .wf-grade-distribution__max {
  right: -2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html .wf-grade-distribution.wf-is-active {
  cursor: ew-resize;
}
html .wf-grade-distribution__range-start {
  height: 20px;
  position: absolute;
  bottom: -20px;
  font-weight: 700;
  font-size: 16px;
  color: #1d415d;
  transform: translateX(-50%);
  white-space: nowrap;
}
html .wf-grade-distribution__grade {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: left;
  position: relative;
  height: 100%;
}
html .wf-grade-distribution__grade__inner {
  height: 100%;
}
:not(.wf-is-active) > .wf-grade-distribution__grade__inner:hover {
  background-color: rgba(42, 93, 132, 0.05);
}
:not(.wf-is-active) > .wf-grade-distribution__grade__inner:hover .wf-grade-distribution__grade__bar {
  background: #1d415d;
}
:not(.wf-is-active) > .wf-grade-distribution__grade__inner:hover .wf-grade-distribution__grade__bar__info {
  z-index: 3;
  background: #404040;
}
:not(.wf-is-active) > .wf-grade-distribution__grade__inner:hover .wf-grade-distribution__grade__bar__info::after {
  border-top-color: #404040;
}
:not(.wf-is-active) > .wf-grade-distribution__grade__inner:hover .wf-grade-distribution__grade__range {
  border-color: #2a5d84;
  z-index: 3;
}
html .wf-grade-distribution__grade:not(:first-child) {
  border-left: 2px solid transparent;
}
html .wf-grade-distribution__grade__label {
  height: 20px;
  position: absolute;
  bottom: -20px;
  font-weight: 700;
  font-size: 16px;
  color: #1d415d;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html .wf-grade-distribution__grade__range {
  text-align: center;
  position: absolute;
  top: 5px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 12px;
  padding: 2px;
  background: white;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  box-shadow: 0 0 0 3px white;
  z-index: 2;
  padding: 3px 6px;
}
html .wf-grade-distribution__grade__range div {
  display: inline;
}
html .wf-grade-distribution__grade__bar {
  background: #2a5d84;
  border: 1px solid #1d415d;
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 2px;
  border-radius: 2px;
}
html .wf-grade-distribution__grade__bar__info {
  color: #1d415d;
  position: absolute;
  text-align: center;
  top: -13px;
  left: 50%;
  white-space: nowrap;
  padding: 5px 10px;
  transform: translate(-50%, -100%);
  background: #808080;
  color: white;
  border-radius: 4px;
  z-index: 2;
}
html .wf-grade-distribution__grade__bar__info::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-top: 7px solid #808080;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
html .wf-grade-distribution__grade__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9px;
  width: 16px;
  cursor: ew-resize;
  z-index: 1;
}
html .wf-grade-distribution__grade__handle.wf-is-active::after, html .wf-grade-distribution__grade__handle:hover::after {
  background: #2a5d84;
  box-shadow: 0 0 0 2px rgba(42, 93, 132, 0.4);
}
html .wf-grade-distribution__grade__handle::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 2px;
  background: #f2f2f2;
  left: 50%;
  margin-left: -1px;
  border-radius: 1px;
  transition: all 0.1s;
}
html .wf-grade-distribution--percentage .wf-grade-distribution__grade__label {
  font-size: 16px;
  left: 100%;
}
html .wf-grade-distribution--percentage .wf-grade-distribution__grade__bar {
  transition: height 0.3s ease-out;
}
html .wf-grade-distribution--percentage .wf-grade-distribution__grade__range, html .wf-grade-distribution--percentage .wf-grade-distribution__grade__bar__info {
  display: none;
}
html .wf-grade-distribution--percentage .wf-grade-distribution__grade__inner:hover .wf-grade-distribution__grade__range, html .wf-grade-distribution--percentage .wf-grade-distribution__grade__inner:hover .wf-grade-distribution__grade__bar__info {
  display: block;
}
html .wf-grade-distribution.ng-invalid .wf-grade-distribution__grade__range {
  display: none;
}
html .wf-grade-distribution.ng-invalid .wf-grade-distribution__grade__bar {
  height: 0 !important;
}
html .wf-grade-distribution.ng-invalid .wf-grade-distribution__grade__bar__info {
  display: none;
}
html .wf-oral-period-sidebar {
  background: #f2f2f2;
}
html .wf-oral-periods-wrapper {
  overflow-x: auto;
  position: relative;
  background: #f2f2f2;
}
html .wf-oral-period {
  width: 400px;
  position: relative;
  border-left: 4px solid #e6e6e6;
  background: white;
}
html .wf-oral-edit-period-dialog {
  background: rgba(64, 64, 64, 0.5);
  padding: 15px;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
html .wf-oral-period-number {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4em;
  width: 1.5em;
  height: 1.5em;
  font-size: 20px;
  border: 2px solid currentColor;
  text-align: center;
  border-radius: 50%;
}
html .wf-oral-period-list .as-sortable-placeholder {
  border: 2px dashed #2a5d84;
  margin: 5px;
  width: auto !important;
}
html .wf-oral-period-list__item:first-child .wf-oral-period-list__item__handle {
  border-top-right-radius: 4px;
}
html .wf-oral-period-list__item:last-child .wf-oral-period-list__item__handle {
  border-bottom-right-radius: 4px;
}
html .wf-oral-period-list__item__handle {
  display: block;
  background-color: #808080;
  border: 1px solid #737373;
  border-radius: inherit;
  width: 25px;
  margin: -11px -1px -11px 5px;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
}
html .as-sortable-dragging .wf-oral-period-list__item__handle, html .wf-oral-period-list__item__handle:hover {
  background: #737373;
}
html .wf-oral-period-list__item__handle::before, html .wf-oral-period-list__item__handle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
html .wf-oral-period-list__item__handle::before {
  left: 30%;
}
html .wf-oral-period-list__item__handle::after {
  right: 30%;
}
html .wf-oral-period-list__item__handle--disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
html .wf-oral-period-list__item--break {
  background: repeating-linear-gradient(-45deg, #f2f2f2, #f2f2f2 1px, white 2px, white 8px) !important;
}
html .wf-oral-period-list__item--highlight {
  border-color: #2a5d84 !important;
  box-shadow: 0 0 0 2px #2a5d84;
  z-index: 1;
  transition: box-shadow 0.2s;
}
html .as-sortable-dragging .wf-oral-period-list__item {
  box-shadow: 0 5px 10px rgba(64, 64, 64, 0.5);
}
html .wf-oral-period-time-seperator {
  display: block;
  height: 8px;
  width: 100%;
  position: relative;
}
html .wf-oral-period-time-seperator::before, html .wf-oral-period-time-seperator::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: 50%;
}
html .wf-oral-period-time-seperator::after {
  border-top: 5px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: -5px;
  height: 0;
  bottom: -1px;
}
html .wf-oral-period-time-seperator::before {
  border-right: 2px solid #ccc;
  height: 100%;
  margin-left: -1px;
}
html .wf-room-timeline-wrapper {
  padding: 0 !important;
  position: relative;
}
html .wf-room-timeline-wrapper--header {
  background-color: #f2f2f2;
}
html .wf-room-timeline {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #e6e6e6;
  margin: 0;
  height: 32px;
}
html .wf-room-timeline__booking {
  position: absolute;
  top: 2px;
  bottom: 2px;
  background-color: #628010;
  border: 2px solid #58730e;
  border-radius: 2px;
  opacity: 0.7;
  transition: left 0.5s, width 0.5s;
  /* TODO: Should be translate3d for performance */
  cursor: pointer;
}
html .wf-room-timeline__booking--placeholder {
  background-color: rgba(98, 128, 16, 0.7);
  border-color: #628010;
  opacity: 0.8;
  left: 16.6667%;
  right: 16.6667%;
  cursor: default;
  background-image: linear-gradient(45deg, transparent 35%, #628010 35%, #628010 50%, transparent 50%, transparent 85%, #628010 85%);
  background-size: 8px 8px;
}
html .wf-room-timeline__booking--warning {
  background-color: #8c7303;
  border-color: #7e6703;
}
html .wf-room-timeline__booking:not(.wf-room-timeline__booking--placeholder):hover {
  opacity: 1;
}
html .wf-room-timeline__date {
  position: absolute;
  top: 0;
  color: #808080;
  font-weight: normal;
  text-align: center;
  padding: 6px;
  bottom: 0;
  transition: left 0.5s, width 0.5s;
  /* TODO: Should be translate3d for performance */
  animation: wf-room-date 0.2s 0.5s;
  animation-fill-mode: backwards;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: inset 2px 0 0 0 #f2f2f2;
}
html .wf-room-timeline--header > .wf-room-timeline__date.hour {
  text-align: left;
}
:not(.wf-room-timeline--header) > .wf-room-timeline__date.hour {
  box-shadow: inset 2px 0 0 0 #f2f2f2;
  background: linear-gradient(90deg, transparent 0%, transparent 25%, #f9f9f9 25%, #f9f9f9 50%, transparent 50%, transparent 75%, #f9f9f9 75%, #f9f9f9 100%);
  background-size: 100%;
}
html .wf-room-timeline--parent {
  height: 64px;
  margin-bottom: -32px;
}
html .wf-room-timeline--parent .wf-room-timeline__date {
  border-left: 2px solid #e6e6e6;
}
html .wf-room-timeline--header .wf-room-timeline__date {
  box-shadow: none;
}
html .wf-room-timeline__parent-label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: inherit;
  transform: translateX(-50%);
  transition: left 0.5s;
}
html .wf-room-timeline__point {
  width: 2px;
  margin-left: -1px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #b04545;
}
html .wf-room-timeline-booking-from, html .wf-room-timeline-booking-to {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(98, 128, 16, 0.5);
}
html .wf-room-timeline-booking-from {
  left: 16.6667%;
}
html .wf-room-timeline-booking-to {
  right: 16.6667%;
}
@keyframes wf-room-date {
  from {
    opacity: 0;
  }
}
html .wf-flow-series-transfer-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
html .wf-flow-series-transfer-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #e6e6e6;
}
html .wf-flow-series-transfer-arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 40px;
  width: 40px;
  margin-left: -20px;
  left: 50%;
  background: #e6e6e6;
}
html .wf-flow-series-transfer-arrow-bottom {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 40px;
  margin-left: -20px;
  left: 50%;
  background: #e6e6e6;
}
html .wf-flow-series-transfer-arrow-bottom::after, html .wf-flow-series-transfer-arrow-bottom::before {
  content: "";
  display: block;
  border-bottom: 7px solid #e6e6e6;
  background: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -7px;
}
html .wf-flow-series-transfer-arrow-bottom::before {
  right: -13px;
  border-left: 7px solid #e6e6e6;
  border-radius: 0 0 0 20px;
}
html .wf-flow-series-transfer-arrow-bottom::after {
  left: -13px;
  border-right: 7px solid #e6e6e6;
  border-radius: 0 0 20px 0;
}
html .wf-flow-series-transfer-arrow-bottom-line {
  height: 8px;
  background: #e6e6e6;
}
html .no-z-index {
  z-index: 0;
}
html .user-bulk-edit-ui-cell {
  line-height: 30px;
  height: 100%;
  white-space: nowrap;
}
html .user-bulk-edit-legend {
  margin-left: 10px;
  width: 24px;
  height: 8px;
  display: inline-block;
}
html .wf-monitor-participant-overview::before, html .wf-monitor-participant-overview::after {
  content: "";
  display: table;
}
html .wf-monitor-participant-overview::after {
  clear: both;
}
html .wf-monitor-participant-overview__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 4px;
}
html .wf-monitor-participant-overview__item__inner {
  position: relative;
  border-radius: 50%;
  border: 2px solid transparent;
  width: 40px;
  height: 40px;
}
html .wf-monitor-participant-overview__item__inner--passive {
  background: #bfbfbf;
  color: #808080;
  border-color: #808080;
}
html .wf-monitor-participant-overview__item__inner--passive:hover {
  background: #b3b3b3;
  color: #737373;
  border-color: #737373;
  cursor: pointer;
}
html .wf-monitor-participant-overview__item__inner--started {
  background: #94aec1;
  color: #2a5d84;
  border-color: #2a5d84;
}
html .wf-monitor-participant-overview__item__inner--started:hover {
  background: #7f9eb5;
  color: #255377;
  border-color: #255377;
  cursor: pointer;
}
html .wf-monitor-participant-overview__item__inner--progress {
  background: #a2b7a4;
  color: #466e4a;
  border-color: #466e4a;
}
html .wf-monitor-participant-overview__item__inner--progress:hover {
  background: #90a892;
  color: #3f6343;
  border-color: #3f6343;
  cursor: pointer;
}
html .wf-monitor-participant-overview__item__inner--done {
  background: #b1c088;
  color: #628010;
  border-color: #628010;
}
html .wf-monitor-participant-overview__item__inner--done:hover {
  background: #a1b370;
  color: #58730e;
  border-color: #58730e;
  cursor: pointer;
}
html .wf-monitor-participant-overview__item__inner--small {
  width: 24px;
  height: 24px;
  border-width: 1px;
}
html .wf-monitor-participant-overview__item .fs-icon {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}
html .wf-monitor-participant-overview__item__inactive {
  position: absolute;
  bottom: -4px;
  padding: 0 4px;
  text-align: center;
  background: white;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  border: 2px solid #404040;
  color: #404040;
  border-radius: 5px;
}
html .wf-monitor-participant-overview__item__inactive::before {
  content: "zzz";
}
html .wf-monitor-participant-overview__item__comment {
  position: absolute;
  top: -4px;
  left: -4px;
}
html .lrn .lrn_widget.lrn_numberlineplot .lrn_jxg_toolbox li button {
  font-family: LearnosityIconsRegular !important;
}
html .tokenhighlightTemplate .editing-container.edit-tokens.lrn-tokens-highlight .edit-tokens-preview, html .tokenhighlightTemplate .editing-container.edit-template.ckEditor_wrapper .cke_textarea_inline.cke_editable {
  overflow: auto;
}
html .lrn_tokenhighlight_text.lrn_tokenhighlight_custom, html .lrn_formulaV2 .lrn_math_editable.mq-math-mode, html .lrn_simpleshading {
  overflow: auto;
}
html .lrn-mcq-option .lrn-label, html .lrn-mcq-option .lrn_choiceLabel {
  color: #545252 !important;
}
html .lrn-mcq-option.lrn_incorrect .lrn-label, html .lrn-mcq-option.lrn_correct .lrn-label, html .lrn-mcq-option.lrn_incorrect .lrn_choiceLabel, html .lrn-mcq-option.lrn_correct .lrn_choiceLabel {
  color: #4D4C4C !important;
}
html .lrn_canvas_drawing button.lrn_btn.lrn_disabled, html .lrn_canvas_drawing button.lrn_btn[disabled] {
  opacity: 0.7 !important;
}
#learnosity_wrapper {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
html .lrn_question {
  overflow: auto;
}
@media print {
  html, body, html .wf-wrapper {
    width: initial !important;
    height: initial !important;
    overflow: initial !important;
  }
}
