/*!
 *  Formir 0.2.2 by @formir - https://github.com/formir/formir - http://formir.io - support@formir.io
 *  MIT License
 */
body,
pre,
textarea,
input,
button,
label {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
html {
  font-size: 10px;
  line-height: 1.35em;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  border-color: #c6ccda;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  color: #000000;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.2rem 1rem;
  -webkit-appearance: none;
  text-overflow: ellipsis;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):hover,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom).hover {
  border-color: #c6ccda !important;
  border-style: solid !important;
  background-color: #ffffff !important;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):focus,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom).focus {
  border-color: #7886a4 !important;
  border-style: solid !important;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):disabled,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom)[disabled] {
  pointer-events: none;
  cursor: normal;
  opacity: 0.7 !important;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom).inverse {
  background-color: #c6ccda !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom).transparent {
  background-color: transparent !important;
}
select:not(.custom),
textarea:not(.custom),
.input,
output:not(.custom),
datalist:not(.custom) {
  border-color: #c6ccda;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  color: #000000;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.2rem 1rem;
  -webkit-appearance: none;
  text-overflow: ellipsis;
}
select:not(.custom):hover,
textarea:not(.custom):hover,
.input:hover,
output:not(.custom):hover,
datalist:not(.custom):hover,
select:not(.custom).hover,
textarea:not(.custom).hover,
.input.hover,
output:not(.custom).hover,
datalist:not(.custom).hover {
  border-color: #c6ccda !important;
  border-style: solid !important;
  background-color: #ffffff !important;
}
select:not(.custom):focus,
textarea:not(.custom):focus,
.input:focus,
output:not(.custom):focus,
datalist:not(.custom):focus,
select:not(.custom).focus,
textarea:not(.custom).focus,
.input.focus,
output:not(.custom).focus,
datalist:not(.custom).focus {
  border-color: #7886a4 !important;
  border-style: solid !important;
}
select:not(.custom):disabled,
textarea:not(.custom):disabled,
.input:disabled,
output:not(.custom):disabled,
datalist:not(.custom):disabled,
select:not(.custom)[disabled],
textarea:not(.custom)[disabled],
.input[disabled],
output:not(.custom)[disabled],
datalist:not(.custom)[disabled] {
  pointer-events: none;
  cursor: normal;
  opacity: 0.7 !important;
}
select:not(.custom).inverse,
textarea:not(.custom).inverse,
.input.inverse,
output:not(.custom).inverse,
datalist:not(.custom).inverse {
  background-color: #c6ccda !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
select:not(.custom).transparent,
textarea:not(.custom).transparent,
.input.transparent,
output:not(.custom).transparent,
datalist:not(.custom).transparent {
  background-color: transparent !important;
}
select:not(.custom):not([multiple]) {
  height: calc(2rem + 2.4rem + 2px);
}
select:not(.custom) option {
  height: 2rem;
  padding: 1.2rem 1rem;
  border: none;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).input-xs {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).input-s {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).input-m {
  font-size: 1.0499999999999998rem;
  line-height: 1.5rem;
  padding: 0.8999999999999999rem 0.75rem;
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).input-l {
  font-size: 1.47rem;
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
  border-radius: 4px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).input-r {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
  border-radius: 0;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
select.input-xs,
textarea.input-xs {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
select.input-s,
textarea.input-s {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
select.input-m,
textarea.input-m {
  font-size: 1.0499999999999998rem;
  line-height: 1.5rem;
  padding: 0.8999999999999999rem 0.75rem;
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
select.input-l,
textarea.input-l {
  font-size: 1.47rem;
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
  border-radius: 4px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
select.input-r,
textarea.input-r {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
  border-radius: 0;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
select:not([multiple]).input-xs {
  height: calc(1.2rem + 0.48rem * 2  + 1px * 2);
}
select:not([multiple]).input-xs option {
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
}
select:not([multiple]).input-s {
  height: calc(1.4rem + 0.6rem * 2  + 1px * 2);
}
select:not([multiple]).input-s option {
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
}
select:not([multiple]).input-m {
  height: calc(1.5rem + 0.8999999999999999rem * 2  + 1px * 2);
}
select:not([multiple]).input-m option {
  line-height: 1.5rem;
  padding: 0.8999999999999999rem 0.75rem;
}
select:not([multiple]).input-l {
  height: calc(2.1rem + 1.26rem * 2  + 1px * 2);
}
select:not([multiple]).input-l option {
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
}
select:not([multiple]).input-r {
  height: calc(1.4rem + 1rem * 2  + 1px * 2);
}
select:not([multiple]).input-r option {
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
}
.inputs-xs .input,
.size-xs .input,
.inputs-xs[class*="cell"] .input,
.size-xs[class*="cell"] .input,
.inputs-xs input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-xs input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-xs[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-xs[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-xs select,
.size-xs select,
.inputs-xs[class*="cell"] select,
.size-xs[class*="cell"] select,
.inputs-xs textarea,
.size-xs textarea,
.inputs-xs[class*="cell"] textarea,
.size-xs[class*="cell"] textarea {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-xs .select,
.size-xs .select,
.inputs-xs[class*="cell"] .select,
.size-xs[class*="cell"] .select {
  min-height: calc(1.2rem + 0.48rem * 2  + 1px * 2);
}
.inputs-xs .select-content,
.size-xs .select-content,
.inputs-xs[class*="cell"] .select-content,
.size-xs[class*="cell"] .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-xs select:not([multiple]),
.size-xs select:not([multiple]),
.inputs-xs[class*="cell"] select:not([multiple]),
.size-xs[class*="cell"] select:not([multiple]) {
  height: calc(1.2rem + 0.48rem * 2  + 1px * 2);
}
.inputs-xs select:not([multiple]) option,
.size-xs select:not([multiple]) option,
.inputs-xs[class*="cell"] select:not([multiple]) option,
.size-xs[class*="cell"] select:not([multiple]) option {
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
}
.inputs-s .input,
.size-s .input,
.inputs-s[class*="cell"] .input,
.size-s[class*="cell"] .input,
.inputs-s input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-s input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-s[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-s[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-s select,
.size-s select,
.inputs-s[class*="cell"] select,
.size-s[class*="cell"] select,
.inputs-s textarea,
.size-s textarea,
.inputs-s[class*="cell"] textarea,
.size-s[class*="cell"] textarea {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-s .select,
.size-s .select,
.inputs-s[class*="cell"] .select,
.size-s[class*="cell"] .select {
  min-height: calc(1.4rem + 0.6rem * 2  + 1px * 2);
}
.inputs-s .select-content,
.size-s .select-content,
.inputs-s[class*="cell"] .select-content,
.size-s[class*="cell"] .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-s select:not([multiple]),
.size-s select:not([multiple]),
.inputs-s[class*="cell"] select:not([multiple]),
.size-s[class*="cell"] select:not([multiple]) {
  height: calc(1.4rem + 0.6rem * 2  + 1px * 2);
}
.inputs-s select:not([multiple]) option,
.size-s select:not([multiple]) option,
.inputs-s[class*="cell"] select:not([multiple]) option,
.size-s[class*="cell"] select:not([multiple]) option {
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
}
.inputs-m .input,
.size-m .input,
.inputs-m[class*="cell"] .input,
.size-m[class*="cell"] .input,
.inputs-m input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-m input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-m[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-m[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-m select,
.size-m select,
.inputs-m[class*="cell"] select,
.size-m[class*="cell"] select,
.inputs-m textarea,
.size-m textarea,
.inputs-m[class*="cell"] textarea,
.size-m[class*="cell"] textarea {
  font-size: 1.0499999999999998rem;
  line-height: 1.5rem;
  padding: 0.8999999999999999rem 0.75rem;
  border-radius: 5px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-m .select,
.size-m .select,
.inputs-m[class*="cell"] .select,
.size-m[class*="cell"] .select {
  min-height: calc(1.5rem + 0.8999999999999999rem * 2  + 1px * 2);
}
.inputs-m .select-content,
.size-m .select-content,
.inputs-m[class*="cell"] .select-content,
.size-m[class*="cell"] .select-content {
  border-radius: 5px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-m select:not([multiple]),
.size-m select:not([multiple]),
.inputs-m[class*="cell"] select:not([multiple]),
.size-m[class*="cell"] select:not([multiple]) {
  height: calc(1.5rem + 0.8999999999999999rem * 2  + 1px * 2);
}
.inputs-m select:not([multiple]) option,
.size-m select:not([multiple]) option,
.inputs-m[class*="cell"] select:not([multiple]) option,
.size-m[class*="cell"] select:not([multiple]) option {
  line-height: 1.5rem;
  padding: 0.8999999999999999rem 0.75rem;
}
.inputs-l .input,
.size-l .input,
.inputs-l[class*="cell"] .input,
.size-l[class*="cell"] .input,
.inputs-l input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-l input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-l[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-l[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-l select,
.size-l select,
.inputs-l[class*="cell"] select,
.size-l[class*="cell"] select,
.inputs-l textarea,
.size-l textarea,
.inputs-l[class*="cell"] textarea,
.size-l[class*="cell"] textarea {
  font-size: 1.47rem;
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-l .select,
.size-l .select,
.inputs-l[class*="cell"] .select,
.size-l[class*="cell"] .select {
  min-height: calc(2.1rem + 1.26rem * 2  + 1px * 2);
}
.inputs-l .select-content,
.size-l .select-content,
.inputs-l[class*="cell"] .select-content,
.size-l[class*="cell"] .select-content {
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-l select:not([multiple]),
.size-l select:not([multiple]),
.inputs-l[class*="cell"] select:not([multiple]),
.size-l[class*="cell"] select:not([multiple]) {
  height: calc(2.1rem + 1.26rem * 2  + 1px * 2);
}
.inputs-l select:not([multiple]) option,
.size-l select:not([multiple]) option,
.inputs-l[class*="cell"] select:not([multiple]) option,
.size-l[class*="cell"] select:not([multiple]) option {
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
}
.inputs-r .input,
.size-r .input,
.inputs-r[class*="cell"] .input,
.size-r[class*="cell"] .input,
.inputs-r input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-r input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-r[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.size-r[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.inputs-r select,
.size-r select,
.inputs-r[class*="cell"] select,
.size-r[class*="cell"] select,
.inputs-r textarea,
.size-r textarea,
.inputs-r[class*="cell"] textarea,
.size-r[class*="cell"] textarea {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
  border-radius: 0;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-r .select,
.size-r .select,
.inputs-r[class*="cell"] .select,
.size-r[class*="cell"] .select {
  min-height: calc(1.4rem + 1rem * 2  + 1px * 2);
}
.inputs-r .select-content,
.size-r .select-content,
.inputs-r[class*="cell"] .select-content,
.size-r[class*="cell"] .select-content {
  border-radius: 0;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-r select:not([multiple]),
.size-r select:not([multiple]),
.inputs-r[class*="cell"] select:not([multiple]),
.size-r[class*="cell"] select:not([multiple]) {
  height: calc(1.4rem + 1rem * 2  + 1px * 2);
}
.inputs-r select:not([multiple]) option,
.size-r select:not([multiple]) option,
.inputs-r[class*="cell"] select:not([multiple]) option,
.size-r[class*="cell"] select:not([multiple]) option {
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
}
form label.label {
  text-transform: none;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: normal;
  color: #294058;
  min-height: normal;
  display: block;
}
form .hint {
  text-transform: none;
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: normal;
  color: #343434;
}
form .hint.has-tooltip {
  z-index: auto;
  min-height: calc(0.45rem * 2 + 1.35em);
}
form .hint.has-tooltip .tooltip {
  display: table;
}
form .hint .tooltip {
  top: 5px !important;
  right: 0 !important;
}
form.validate .has-tooltip input.touched:invalid:focus ~ .tooltip,
form.validate .has-tooltip select.touched:invalid:focus ~ .tooltip,
form.validate .has-tooltip textarea.touched:invalid:focus ~ .tooltip,
form.validate .has-tooltip input.touched.invalid:focus ~ .tooltip,
form.validate .has-tooltip select.touched.invalid:focus ~ .tooltip,
form.validate .has-tooltip textarea.touched.invalid:focus ~ .tooltip {
  display: table !important;
}
form.validate .has-tooltip input ~ .tooltip,
form.validate .has-tooltip select ~ .tooltip,
form.validate .has-tooltip textarea ~ .tooltip {
  display: none !important;
  background-color: #ff004e;
  color: #ffffff;
  right: 0 !important;
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}
form.validate .has-tooltip input ~ .tooltip:after,
form.validate .has-tooltip select ~ .tooltip:after,
form.validate .has-tooltip textarea ~ .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  right: -10px;
  left: auto;
  border-top: 0;
  border-bottom: 5px solid #ff004e;
  margin-right: 10px;
  top: auto;
  bottom: 100%;
  right: 0;
  margin-top: -5px;
  margin-bottom: auto;
}
form.validate input:not(:focus).touched:invalid,
form.validate select:not(:focus).touched:invalid,
form.validate textarea:not(:focus).touched:invalid,
form.validate input:not(:focus).touched.invalid,
form.validate select:not(:focus).touched.invalid,
form.validate textarea:not(:focus).touched.invalid {
  color: #000000;
  background-color: #ffffff;
  border-color: #ff0039;
}
form.validate input:not(:focus).touched:valid,
form.validate select:not(:focus).touched:valid,
form.validate textarea:not(:focus).touched:valid,
form.validate input:not(:focus).touched.valid,
form.validate select:not(:focus).touched.valid,
form.validate textarea:not(:focus).touched.valid {
  color: #84b500;
  background-color: #ffffff;
  border-color: #84b500;
}
form.validate .select-arrow select:not(:focus).touched:invalid + span:after,
form.validate .select-arrow select:not(:focus).touched.invalid + span:after {
  color: @{input-color-has-error};
}
form.validate .select-arrow select:not(:focus).touched:valid + span:after,
form.validate .select-arrow select:not(:focus).touched.valid + span:after {
  color: @{input-color-has-success};
}
.control,
.control-group {
  position: relative;
}
.control.has-tooltip,
.control-group.has-tooltip {
  z-index: auto;
}
.control.has-tooltip:hover .tooltip,
.control-group.has-tooltip:hover .tooltip {
  display: none;
}
.control.has-tooltip input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):focus ~ .tooltip,
.control-group.has-tooltip input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):focus ~ .tooltip,
.control.has-tooltip select:focus ~ .tooltip,
.control-group.has-tooltip select:focus ~ .tooltip,
.control.has-tooltip textarea:focus ~ .tooltip,
.control-group.has-tooltip textarea:focus ~ .tooltip {
  display: block;
}
.control .tooltip,
.control-group .tooltip {
  right: 0 !important;
}
.control.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.inverse select,
[class*="cell"].inverse select,
.control-group.inverse select,
.control.inverse textarea,
[class*="cell"].inverse textarea,
.control-group.inverse textarea {
  background-color: #c6ccda;
  border-color: #ffffff;
  color: #ffffff;
}
.control.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.transparent select,
[class*="cell"].transparent select,
.control-group.transparent select,
.control.transparent textarea,
[class*="cell"].transparent textarea,
.control-group.transparent textarea {
  background-color: transparent;
}
.control[class*="icon-"],
[class*="cell"][class*="icon-"],
.control-group[class*="icon-"] {
  position: relative;
}
.control[class*="icon-"].left-icon:before,
[class*="cell"][class*="icon-"].left-icon:before,
.control-group[class*="icon-"].left-icon:before {
  left: 1.5em;
  right: auto;
}
.control[class*="icon-"].left-icon input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"][class*="icon-"].left-icon input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group[class*="icon-"].left-icon input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control[class*="icon-"].left-icon select,
[class*="cell"][class*="icon-"].left-icon select,
.control-group[class*="icon-"].left-icon select,
.control[class*="icon-"].left-icon textarea,
[class*="cell"][class*="icon-"].left-icon textarea,
.control-group[class*="icon-"].left-icon textarea {
  padding-left: 3em;
}
.control[class*="icon-"].inverse:before,
[class*="cell"][class*="icon-"].inverse:before,
.control-group[class*="icon-"].inverse:before {
  color: #ffffff;
}
.control[class*="icon-"]:before,
[class*="cell"][class*="icon-"]:before,
.control-group[class*="icon-"]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1em;
  right: 1.5em;
  color: #000000;
  z-index: 2;
  pointer-events: none;
  height: 1em;
}
.control[class*="icon-"] input,
[class*="cell"][class*="icon-"] input,
.control-group[class*="icon-"] input,
.control[class*="icon-"] select,
[class*="cell"][class*="icon-"] select,
.control-group[class*="icon-"] select,
.control[class*="icon-"] textarea,
[class*="cell"][class*="icon-"] textarea,
.control-group[class*="icon-"] textarea {
  padding-right: 3em;
}
.control[class*="icon-"] select,
[class*="cell"][class*="icon-"] select,
.control-group[class*="icon-"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.control.select-arrow,
[class*="cell"].select-arrow,
.control-group.select-arrow {
  position: relative;
}
.control.select-arrow select,
[class*="cell"].select-arrow select,
.control-group.select-arrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3em;
}
.control.select-arrow select.inverse + span:after,
[class*="cell"].select-arrow select.inverse + span:after,
.control-group.select-arrow select.inverse + span:after {
  color: #ffffff;
}
.control.select-arrow select + span:after,
[class*="cell"].select-arrow select + span:after,
.control-group.select-arrow select + span:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e919';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #c6ccda;
  z-index: 2;
  pointer-events: none;
  text-align: right;
  vertical-align: middle;
  width: 1.4rem;
  font-size: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  right: 2.16666667rem;
}
.control.select-arrow select:focus + span:after,
[class*="cell"].select-arrow select:focus + span:after,
.control-group.select-arrow select:focus + span:after {
  content: '\e918';
  color: #7886a4;
}
.control.select-arrow select:hover + span:after,
[class*="cell"].select-arrow select:hover + span:after,
.control-group.select-arrow select:hover + span:after {
  color: #c6ccda;
}
.control.select-arrow.inverse select + span:after,
[class*="cell"].select-arrow.inverse select + span:after,
.control-group.select-arrow.inverse select + span:after {
  color: #ffffff;
}
.control[data-addon],
[class*="cell"][data-addon],
.control-group[data-addon] {
  position: relative;
}
.control[data-addon].left-addon:after,
[class*="cell"][data-addon].left-addon:after,
.control-group[data-addon].left-addon:after {
  left: 1.5em;
  right: auto;
  text-align: left;
}
.control[data-addon].left-addon input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"][data-addon].left-addon input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group[data-addon].left-addon input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control[data-addon].left-addon select,
[class*="cell"][data-addon].left-addon select,
.control-group[data-addon].left-addon select,
.control[data-addon].left-addon textarea,
[class*="cell"][data-addon].left-addon textarea,
.control-group[data-addon].left-addon textarea {
  padding-left: 4em;
  padding-right: 1rem;
}
.control[data-addon].inverse:after,
[class*="cell"][data-addon].inverse:after,
.control-group[data-addon].inverse:after {
  color: #ffffff;
}
.control[data-addon]:after,
[class*="cell"][data-addon]:after,
.control-group[data-addon]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.8em;
  text-transform: normal;
  right: 1.5em;
  color: #000000;
  text-transform: uppercase;
  z-index: 2;
  content: attr(data-addon);
  pointer-events: none;
  height: 2rem;
  white-space: nowrap;
  text-align: right;
}
.control[data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"][data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group[data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control[data-addon] select,
[class*="cell"][data-addon] select,
.control-group[data-addon] select,
.control[data-addon] textarea,
[class*="cell"][data-addon] textarea,
.control-group[data-addon] textarea {
  padding-right: 4em;
}
form.has-error.inverse.transparent[class*="icon-"]:before,
.control.has-error.inverse.transparent[class*="icon-"]:before,
[class*="cell"].has-error.inverse.transparent[class*="icon-"]:before,
.control-group.has-error.inverse.transparent[class*="icon-"]:before,
form.has-error.inverse.transparent[data-addon]:after,
.control.has-error.inverse.transparent[data-addon]:after,
[class*="cell"].has-error.inverse.transparent[data-addon]:after,
.control-group.has-error.inverse.transparent[data-addon]:after,
form.has-error.inverse.transparent.select-arrow select + span:after,
.control.has-error.inverse.transparent.select-arrow select + span:after,
[class*="cell"].has-error.inverse.transparent.select-arrow select + span:after,
.control-group.has-error.inverse.transparent.select-arrow select + span:after {
  color: #000000;
}
form.has-error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.has-error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].has-error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.has-error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
form.has-error.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.has-error.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].has-error.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.has-error.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  color: #000000;
  background-color: #ffffff;
  border-color: #ff0039;
}
form.has-error select,
.control.has-error select,
[class*="cell"].has-error select,
.control-group.has-error select,
form.has-error.inverse.transparent select,
.control.has-error.inverse.transparent select,
[class*="cell"].has-error.inverse.transparent select,
.control-group.has-error.inverse.transparent select,
form.has-error textarea,
.control.has-error textarea,
[class*="cell"].has-error textarea,
.control-group.has-error textarea,
form.has-error.inverse.transparent textarea,
.control.has-error.inverse.transparent textarea,
[class*="cell"].has-error.inverse.transparent textarea,
.control-group.has-error.inverse.transparent textarea,
form.has-error output,
.control.has-error output,
[class*="cell"].has-error output,
.control-group.has-error output,
form.has-error.inverse.transparent output,
.control.has-error.inverse.transparent output,
[class*="cell"].has-error.inverse.transparent output,
.control-group.has-error.inverse.transparent output,
form.has-error data-list,
.control.has-error data-list,
[class*="cell"].has-error data-list,
.control-group.has-error data-list,
form.has-error.inverse.transparent data-list,
.control.has-error.inverse.transparent data-list,
[class*="cell"].has-error.inverse.transparent data-list,
.control-group.has-error.inverse.transparent data-list,
form.has-error .input,
.control.has-error .input,
[class*="cell"].has-error .input,
.control-group.has-error .input,
form.has-error.inverse.transparent .input,
.control.has-error.inverse.transparent .input,
[class*="cell"].has-error.inverse.transparent .input,
.control-group.has-error.inverse.transparent .input {
  background-color: #ffffff;
  color: #000000;
  border-color: #ff0039;
}
form.has-error .hint,
.control.has-error .hint,
[class*="cell"].has-error .hint,
.control-group.has-error .hint,
form.has-error.inverse.transparent .hint,
.control.has-error.inverse.transparent .hint,
[class*="cell"].has-error.inverse.transparent .hint,
.control-group.has-error.inverse.transparent .hint {
  color: #000000;
}
form.has-error .tooltip,
.control.has-error .tooltip,
[class*="cell"].has-error .tooltip,
.control-group.has-error .tooltip,
form.has-error.inverse.transparent .tooltip,
.control.has-error.inverse.transparent .tooltip,
[class*="cell"].has-error.inverse.transparent .tooltip,
.control-group.has-error.inverse.transparent .tooltip {
  background-color: #ff004e;
  color: #ffffff;
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}
form.has-error .tooltip:after,
.control.has-error .tooltip:after,
[class*="cell"].has-error .tooltip:after,
.control-group.has-error .tooltip:after,
form.has-error.inverse.transparent .tooltip:after,
.control.has-error.inverse.transparent .tooltip:after,
[class*="cell"].has-error.inverse.transparent .tooltip:after,
.control-group.has-error.inverse.transparent .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  right: -10px;
  left: auto;
  border-top: 0;
  border-bottom: 5px solid #ff004e;
  margin-right: 10px;
  top: auto;
  bottom: 100%;
  right: 0;
  margin-top: -5px;
  margin-bottom: auto;
}
form.has-error.inverse select,
.control.has-error.inverse select,
[class*="cell"].has-error.inverse select,
.control-group.has-error.inverse select,
form.has-error.inverse textarea,
.control.has-error.inverse textarea,
[class*="cell"].has-error.inverse textarea,
.control-group.has-error.inverse textarea,
form.has-error.inverse output,
.control.has-error.inverse output,
[class*="cell"].has-error.inverse output,
.control-group.has-error.inverse output,
form.has-error.inverse data-list,
.control.has-error.inverse data-list,
[class*="cell"].has-error.inverse data-list,
.control-group.has-error.inverse data-list,
form.has-error.inverse .input,
.control.has-error.inverse .input,
[class*="cell"].has-error.inverse .input,
.control-group.has-error.inverse .input,
form.has-error.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.has-error.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].has-error.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.has-error.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  background-color: #ff0039;
  border-color: #ffffff;
  color: #ffffff;
}
form.has-error.inverse[class*="icon-"]:before,
.control.has-error.inverse[class*="icon-"]:before,
[class*="cell"].has-error.inverse[class*="icon-"]:before,
.control-group.has-error.inverse[class*="icon-"]:before,
form.has-error.inverse .control[class*="icon-"]:before,
.control.has-error.inverse .control[class*="icon-"]:before,
[class*="cell"].has-error.inverse .control[class*="icon-"]:before,
.control-group.has-error.inverse .control[class*="icon-"]:before,
form.has-error.inverse [class*="cell"][class*="icon-"]:before,
.control.has-error.inverse [class*="cell"][class*="icon-"]:before,
[class*="cell"].has-error.inverse [class*="cell"][class*="icon-"]:before,
.control-group.has-error.inverse [class*="cell"][class*="icon-"]:before,
form.has-error.inverse .control-group[class*="icon-"]:before,
.control.has-error.inverse .control-group[class*="icon-"]:before,
[class*="cell"].has-error.inverse .control-group[class*="icon-"]:before,
.control-group.has-error.inverse .control-group[class*="icon-"]:before,
form.has-error.inverse[data-addon]:after,
.control.has-error.inverse[data-addon]:after,
[class*="cell"].has-error.inverse[data-addon]:after,
.control-group.has-error.inverse[data-addon]:after,
form.has-error.inverse .control[data-addon]:after,
.control.has-error.inverse .control[data-addon]:after,
[class*="cell"].has-error.inverse .control[data-addon]:after,
.control-group.has-error.inverse .control[data-addon]:after,
form.has-error.inverse [class*="cell"][data-addon]:after,
.control.has-error.inverse [class*="cell"][data-addon]:after,
[class*="cell"].has-error.inverse [class*="cell"][data-addon]:after,
.control-group.has-error.inverse [class*="cell"][data-addon]:after,
form.has-error.inverse .control-group[data-addon]:after,
.control.has-error.inverse .control-group[data-addon]:after,
[class*="cell"].has-error.inverse .control-group[data-addon]:after,
.control-group.has-error.inverse .control-group[data-addon]:after,
form.has-error.inverse.select-arrow select + span:after,
.control.has-error.inverse.select-arrow select + span:after,
[class*="cell"].has-error.inverse.select-arrow select + span:after,
.control-group.has-error.inverse.select-arrow select + span:after,
form.has-error.inverse .control.select-arrow select + span:after,
.control.has-error.inverse .control.select-arrow select + span:after,
[class*="cell"].has-error.inverse .control.select-arrow select + span:after,
.control-group.has-error.inverse .control.select-arrow select + span:after,
form.has-error.inverse [class*="cell"].select-arrow select + span:after,
.control.has-error.inverse [class*="cell"].select-arrow select + span:after,
[class*="cell"].has-error.inverse [class*="cell"].select-arrow select + span:after,
.control-group.has-error.inverse [class*="cell"].select-arrow select + span:after,
form.has-error.inverse .control-group.select-arrow select + span:after,
.control.has-error.inverse .control-group.select-arrow select + span:after,
[class*="cell"].has-error.inverse .control-group.select-arrow select + span:after,
.control-group.has-error.inverse .control-group.select-arrow select + span:after {
  color: #ffffff;
}
form.has-error[class*="icon-"]:before,
.control.has-error[class*="icon-"]:before,
[class*="cell"].has-error[class*="icon-"]:before,
.control-group.has-error[class*="icon-"]:before,
form.has-error[data-addon]:after,
.control.has-error[data-addon]:after,
[class*="cell"].has-error[data-addon]:after,
.control-group.has-error[data-addon]:after,
form.has-error.select-arrow select + span:after,
.control.has-error.select-arrow select + span:after,
[class*="cell"].has-error.select-arrow select + span:after,
.control-group.has-error.select-arrow select + span:after {
  color: #000000;
}
form.has-warning.inverse.transparent[class*="icon-"]:before,
.control.has-warning.inverse.transparent[class*="icon-"]:before,
[class*="cell"].has-warning.inverse.transparent[class*="icon-"]:before,
.control-group.has-warning.inverse.transparent[class*="icon-"]:before,
form.has-warning.inverse.transparent[data-addon]:after,
.control.has-warning.inverse.transparent[data-addon]:after,
[class*="cell"].has-warning.inverse.transparent[data-addon]:after,
.control-group.has-warning.inverse.transparent[data-addon]:after,
form.has-warning.inverse.transparent.select-arrow select + span:after,
.control.has-warning.inverse.transparent.select-arrow select + span:after,
[class*="cell"].has-warning.inverse.transparent.select-arrow select + span:after,
.control-group.has-warning.inverse.transparent.select-arrow select + span:after {
  color: #000000;
}
form.has-warning input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.has-warning input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].has-warning input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.has-warning input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
form.has-warning.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.has-warning.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].has-warning.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.has-warning.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  color: #000000;
  background-color: #ffffff;
  border-color: #faac18;
}
form.has-warning select,
.control.has-warning select,
[class*="cell"].has-warning select,
.control-group.has-warning select,
form.has-warning.inverse.transparent select,
.control.has-warning.inverse.transparent select,
[class*="cell"].has-warning.inverse.transparent select,
.control-group.has-warning.inverse.transparent select,
form.has-warning textarea,
.control.has-warning textarea,
[class*="cell"].has-warning textarea,
.control-group.has-warning textarea,
form.has-warning.inverse.transparent textarea,
.control.has-warning.inverse.transparent textarea,
[class*="cell"].has-warning.inverse.transparent textarea,
.control-group.has-warning.inverse.transparent textarea,
form.has-warning output,
.control.has-warning output,
[class*="cell"].has-warning output,
.control-group.has-warning output,
form.has-warning.inverse.transparent output,
.control.has-warning.inverse.transparent output,
[class*="cell"].has-warning.inverse.transparent output,
.control-group.has-warning.inverse.transparent output,
form.has-warning data-list,
.control.has-warning data-list,
[class*="cell"].has-warning data-list,
.control-group.has-warning data-list,
form.has-warning.inverse.transparent data-list,
.control.has-warning.inverse.transparent data-list,
[class*="cell"].has-warning.inverse.transparent data-list,
.control-group.has-warning.inverse.transparent data-list,
form.has-warning .input,
.control.has-warning .input,
[class*="cell"].has-warning .input,
.control-group.has-warning .input,
form.has-warning.inverse.transparent .input,
.control.has-warning.inverse.transparent .input,
[class*="cell"].has-warning.inverse.transparent .input,
.control-group.has-warning.inverse.transparent .input {
  background-color: #ffffff;
  color: #000000;
  border-color: #faac18;
}
form.has-warning .hint,
.control.has-warning .hint,
[class*="cell"].has-warning .hint,
.control-group.has-warning .hint,
form.has-warning.inverse.transparent .hint,
.control.has-warning.inverse.transparent .hint,
[class*="cell"].has-warning.inverse.transparent .hint,
.control-group.has-warning.inverse.transparent .hint {
  color: #000000;
}
form.has-warning .tooltip,
.control.has-warning .tooltip,
[class*="cell"].has-warning .tooltip,
.control-group.has-warning .tooltip,
form.has-warning.inverse.transparent .tooltip,
.control.has-warning.inverse.transparent .tooltip,
[class*="cell"].has-warning.inverse.transparent .tooltip,
.control-group.has-warning.inverse.transparent .tooltip {
  background-color: #ff004e;
  color: #ffffff;
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}
form.has-warning .tooltip:after,
.control.has-warning .tooltip:after,
[class*="cell"].has-warning .tooltip:after,
.control-group.has-warning .tooltip:after,
form.has-warning.inverse.transparent .tooltip:after,
.control.has-warning.inverse.transparent .tooltip:after,
[class*="cell"].has-warning.inverse.transparent .tooltip:after,
.control-group.has-warning.inverse.transparent .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  right: -10px;
  left: auto;
  border-top: 0;
  border-bottom: 5px solid #ff004e;
  margin-right: 10px;
  top: auto;
  bottom: 100%;
  right: 0;
  margin-top: -5px;
  margin-bottom: auto;
}
form.has-warning.inverse select,
.control.has-warning.inverse select,
[class*="cell"].has-warning.inverse select,
.control-group.has-warning.inverse select,
form.has-warning.inverse textarea,
.control.has-warning.inverse textarea,
[class*="cell"].has-warning.inverse textarea,
.control-group.has-warning.inverse textarea,
form.has-warning.inverse output,
.control.has-warning.inverse output,
[class*="cell"].has-warning.inverse output,
.control-group.has-warning.inverse output,
form.has-warning.inverse data-list,
.control.has-warning.inverse data-list,
[class*="cell"].has-warning.inverse data-list,
.control-group.has-warning.inverse data-list,
form.has-warning.inverse .input,
.control.has-warning.inverse .input,
[class*="cell"].has-warning.inverse .input,
.control-group.has-warning.inverse .input,
form.has-warning.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.has-warning.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].has-warning.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.has-warning.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  background-color: #faac18;
  border-color: #ffffff;
  color: #ffffff;
}
form.has-warning.inverse[class*="icon-"]:before,
.control.has-warning.inverse[class*="icon-"]:before,
[class*="cell"].has-warning.inverse[class*="icon-"]:before,
.control-group.has-warning.inverse[class*="icon-"]:before,
form.has-warning.inverse .control[class*="icon-"]:before,
.control.has-warning.inverse .control[class*="icon-"]:before,
[class*="cell"].has-warning.inverse .control[class*="icon-"]:before,
.control-group.has-warning.inverse .control[class*="icon-"]:before,
form.has-warning.inverse [class*="cell"][class*="icon-"]:before,
.control.has-warning.inverse [class*="cell"][class*="icon-"]:before,
[class*="cell"].has-warning.inverse [class*="cell"][class*="icon-"]:before,
.control-group.has-warning.inverse [class*="cell"][class*="icon-"]:before,
form.has-warning.inverse .control-group[class*="icon-"]:before,
.control.has-warning.inverse .control-group[class*="icon-"]:before,
[class*="cell"].has-warning.inverse .control-group[class*="icon-"]:before,
.control-group.has-warning.inverse .control-group[class*="icon-"]:before,
form.has-warning.inverse[data-addon]:after,
.control.has-warning.inverse[data-addon]:after,
[class*="cell"].has-warning.inverse[data-addon]:after,
.control-group.has-warning.inverse[data-addon]:after,
form.has-warning.inverse .control[data-addon]:after,
.control.has-warning.inverse .control[data-addon]:after,
[class*="cell"].has-warning.inverse .control[data-addon]:after,
.control-group.has-warning.inverse .control[data-addon]:after,
form.has-warning.inverse [class*="cell"][data-addon]:after,
.control.has-warning.inverse [class*="cell"][data-addon]:after,
[class*="cell"].has-warning.inverse [class*="cell"][data-addon]:after,
.control-group.has-warning.inverse [class*="cell"][data-addon]:after,
form.has-warning.inverse .control-group[data-addon]:after,
.control.has-warning.inverse .control-group[data-addon]:after,
[class*="cell"].has-warning.inverse .control-group[data-addon]:after,
.control-group.has-warning.inverse .control-group[data-addon]:after,
form.has-warning.inverse.select-arrow select + span:after,
.control.has-warning.inverse.select-arrow select + span:after,
[class*="cell"].has-warning.inverse.select-arrow select + span:after,
.control-group.has-warning.inverse.select-arrow select + span:after,
form.has-warning.inverse .control.select-arrow select + span:after,
.control.has-warning.inverse .control.select-arrow select + span:after,
[class*="cell"].has-warning.inverse .control.select-arrow select + span:after,
.control-group.has-warning.inverse .control.select-arrow select + span:after,
form.has-warning.inverse [class*="cell"].select-arrow select + span:after,
.control.has-warning.inverse [class*="cell"].select-arrow select + span:after,
[class*="cell"].has-warning.inverse [class*="cell"].select-arrow select + span:after,
.control-group.has-warning.inverse [class*="cell"].select-arrow select + span:after,
form.has-warning.inverse .control-group.select-arrow select + span:after,
.control.has-warning.inverse .control-group.select-arrow select + span:after,
[class*="cell"].has-warning.inverse .control-group.select-arrow select + span:after,
.control-group.has-warning.inverse .control-group.select-arrow select + span:after {
  color: #ffffff;
}
form.has-warning[class*="icon-"]:before,
.control.has-warning[class*="icon-"]:before,
[class*="cell"].has-warning[class*="icon-"]:before,
.control-group.has-warning[class*="icon-"]:before,
form.has-warning[data-addon]:after,
.control.has-warning[data-addon]:after,
[class*="cell"].has-warning[data-addon]:after,
.control-group.has-warning[data-addon]:after,
form.has-warning.select-arrow select + span:after,
.control.has-warning.select-arrow select + span:after,
[class*="cell"].has-warning.select-arrow select + span:after,
.control-group.has-warning.select-arrow select + span:after {
  color: #000000;
}
form.has-info.inverse.transparent[class*="icon-"]:before,
.control.has-info.inverse.transparent[class*="icon-"]:before,
[class*="cell"].has-info.inverse.transparent[class*="icon-"]:before,
.control-group.has-info.inverse.transparent[class*="icon-"]:before,
form.has-info.inverse.transparent[data-addon]:after,
.control.has-info.inverse.transparent[data-addon]:after,
[class*="cell"].has-info.inverse.transparent[data-addon]:after,
.control-group.has-info.inverse.transparent[data-addon]:after,
form.has-info.inverse.transparent.select-arrow select + span:after,
.control.has-info.inverse.transparent.select-arrow select + span:after,
[class*="cell"].has-info.inverse.transparent.select-arrow select + span:after,
.control-group.has-info.inverse.transparent.select-arrow select + span:after {
  color: #959db1;
}
form.has-info input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.has-info input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].has-info input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.has-info input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
form.has-info.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.has-info.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].has-info.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.has-info.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  color: #959db1;
  background-color: #ffffff;
  border-color: #959db1;
}
form.has-info select,
.control.has-info select,
[class*="cell"].has-info select,
.control-group.has-info select,
form.has-info.inverse.transparent select,
.control.has-info.inverse.transparent select,
[class*="cell"].has-info.inverse.transparent select,
.control-group.has-info.inverse.transparent select,
form.has-info textarea,
.control.has-info textarea,
[class*="cell"].has-info textarea,
.control-group.has-info textarea,
form.has-info.inverse.transparent textarea,
.control.has-info.inverse.transparent textarea,
[class*="cell"].has-info.inverse.transparent textarea,
.control-group.has-info.inverse.transparent textarea,
form.has-info output,
.control.has-info output,
[class*="cell"].has-info output,
.control-group.has-info output,
form.has-info.inverse.transparent output,
.control.has-info.inverse.transparent output,
[class*="cell"].has-info.inverse.transparent output,
.control-group.has-info.inverse.transparent output,
form.has-info data-list,
.control.has-info data-list,
[class*="cell"].has-info data-list,
.control-group.has-info data-list,
form.has-info.inverse.transparent data-list,
.control.has-info.inverse.transparent data-list,
[class*="cell"].has-info.inverse.transparent data-list,
.control-group.has-info.inverse.transparent data-list,
form.has-info .input,
.control.has-info .input,
[class*="cell"].has-info .input,
.control-group.has-info .input,
form.has-info.inverse.transparent .input,
.control.has-info.inverse.transparent .input,
[class*="cell"].has-info.inverse.transparent .input,
.control-group.has-info.inverse.transparent .input {
  color: #959db1;
  background-color: #ffffff;
  color: #000000;
  border-color: #959db1;
}
form.has-info .hint,
.control.has-info .hint,
[class*="cell"].has-info .hint,
.control-group.has-info .hint,
form.has-info.inverse.transparent .hint,
.control.has-info.inverse.transparent .hint,
[class*="cell"].has-info.inverse.transparent .hint,
.control-group.has-info.inverse.transparent .hint {
  color: #959db1;
}
form.has-info .tooltip,
.control.has-info .tooltip,
[class*="cell"].has-info .tooltip,
.control-group.has-info .tooltip,
form.has-info.inverse.transparent .tooltip,
.control.has-info.inverse.transparent .tooltip,
[class*="cell"].has-info.inverse.transparent .tooltip,
.control-group.has-info.inverse.transparent .tooltip {
  background-color: #408cf8;
  color: #ffffff;
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}
form.has-info .tooltip:after,
.control.has-info .tooltip:after,
[class*="cell"].has-info .tooltip:after,
.control-group.has-info .tooltip:after,
form.has-info.inverse.transparent .tooltip:after,
.control.has-info.inverse.transparent .tooltip:after,
[class*="cell"].has-info.inverse.transparent .tooltip:after,
.control-group.has-info.inverse.transparent .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  right: -10px;
  left: auto;
  border-top: 0;
  border-bottom: 5px solid #408cf8;
  margin-right: 10px;
  top: auto;
  bottom: 100%;
  right: 0;
  margin-top: -5px;
  margin-bottom: auto;
}
form.has-info.inverse select,
.control.has-info.inverse select,
[class*="cell"].has-info.inverse select,
.control-group.has-info.inverse select,
form.has-info.inverse textarea,
.control.has-info.inverse textarea,
[class*="cell"].has-info.inverse textarea,
.control-group.has-info.inverse textarea,
form.has-info.inverse output,
.control.has-info.inverse output,
[class*="cell"].has-info.inverse output,
.control-group.has-info.inverse output,
form.has-info.inverse data-list,
.control.has-info.inverse data-list,
[class*="cell"].has-info.inverse data-list,
.control-group.has-info.inverse data-list,
form.has-info.inverse .input,
.control.has-info.inverse .input,
[class*="cell"].has-info.inverse .input,
.control-group.has-info.inverse .input,
form.has-info.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control.has-info.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
[class*="cell"].has-info.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom),
.control-group.has-info.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  background-color: #959db1;
  border-color: #ffffff;
  color: #ffffff;
}
form.has-info.inverse[class*="icon-"]:before,
.control.has-info.inverse[class*="icon-"]:before,
[class*="cell"].has-info.inverse[class*="icon-"]:before,
.control-group.has-info.inverse[class*="icon-"]:before,
form.has-info.inverse .control[class*="icon-"]:before,
.control.has-info.inverse .control[class*="icon-"]:before,
[class*="cell"].has-info.inverse .control[class*="icon-"]:before,
.control-group.has-info.inverse .control[class*="icon-"]:before,
form.has-info.inverse [class*="cell"][class*="icon-"]:before,
.control.has-info.inverse [class*="cell"][class*="icon-"]:before,
[class*="cell"].has-info.inverse [class*="cell"][class*="icon-"]:before,
.control-group.has-info.inverse [class*="cell"][class*="icon-"]:before,
form.has-info.inverse .control-group[class*="icon-"]:before,
.control.has-info.inverse .control-group[class*="icon-"]:before,
[class*="cell"].has-info.inverse .control-group[class*="icon-"]:before,
.control-group.has-info.inverse .control-group[class*="icon-"]:before,
form.has-info.inverse[data-addon]:after,
.control.has-info.inverse[data-addon]:after,
[class*="cell"].has-info.inverse[data-addon]:after,
.control-group.has-info.inverse[data-addon]:after,
form.has-info.inverse .control[data-addon]:after,
.control.has-info.inverse .control[data-addon]:after,
[class*="cell"].has-info.inverse .control[data-addon]:after,
.control-group.has-info.inverse .control[data-addon]:after,
form.has-info.inverse [class*="cell"][data-addon]:after,
.control.has-info.inverse [class*="cell"][data-addon]:after,
[class*="cell"].has-info.inverse [class*="cell"][data-addon]:after,
.control-group.has-info.inverse [class*="cell"][data-addon]:after,
form.has-info.inverse .control-group[data-addon]:after,
.control.has-info.inverse .control-group[data-addon]:after,
[class*="cell"].has-info.inverse .control-group[data-addon]:after,
.control-group.has-info.inverse .control-group[data-addon]:after,
form.has-info.inverse.select-arrow select + span:after,
.control.has-info.inverse.select-arrow select + span:after,
[class*="cell"].has-info.inverse.select-arrow select + span:after,
.control-group.has-info.inverse.select-arrow select + span:after,
form.has-info.inverse .control.select-arrow select + span:after,
.control.has-info.inverse .control.select-arrow select + span:after,
[class*="cell"].has-info.inverse .control.select-arrow select + span:after,
.control-group.has-info.inverse .control.select-arrow select + span:after,
form.has-info.inverse [class*="cell"].select-arrow select + span:after,
.control.has-info.inverse [class*="cell"].select-arrow select + span:after,
[class*="cell"].has-info.inverse [class*="cell"].select-arrow select + span:after,
.control-group.has-info.inverse [class*="cell"].select-arrow select + span:after,
form.has-info.inverse .control-group.select-arrow select + span:after,
.control.has-info.inverse .control-group.select-arrow select + span:after,
[class*="cell"].has-info.inverse .control-group.select-arrow select + span:after,
.control-group.has-info.inverse .control-group.select-arrow select + span:after {
  color: #ffffff;
}
form.has-info[class*="icon-"]:before,
.control.has-info[class*="icon-"]:before,
[class*="cell"].has-info[class*="icon-"]:before,
.control-group.has-info[class*="icon-"]:before,
form.has-info[data-addon]:after,
.control.has-info[data-addon]:after,
[class*="cell"].has-info[data-addon]:after,
.control-group.has-info[data-addon]:after,
form.has-info.select-arrow select + span:after,
.control.has-info.select-arrow select + span:after,
[class*="cell"].has-info.select-arrow select + span:after,
.control-group.has-info.select-arrow select + span:after {
  color: #959db1;
}
.inputs-xs label.label,
.size-xs label.label,
.inputs-xs .select .select-content > label,
.size-xs .select .select-content > label,
.inputs-xs .select .placeholder,
.size-xs .select .placeholder {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
}
.inputs-xs label.label,
.size-xs label.label,
.inputs-xs.control[class*="icon-"]:before,
.size-xs.control[class*="icon-"]:before,
.inputs-xs .control[class*="icon-"]:before,
.size-xs .control[class*="icon-"]:before,
.inputs-xs[data-addon]:after,
.size-xs[data-addon]:after,
.inputs-xs [data-addon]:after,
.size-xs [data-addon]:after,
.inputs-xs.select-arrow select + span:after,
.size-xs.select-arrow select + span:after {
  font-size: 1.2rem;
}
.inputs-s label.label,
.size-s label.label,
.inputs-s .select .select-content > label,
.size-s .select .select-content > label,
.inputs-s .select .placeholder,
.size-s .select .placeholder {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.inputs-s label.label,
.size-s label.label,
.inputs-s.control[class*="icon-"]:before,
.size-s.control[class*="icon-"]:before,
.inputs-s .control[class*="icon-"]:before,
.size-s .control[class*="icon-"]:before,
.inputs-s[data-addon]:after,
.size-s[data-addon]:after,
.inputs-s [data-addon]:after,
.size-s [data-addon]:after,
.inputs-s.select-arrow select + span:after,
.size-s.select-arrow select + span:after {
  font-size: 1.4rem;
}
.inputs-m label.label,
.size-m label.label,
.inputs-m .select .select-content > label,
.size-m .select .select-content > label,
.inputs-m .select .placeholder,
.size-m .select .placeholder {
  font-size: 1.0499999999999998rem;
  line-height: 1.5rem;
  padding-top: 0.8999999999999999rem;
  padding-bottom: 0.8999999999999999rem;
}
.inputs-m label.label,
.size-m label.label,
.inputs-m.control[class*="icon-"]:before,
.size-m.control[class*="icon-"]:before,
.inputs-m .control[class*="icon-"]:before,
.size-m .control[class*="icon-"]:before,
.inputs-m[data-addon]:after,
.size-m[data-addon]:after,
.inputs-m [data-addon]:after,
.size-m [data-addon]:after,
.inputs-m.select-arrow select + span:after,
.size-m.select-arrow select + span:after {
  font-size: 1.0499999999999998rem;
}
.inputs-l label.label,
.size-l label.label,
.inputs-l .select .select-content > label,
.size-l .select .select-content > label,
.inputs-l .select .placeholder,
.size-l .select .placeholder {
  font-size: 1.47rem;
  line-height: 2.1rem;
  padding-top: 1.26rem;
  padding-bottom: 1.26rem;
}
.inputs-l label.label,
.size-l label.label,
.inputs-l.control[class*="icon-"]:before,
.size-l.control[class*="icon-"]:before,
.inputs-l .control[class*="icon-"]:before,
.size-l .control[class*="icon-"]:before,
.inputs-l[data-addon]:after,
.size-l[data-addon]:after,
.inputs-l [data-addon]:after,
.size-l [data-addon]:after,
.inputs-l.select-arrow select + span:after,
.size-l.select-arrow select + span:after {
  font-size: 1.47rem;
}
.inputs-r label.label,
.size-r label.label,
.inputs-r .select .select-content > label,
.size-r .select .select-content > label,
.inputs-r .select .placeholder,
.size-r .select .placeholder {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.inputs-r label.label,
.size-r label.label,
.inputs-r.control[class*="icon-"]:before,
.size-r.control[class*="icon-"]:before,
.inputs-r .control[class*="icon-"]:before,
.size-r .control[class*="icon-"]:before,
.inputs-r[data-addon]:after,
.size-r[data-addon]:after,
.inputs-r [data-addon]:after,
.size-r [data-addon]:after,
.inputs-r.select-arrow select + span:after,
.size-r.select-arrow select + span:after {
  font-size: 1.2rem;
}
.grid-form.column.release {
  height: auto;
}
.grid-form.label.label-center label[class*="cell"],
.grid-form .row.label.label-center label[class*="cell"],
.grid-form.label.label-center .label.label[class*="cell"],
.grid-form .row.label.label-center .label.label[class*="cell"] {
  -webkit-align-self: center;
  align-self: center;
}
.grid-form.label.label-right label[class*="cell"],
.grid-form .row.label.label-right label[class*="cell"],
.grid-form.label.label-right .label.label[class*="cell"],
.grid-form .row.label.label-right .label.label[class*="cell"] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid-form.label.label-left label[class*="cell"],
.grid-form .row.label.label-left label[class*="cell"],
.grid-form.label.label-left .label.label[class*="cell"],
.grid-form .row.label.label-left .label.label[class*="cell"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid-form.control-center .control[class*="cell"],
.grid-form .row.control-center .control[class*="cell"] {
  -webkit-align-self: center;
  align-self: center;
}
.grid-form.control-right .control[class*="cell"],
.grid-form .row.control-right .control[class*="cell"] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid-form.control-left .control[class*="cell"],
.grid-form .row.control-left .control[class*="cell"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid-form.hint-center .control[class*="cell"],
.grid-form .row.hint-center .control[class*="cell"] {
  -webkit-align-self: center;
  align-self: center;
}
.grid-form.hint-right .control[class*="cell"],
.grid-form .row.hint-right .control[class*="cell"] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid-form.hint-left .control[class*="cell"],
.grid-form .row.hint-left .control[class*="cell"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid-form.text-center [class*="cell"].keep-flex,
.grid-form .row.text-center [class*="cell"].keep-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid-form.text-right [class*="cell"].keep-flex,
.grid-form .row.text-right [class*="cell"].keep-flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid-form.text-left [class*="cell"].keep-flex,
.grid-form .row.text-left [class*="cell"].keep-flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid-form.keep-flex [class*="cell"].keep-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.grid-form.keep-flex [class*="cell"].keep-flex textarea {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
}
.grid-form.keep-flex [class*="cell"].keep-flex textarea[rows="1"] {
  height: calc(1.7em  +  2.4rem);
}
.grid-form [class*=" cell"] textarea,
.grid-form [class^="cell"] textarea {
  resize: vertical;
  min-height: calc(1.7em  +  2.4rem);
}
.grid-form [class*=" cell"] input:not([type="checkbox"]):not([type="radio"]),
.grid-form [class^="cell"] input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-form [class*=" cell"] select,
.grid-form [class^="cell"] select,
.grid-form [class*=" cell"] textarea,
.grid-form [class^="cell"] textarea,
.grid-form [class*=" cell"] .select,
.grid-form [class^="cell"] .select,
.grid-form [class*=" cell"] .input,
.grid-form [class^="cell"] .input,
.grid-form [class*=" cell"] output,
.grid-form [class^="cell"] output,
.grid-form [class*=" cell"] datalist,
.grid-form [class^="cell"] datalist,
.grid-form [class*=" cell"] .button.block,
.grid-form [class^="cell"] .button.block {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select {
  display: block;
  text-decoration: none;
  outline: 0 none;
  position: relative;
  max-width: 100%;
  min-height: calc(2rem + 2.4rem + 2px);
}
.select > input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
}
.select > input ~ .select-content label:after {
  position: relative;
}
.select.disabled {
  pointer-events: none;
}
.select.disabled .select-content:after {
  opacity: 0.5;
}
.select.disabled .select-content > * {
  opacity: 0.5;
}
.select.readonly {
  pointer-events: none;
}
.select .select-content > input {
  position: fixed;
  left: -100000px;
}
.select .select-content:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e919';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #c6ccda;
  z-index: 2;
  pointer-events: none;
  text-align: right;
  vertical-align: middle;
  width: 1.4rem;
  font-size: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  right: 1.16666667rem;
}
.select.hoverable:not(:hover) .select-content:only-child,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child,
.select[tabindex]:not(:focus) .select-content:only-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: inherit;
  padding-right: 2rem;
}
.select.hoverable:not(:hover) .select-content:only-child label,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child label,
.select[tabindex]:not(:focus) .select-content:only-child label,
.select.hoverable:not(:hover) .select-content:only-child .placeholder,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child .placeholder,
.select[tabindex]:not(:focus) .select-content:only-child .placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select.hoverable:not(:hover) .select-content:only-child .control,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child .control,
.select[tabindex]:not(:focus) .select-content:only-child .control {
  display: none !important;
}
.select.hoverable:not(:hover) .select-content:only-child input[type="checkbox"] + label,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input[type="checkbox"] + label,
.select[tabindex]:not(:focus) .select-content:only-child input[type="checkbox"] + label {
  margin: calc(1.2rem - 1px) 0 calc(1.2rem - 1px) calc(1rem - 1px);
  border: 1px solid #408cf8;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0.3rem 0.7rem;
  color: #434343;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  margin-bottom: 0rem;
  background-color: #f6f7fb;
}
.select.hoverable:not(:hover) .select-content:only-child input[type="checkbox"] + label:last-of-type,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input[type="checkbox"] + label:last-of-type,
.select[tabindex]:not(:focus) .select-content:only-child input[type="checkbox"] + label:last-of-type {
  margin-bottom: 0.8rem;
}
.select.hoverable:not(:hover) .select-content:only-child input[type="checkbox"] + label:hover:after,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input[type="checkbox"] + label:hover:after,
.select[tabindex]:not(:focus) .select-content:only-child input[type="checkbox"] + label:hover:after {
  opacity: 1;
}
.select.hoverable:not(:hover) .select-content:only-child input[type="checkbox"] + label:after,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input[type="checkbox"] + label:after,
.select[tabindex]:not(:focus) .select-content:only-child input[type="checkbox"] + label:after {
  content: "\e906";
  font-size: 1.2rem;
  padding-top: 0.7rem;
  margin-left: 0.3em;
  vertical-align: text-top;
  color: #434343;
  opacity: 0.6;
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: auto;
}
.select.hoverable:not(:hover) .select-content:only-child input:checked ~ .placeholder,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input:checked ~ .placeholder,
.select[tabindex]:not(:focus) .select-content:only-child input:checked ~ .placeholder {
  display: none;
}
.select.hoverable:not(:hover) .select-content:only-child input:checked ~ input:checked.select-all + label,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input:checked ~ input:checked.select-all + label,
.select[tabindex]:not(:focus) .select-content:only-child input:checked ~ input:checked.select-all + label {
  display: none;
}
.select.hoverable:not(:hover) .select-content:only-child input:checked + label,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input:checked + label,
.select[tabindex]:not(:focus) .select-content:only-child input:checked + label {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
  width: auto;
  display: inline-block;
  pointer-events: none;
}
.select.hoverable:not(:hover) .select-content:only-child.multi label.checked,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child.multi label.checked,
.select[tabindex]:not(:focus) .select-content:only-child.multi label.checked {
  margin: calc(1.2rem - 1px) 0 calc(1.2rem - 1px) calc(1rem - 1px);
  border: 1px solid #408cf8;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0.3rem 0.7rem;
  color: #434343;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  margin-bottom: 0rem;
  background-color: #f6f7fb;
}
.select.hoverable:not(:hover) .select-content:only-child.multi label.checked:last-of-type,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child.multi label.checked:last-of-type,
.select[tabindex]:not(:focus) .select-content:only-child.multi label.checked:last-of-type {
  margin-bottom: 0.8rem;
}
.select.hoverable:not(:hover) .select-content:only-child.multi label.checked:hover:after,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child.multi label.checked:hover:after,
.select[tabindex]:not(:focus) .select-content:only-child.multi label.checked:hover:after {
  opacity: 1;
}
.select.hoverable:not(:hover) .select-content:only-child.multi label.checked:after,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child.multi label.checked:after,
.select[tabindex]:not(:focus) .select-content:only-child.multi label.checked:after {
  content: "\e906";
  font-size: 1.2rem;
  padding-top: 0.7rem;
  margin-left: 0.3em;
  vertical-align: text-top;
  color: #434343;
  opacity: 0.6;
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: auto;
}
.select.hoverable:not(:hover) .select-content:only-child label.checked,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child label.checked,
.select[tabindex]:not(:focus) .select-content:only-child label.checked {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
  width: auto;
  display: inline-block;
  pointer-events: none;
}
.select.hoverable:not(:hover) .select-content:only-child label.checked ~ .placeholder,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child label.checked ~ .placeholder,
.select[tabindex]:not(:focus) .select-content:only-child label.checked ~ .placeholder {
  display: none;
}
.select.hoverable:not(:hover) .select-content:only-child label.checked ~ label[for].checked.select-all,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child label.checked ~ label[for].checked.select-all,
.select[tabindex]:not(:focus) .select-content:only-child label.checked ~ label[for].checked.select-all {
  display: none;
}
.select > input:not(:checked) ~ .select-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: inherit;
  padding-right: 2rem;
}
.select > input:not(:checked) ~ .select-content label,
.select > input:not(:checked) ~ .select-content .placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select > input:not(:checked) ~ .select-content .control {
  display: none !important;
}
.select > input:not(:checked) ~ .select-content input[type="checkbox"] + label {
  margin: calc(1.2rem - 1px) 0 calc(1.2rem - 1px) calc(1rem - 1px);
  border: 1px solid #408cf8;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0.3rem 0.7rem;
  color: #434343;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  margin-bottom: 0rem;
  background-color: #f6f7fb;
}
.select > input:not(:checked) ~ .select-content input[type="checkbox"] + label:last-of-type {
  margin-bottom: 0.8rem;
}
.select > input:not(:checked) ~ .select-content input[type="checkbox"] + label:hover:after {
  opacity: 1;
}
.select > input:not(:checked) ~ .select-content input[type="checkbox"] + label:after {
  content: "\e906";
  font-size: 1.2rem;
  padding-top: 0.7rem;
  margin-left: 0.3em;
  vertical-align: text-top;
  color: #434343;
  opacity: 0.6;
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: auto;
}
.select > input:not(:checked) ~ .select-content input:checked ~ .placeholder {
  display: none;
}
.select > input:not(:checked) ~ .select-content input:checked ~ input:checked.select-all + label {
  display: none;
}
.select > input:not(:checked) ~ .select-content input:checked + label {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
  width: auto;
  display: inline-block;
  pointer-events: none;
}
.select > input:not(:checked) ~ .select-content.multi label.checked {
  margin: calc(1.2rem - 1px) 0 calc(1.2rem - 1px) calc(1rem - 1px);
  border: 1px solid #408cf8;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0.3rem 0.7rem;
  color: #434343;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  margin-bottom: 0rem;
  background-color: #f6f7fb;
}
.select > input:not(:checked) ~ .select-content.multi label.checked:last-of-type {
  margin-bottom: 0.8rem;
}
.select > input:not(:checked) ~ .select-content.multi label.checked:hover:after {
  opacity: 1;
}
.select > input:not(:checked) ~ .select-content.multi label.checked:after {
  content: "\e906";
  font-size: 1.2rem;
  padding-top: 0.7rem;
  margin-left: 0.3em;
  vertical-align: text-top;
  color: #434343;
  opacity: 0.6;
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: auto;
}
.select > input:not(:checked) ~ .select-content label.checked {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
  width: auto;
  display: inline-block;
  pointer-events: none;
}
.select > input:not(:checked) ~ .select-content label.checked ~ .placeholder {
  display: none;
}
.select > input:not(:checked) ~ .select-content label.checked ~ label[for].checked.select-all {
  display: none;
}
.select .placeholder {
  margin: 1.2rem 1rem;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
}
.select .placeholder:after {
  content: attr(data-placeholder);
}
.select .select-content {
  background-color: #fff;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-color: #c6ccda;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  color: #000000;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.2rem 1rem;
  -webkit-appearance: none;
  text-overflow: ellipsis;
  padding: 0;
}
.select .select-content:hover,
.select .select-content.hover {
  border-color: #c6ccda !important;
  border-style: solid !important;
  background-color: #ffffff !important;
}
.select .select-content:focus,
.select .select-content.focus {
  border-color: #7886a4 !important;
  border-style: solid !important;
}
.select .select-content:disabled,
.select .select-content[disabled] {
  pointer-events: none;
  cursor: normal;
  opacity: 0.7 !important;
}
.select .select-content.inverse {
  background-color: #c6ccda !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.select .select-content.transparent {
  background-color: transparent !important;
}
.select .select-content a:active,
.select .select-content a:focus {
  text-decoration: none;
}
.select .select-content label {
  display: block;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2rem;
  padding: 1.2rem 1rem;
}
.select .select-content label {
  cursor: pointer;
  display: none;
}
.select .select-content a {
  cursor: pointer;
}
.select:not(.count-selected):not(.has-datepicker) .select-content input {
  display: none;
}
.select.count-selected {
  counter-reset: selected;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child label[for],
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child label[for],
.select.count-selected[tabindex]:not(:focus) .select-content:only-child label[for] {
  display: none;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked {
  counter-increment: selected;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked ~ .placeholder,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked ~ .placeholder,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked ~ .placeholder {
  display: block;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked ~ .placeholder:after,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked ~ .placeholder:after,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked ~ .placeholder:after {
  content: "1 " attr(data-selected);
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked ~ input:checked ~ .placeholder,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked ~ input:checked ~ .placeholder,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked ~ input:checked ~ .placeholder {
  display: block;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked ~ input:checked ~ .placeholder:after,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked ~ input:checked ~ .placeholder:after,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked ~ input:checked ~ .placeholder:after {
  content: counter(selected) " " attr(data-selected);
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child label.checked,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child label.checked,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child label.checked {
  counter-increment: selected;
  display: inline-block;
  width: 0;
  height: 0;
  left: -100000px;
  position: fixed;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child label.checked ~ .placeholder,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child label.checked ~ .placeholder,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child label.checked ~ .placeholder {
  display: block;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child label.checked ~ .placeholder:after,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child label.checked ~ .placeholder:after,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child label.checked ~ .placeholder:after {
  content: "1 " attr(data-selected);
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child label.checked ~ label.checked ~ .placeholder,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child label.checked ~ label.checked ~ .placeholder,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child label.checked ~ label.checked ~ .placeholder {
  display: block;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child label.checked ~ label.checked ~ .placeholder:after,
.select.count-selected:not(.hoverable):not(.active) .select-content:only-child label.checked ~ label.checked ~ .placeholder:after,
.select.count-selected[tabindex]:not(:focus) .select-content:only-child label.checked ~ label.checked ~ .placeholder:after {
  content: counter(selected) " " attr(data-selected);
}
.select.count-selected > input:not(:checked) ~ .select-content label[for] {
  display: none;
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked {
  counter-increment: selected;
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ .placeholder {
  display: block;
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ .placeholder:after {
  content: "1 " attr(data-selected);
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ input:checked ~ .placeholder {
  display: block;
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ input:checked ~ .placeholder:after {
  content: counter(selected) " " attr(data-selected);
}
.select.count-selected > input:not(:checked) ~ .select-content label.checked {
  counter-increment: selected;
  display: inline-block;
  width: 0;
  height: 0;
  left: -100000px;
  position: fixed;
}
.select.count-selected > input:not(:checked) ~ .select-content label.checked ~ .placeholder {
  display: block;
}
.select.count-selected > input:not(:checked) ~ .select-content label.checked ~ .placeholder:after {
  content: "1 " attr(data-selected);
}
.select.count-selected > input:not(:checked) ~ .select-content label.checked ~ label.checked ~ .placeholder {
  display: block;
}
.select.count-selected > input:not(:checked) ~ .select-content label.checked ~ label.checked ~ .placeholder:after {
  content: counter(selected) " " attr(data-selected);
}
.select.count-selected.selected > input:not(:checked) ~ .select-content .placeholder {
  color: #fff;
}
.select.hoverable:hover.hide-selected .select-content input:checked + label,
.select.active.hide-selected .select-content input:checked + label,
.select[tabindex]:focus.hide-selected .select-content input:checked + label,
.select.hoverable:hover.hide-selected .select-content label.checked,
.select.active.hide-selected .select-content label.checked,
.select[tabindex]:focus.hide-selected .select-content label.checked {
  display: none;
}
.select.hoverable:hover .select-content,
.select.active .select-content,
.select[tabindex]:focus .select-content {
  z-index: 1500;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.select.hoverable:hover .select-content > a,
.select.active .select-content > a,
.select[tabindex]:focus .select-content > a {
  display: block;
}
.select.hoverable:hover .select-content .placeholder,
.select.active .select-content .placeholder,
.select[tabindex]:focus .select-content .placeholder {
  display: none;
}
.select.hoverable:hover .select-content label,
.select.active .select-content label,
.select[tabindex]:focus .select-content label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.select.hoverable:hover .select-content label:hover,
.select.active .select-content label:hover,
.select[tabindex]:focus .select-content label:hover {
  background-color: #f6f7fb;
}
.select.hoverable:hover .select-content:after,
.select.active .select-content:after,
.select[tabindex]:focus .select-content:after {
  display: none !important;
}
.select.hoverable:hover .select-content label.pre-checked,
.select.active .select-content label.pre-checked,
.select[tabindex]:focus .select-content label.pre-checked {
  background-color: #0863e3;
  color: #fff;
}
.select.hoverable:hover .select-content label.pre-checked span,
.select.active .select-content label.pre-checked span,
.select[tabindex]:focus .select-content label.pre-checked span {
  color: #fff;
}
.select.hoverable:hover .select-content input:checked + label,
.select.active .select-content input:checked + label,
.select[tabindex]:focus .select-content input:checked + label,
.select.hoverable:hover .select-content label.checked,
.select.active .select-content label.checked,
.select[tabindex]:focus .select-content label.checked {
  background-color: #408cf8;
  color: #fff;
}
.select.hoverable:hover .select-content input:checked + label span,
.select.active .select-content input:checked + label span,
.select[tabindex]:focus .select-content input:checked + label span,
.select.hoverable:hover .select-content label.checked span,
.select.active .select-content label.checked span,
.select[tabindex]:focus .select-content label.checked span {
  color: #fff;
}
.select.hoverable:hover .select-content input:checked + label:hover,
.select.active .select-content input:checked + label:hover,
.select[tabindex]:focus .select-content input:checked + label:hover,
.select.hoverable:hover .select-content label.checked:hover,
.select.active .select-content label.checked:hover,
.select[tabindex]:focus .select-content label.checked:hover {
  background-color: #0863e3;
  color: #fff;
}
.select.hoverable:hover .select-content input:checked + label:hover span,
.select.active .select-content input:checked + label:hover span,
.select[tabindex]:focus .select-content input:checked + label:hover span,
.select.hoverable:hover .select-content label.checked:hover span,
.select.active .select-content label.checked:hover span,
.select[tabindex]:focus .select-content label.checked:hover span {
  color: #fff;
}
.select.hide-selected > input:checked ~ .select-content input:checked + label,
.select.hide-selected > input:checked ~ .select-content label.checked {
  display: none;
}
.select > input:checked {
  position: fixed !important;
  z-index: 1499;
}
.select > input:checked ~ .select-content {
  z-index: 1500;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.select > input:checked ~ .select-content > a {
  display: block;
}
.select > input:checked ~ .select-content .placeholder {
  display: none;
}
.select > input:checked ~ .select-content label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.select > input:checked ~ .select-content label:hover {
  background-color: #f6f7fb;
}
.select > input:checked ~ .select-content:after {
  display: none !important;
}
.select > input:checked ~ .select-content label.pre-checked {
  background-color: #0863e3;
  color: #fff;
}
.select > input:checked ~ .select-content label.pre-checked span {
  color: #fff;
}
.select > input:checked ~ .select-content input:checked + label,
.select > input:checked ~ .select-content label.checked {
  background-color: #408cf8;
  color: #fff;
}
.select > input:checked ~ .select-content input:checked + label span,
.select > input:checked ~ .select-content label.checked span {
  color: #fff;
}
.select > input:checked ~ .select-content input:checked + label:hover,
.select > input:checked ~ .select-content label.checked:hover {
  background-color: #0863e3;
  color: #fff;
}
.select > input:checked ~ .select-content input:checked + label:hover span,
.select > input:checked ~ .select-content label.checked:hover span {
  color: #fff;
}
.select.selected:not(.react-only) > input:not(:checked) ~ .select-content .placeholder {
  display: none;
}
.select[tabindex] .select-content input[type="checkbox"] + label:after,
.select.hoverable .select-content input[type="checkbox"] + label:after,
.select[tabindex] .select-content label.checked:after,
.select.hoverable .select-content label.checked:after {
  display: none;
}
.select.input-xs {
  min-height: calc(1.2rem + 0.48rem * 2  + 1px * 2);
}
.select.input-xs .control {
  height: calc(1.2rem + 0.48rem * 2  + 1px * 2);
}
.select.input-xs .control input[type="text"] {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
  height: inherit;
}
.select.input-xs > input:checked ~ .control ~ .select-content {
  margin-top: calc(1.2rem + 0.48rem * 2  + 1px * 2);
}
.select.input-xs .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
.select.input-xs .select-content label {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
}
.select.input-xs .select-content .placeholder {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 0.48rem 1rem;
}
.select.input-xs > input:not(:checked) ~ .select-content,
.select.input-xs.hoverable:not(:hover) ~ .select-content,
.select.input-xs:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content,
.select.input-xs[tabindex]:not(:focus) ~ .select-content {
  padding-right: calc(1.2rem + 0.48rem   + 1px * 2);
}
.select.input-xs > input:not(:checked) ~ .select-content:after,
.select.input-xs.hoverable:not(:hover) ~ .select-content:after,
.select.input-xs:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content:after,
.select.input-xs[tabindex]:not(:focus) ~ .select-content:after {
  width: calc(1.2rem + 0.48rem * 2  + 1px * 2);
  right: 0.48rem;
  text-indent: -0.48rem;
}
.select.input-xs > input:not(:checked) ~ .select-content > input[type="checkbox"] + label,
.select.input-xs.hoverable:not(:hover) ~ .select-content > input[type="checkbox"] + label,
.select.input-xs:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content > input[type="checkbox"] + label,
.select.input-xs[tabindex]:not(:focus) ~ .select-content > input[type="checkbox"] + label {
  margin: calc(0.48rem - 1px) 0 calc(0.48rem - 1px) calc(1rem - 1px);
}
.select.input-xs.multi > input:not(:checked) ~ .select-content label,
.select.input-xs.multi.hoverable:not(:hover) ~ .select-content label,
.select.input-xs.multi:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content label,
.select.input-xs.multi[tabindex]:not(:focus) ~ .select-content label {
  margin: calc(0.48rem - 1px) 0 calc(0.48rem - 1px) calc(1rem - 1px);
}
.select.input-s {
  min-height: calc(1.4rem + 0.6rem * 2  + 1px * 2);
}
.select.input-s .control {
  height: calc(1.4rem + 0.6rem * 2  + 1px * 2);
}
.select.input-s .control input[type="text"] {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
  height: inherit;
}
.select.input-s > input:checked ~ .control ~ .select-content {
  margin-top: calc(1.4rem + 0.6rem * 2  + 1px * 2);
}
.select.input-s .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
.select.input-s .select-content label {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
}
.select.input-s .select-content .placeholder {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0.6rem 0.5rem;
}
.select.input-s > input:not(:checked) ~ .select-content,
.select.input-s.hoverable:not(:hover) ~ .select-content,
.select.input-s:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content,
.select.input-s[tabindex]:not(:focus) ~ .select-content {
  padding-right: calc(1.4rem + 0.6rem   + 1px * 2);
}
.select.input-s > input:not(:checked) ~ .select-content:after,
.select.input-s.hoverable:not(:hover) ~ .select-content:after,
.select.input-s:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content:after,
.select.input-s[tabindex]:not(:focus) ~ .select-content:after {
  width: calc(1.4rem + 0.6rem * 2  + 1px * 2);
  right: 0.6rem;
  text-indent: -0.6rem;
}
.select.input-s > input:not(:checked) ~ .select-content > input[type="checkbox"] + label,
.select.input-s.hoverable:not(:hover) ~ .select-content > input[type="checkbox"] + label,
.select.input-s:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content > input[type="checkbox"] + label,
.select.input-s[tabindex]:not(:focus) ~ .select-content > input[type="checkbox"] + label {
  margin: calc(0.6rem - 1px) 0 calc(0.6rem - 1px) calc(0.5rem - 1px);
}
.select.input-s.multi > input:not(:checked) ~ .select-content label,
.select.input-s.multi.hoverable:not(:hover) ~ .select-content label,
.select.input-s.multi:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content label,
.select.input-s.multi[tabindex]:not(:focus) ~ .select-content label {
  margin: calc(0.6rem - 1px) 0 calc(0.6rem - 1px) calc(0.5rem - 1px);
}
.select.input-m {
  min-height: calc(1.5rem + 0.8999999999999999rem * 2  + 1px * 2);
}
.select.input-m .control {
  height: calc(1.5rem + 0.8999999999999999rem * 2  + 1px * 2);
}
.select.input-m .control input[type="text"] {
  font-size: 1.0499999999999998rem;
  line-height: 1.5rem;
  padding: 0.8999999999999999rem 0.75rem;
  border-radius: 5px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
  height: inherit;
}
.select.input-m > input:checked ~ .control ~ .select-content {
  margin-top: calc(1.5rem + 0.8999999999999999rem * 2  + 1px * 2);
}
.select.input-m .select-content {
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
.select.input-m .select-content label {
  font-size: 1.0499999999999998rem;
  line-height: 1.5rem;
  padding: 0.8999999999999999rem 0.75rem;
}
.select.input-m .select-content .placeholder {
  font-size: 1.0499999999999998rem;
  line-height: 1.5rem;
  margin: 0.8999999999999999rem 0.75rem;
}
.select.input-m > input:not(:checked) ~ .select-content,
.select.input-m.hoverable:not(:hover) ~ .select-content,
.select.input-m:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content,
.select.input-m[tabindex]:not(:focus) ~ .select-content {
  padding-right: calc(1.5rem + 0.8999999999999999rem   + 1px * 2);
}
.select.input-m > input:not(:checked) ~ .select-content:after,
.select.input-m.hoverable:not(:hover) ~ .select-content:after,
.select.input-m:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content:after,
.select.input-m[tabindex]:not(:focus) ~ .select-content:after {
  width: calc(1.5rem + 0.8999999999999999rem * 2  + 1px * 2);
  right: 0.8999999999999999rem;
  text-indent: -0.8999999999999999rem;
}
.select.input-m > input:not(:checked) ~ .select-content > input[type="checkbox"] + label,
.select.input-m.hoverable:not(:hover) ~ .select-content > input[type="checkbox"] + label,
.select.input-m:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content > input[type="checkbox"] + label,
.select.input-m[tabindex]:not(:focus) ~ .select-content > input[type="checkbox"] + label {
  margin: calc(0.8999999999999999rem - 1px) 0 calc(0.8999999999999999rem - 1px) calc(0.75rem - 1px);
}
.select.input-m.multi > input:not(:checked) ~ .select-content label,
.select.input-m.multi.hoverable:not(:hover) ~ .select-content label,
.select.input-m.multi:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content label,
.select.input-m.multi[tabindex]:not(:focus) ~ .select-content label {
  margin: calc(0.8999999999999999rem - 1px) 0 calc(0.8999999999999999rem - 1px) calc(0.75rem - 1px);
}
.select.input-l {
  min-height: calc(2.1rem + 1.26rem * 2  + 1px * 2);
}
.select.input-l .control {
  height: calc(2.1rem + 1.26rem * 2  + 1px * 2);
}
.select.input-l .control input[type="text"] {
  font-size: 1.47rem;
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
  height: inherit;
}
.select.input-l > input:checked ~ .control ~ .select-content {
  margin-top: calc(2.1rem + 1.26rem * 2  + 1px * 2);
}
.select.input-l .select-content {
  border-radius: 4px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
.select.input-l .select-content label {
  font-size: 1.47rem;
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
}
.select.input-l .select-content .placeholder {
  font-size: 1.47rem;
  line-height: 2.1rem;
  margin: 1.26rem 1.05rem;
}
.select.input-l > input:not(:checked) ~ .select-content,
.select.input-l.hoverable:not(:hover) ~ .select-content,
.select.input-l:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content,
.select.input-l[tabindex]:not(:focus) ~ .select-content {
  padding-right: calc(2.1rem + 1.26rem   + 1px * 2);
}
.select.input-l > input:not(:checked) ~ .select-content:after,
.select.input-l.hoverable:not(:hover) ~ .select-content:after,
.select.input-l:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content:after,
.select.input-l[tabindex]:not(:focus) ~ .select-content:after {
  width: calc(2.1rem + 1.26rem * 2  + 1px * 2);
  right: 1.26rem;
  text-indent: -1.26rem;
}
.select.input-l > input:not(:checked) ~ .select-content > input[type="checkbox"] + label,
.select.input-l.hoverable:not(:hover) ~ .select-content > input[type="checkbox"] + label,
.select.input-l:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content > input[type="checkbox"] + label,
.select.input-l[tabindex]:not(:focus) ~ .select-content > input[type="checkbox"] + label {
  margin: calc(1.26rem - 1px) 0 calc(1.26rem - 1px) calc(1.05rem - 1px);
}
.select.input-l.multi > input:not(:checked) ~ .select-content label,
.select.input-l.multi.hoverable:not(:hover) ~ .select-content label,
.select.input-l.multi:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content label,
.select.input-l.multi[tabindex]:not(:focus) ~ .select-content label {
  margin: calc(1.26rem - 1px) 0 calc(1.26rem - 1px) calc(1.05rem - 1px);
}
.select.input-r {
  min-height: calc(1.4rem + 1rem * 2  + 1px * 2);
}
.select.input-r .control {
  height: calc(1.4rem + 1rem * 2  + 1px * 2);
}
.select.input-r .control input[type="text"] {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
  border-radius: 0;
  border-width: 1px;
  outline: none;
  box-shadow: none;
  height: inherit;
}
.select.input-r > input:checked ~ .control ~ .select-content {
  margin-top: calc(1.4rem + 1rem * 2  + 1px * 2);
}
.select.input-r .select-content {
  border-radius: 0;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
.select.input-r .select-content label {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
}
.select.input-r .select-content .placeholder {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 1rem 0.5rem;
}
.select.input-r > input:not(:checked) ~ .select-content,
.select.input-r.hoverable:not(:hover) ~ .select-content,
.select.input-r:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content,
.select.input-r[tabindex]:not(:focus) ~ .select-content {
  padding-right: calc(1.4rem + 1rem   + 1px * 2);
}
.select.input-r > input:not(:checked) ~ .select-content:after,
.select.input-r.hoverable:not(:hover) ~ .select-content:after,
.select.input-r:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content:after,
.select.input-r[tabindex]:not(:focus) ~ .select-content:after {
  width: calc(1.4rem + 1rem * 2  + 1px * 2);
  right: 1rem;
  text-indent: -1rem;
}
.select.input-r > input:not(:checked) ~ .select-content > input[type="checkbox"] + label,
.select.input-r.hoverable:not(:hover) ~ .select-content > input[type="checkbox"] + label,
.select.input-r:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content > input[type="checkbox"] + label,
.select.input-r[tabindex]:not(:focus) ~ .select-content > input[type="checkbox"] + label {
  margin: calc(1rem - 1px) 0 calc(1rem - 1px) calc(0.5rem - 1px);
}
.select.input-r.multi > input:not(:checked) ~ .select-content label,
.select.input-r.multi.hoverable:not(:hover) ~ .select-content label,
.select.input-r.multi:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content label,
.select.input-r.multi[tabindex]:not(:focus) ~ .select-content label {
  margin: calc(1rem - 1px) 0 calc(1rem - 1px) calc(0.5rem - 1px);
}
input.modal-open,
input.modal-close {
  display: none;
}
input.modal-close:not(:checked) ~ .body {
  height: 100vh;
  overflow-y: hidden;
}
body.modal-opened {
  overflow-y: hidden;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  overflow-y: scroll;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.modal.active {
  display: block;
  height: 100%;
}
.modal.active.animated {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modal.active.animated .modal-backdrop {
  transition: background-color 0.4s ease;
  background-color: rgba(246, 247, 251, 0.75);
}
.modal.active.animated .modal-window {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: transform 0.4s ease;
}
.modal.active.centered .modal-wrapper:before {
  height: 50%;
  content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  transition: height 0.4s ease;
}
.modal.centered {
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.modal.centered .modal-wrapper {
  display: inline;
  text-align: left;
  vertical-align: middle;
}
.modal.centered .modal-wrapper:before {
  display: inline-block;
  height: 0%;
  vertical-align: text-bottom;
  width: 0;
}
.modal.centered .modal-wrapper .modal-window {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: normal;
}
.modal.centered .modal-wrapper .modal-window.window {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.modal.animated {
  opacity: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
}
.modal.animated .modal-backdrop {
  transition: background-color 0.4s ease;
  background-color: rgba(0, 0, 0, 0);
}
.modal.animated .modal-window {
  -ms-transform: translate(0, -100vh);
  -webkit-transform: translate(0, -100vh);
  transform: translate(0, -100vh);
  transition: transform 0.4s ease;
}
.modal-window {
  width: 650px;
  min-height: 300px;
  max-width: calc(100% - 40px);
  position: relative;
  left: 0;
  right: 0;
  margin: 5vh auto;
  z-index: 1202;
  border: 0 none;
}
.modal-window.modal-widnow-s {
  width: 450px;
}
.modal-window.modal-window-l {
  width: 70%;
}
.modal-window.modal-window-xl {
  width: 80%;
}
.modal-window.modal-window-fullscreen {
  width: 100%;
  min-height: calc(100% - 10vh);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 17px;
  background-color: rgba(246, 247, 251, 0.75);
  z-index: 1199;
}
.modal-close {
  cursor: pointer;
}
input.modal-open:checked + .modal {
  display: block;
  height: 100%;
}
input.modal-open:checked + .modal.animated {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
input.modal-open:checked + .modal.animated .modal-backdrop {
  transition: background-color 0.4s ease;
  background-color: rgba(246, 247, 251, 0.75);
}
input.modal-open:checked + .modal.animated .modal-window {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: transform 0.4s ease;
}
input.modal-open:checked + .modal.centered .modal-wrapper:before {
  height: 50%;
  content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  transition: height 0.4s ease;
}
.tabs > input[type="radio"] {
  display: none;
}
.tabs > input[type="radio"]:checked:nth-child( 1) ~ .tab-pages > div:nth-child( 1) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 2) ~ .tab-pages > div:nth-child( 2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 3) ~ .tab-pages > div:nth-child( 3) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 4) ~ .tab-pages > div:nth-child( 4) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 5) ~ .tab-pages > div:nth-child( 5) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 6) ~ .tab-pages > div:nth-child( 6) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 7) ~ .tab-pages > div:nth-child( 7) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 8) ~ .tab-pages > div:nth-child( 8) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 9) ~ .tab-pages > div:nth-child( 9) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 10) ~ .tab-pages > div:nth-child( 10) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tabs > input[type="radio"]:checked:nth-child( 1) ~ .tab-navs .tab-labels > *:nth-child( 1) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 1) ~ .tab-navs .tab-labels > *:nth-child( 1):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 1) ~ .tab-navs .tab-labels > *:nth-child( 1):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 1) ~ .tab-navs .tab-labels > *:nth-child( 1) h1,
.tabs > input[type="radio"]:checked:nth-child( 1) ~ .tab-navs .tab-labels > *:nth-child( 1) h2,
.tabs > input[type="radio"]:checked:nth-child( 1) ~ .tab-navs .tab-labels > *:nth-child( 1) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 1) ~ .tab-navs .tab-addons > *:nth-child( 1) {
  display: block;
}
.tabs > input[type="radio"]:checked:nth-child( 2) ~ .tab-navs .tab-labels > *:nth-child( 2) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 2) ~ .tab-navs .tab-labels > *:nth-child( 2):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 2) ~ .tab-navs .tab-labels > *:nth-child( 2):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 2) ~ .tab-navs .tab-labels > *:nth-child( 2) h1,
.tabs > input[type="radio"]:checked:nth-child( 2) ~ .tab-navs .tab-labels > *:nth-child( 2) h2,
.tabs > input[type="radio"]:checked:nth-child( 2) ~ .tab-navs .tab-labels > *:nth-child( 2) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 2) ~ .tab-navs .tab-addons > *:nth-child( 2) {
  display: block;
}
.tabs > input[type="radio"]:checked:nth-child( 3) ~ .tab-navs .tab-labels > *:nth-child( 3) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 3) ~ .tab-navs .tab-labels > *:nth-child( 3):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 3) ~ .tab-navs .tab-labels > *:nth-child( 3):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 3) ~ .tab-navs .tab-labels > *:nth-child( 3) h1,
.tabs > input[type="radio"]:checked:nth-child( 3) ~ .tab-navs .tab-labels > *:nth-child( 3) h2,
.tabs > input[type="radio"]:checked:nth-child( 3) ~ .tab-navs .tab-labels > *:nth-child( 3) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 3) ~ .tab-navs .tab-addons > *:nth-child( 3) {
  display: block;
}
.tabs > input[type="radio"]:checked:nth-child( 4) ~ .tab-navs .tab-labels > *:nth-child( 4) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 4) ~ .tab-navs .tab-labels > *:nth-child( 4):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 4) ~ .tab-navs .tab-labels > *:nth-child( 4):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 4) ~ .tab-navs .tab-labels > *:nth-child( 4) h1,
.tabs > input[type="radio"]:checked:nth-child( 4) ~ .tab-navs .tab-labels > *:nth-child( 4) h2,
.tabs > input[type="radio"]:checked:nth-child( 4) ~ .tab-navs .tab-labels > *:nth-child( 4) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 4) ~ .tab-navs .tab-addons > *:nth-child( 4) {
  display: block;
}
.tabs > input[type="radio"]:checked:nth-child( 5) ~ .tab-navs .tab-labels > *:nth-child( 5) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 5) ~ .tab-navs .tab-labels > *:nth-child( 5):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 5) ~ .tab-navs .tab-labels > *:nth-child( 5):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 5) ~ .tab-navs .tab-labels > *:nth-child( 5) h1,
.tabs > input[type="radio"]:checked:nth-child( 5) ~ .tab-navs .tab-labels > *:nth-child( 5) h2,
.tabs > input[type="radio"]:checked:nth-child( 5) ~ .tab-navs .tab-labels > *:nth-child( 5) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 5) ~ .tab-navs .tab-addons > *:nth-child( 5) {
  display: block;
}
.tabs > input[type="radio"]:checked:nth-child( 6) ~ .tab-navs .tab-labels > *:nth-child( 6) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 6) ~ .tab-navs .tab-labels > *:nth-child( 6):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 6) ~ .tab-navs .tab-labels > *:nth-child( 6):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 6) ~ .tab-navs .tab-labels > *:nth-child( 6) h1,
.tabs > input[type="radio"]:checked:nth-child( 6) ~ .tab-navs .tab-labels > *:nth-child( 6) h2,
.tabs > input[type="radio"]:checked:nth-child( 6) ~ .tab-navs .tab-labels > *:nth-child( 6) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 6) ~ .tab-navs .tab-addons > *:nth-child( 6) {
  display: block;
}
.tabs > input[type="radio"]:checked:nth-child( 7) ~ .tab-navs .tab-labels > *:nth-child( 7) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 7) ~ .tab-navs .tab-labels > *:nth-child( 7):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 7) ~ .tab-navs .tab-labels > *:nth-child( 7):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 7) ~ .tab-navs .tab-labels > *:nth-child( 7) h1,
.tabs > input[type="radio"]:checked:nth-child( 7) ~ .tab-navs .tab-labels > *:nth-child( 7) h2,
.tabs > input[type="radio"]:checked:nth-child( 7) ~ .tab-navs .tab-labels > *:nth-child( 7) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 7) ~ .tab-navs .tab-addons > *:nth-child( 7) {
  display: block;
}
.tabs > input[type="radio"]:checked:nth-child( 8) ~ .tab-navs .tab-labels > *:nth-child( 8) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 8) ~ .tab-navs .tab-labels > *:nth-child( 8):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 8) ~ .tab-navs .tab-labels > *:nth-child( 8):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 8) ~ .tab-navs .tab-labels > *:nth-child( 8) h1,
.tabs > input[type="radio"]:checked:nth-child( 8) ~ .tab-navs .tab-labels > *:nth-child( 8) h2,
.tabs > input[type="radio"]:checked:nth-child( 8) ~ .tab-navs .tab-labels > *:nth-child( 8) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 8) ~ .tab-navs .tab-addons > *:nth-child( 8) {
  display: block;
}
.tabs > input[type="radio"]:checked:nth-child( 9) ~ .tab-navs .tab-labels > *:nth-child( 9) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 9) ~ .tab-navs .tab-labels > *:nth-child( 9):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 9) ~ .tab-navs .tab-labels > *:nth-child( 9):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 9) ~ .tab-navs .tab-labels > *:nth-child( 9) h1,
.tabs > input[type="radio"]:checked:nth-child( 9) ~ .tab-navs .tab-labels > *:nth-child( 9) h2,
.tabs > input[type="radio"]:checked:nth-child( 9) ~ .tab-navs .tab-labels > *:nth-child( 9) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 9) ~ .tab-navs .tab-addons > *:nth-child( 9) {
  display: block;
}
.tabs > input[type="radio"]:checked:nth-child( 10) ~ .tab-navs .tab-labels > *:nth-child( 10) {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs > input[type="radio"]:checked:nth-child( 10) ~ .tab-navs .tab-labels > *:nth-child( 10):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs > input[type="radio"]:checked:nth-child( 10) ~ .tab-navs .tab-labels > *:nth-child( 10):after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs > input[type="radio"]:checked:nth-child( 10) ~ .tab-navs .tab-labels > *:nth-child( 10) h1,
.tabs > input[type="radio"]:checked:nth-child( 10) ~ .tab-navs .tab-labels > *:nth-child( 10) h2,
.tabs > input[type="radio"]:checked:nth-child( 10) ~ .tab-navs .tab-labels > *:nth-child( 10) h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs > input[type="radio"]:checked:nth-child( 10) ~ .tab-navs .tab-addons > *:nth-child( 10) {
  display: block;
}
.tabs .tab-pages > div {
  display: none;
}
.tabs .tab-pages > div.active {
  display: block;
}
.tabs .tab-navs .tab-labels > .active {
  background-color: #fff;
  position: relative;
  bottom: -1px;
  border-right: 1px solid #e5e6e7;
  cursor: default;
  border-bottom-color: #294058;
  opacity: 1;
}
.tabs .tab-navs .tab-labels > .active:not(:first-child) {
  border-left: 1px solid #e5e6e7;
}
.tabs .tab-navs .tab-labels > .active:after {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #faac18;
  content: '';
  border-radius: 4px;
  height: 5px;
}
.tabs .tab-navs .tab-labels > .active h1,
.tabs .tab-navs .tab-labels > .active h2,
.tabs .tab-navs .tab-labels > .active h3 {
  color: #294058;
  line-height: calc(var(--tile-header-line-height) - 2px);
}
.tabs .tab-navs .tab-addons > * {
  display: none;
}
.tabs .tab-navs .tab-addons > *.active {
  display: block;
}
.tooltip {
  background: #000000;
  padding: 0.45rem 0.65rem;
  color: #ffffff;
  white-space: normal;
  word-break: break-word;
  width: -webkit-max-content;
  width: -moz-max-content;
  max-width: calc(100vw - 1.3rem - 80px);
  border-radius: 5px;
  bottom: calc(100% + 5px);
  left: -10px;
  margin-bottom: 5px;
  border: 0 solid #3c3c3c;
  box-shadow: 0;
  text-align: left;
  line-height: 1.35em;
  font-size: 1.1rem;
}
.tooltip.hoverable:before {
  content: "";
  position: absolute;
  background: none;
  border: 0 none !important;
}
.tooltip.hoverable.top:before,
.tooltip.hoverable:not(.bottom):before,
.tooltip.hoverable.right:before,
.tooltip.hoverable.center:before {
  left: -10px;
  width: 100%;
  bottom: auto;
  top: 100%;
  height: calc(5px + 5px + 0.8em);
}
.tooltip.hoverable.bottom:before,
.tooltip.hoverable.bottom-right:before,
.tooltip.hoverable.bottom-center:before {
  left: -10px;
  width: 100%;
  top: auto;
  bottom: 100%;
  height: calc(5px + 5px + 0.8em);
}
.tooltip.hoverable.right-top:before,
.tooltip.hoverable.right-middle:before,
.tooltip.hoverable.right-bottom:before {
  left: -5px;
  right: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}
.tooltip.hoverable.left-top:before,
.tooltip.hoverable.left-middle:before,
.tooltip.hoverable.left-bottom:before {
  right: -5px;
  left: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}
.tooltip.show {
  display: table !important;
}
.tooltip.top,
.tooltip:not(.bottom) {
  left: -10px;
}
.tooltip.top:after,
.tooltip:not(.bottom):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: -10px;
  left: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: 0;
  margin-left: 10px;
  left: 0;
  bottom: auto;
  top: 100%;
  margin-bottom: auto;
}
.tooltip.right {
  left: auto;
  right: -10px;
}
.tooltip.right:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: -10px;
  right: -10px;
  left: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: 0;
  margin-right: 10px;
  bottom: auto;
  top: 100%;
  right: 0;
  margin-bottom: auto;
}
.tooltip.center {
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.tooltip.center:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  bottom: auto;
  top: 100%;
  margin-bottom: auto;
}
.tooltip.bottom {
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  left: -10px;
}
.tooltip.bottom:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  left: -10px;
  border-top: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  margin-left: 10px;
  top: auto;
  bottom: 100%;
  left: 0;
  margin-top: -5px;
  margin-bottom: auto;
}
.tooltip.bottom-right {
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}
.tooltip.bottom-right:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  right: -10px;
  left: auto;
  border-top: 0;
  border-bottom: 5px solid #000000;
  margin-right: 10px;
  top: auto;
  bottom: 100%;
  right: 0;
  margin-top: -5px;
  margin-bottom: auto;
}
.tooltip.bottom-center {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  text-align: center;
}
.tooltip.bottom-center:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  border-bottom: 5px solid #000000;
  top: auto;
  bottom: 100%;
  margin-top: -5px;
  margin-bottom: auto;
}
.tooltip.right-middle {
  top: 50%;
  bottom: auto;
  left: calc(100% + 5px);
  transform: translate(0, -50%);
  margin-left: 5px;
  text-align: right;
}
.tooltip.right-middle:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
  border-top: 5px solid transparent;
  border-left: 0;
  margin-left: -5px;
}
.tooltip.left-middle {
  top: 50%;
  bottom: auto;
  right: calc(100% + 5px);
  left: auto;
  transform: translate(0, -50%);
  margin-right: 5px;
}
.tooltip.left-middle:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-right: 0;
  right: 0;
  left: auto;
  margin-right: -5px;
}
.tooltip.right-top {
  top: -12.5px;
  bottom: auto;
  left: calc(100% + 5px);
  margin-left: 5px;
  text-align: right;
}
.tooltip.right-top:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
  border-top: 5px solid transparent;
  border-left: 0;
  bottom: auto;
  top: 15px;
  margin-left: -5px;
}
.tooltip.right-bottom {
  top: auto;
  bottom: -12.5px;
  left: calc(100% + 5px);
  margin-left: 5px;
  margin-bottom: 0;
  text-align: right;
}
.tooltip.right-bottom:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
  border-top: 5px solid transparent;
  border-left: 0;
  bottom: 10px;
  top: auto;
  margin-left: -5px;
}
.tooltip.left-top {
  top: -12.5px;
  bottom: auto;
  right: calc(100% + 5px);
  left: auto;
  margin-right: 5px;
}
.tooltip.left-top:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-right: 0;
  bottom: auto;
  right: 0;
  left: auto;
  top: 15px;
  margin-right: -5px;
}
.tooltip.left-bottom {
  top: auto;
  bottom: -12.5px;
  right: calc(100% + 5px);
  left: auto;
  margin-right: 5px;
  margin-bottom: 0;
}
.tooltip.left-bottom:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-right: 0;
  bottom: 10px;
  top: auto;
  right: 0;
  left: auto;
  margin-right: -5px;
}
.has-tooltip[data-tooltip] {
  position: relative;
}
.has-tooltip[data-tooltip].absolute {
  position: absolute;
}
.has-tooltip[data-tooltip].fixed {
  position: fixed;
}
.has-tooltip[data-tooltip]:after {
  position: absolute;
  z-index: 16;
}
.has-tooltip[data-tooltip]:hover:after,
.has-tooltip[data-tooltip][tabindex]:focus:after,
.has-tooltip[data-tooltip].hovered:after {
  background: #000000;
  padding: 0.45rem 0.65rem;
  color: #ffffff;
  white-space: normal;
  word-break: break-word;
  width: -webkit-max-content;
  width: -moz-max-content;
  max-width: calc(100vw - 1.3rem - 80px);
  border-radius: 5px;
  bottom: calc(100% + 5px);
  left: -10px;
  margin-bottom: 5px;
  border: 0 solid #3c3c3c;
  box-shadow: 0;
  text-align: left;
  line-height: 1.35em;
  font-size: 1.1rem;
  content: attr(data-tooltip);
  display: table;
}
.has-tooltip[data-tooltip]:hover:after.hoverable:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable:before,
.has-tooltip[data-tooltip].hovered:after.hoverable:before {
  content: "";
  position: absolute;
  background: none;
  border: 0 none !important;
}
.has-tooltip[data-tooltip]:hover:after.hoverable.top:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.top:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.top:before,
.has-tooltip[data-tooltip]:hover:after.hoverable:not(.bottom):before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable:not(.bottom):before,
.has-tooltip[data-tooltip].hovered:after.hoverable:not(.bottom):before,
.has-tooltip[data-tooltip]:hover:after.hoverable.right:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.right:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.right:before,
.has-tooltip[data-tooltip]:hover:after.hoverable.center:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.center:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.center:before {
  left: -10px;
  width: 100%;
  bottom: auto;
  top: 100%;
  height: calc(5px + 5px + 0.8em);
}
.has-tooltip[data-tooltip]:hover:after.hoverable.bottom:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.bottom:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.bottom:before,
.has-tooltip[data-tooltip]:hover:after.hoverable.bottom-right:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.bottom-right:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.bottom-right:before,
.has-tooltip[data-tooltip]:hover:after.hoverable.bottom-center:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.bottom-center:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.bottom-center:before {
  left: -10px;
  width: 100%;
  top: auto;
  bottom: 100%;
  height: calc(5px + 5px + 0.8em);
}
.has-tooltip[data-tooltip]:hover:after.hoverable.right-top:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.right-top:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.right-top:before,
.has-tooltip[data-tooltip]:hover:after.hoverable.right-middle:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.right-middle:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.right-middle:before,
.has-tooltip[data-tooltip]:hover:after.hoverable.right-bottom:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.right-bottom:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.right-bottom:before {
  left: -5px;
  right: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}
.has-tooltip[data-tooltip]:hover:after.hoverable.left-top:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.left-top:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.left-top:before,
.has-tooltip[data-tooltip]:hover:after.hoverable.left-middle:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.left-middle:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.left-middle:before,
.has-tooltip[data-tooltip]:hover:after.hoverable.left-bottom:before,
.has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.left-bottom:before,
.has-tooltip[data-tooltip].hovered:after.hoverable.left-bottom:before {
  right: -5px;
  left: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}
.has-tooltip[data-tooltip]:hover.top:after,
.has-tooltip[data-tooltip][tabindex]:focus.top:after,
.has-tooltip[data-tooltip].hovered.top:after,
.has-tooltip[data-tooltip]:hover:not(.bottom):after,
.has-tooltip[data-tooltip][tabindex]:focus:not(.bottom):after,
.has-tooltip[data-tooltip].hovered:not(.bottom):after {
  left: -10px;
  bottom: calc(100% + 5px);
}
.has-tooltip[data-tooltip]:hover.top:before,
.has-tooltip[data-tooltip][tabindex]:focus.top:before,
.has-tooltip[data-tooltip].hovered.top:before,
.has-tooltip[data-tooltip]:hover:not(.bottom):before,
.has-tooltip[data-tooltip][tabindex]:focus:not(.bottom):before,
.has-tooltip[data-tooltip].hovered:not(.bottom):before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: -10px;
  left: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: 0;
  margin-left: 10px;
}
.has-tooltip[data-tooltip]:hover.right:after,
.has-tooltip[data-tooltip][tabindex]:focus.right:after,
.has-tooltip[data-tooltip].hovered.right:after {
  left: auto;
  right: -10px;
  bottom: calc(100% + 5px);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.right:before,
.has-tooltip[data-tooltip][tabindex]:focus.right:before,
.has-tooltip[data-tooltip].hovered.right:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: -10px;
  right: -10px;
  left: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: 0;
  margin-right: 10px;
}
.has-tooltip[data-tooltip]:hover.bottom:after,
.has-tooltip[data-tooltip][tabindex]:focus.bottom:after,
.has-tooltip[data-tooltip].hovered.bottom:after {
  right: -10px;
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
}
.has-tooltip[data-tooltip]:hover.bottom:before,
.has-tooltip[data-tooltip][tabindex]:focus.bottom:before,
.has-tooltip[data-tooltip].hovered.bottom:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  top: auto;
  left: -10px;
  border-top: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  margin-left: 10px;
}
.has-tooltip[data-tooltip]:hover.bottom-right:after,
.has-tooltip[data-tooltip][tabindex]:focus.bottom-right:after,
.has-tooltip[data-tooltip].hovered.bottom-right:after {
  left: auto;
  right: -10px;
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.bottom-right:before,
.has-tooltip[data-tooltip][tabindex]:focus.bottom-right:before,
.has-tooltip[data-tooltip].hovered.bottom-right:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  top: auto;
  right: -10px;
  left: auto;
  border-top: 0;
  border-bottom: 5px solid #000000;
  margin-right: 10px;
}
.has-tooltip[data-tooltip]:hover.right:after,
.has-tooltip[data-tooltip][tabindex]:focus.right:after,
.has-tooltip[data-tooltip].hovered.right:after {
  left: auto;
  right: -10px;
  bottom: calc(100% + 5px);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.right:before,
.has-tooltip[data-tooltip][tabindex]:focus.right:before,
.has-tooltip[data-tooltip].hovered.right:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: -10px;
  right: -10px;
  left: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: 0;
  margin-right: 10px;
}
.has-tooltip[data-tooltip]:hover.center:after,
.has-tooltip[data-tooltip][tabindex]:focus.center:after,
.has-tooltip[data-tooltip].hovered.center:after {
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: calc(100% + 5px);
  text-align: center;
}
.has-tooltip[data-tooltip]:hover.center:before,
.has-tooltip[data-tooltip][tabindex]:focus.center:before,
.has-tooltip[data-tooltip].hovered.center:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.has-tooltip[data-tooltip]:hover.bottom-center:after,
.has-tooltip[data-tooltip][tabindex]:focus.bottom-center:after,
.has-tooltip[data-tooltip].hovered.bottom-center:after {
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  text-align: center;
}
.has-tooltip[data-tooltip]:hover.bottom-center:before,
.has-tooltip[data-tooltip][tabindex]:focus.bottom-center:before,
.has-tooltip[data-tooltip].hovered.bottom-center:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  bottom: -10px;
  top: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  border-bottom: 5px solid #000000;
}
.has-tooltip[data-tooltip]:hover.right-middle:after,
.has-tooltip[data-tooltip][tabindex]:focus.right-middle:after,
.has-tooltip[data-tooltip].hovered.right-middle:after {
  top: 50%;
  bottom: auto;
  left: calc(100% + 5px + 5px);
  transform: translate(0, -50%);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.right-middle:before,
.has-tooltip[data-tooltip][tabindex]:focus.right-middle:before,
.has-tooltip[data-tooltip].hovered.right-middle:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
  border-top: 5px solid transparent;
  border-left: 0;
  left: calc(100% + 5px);
  right: auto;
}
.has-tooltip[data-tooltip]:hover.left-middle:after,
.has-tooltip[data-tooltip][tabindex]:focus.left-middle:after,
.has-tooltip[data-tooltip].hovered.left-middle:after {
  top: 50%;
  bottom: auto;
  right: calc(100% + 5px + 5px);
  left: auto;
  transform: translate(0, -50%);
}
.has-tooltip[data-tooltip]:hover.left-middle:before,
.has-tooltip[data-tooltip][tabindex]:focus.left-middle:before,
.has-tooltip[data-tooltip].hovered.left-middle:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-right: 0;
  right: calc(100% + 5px);
  left: auto;
}
.has-tooltip[data-tooltip]:hover.right-top:after,
.has-tooltip[data-tooltip][tabindex]:focus.right-top:after,
.has-tooltip[data-tooltip].hovered.right-top:after {
  top: -12.5px;
  bottom: auto;
  left: calc(100% + 5px + 5px);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.right-top:before,
.has-tooltip[data-tooltip][tabindex]:focus.right-top:before,
.has-tooltip[data-tooltip].hovered.right-top:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
  border-top: 5px solid transparent;
  border-left: 0;
  left: calc(100% + 5px);
  right: auto;
  top: -2.5px;
  margin: 0;
}
.has-tooltip[data-tooltip]:hover.right-bottom:after,
.has-tooltip[data-tooltip][tabindex]:focus.right-bottom:after,
.has-tooltip[data-tooltip].hovered.right-bottom:after {
  top: auto;
  bottom: -17.5px;
  left: calc(100% + 5px + 5px);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.right-bottom:before,
.has-tooltip[data-tooltip][tabindex]:focus.right-bottom:before,
.has-tooltip[data-tooltip].hovered.right-bottom:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
  border-top: 5px solid transparent;
  border-left: 0;
  left: calc(100% + 5px);
  right: auto;
  top: auto;
  bottom: -2.5px;
}
.has-tooltip[data-tooltip]:hover.left-top:after,
.has-tooltip[data-tooltip][tabindex]:focus.left-top:after,
.has-tooltip[data-tooltip].hovered.left-top:after {
  top: -12.5px;
  bottom: auto;
  right: calc(100% + 5px + 5px);
  left: auto;
}
.has-tooltip[data-tooltip]:hover.left-top:before,
.has-tooltip[data-tooltip][tabindex]:focus.left-top:before,
.has-tooltip[data-tooltip].hovered.left-top:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-right: 0;
  left: auto;
  right: calc(100% + 5px);
  top: -2.5px;
  margin: 0;
}
.has-tooltip[data-tooltip]:hover.left-bottom:after,
.has-tooltip[data-tooltip][tabindex]:focus.left-bottom:after,
.has-tooltip[data-tooltip].hovered.left-bottom:after {
  top: auto;
  bottom: -17.5px;
  right: calc(100% + 5px + 5px);
  left: auto;
}
.has-tooltip[data-tooltip]:hover.left-bottom:before,
.has-tooltip[data-tooltip][tabindex]:focus.left-bottom:before,
.has-tooltip[data-tooltip].hovered.left-bottom:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 17;
  top: 50%;
  bottom: auto;
  margin: -5px 0 0 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-right: 0;
  left: auto;
  right: calc(100% + 5px);
  top: auto;
  bottom: -2.5px;
}
.has-tooltip {
  position: relative;
}
.has-tooltip.absolute {
  position: absolute;
}
.has-tooltip.fixed {
  position: fixed;
}
.has-tooltip > .tooltip {
  display: none;
  position: absolute;
  z-index: 16;
}
.has-tooltip:hover > .tooltip,
.has-tooltip[tabindex]:focus > .tooltip,
.has-tooltip.hovered > .tooltip {
  display: table;
}
ul.menu {
  display: block;
}
ul.menu.horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
ul.menu,
ul.menu ul,
ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu.menu-absolute .item,
ul.menu.menu-fixed .item {
  position: relative;
}
ul.menu.menu-absolute menu-inside,
ul.menu.menu-fixed menu-inside {
  z-index: 1;
}
ul.menu.menu-absolute menu-inside {
  position: absolute;
  left: 0;
}
ul.menu.menu-fixed menu-inside {
  position: fixed;
}
ul.menu.text-center .anchor {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
ul.menu menu-inside {
  list-style: none;
  display: none;
}
ul.menu menu-inside:hover {
  background-color: #1A1A1A;
}
ul.menu .anchor {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}
ul.menu .anchor:hover ~ menu-inside {
  display: block;
  background-color: #1A1A1A;
}
ul.menu .anchor ~ menu-inside:hover {
  display: block;
}
ul.menu .item {
  display: block;
}
ul.menu .item:last-child {
  border-bottom: 0;
}
ul.menu .item .anchor {
  display: block;
}
ul.menu .item.active .anchor {
  background-color: rgba(46, 143, 239, 0.5);
}
ul.menu .item:hover .anchor {
  background-color: #ffffff;
}
ul.menu.horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
ul.menu.horizontal.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.menu.horizontal:not(.wrap) .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
ul.menu.horizontal .item .anchor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 0;
}
ul.menu.horizontal .item .anchor [class^="icon-"],
ul.menu.horizontal .item .anchor [class*=" icon-"] {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
}
ul.menu.horizontal .item .anchor span {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}
ul.menu.horizontal .item .anchor:not( .button) {
  border-top: 0 none;
}
ul.menu.horizontal .item + .item .anchor:not( .button) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
ul.menu.horizontal.auto-width .item {
  width: auto;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 769px) {
  .menu-mobile .item .anchor {
    cursor: pointer;
    color: #408cf8;
    text-decoration: none;
  }
  .menu-mobile .item:hover .anchor {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .menu-mobile {
    display: block;
  }
  .menu-mobile.horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .menu-mobile,
  .menu-mobile ul,
  .menu-mobile li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-mobile.menu-absolute .item,
  .menu-mobile.menu-fixed .item {
    position: relative;
  }
  .menu-mobile.menu-absolute menu-inside,
  .menu-mobile.menu-fixed menu-inside {
    z-index: 1;
  }
  .menu-mobile.menu-absolute menu-inside {
    position: absolute;
    left: 0;
  }
  .menu-mobile.menu-fixed menu-inside {
    position: fixed;
  }
  .menu-mobile.text-center .anchor {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .menu-mobile menu-inside {
    list-style: none;
    display: none;
  }
  .menu-mobile menu-inside:hover {
    background-color: #1A1A1A;
  }
  .menu-mobile .anchor {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    max-width: 100%;
  }
  .menu-mobile .anchor:hover ~ menu-inside {
    display: block;
    background-color: #1A1A1A;
  }
  .menu-mobile .anchor ~ menu-inside:hover {
    display: block;
  }
  .menu-mobile .item {
    display: block;
  }
  .menu-mobile .item:last-child {
    border-bottom: 0;
  }
  .menu-mobile .item .anchor {
    display: block;
  }
  .menu-mobile .button {
    border-radius: 0;
  }
  .menu-mobile.items {
    display: block;
    margin: 0;
  }
  .menu-mobile .item.active .anchor {
    background-color: rgba(46, 143, 239, 0.5);
  }
  .menu-mobile .item:hover .anchor {
    background-color: #ffffff;
  }
  ul.items.menu-mobile {
    display: block;
    margin: 0;
  }
  ul.items.menu-mobile li,
  ul.items.menu-mobile .anchor {
    display: block;
    width: auto;
  }
  ul.items.menu-mobile .has-popup.hoverable:hover > .popup,
  ul.items.menu-mobile .has-popup > input:checked ~ .popup {
    display: block;
    width: 100%;
  }
  ul.items.menu-mobile .anchor {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.side ul.menu.menu-fixed {
  width: inherit;
}
.side ul.menu.menu-fixed menu-inside,
.side ul.menu.menu-fixed .item {
  width: inherit;
}
.side ul.menu.menu-absolute menu-inside {
  right: 0;
}
.popup {
  background: #ffffff;
  padding: 0 0;
  color: #343434;
  width: max-content;
  max-width: 30rem;
  min-width: 0;
  width: -webkit-max-conent;
  width: -moz-max-content;
  border-radius: 0px;
  bottom: 100%;
  left: 0px;
  position: absolute;
  z-index: 1300;
  margin-bottom: 0px;
  border: 1px solid #3c3c3c;
  box-shadow: none;
}
.popup.with-menu {
  min-width: 100%;
}
.popup.with-menu .ul.menu {
  min-width: 100%;
}
.popup .popup-content {
  padding: 15px 20px;
}
.popup .popup-header {
  padding: 15px 20px;
}
.popup .popup-header.display-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popup .popup-footer {
  padding: 15px 20px;
  background: transparent;
  color: inherit;
}
.popup.top,
.popup:not(.bottom) {
  left: 0px;
}
.popup.top:before,
.popup:not(.bottom):before {
  left: 0;
  bottom: auto;
  top: calc(100% + 1px);
  margin-bottom: auto;
}
.popup.right {
  left: auto;
  right: 0px;
}
.popup.right:before {
  bottom: auto;
  top: calc(100% + 1px);
  right: 0;
  margin-bottom: auto;
}
.popup.center {
  left: 50%;
  transform: translate(-50%, 0);
}
.popup.center:before {
  bottom: auto;
  top: calc(100% + 1px);
  margin-bottom: auto;
}
.popup.bottom {
  bottom: auto;
  top: 100%;
  margin-top: 0px;
  left: 0px;
}
.popup.bottom:before {
  top: auto;
  bottom: calc(100% + 1px);
  left: 0;
  margin-top: 0px;
  margin-bottom: auto;
}
.popup.bottom-right {
  bottom: auto;
  top: 100%;
  right: 0px;
  left: auto;
  margin-top: 0px;
}
.popup.bottom-right:before {
  top: auto;
  bottom: calc(100% + 1px);
  right: 0;
  margin-top: 0px;
  margin-bottom: auto;
}
.popup.bottom-center {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: auto;
  top: 100%;
  margin-top: 0px;
}
.popup.bottom-center:before {
  top: auto;
  bottom: calc(100% + 1px);
  margin-top: 0px;
  margin-bottom: auto;
}
.popup.right-middle {
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translate(0, -50%);
  margin-left: 0px;
}
.popup.right-middle:before {
  margin-left: -2px;
}
.popup.left-middle {
  top: 50%;
  bottom: auto;
  right: 100%;
  left: auto;
  transform: translate(0, -50%);
  margin-right: 0px;
}
.popup.left-middle:before {
  right: 0;
  left: auto;
  margin-right: -2px;
}
.popup.right-top {
  top: 0px;
  bottom: auto;
  left: 100%;
  margin-left: 0px;
}
.popup.right-top:before {
  bottom: auto;
  top: 20px;
  margin-left: -2px;
}
.popup.right-bottom {
  top: auto;
  bottom: 0px;
  left: 100%;
  margin-left: 0px;
  margin-bottom: 0;
}
.popup.right-bottom:before {
  bottom: 20px;
  top: auto;
  margin-left: -2px;
}
.popup.left-top {
  top: 0px;
  bottom: auto;
  right: 100%;
  left: auto;
  margin-right: 0px;
}
.popup.left-top:before {
  bottom: auto;
  right: 0;
  left: auto;
  top: 20px;
  margin-right: -2px;
}
.popup.left-bottom {
  top: auto;
  bottom: 0px;
  right: 100%;
  left: auto;
  margin-right: 0px;
  margin-bottom: 0;
}
.popup.left-bottom:before {
  bottom: 20px;
  top: auto;
  right: 0;
  left: auto;
  margin-right: -2px;
}
.has-popup {
  position: relative;
  display: inline-block;
}
.has-popup.absolute {
  position: absolute;
}
.has-popup.fixed {
  position: fixed;
}
.has-popup > .popup {
  display: none;
}
.has-popup.active > .popup {
  display: inline-block;
}
.has-popup.hoverable:hover > .popup {
  display: inline-block;
}
.has-popup[tabindex]:focus > .popup {
  display: inline-block;
}
.has-popup:not(.manual) > input[type="checkbox"]:checked {
  position: fixed;
  z-index: 1299;
}
.has-popup > input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
}
.has-popup > input[type="checkbox"]:checked ~ .popup {
  display: inline-block;
}
.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 1.3rem;
  padding: 1.15rem 1.5rem;
  border-radius: 3px;
  border: none;
  color: #111111;
  -webkit-appearance: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  transition: 0.2s all ease-in-out;
}
.button:hover,
.button.hover {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
  transition: 0.2s all ease-in-out;
}
.button:focus,
.button.focus {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
}
.button:active,
.button.active {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
}
.button:disabled,
.button.disabled {
  pointer-events: none;
  cursor: normal;
  opacity: 0.45;
  cursor: not-allowed;
}
.button.inactive {
  cursor: normal;
}
.button.ellipsis {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}
button.button.ellipsis > * {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}
.button.circle {
  border-radius: 1000px;
}
.button.block {
  display: block;
}
.button.transparent {
  background-color: transparent !important;
}
.button.as-link {
  border-color: transparent;
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #408cf8;
}
.button.as-link:hover {
  color: #a2c7fc;
  text-decoration: underline;
  border-color: transparent;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.button.inverse {
  border: 1px solid;
  outline: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
}
.button.inverse:hover,
.button.inverse.hover {
  border: 1px solid;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
}
.button.inverse:focus,
.button.inverse.focus {
  border: 1px solid;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
}
.button.inverse:active,
.button.inverse.active {
  border: 1px solid;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
}
input.button {
  text-overflow: ellipsis;
  overflow: hidden;
}
.button:not(.not-upper) {
  text-transform: uppercase;
}
.button-xs {
  font-size: 0.5599999999999999rem;
  line-height: 0.52rem;
  padding: 0.45999999999999996rem 0.6000000000000001rem;
  border-radius: 2px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-xs {
  font-size: 0.5599999999999999rem !important;
  line-height: 0.52rem !important;
  padding: 0.45999999999999996rem 0.6000000000000001rem !important;
  border-radius: 2px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}
.button-s {
  font-size: 1.1rem;
  line-height: 1.56rem;
  padding: 0.575rem 0.75rem;
  border-radius: 1px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-s {
  font-size: 1.1rem !important;
  line-height: 1.56rem !important;
  padding: 0.575rem 0.75rem !important;
  border-radius: 1px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}
.button-m {
  font-size: 1.4rem;
  line-height: 0.9750000000000001rem;
  padding: 0.8624999999999999rem 1.125rem;
  border-radius: 5px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-m {
  font-size: 1.4rem !important;
  line-height: 0.9750000000000001rem !important;
  padding: 0.8624999999999999rem 1.125rem !important;
  border-radius: 5px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}
.button-l {
  font-size: 1.75rem;
  line-height: 1.625rem;
  padding: 1.4375rem 1.875rem;
  border-radius: 4px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-l {
  font-size: 1.75rem !important;
  line-height: 1.625rem !important;
  padding: 1.4375rem 1.875rem !important;
  border-radius: 4px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}
.buttons-xs .button,
.size-xs .button {
  font-size: 0.5599999999999999rem;
  line-height: 0.52rem;
  padding: 0.45999999999999996rem 0.6000000000000001rem;
  border-radius: 2px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
.buttons-s .button,
.size-s .button {
  font-size: 1.1rem;
  line-height: 1.56rem;
  padding: 0.575rem 0.75rem;
  border-radius: 1px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
.buttons-m .button,
.size-m .button {
  font-size: 1.4rem;
  line-height: 0.9750000000000001rem;
  padding: 0.8624999999999999rem 1.125rem;
  border-radius: 5px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
.buttons-l .button,
.size-l .button {
  font-size: 1.75rem;
  line-height: 1.625rem;
  padding: 1.4375rem 1.875rem;
  border-radius: 4px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
.button-primary {
  background: #faac18;
  color: #ffffff;
  border-color: #faac18;
  background-color: #faac18;
  background: -webkit-gradient(linear, left top, left bottom, from(#faac18), to(#faac18));
  background: -webkit-linear-gradient(top, #faac18, #faac18);
  background: -moz-linear-gradient(top, #faac18, #faac18);
  background: -ms-linear-gradient(top, #faac18, #faac18);
  background: -o-linear-gradient(top, #faac18, #faac18);
}
.button-primary:hover,
.button-primary.hover {
  background: #fbb531;
  border-color: #fbb531;
  background-color: #fbb531;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbb531), to(#fbb531));
  background: -webkit-linear-gradient(top, #fbb531, #fbb531);
  background: -moz-linear-gradient(top, #fbb531, #fbb531);
  background: -ms-linear-gradient(top, #fbb531, #fbb531);
  background: -o-linear-gradient(top, #fbb531, #fbb531);
}
.button-primary:active,
.button-primary.active {
  background: #fcc763;
  border-color: #fcc763;
  background-color: #fcc763;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcc763), to(#fcc763));
  background: -webkit-linear-gradient(top, #fcc763, #fcc763);
  background: -moz-linear-gradient(top, #fcc763, #fcc763);
  background: -ms-linear-gradient(top, #fcc763, #fcc763);
  background: -o-linear-gradient(top, #fcc763, #fcc763);
}
.button-primary.inverse {
  background: #ffffff;
  color: #faac18;
  border-color: #faac18;
  outline-color: #faac18;
}
.button-primary.inverse:hover,
.button-primary.inverse.hover {
  color: #fbb531;
}
.button-primary.inverse:active,
.button-primary.inverse.active {
  color: #fcc763;
}
.button-primary.border-contrast,
.button-primary.border-contrast:focus,
.button-primary.border-contrast:hover,
.button-primary.border-contrast:active,
.button-primary.border-contrast.hover,
.button-primary.border-contrast.active,
.button-primary.border-contrast.focus {
  border-color: #ffffff;
}
.button-link {
  background: #408cf8;
  color: #ffffff;
  border-color: #408cf8;
  background-color: #408cf8;
  background: -webkit-gradient(linear, left top, left bottom, from(#408cf8), to(#1e77f7));
  background: -webkit-linear-gradient(top, #408cf8, #1e77f7);
  background: -moz-linear-gradient(top, #408cf8, #1e77f7);
  background: -ms-linear-gradient(top, #408cf8, #1e77f7);
  background: -o-linear-gradient(top, #408cf8, #1e77f7);
}
.button-link:hover,
.button-link.hover {
  background: #599bf9;
  border-color: #599bf9;
  background-color: #599bf9;
  background: -webkit-gradient(linear, left top, left bottom, from(#599bf9), to(#599bf9));
  background: -webkit-linear-gradient(top, #599bf9, #599bf9);
  background: -moz-linear-gradient(top, #599bf9, #599bf9);
  background: -ms-linear-gradient(top, #599bf9, #599bf9);
  background: -o-linear-gradient(top, #599bf9, #599bf9);
}
.button-link:active,
.button-link.active {
  background: #8ab8fb;
  border-color: #8ab8fb;
  background-color: #8ab8fb;
  background: -webkit-gradient(linear, left top, left bottom, from(#8ab8fb), to(#8ab8fb));
  background: -webkit-linear-gradient(top, #8ab8fb, #8ab8fb);
  background: -moz-linear-gradient(top, #8ab8fb, #8ab8fb);
  background: -ms-linear-gradient(top, #8ab8fb, #8ab8fb);
  background: -o-linear-gradient(top, #8ab8fb, #8ab8fb);
}
.button-link.inverse {
  background: #ffffff;
  color: #408cf8;
  border-color: #408cf8;
  outline-color: #408cf8;
}
.button-link.inverse:hover,
.button-link.inverse.hover {
  color: #599bf9;
}
.button-link.inverse:active,
.button-link.inverse.active {
  color: #8ab8fb;
}
.button-link.border-contrast,
.button-link.border-contrast:focus,
.button-link.border-contrast:hover,
.button-link.border-contrast:active,
.button-link.border-contrast.hover,
.button-link.border-contrast.active,
.button-link.border-contrast.focus {
  border-color: #ffffff;
}
.button-mute {
  background: #979ea7;
  color: #ffffff;
  border-color: #979ea7;
  background-color: #979ea7;
  background: -webkit-gradient(linear, left top, left bottom, from(#979ea7), to(#848c97));
  background: -webkit-linear-gradient(top, #979ea7, #848c97);
  background: -moz-linear-gradient(top, #979ea7, #848c97);
  background: -ms-linear-gradient(top, #979ea7, #848c97);
  background: -o-linear-gradient(top, #979ea7, #848c97);
}
.button-mute:hover,
.button-mute.hover {
  background: #a5abb3;
  border-color: #a5abb3;
  background-color: #a5abb3;
  background: -webkit-gradient(linear, left top, left bottom, from(#a5abb3), to(#a5abb3));
  background: -webkit-linear-gradient(top, #a5abb3, #a5abb3);
  background: -moz-linear-gradient(top, #a5abb3, #a5abb3);
  background: -ms-linear-gradient(top, #a5abb3, #a5abb3);
  background: -o-linear-gradient(top, #a5abb3, #a5abb3);
}
.button-mute:active,
.button-mute.active {
  background: #c0c5ca;
  border-color: #c0c5ca;
  background-color: #c0c5ca;
  background: -webkit-gradient(linear, left top, left bottom, from(#c0c5ca), to(#c0c5ca));
  background: -webkit-linear-gradient(top, #c0c5ca, #c0c5ca);
  background: -moz-linear-gradient(top, #c0c5ca, #c0c5ca);
  background: -ms-linear-gradient(top, #c0c5ca, #c0c5ca);
  background: -o-linear-gradient(top, #c0c5ca, #c0c5ca);
}
.button-mute.inverse {
  background: #ffffff;
  color: #979ea7;
  border-color: #979ea7;
  outline-color: #979ea7;
}
.button-mute.inverse:hover,
.button-mute.inverse.hover {
  color: #a5abb3;
}
.button-mute.inverse:active,
.button-mute.inverse.active {
  color: #c0c5ca;
}
.button-mute.border-contrast,
.button-mute.border-contrast:focus,
.button-mute.border-contrast:hover,
.button-mute.border-contrast:active,
.button-mute.border-contrast.hover,
.button-mute.border-contrast.active,
.button-mute.border-contrast.focus {
  border-color: #ffffff;
}
.button-success {
  background: #84b500;
  color: #ffffff;
  border-color: #84b500;
  background-color: #84b500;
  background: -webkit-gradient(linear, left top, left bottom, from(#84b500), to(#6a9100));
  background: -webkit-linear-gradient(top, #84b500, #6a9100);
  background: -moz-linear-gradient(top, #84b500, #6a9100);
  background: -ms-linear-gradient(top, #84b500, #6a9100);
  background: -o-linear-gradient(top, #84b500, #6a9100);
}
.button-success:hover,
.button-success.hover {
  background: #97cf00;
  border-color: #97cf00;
  background-color: #97cf00;
  background: -webkit-gradient(linear, left top, left bottom, from(#97cf00), to(#97cf00));
  background: -webkit-linear-gradient(top, #97cf00, #97cf00);
  background: -moz-linear-gradient(top, #97cf00, #97cf00);
  background: -ms-linear-gradient(top, #97cf00, #97cf00);
  background: -o-linear-gradient(top, #97cf00, #97cf00);
}
.button-success:active,
.button-success.active {
  background: #bbff02;
  border-color: #bbff02;
  background-color: #bbff02;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbff02), to(#bbff02));
  background: -webkit-linear-gradient(top, #bbff02, #bbff02);
  background: -moz-linear-gradient(top, #bbff02, #bbff02);
  background: -ms-linear-gradient(top, #bbff02, #bbff02);
  background: -o-linear-gradient(top, #bbff02, #bbff02);
}
.button-success.inverse {
  background: #ffffff;
  color: #84b500;
  border-color: #84b500;
  outline-color: #84b500;
}
.button-success.inverse:hover,
.button-success.inverse.hover {
  color: #97cf00;
}
.button-success.inverse:active,
.button-success.inverse.active {
  color: #bbff02;
}
.button-success.border-contrast,
.button-success.border-contrast:focus,
.button-success.border-contrast:hover,
.button-success.border-contrast:active,
.button-success.border-contrast.hover,
.button-success.border-contrast.active,
.button-success.border-contrast.focus {
  border-color: #ffffff;
}
.button-info {
  background: #408cf8;
  color: #ffffff;
  border-color: #408cf8;
  background-color: #408cf8;
  background: -webkit-gradient(linear, left top, left bottom, from(#408cf8), to(#408cf8));
  background: -webkit-linear-gradient(top, #408cf8, #408cf8);
  background: -moz-linear-gradient(top, #408cf8, #408cf8);
  background: -ms-linear-gradient(top, #408cf8, #408cf8);
  background: -o-linear-gradient(top, #408cf8, #408cf8);
}
.button-info:hover,
.button-info.hover {
  background: #599bf9;
  border-color: #599bf9;
  background-color: #599bf9;
  background: -webkit-gradient(linear, left top, left bottom, from(#599bf9), to(#599bf9));
  background: -webkit-linear-gradient(top, #599bf9, #599bf9);
  background: -moz-linear-gradient(top, #599bf9, #599bf9);
  background: -ms-linear-gradient(top, #599bf9, #599bf9);
  background: -o-linear-gradient(top, #599bf9, #599bf9);
}
.button-info:active,
.button-info.active {
  background: #8ab8fb;
  border-color: #8ab8fb;
  background-color: #8ab8fb;
  background: -webkit-gradient(linear, left top, left bottom, from(#8ab8fb), to(#8ab8fb));
  background: -webkit-linear-gradient(top, #8ab8fb, #8ab8fb);
  background: -moz-linear-gradient(top, #8ab8fb, #8ab8fb);
  background: -ms-linear-gradient(top, #8ab8fb, #8ab8fb);
  background: -o-linear-gradient(top, #8ab8fb, #8ab8fb);
}
.button-info.inverse {
  background: #ffffff;
  color: #408cf8;
  border-color: #408cf8;
  outline-color: #408cf8;
}
.button-info.inverse:hover,
.button-info.inverse.hover {
  color: #599bf9;
}
.button-info.inverse:active,
.button-info.inverse.active {
  color: #8ab8fb;
}
.button-info.border-contrast,
.button-info.border-contrast:focus,
.button-info.border-contrast:hover,
.button-info.border-contrast:active,
.button-info.border-contrast.hover,
.button-info.border-contrast.active,
.button-info.border-contrast.focus {
  border-color: #ffffff;
}
.button-warning {
  background: #ff004e;
  color: #ffffff;
  border-color: #ff004e;
  background-color: #ff004e;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff004e), to(#db0043));
  background: -webkit-linear-gradient(top, #ff004e, #db0043);
  background: -moz-linear-gradient(top, #ff004e, #db0043);
  background: -ms-linear-gradient(top, #ff004e, #db0043);
  background: -o-linear-gradient(top, #ff004e, #db0043);
}
.button-warning:hover,
.button-warning.hover {
  background: #ff1a60;
  border-color: #ff1a60;
  background-color: #ff1a60;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff1a60), to(#ff1a60));
  background: -webkit-linear-gradient(top, #ff1a60, #ff1a60);
  background: -moz-linear-gradient(top, #ff1a60, #ff1a60);
  background: -ms-linear-gradient(top, #ff1a60, #ff1a60);
  background: -o-linear-gradient(top, #ff1a60, #ff1a60);
}
.button-warning:active,
.button-warning.active {
  background: #ff4d83;
  border-color: #ff4d83;
  background-color: #ff4d83;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4d83), to(#ff4d83));
  background: -webkit-linear-gradient(top, #ff4d83, #ff4d83);
  background: -moz-linear-gradient(top, #ff4d83, #ff4d83);
  background: -ms-linear-gradient(top, #ff4d83, #ff4d83);
  background: -o-linear-gradient(top, #ff4d83, #ff4d83);
}
.button-warning.inverse {
  background: #ffffff;
  color: #ff004e;
  border-color: #ff004e;
  outline-color: #ff004e;
}
.button-warning.inverse:hover,
.button-warning.inverse.hover {
  color: #ff1a60;
}
.button-warning.inverse:active,
.button-warning.inverse.active {
  color: #ff4d83;
}
.button-warning.border-contrast,
.button-warning.border-contrast:focus,
.button-warning.border-contrast:hover,
.button-warning.border-contrast:active,
.button-warning.border-contrast.hover,
.button-warning.border-contrast.active,
.button-warning.border-contrast.focus {
  border-color: #ffffff;
}
.button-danger {
  background: #ff004e;
  color: #ffffff;
  border-color: #ff004e;
  background-color: #ff004e;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff004e), to(#db0043));
  background: -webkit-linear-gradient(top, #ff004e, #db0043);
  background: -moz-linear-gradient(top, #ff004e, #db0043);
  background: -ms-linear-gradient(top, #ff004e, #db0043);
  background: -o-linear-gradient(top, #ff004e, #db0043);
}
.button-danger:hover,
.button-danger.hover {
  background: #ff1a60;
  border-color: #ff1a60;
  background-color: #ff1a60;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff1a60), to(#ff1a60));
  background: -webkit-linear-gradient(top, #ff1a60, #ff1a60);
  background: -moz-linear-gradient(top, #ff1a60, #ff1a60);
  background: -ms-linear-gradient(top, #ff1a60, #ff1a60);
  background: -o-linear-gradient(top, #ff1a60, #ff1a60);
}
.button-danger:active,
.button-danger.active {
  background: #ff4d83;
  border-color: #ff4d83;
  background-color: #ff4d83;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4d83), to(#ff4d83));
  background: -webkit-linear-gradient(top, #ff4d83, #ff4d83);
  background: -moz-linear-gradient(top, #ff4d83, #ff4d83);
  background: -ms-linear-gradient(top, #ff4d83, #ff4d83);
  background: -o-linear-gradient(top, #ff4d83, #ff4d83);
}
.button-danger.inverse {
  background: #ffffff;
  color: #ff004e;
  border-color: #ff004e;
  outline-color: #ff004e;
}
.button-danger.inverse:hover,
.button-danger.inverse.hover {
  color: #ff1a60;
}
.button-danger.inverse:active,
.button-danger.inverse.active {
  color: #ff4d83;
}
.button-danger.border-contrast,
.button-danger.border-contrast:focus,
.button-danger.border-contrast:hover,
.button-danger.border-contrast:active,
.button-danger.border-contrast.hover,
.button-danger.border-contrast.active,
.button-danger.border-contrast.focus {
  border-color: #ffffff;
}
.button-group {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.button-group.reverse {
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.button-group .button ~ *,
.button-group .button ~ *:hover,
.button-group .button ~ *:focus,
.button-group .button ~ *:active,
.button-group .button ~ *.hover,
.button-group .button ~ *.focus,
.button-group .button ~ *.active {
  border-left: 0 none;
}
.button-group .button:first-child,
.button-group .button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-group .button:first-child ~ *:not(:last-child):not(:last-of-type),
.button-group .button:first-of-type ~ *:not(:last-child):not(:last-of-type) {
  border-radius: 0;
}
.button-group .button:last-child,
.button-group .button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-group-horizontal {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.button-group-horizontal.reverse {
  -webkit-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.button-group-horizontal .button ~ *,
.button-group-horizontal .button ~ *:hover,
.button-group-horizontal .button ~ *:focus,
.button-group-horizontal .button ~ *:active,
.button-group-horizontal .button ~ *.hover,
.button-group-horizontal .button ~ *.focus,
.button-group-horizontal .button ~ *.active {
  border-top: 0 none;
}
.button-group-horizontal .button:first-child,
.button-group-horizontal .button:first-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.button-group-horizontal .button:first-child ~ *:not(:last-child):not(:last-of-type),
.button-group-horizontal .button:first-of-type ~ *:not(:last-child):not(:last-of-type) {
  border-radius: 0;
}
.button-group-horizontal .button:last-child,
.button-group-horizontal .button:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@font-face {
  font-family: 'cost-tracker';
  src: url(/assets/icomoon-5114b7d8a3a9ab33243e7ee8dff646ad434379c6d1ed3742ed2747e60d9a5ef2.eot?8soe91);
  src: url(/assets/icomoon-5114b7d8a3a9ab33243e7ee8dff646ad434379c6d1ed3742ed2747e60d9a5ef2.eot?8soe91#iefix) format('embedded-opentype'), url(/assets/icomoon-dcc9927c182ce985f7aaea495b8348af3cdb2de9404830a9cf9ed1fc44206472.woff?8soe91) format('woff'), url(/assets/icomoon-eb72cea3fcb200260d1ffcc405d570efbe1a239bd8252af41d5c8710d0083bcc.ttf?8soe91) format('truetype'), url(/assets/icomoon-c9cf5bf96053ce58757d69f207b414eabf409a05653a612d847748a87d7f53f6.svg?8soe91#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-task:before {
  content: "\e968";
}
.icon-thumb_up:before {
  content: "\e967";
}
.icon-menu_open:before {
  content: "\e963";
}
.icon-file-preview .path1:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e961";
  color: #b5bfca;
}
.icon-file-preview .path2:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e962";
  margin-left: -1em;
  color: #2ab75d;
}
.icon-file-preview:empty:before {
  content: "\e961";
  color: #b5bfca;
}
.icon-file-preview:empty:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e962";
  margin-left: -1em;
  color: #2ab75d;
}
.icon-download:before {
  content: "\e95f";
}
.icon-help_center:before {
  content: "\e95e";
}
.icon-inv:before {
  content: "\e95b";
}
.icon-po:before {
  content: "\e95c";
}
.icon-notification-settings:before {
  content: "\e95d";
}
.icon-ocr:before {
  content: "\e955";
}
.icon-verified_user:before {
  content: "\e94e";
}
.icon-notification_important:before {
  content: "\e94d";
}
.icon-add:before {
  content: "\e950";
}
.icon-content_copy:before {
  content: "\e95a";
}
.icon-bar_chart:before {
  content: "\e964";
}
.icon-rotate_left:before {
  content: "\e951";
}
.icon-rotate_right:before {
  content: "\e952";
}
.icon-print:before {
  content: "\e960";
}
.icon-do_not_disturb:before {
  content: "\e958";
}
.icon-hourglass_empty:before {
  content: "\e94f";
}
.icon-view_column:before {
  content: "\e959";
}
.icon-zoom_in:before {
  content: "\e953";
}
.icon-zoom_out:before {
  content: "\e954";
}
.icon-text_snippet:before {
  content: "\e966";
}
.icon-upload_file:before {
  content: "\e965";
}
.icon-attach_email:before {
  content: "\e957";
}
.icon-book:before {
  content: "\e956";
}
.icon-eye-lock:before {
  content: "\e94c";
}
.icon-eye:before {
  content: "\e94b";
}
.icon-warning:before {
  content: "\e94a";
}
.icon-list_alt:before {
  content: "\e949";
}
.icon-par_rec .path1:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e945";
  color: #5f6368;
  opacity: 0.4;
}
.icon-par_rec .path2:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e946";
  margin-left: -0.98339844em;
  color: #5f6368;
}
.icon-par_rec .path3:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e947";
  margin-left: -0.98339844em;
  color: #5f6368;
}
.icon-par_rec .path4:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e948";
  margin-left: -0.98339844em;
  color: #5f6368;
}
.icon-dialog:before {
  content: "\e942";
}
.icon-add_comment:before {
  content: "\e943";
}
.icon-add_comment_alt:before {
  content: "\e944";
}
.icon-revise:before {
  content: "\e941";
}
.icon-drag:before {
  content: "\e940";
}
.icon-restore_from_trash:before {
  content: "\e93f";
}
.icon-lock:before {
  content: "\e93e";
}
.icon-star_border:before {
  content: "\e93d";
}
.icon-remove_circle:before {
  content: "\e93c";
}
.icon-insert_file:before {
  content: "\e93a";
}
.icon-add_circle:before {
  content: "\e93b";
}
.icon-calendar:before {
  content: "\e937";
}
.icon-plugin:before {
  content: "\e938";
}
.icon-refresh:before {
  content: "\e939";
}
.icon-date_range:before {
  content: "\e936";
}
.icon-comment:before {
  content: "\e935";
}
.icon-copy:before {
  content: "\e932";
}
.icon-restore:before {
  content: "\e933";
}
.icon-how_to_reg:before {
  content: "\e934";
}
.icon-arrow_forward:before {
  content: "\e930";
}
.icon-arrow_back:before {
  content: "\e931";
}
.icon-info:before {
  content: "\e92f";
}
.icon-filter_list:before {
  content: "\e92e";
}
.icon-star:before {
  content: "\e92d";
}
.icon-language:before {
  content: "\e92c";
}
.icon-delete:before {
  content: "\e92a";
}
.icon-edit:before {
  content: "\e92b";
}
.icon-work:before {
  content: "\e924";
}
.icon-budgets_settings:before {
  content: "\e925";
}
.icon-department:before {
  content: "\e926";
}
.icon-place:before {
  content: "\e927";
}
.icon-po-setup:before {
  content: "\e928";
}
.icon-exit_to_app:before {
  content: "\e929";
}
.icon-face:before {
  content: "\e923";
}
.icon-settings:before {
  content: "\e922";
}
.icon-check:before {
  content: "\e921";
}
.icon-search:before {
  content: "\e920";
}
.icon-more:before {
  content: "\e91b";
}
.icon-internal_file:before {
  content: "\e91c";
}
.icon-menu:before {
  content: "\e91d";
}
.icon-monetization:before {
  content: "\e91e";
}
.icon-send:before {
  content: "\e91f";
}
.icon-delete_forever:before {
  content: "\e915";
}
.icon-local_offer:before {
  content: "\e916";
}
.icon-attach_file:before {
  content: "\e917";
}
.icon-arrow_drop_up:before {
  content: "\e918";
}
.icon-arrow_drop_down:before {
  content: "\e919";
}
.icon-question_answer:before {
  content: "\e91a";
}
.icon-vpn_key:before {
  content: "\e913";
}
.icon-person:before {
  content: "\e914";
}
.icon-arrow_downward:before {
  content: "\e900";
}
.icon-arrow_upward:before {
  content: "\e901";
}
.icon-assignment_turned_in:before {
  content: "\e902";
}
.icon-calculate:before {
  content: "\e903";
}
.icon-cancel:before {
  content: "\e904";
}
.icon-check_circle:before {
  content: "\e905";
}
.icon-close:before {
  content: "\e906";
}
.icon-email:before {
  content: "\e907";
}
.icon-folder:before {
  content: "\e908";
}
.icon-group:before {
  content: "\e909";
}
.icon-keyboard_arrow_down:before {
  content: "\e90a";
}
.icon-keyboard_arrow_left:before {
  content: "\e90b";
}
.icon-keyboard_arrow_right:before {
  content: "\e90c";
}
.icon-keyboard_arrow_up:before {
  content: "\e90d";
}
.icon-markunread_mailbox:before {
  content: "\e90e";
}
.icon-monetization_on:before {
  content: "\e90f";
}
.icon-new-po:before {
  content: "\e910";
}
.icon-notifications:before {
  content: "\e911";
}
.icon-rejected:before {
  content: "\e912";
}
@-moz-keyframes icon-spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.horizostal-center {
  margin-left: auto !important;
  margin-right: auto !important;
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.display-none,
.hide {
  display: none !important;
}
.display-block,
.show {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-inline {
  display: inline !important;
}
.display-table {
  display: table !important;
}
.display-table-cell {
  display: table !important;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.text-hide {
  text-indent: -1000000px;
}
.none-events {
  pointer-events: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-7 {
  opacity: 0.7;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.overflow-scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .print-hide {
    display: none !important;
  }
  .print-show {
    display: block !important;
  }
}
@media speech {
  .speech-hide {
    display: none !important;
  }
  .speech-show {
    display: block !important;
  }
}
@media braille {
  .braille-hide {
    display: none !important;
  }
  .braille-show {
    display: block !important;
  }
}
@media tv {
  .tv-hide {
    display: none !important;
  }
  .tv-show {
    display: block !important;
  }
}
@media not screen {
  .not-screenhide {
    display: none !important;
  }
  .not-screenshow {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  .mp-display-none,
  .mp-under-display-none,
  .mp-under-hide {
    display: none !important;
  }
}
@media (min-width: 420px) and (max-width: 568px) {
  .m-display-none,
  .m-hide {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-none,
  .m-hide {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-none,
  .tp-hide {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-none,
  .tp-under-hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .t-display-none,
  .t-hide {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .t-under-display-none,
  .t-under-hide {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  .mp-display-block,
  .mp-under-display-block,
  .mp-under-show {
    display: block !important;
  }
}
@media (min-width: 421px) {
  .mp-under-show {
    display: none !important;
  }
}
@media (min-width: 420px) and (max-width: 568px) {
  .m-display-block,
  .m-show {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-block,
  .m-under-show {
    display: block !important;
  }
}
@media (min-width: 569px) {
  .m-under-show {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-block,
  .tp-show {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-block,
  .tp-under-show {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .tp-under-show {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .t-display-block,
  .t-show {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .t-under-display-block,
  .t-under-show {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .t-under-show {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  .mp-display-inline,
  .mp-under-display-inline {
    display: inline !important;
  }
}
@media (min-width: 420px) and (max-width: 568px) {
  .m-display-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-inline {
    display: inline !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .t-display-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .t-under-display-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  .mp-display-inline-block,
  .mp-under-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 420px) and (max-width: 568px) {
  .m-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .t-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .t-under-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  .mp-display-table,
  .mp-under-display-table {
    display: table !important;
  }
}
@media (min-width: 420px) and (max-width: 568px) {
  .m-display-table {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-table {
    display: table !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-table {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-table {
    display: table !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .t-display-table {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .t-under-display-table {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  .mp-display-table-cell,
  .mp-under-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 420px) and (max-width: 568px) {
  .m-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .t-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .t-under-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  .mp-hidden,
  .mp-under-hidden {
    visibility: hidden;
  }
}
@media (min-width: 420px) and (max-width: 568px) {
  .m-hidden {
    visibility: hidden;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-hidden {
    visibility: hidden;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-hidden {
    visibility: hidden;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-hidden {
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .t-hidden {
    visibility: hidden;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .t-under-hidden {
    visibility: hidden;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  .mp-visible,
  .mp-under-visible {
    visibility: visible;
  }
}
@media (min-width: 420px) and (max-width: 568px) {
  .m-visible {
    visibility: visible;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-visible {
    visibility: visible;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-visible {
    visibility: visible;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-visible {
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .t-visible {
    visibility: visible;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .t-under-visible {
    visibility: visible;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  .mp-text-hide,
  .mp-under-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 420px) and (max-width: 568px) {
  .m-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .t-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .t-under-text-hide {
    text-indent: -1000000px;
  }
}
.items {
  margin-top: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.items > * {
  margin-top: 15px;
  margin-left: 15px;
}
.items.items-end {
  margin-right: -15px;
  margin-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.items.items-end > * {
  margin-right: 15px;
  margin-left: 0;
}
.items.items-center {
  margin-right: -7.5px;
  margin-left: -7.5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.items.items-center > * {
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.items.items-stretch {
  margin-right: -7.5px;
  margin-left: -7.5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.items.items-stretch > * {
  margin-right: 7.5px;
  margin-left: 7.5px;
}
ul.items {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
ul.items > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
input.toggle {
  position: fixed;
  left: -1000000px;
}
input.toggle:checked ~ .toggle-block,
input.toggle:checked ~ .toggle-show {
  display: block;
}
input.toggle:checked ~ .toggle-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
input.toggle:checked ~ .toggle-inline {
  display: inline;
}
input.toggle:checked ~ .toggle-inline-block {
  display: inline-block;
}
input.toggle:checked ~ .toggle-hide,
input.toggle:checked ~ .toggle-none {
  display: none;
}
input.toggle:checked ~ .toggle-label .toggle-block,
input.toggle:checked ~ .toggle-label .toggle-show {
  display: block;
}
input.toggle:checked ~ .toggle-label .toggle-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
input.toggle:checked ~ .toggle-label .toggle-inline {
  display: inline;
}
input.toggle:checked ~ .toggle-label .toggle-inline-block {
  display: inline-block;
}
input.toggle:checked ~ .toggle-label .toggle-hide,
input.toggle:checked ~ .toggle-label .toggle-none {
  display: none;
}
input.toggle:not(:checked) ~ .toggle-block,
input.toggle:not(:checked) ~ .toggle-show,
input.toggle:not(:checked) ~ .toggle-flex,
input.toggle:not(:checked) ~ .toggle-inline,
input.toggle:not(:checked) ~ .toggle-inline-block {
  display: none;
}
input.toggle:not(:checked) ~ .toggle-hide,
input.toggle:not(:checked) ~ .toggle-none {
  display: block;
}
input.toggle:not(:checked) ~ .toggle-label .toggle-block,
input.toggle:not(:checked) ~ .toggle-label .toggle-show,
input.toggle:not(:checked) ~ .toggle-label .toggle-flex,
input.toggle:not(:checked) ~ .toggle-label .toggle-inline,
input.toggle:not(:checked) ~ .toggle-label .toggle-inline-block {
  display: none;
}
input.toggle:not(:checked) ~ .toggle-label .toggle-hide,
input.toggle:not(:checked) ~ .toggle-label .toggle-none {
  display: block;
}
input.mobile-toggle {
  position: fixed;
  left: -1000000px;
}
@media (max-width: 768px) {
  input.mobile-toggle {
    position: fixed;
    left: -1000000px;
  }
  input.mobile-toggle:checked ~ .mobile-toggle-show {
    display: block;
  }
  input.mobile-toggle:checked ~ .mobile-toggle-hide {
    display: none;
  }
  input.mobile-toggle:checked ~ .mobile-toggle-label .toggle-show {
    display: block;
  }
  input.mobile-toggle:checked ~ .mobile-toggle-label .toggle-hide {
    display: none;
  }
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-show {
    display: none;
  }
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-hide {
    display: block;
  }
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-label .toggle-show {
    display: none;
  }
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-label .toggle-hide {
    display: block;
  }
}
@media (min-width: 768px) {
  input.mobile-toggle,
  .mobile-toggle-label {
    display: none;
  }
}
h1,
.h1 {
  font-size: 2.4rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 2.2rem 0;
}
h2,
.h2 {
  font-size: 2rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 2rem 0;
}
h3,
.h3 {
  font-size: 1.7rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 1.05rem 0;
}
h4,
.h4 {
  font-size: 1.4rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 0.75rem 0;
}
h5,
.h5 {
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 0.5rem 0;
}
h6,
.h6 {
  font-size: 0.8rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 0.4rem 0;
}
h1 .actions,
h2 .actions,
h3 .actions,
h4 .actions,
h5 .actions,
h6 .actions,
.h1 .actions,
.h2 .actions,
.h3 .actions,
.h4 .actions,
.h5 .actions,
.h6 .actions {
  float: right;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  opacity: 0.7;
  font-size: 0.7em;
}
a.link {
  color: #408cf8;
  text-decoration: none;
}
a.link:hover {
  color: #a2c7fc;
  text-decoration: underline;
}
body,
pre {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  -webkit-text-size-adjust: none;
}
.cell-fill {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 0;
}
.cell-auto {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  min-height: 0;
}
@media (min-width: 1280px) {
  .d-cell-fill {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .d-cell-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .t-cell-fill {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .t-cell-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 768px) {
  .tp-cell-fill {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .tp-cell-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 568px) {
  .m-cell-fill {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .m-cell-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 420px) {
  .mp-cell-fill {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .mp-cell-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
.cell-1 {
  width: 6.25%;
}
.cell-1-9 {
  width: 11.875%;
}
.cell-1-8 {
  width: 11.25%;
}
.cell-1-7 {
  width: 10.625%;
}
.cell-1-6 {
  width: 10%;
}
.cell-1-5 {
  width: 9.375%;
}
.cell-1-4 {
  width: 8.125%;
}
.cell-1-3 {
  width: 8.125%;
}
.cell-1-2 {
  width: 7.5%;
}
.cell-1-1 {
  width: 6.875%;
}
.cell-2 {
  width: 12.5%;
}
.cell-2-9 {
  width: 18.125%;
}
.cell-2-8 {
  width: 17.5%;
}
.cell-2-7 {
  width: 16.875%;
}
.cell-2-6 {
  width: 16.25%;
}
.cell-2-5 {
  width: 15.625%;
}
.cell-2-4 {
  width: 14.375%;
}
.cell-2-3 {
  width: 14.375%;
}
.cell-2-2 {
  width: 13.75%;
}
.cell-2-1 {
  width: 13.125%;
}
.cell-3 {
  width: 18.75%;
}
.cell-3-9 {
  width: 24.375%;
}
.cell-3-8 {
  width: 23.75%;
}
.cell-3-7 {
  width: 23.125%;
}
.cell-3-6 {
  width: 22.5%;
}
.cell-3-5 {
  width: 21.875%;
}
.cell-3-4 {
  width: 20.625%;
}
.cell-3-3 {
  width: 20.625%;
}
.cell-3-2 {
  width: 20%;
}
.cell-3-1 {
  width: 19.375%;
}
.cell-4 {
  width: 25%;
}
.cell-4-9 {
  width: 30.625%;
}
.cell-4-8 {
  width: 30%;
}
.cell-4-7 {
  width: 29.375%;
}
.cell-4-6 {
  width: 28.75%;
}
.cell-4-5 {
  width: 28.125%;
}
.cell-4-4 {
  width: 26.875%;
}
.cell-4-3 {
  width: 26.875%;
}
.cell-4-2 {
  width: 26.25%;
}
.cell-4-1 {
  width: 25.625%;
}
.cell-5 {
  width: 31.25%;
}
.cell-5-9 {
  width: 36.875%;
}
.cell-5-8 {
  width: 36.25%;
}
.cell-5-7 {
  width: 35.625%;
}
.cell-5-6 {
  width: 35%;
}
.cell-5-5 {
  width: 34.375%;
}
.cell-5-4 {
  width: 33.125%;
}
.cell-5-3 {
  width: 33.125%;
}
.cell-5-2 {
  width: 32.5%;
}
.cell-5-1 {
  width: 31.875%;
}
.cell-6 {
  width: 37.5%;
}
.cell-6-9 {
  width: 43.125%;
}
.cell-6-8 {
  width: 42.5%;
}
.cell-6-7 {
  width: 41.875%;
}
.cell-6-6 {
  width: 41.25%;
}
.cell-6-5 {
  width: 40.625%;
}
.cell-6-4 {
  width: 39.375%;
}
.cell-6-3 {
  width: 39.375%;
}
.cell-6-2 {
  width: 38.75%;
}
.cell-6-1 {
  width: 38.125%;
}
.cell-7 {
  width: 43.75%;
}
.cell-7-9 {
  width: 49.375%;
}
.cell-7-8 {
  width: 48.75%;
}
.cell-7-7 {
  width: 48.125%;
}
.cell-7-6 {
  width: 47.5%;
}
.cell-7-5 {
  width: 46.875%;
}
.cell-7-4 {
  width: 45.625%;
}
.cell-7-3 {
  width: 45.625%;
}
.cell-7-2 {
  width: 45%;
}
.cell-7-1 {
  width: 44.375%;
}
.cell-8 {
  width: 50%;
}
.cell-8-9 {
  width: 55.625%;
}
.cell-8-8 {
  width: 55%;
}
.cell-8-7 {
  width: 54.375%;
}
.cell-8-6 {
  width: 53.75%;
}
.cell-8-5 {
  width: 53.125%;
}
.cell-8-4 {
  width: 51.875%;
}
.cell-8-3 {
  width: 51.875%;
}
.cell-8-2 {
  width: 51.25%;
}
.cell-8-1 {
  width: 50.625%;
}
.cell-9 {
  width: 56.25%;
}
.cell-9-9 {
  width: 61.875%;
}
.cell-9-8 {
  width: 61.25%;
}
.cell-9-7 {
  width: 60.625%;
}
.cell-9-6 {
  width: 60%;
}
.cell-9-5 {
  width: 59.375%;
}
.cell-9-4 {
  width: 58.125%;
}
.cell-9-3 {
  width: 58.125%;
}
.cell-9-2 {
  width: 57.5%;
}
.cell-9-1 {
  width: 56.875%;
}
.cell-10 {
  width: 62.5%;
}
.cell-10-9 {
  width: 68.125%;
}
.cell-10-8 {
  width: 67.5%;
}
.cell-10-7 {
  width: 66.875%;
}
.cell-10-6 {
  width: 66.25%;
}
.cell-10-5 {
  width: 65.625%;
}
.cell-10-4 {
  width: 64.375%;
}
.cell-10-3 {
  width: 64.375%;
}
.cell-10-2 {
  width: 63.75%;
}
.cell-10-1 {
  width: 63.125%;
}
.cell-11 {
  width: 68.75%;
}
.cell-11-9 {
  width: 74.375%;
}
.cell-11-8 {
  width: 73.75%;
}
.cell-11-7 {
  width: 73.125%;
}
.cell-11-6 {
  width: 72.5%;
}
.cell-11-5 {
  width: 71.875%;
}
.cell-11-4 {
  width: 70.625%;
}
.cell-11-3 {
  width: 70.625%;
}
.cell-11-2 {
  width: 70%;
}
.cell-11-1 {
  width: 69.375%;
}
.cell-12 {
  width: 75%;
}
.cell-12-9 {
  width: 80.625%;
}
.cell-12-8 {
  width: 80%;
}
.cell-12-7 {
  width: 79.375%;
}
.cell-12-6 {
  width: 78.75%;
}
.cell-12-5 {
  width: 78.125%;
}
.cell-12-4 {
  width: 76.875%;
}
.cell-12-3 {
  width: 76.875%;
}
.cell-12-2 {
  width: 76.25%;
}
.cell-12-1 {
  width: 75.625%;
}
.cell-13 {
  width: 81.25%;
}
.cell-13-9 {
  width: 86.875%;
}
.cell-13-8 {
  width: 86.25%;
}
.cell-13-7 {
  width: 85.625%;
}
.cell-13-6 {
  width: 85%;
}
.cell-13-5 {
  width: 84.375%;
}
.cell-13-4 {
  width: 83.125%;
}
.cell-13-3 {
  width: 83.125%;
}
.cell-13-2 {
  width: 82.5%;
}
.cell-13-1 {
  width: 81.875%;
}
.cell-14 {
  width: 87.5%;
}
.cell-14-9 {
  width: 93.125%;
}
.cell-14-8 {
  width: 92.5%;
}
.cell-14-7 {
  width: 91.875%;
}
.cell-14-6 {
  width: 91.25%;
}
.cell-14-5 {
  width: 90.625%;
}
.cell-14-4 {
  width: 89.375%;
}
.cell-14-3 {
  width: 89.375%;
}
.cell-14-2 {
  width: 88.75%;
}
.cell-14-1 {
  width: 88.125%;
}
.cell-15 {
  width: 93.75%;
}
.cell-15-9 {
  width: 99.375%;
}
.cell-15-8 {
  width: 98.75%;
}
.cell-15-7 {
  width: 98.125%;
}
.cell-15-6 {
  width: 97.5%;
}
.cell-15-5 {
  width: 96.875%;
}
.cell-15-4 {
  width: 95.625%;
}
.cell-15-3 {
  width: 95.625%;
}
.cell-15-2 {
  width: 95%;
}
.cell-15-1 {
  width: 94.375%;
}
.cell-16 {
  width: 100%;
}
.cell-16-9 {
  width: 105.625%;
}
.cell-16-8 {
  width: 105%;
}
.cell-16-7 {
  width: 104.375%;
}
.cell-16-6 {
  width: 103.75%;
}
.cell-16-5 {
  width: 103.125%;
}
.cell-16-4 {
  width: 101.875%;
}
.cell-16-3 {
  width: 101.875%;
}
.cell-16-2 {
  width: 101.25%;
}
.cell-16-1 {
  width: 100.625%;
}
@media (min-width: 1280px) {
  .d-cell-1 {
    width: 6.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-2 {
    width: 12.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-3 {
    width: 18.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-4 {
    width: 25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-5 {
    width: 31.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-6 {
    width: 37.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-7 {
    width: 43.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-8 {
    width: 50%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-9 {
    width: 56.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-10 {
    width: 62.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-11 {
    width: 68.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-12 {
    width: 75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-13 {
    width: 81.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-14 {
    width: 87.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-15 {
    width: 93.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-16 {
    width: 100%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-1 {
    width: 6.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-2 {
    width: 12.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-3 {
    width: 18.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-4 {
    width: 25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-5 {
    width: 31.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-6 {
    width: 37.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-7 {
    width: 43.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-8 {
    width: 50%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-9 {
    width: 56.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-10 {
    width: 62.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-11 {
    width: 68.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-12 {
    width: 75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-13 {
    width: 81.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-14 {
    width: 87.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-15 {
    width: 93.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .t-cell-16 {
    width: 100%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-1 {
    width: 6.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-2 {
    width: 12.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-3 {
    width: 18.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-4 {
    width: 25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-5 {
    width: 31.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-6 {
    width: 37.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-7 {
    width: 43.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-8 {
    width: 50%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-9 {
    width: 56.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-10 {
    width: 62.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-11 {
    width: 68.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-12 {
    width: 75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-13 {
    width: 81.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-14 {
    width: 87.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-15 {
    width: 93.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-16 {
    width: 100%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-1 {
    width: 6.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-2 {
    width: 12.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-3 {
    width: 18.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-4 {
    width: 25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-5 {
    width: 31.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-6 {
    width: 37.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-7 {
    width: 43.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-8 {
    width: 50%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-9 {
    width: 56.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-10 {
    width: 62.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-11 {
    width: 68.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-12 {
    width: 75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-13 {
    width: 81.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-14 {
    width: 87.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-15 {
    width: 93.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-16 {
    width: 100%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-1 {
    width: 6.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-2 {
    width: 12.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-3 {
    width: 18.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-4 {
    width: 25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-5 {
    width: 31.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-6 {
    width: 37.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-7 {
    width: 43.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-8 {
    width: 50%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-9 {
    width: 56.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-10 {
    width: 62.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-11 {
    width: 68.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-12 {
    width: 75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-13 {
    width: 81.25%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-14 {
    width: 87.5%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-15 {
    width: 93.75%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .mp-cell-16 {
    width: 100%;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
table.grid .cell-1 {
  min-width: 6.25%;
  max-width: 6.25%;
  width: 6.25%;
}
.grid.column > .cell-1,
.grid.column > .row > .cell-1 {
  width: auto;
  flex: 1 1 6.25%;
}
.grid.column .width-1 {
  width: 6.25%;
}
table.grid .cell-2 {
  min-width: 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}
.grid.column > .cell-2,
.grid.column > .row > .cell-2 {
  width: auto;
  flex: 1 1 12.5%;
}
.grid.column .width-2 {
  width: 12.5%;
}
table.grid .cell-3 {
  min-width: 18.75%;
  max-width: 18.75%;
  width: 18.75%;
}
.grid.column > .cell-3,
.grid.column > .row > .cell-3 {
  width: auto;
  flex: 1 1 18.75%;
}
.grid.column .width-3 {
  width: 18.75%;
}
table.grid .cell-4 {
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}
.grid.column > .cell-4,
.grid.column > .row > .cell-4 {
  width: auto;
  flex: 1 1 25%;
}
.grid.column .width-4 {
  width: 25%;
}
table.grid .cell-5 {
  min-width: 31.25%;
  max-width: 31.25%;
  width: 31.25%;
}
.grid.column > .cell-5,
.grid.column > .row > .cell-5 {
  width: auto;
  flex: 1 1 31.25%;
}
.grid.column .width-5 {
  width: 31.25%;
}
table.grid .cell-6 {
  min-width: 37.5%;
  max-width: 37.5%;
  width: 37.5%;
}
.grid.column > .cell-6,
.grid.column > .row > .cell-6 {
  width: auto;
  flex: 1 1 37.5%;
}
.grid.column .width-6 {
  width: 37.5%;
}
table.grid .cell-7 {
  min-width: 43.75%;
  max-width: 43.75%;
  width: 43.75%;
}
.grid.column > .cell-7,
.grid.column > .row > .cell-7 {
  width: auto;
  flex: 1 1 43.75%;
}
.grid.column .width-7 {
  width: 43.75%;
}
table.grid .cell-8 {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}
.grid.column > .cell-8,
.grid.column > .row > .cell-8 {
  width: auto;
  flex: 1 1 50%;
}
.grid.column .width-8 {
  width: 50%;
}
table.grid .cell-9 {
  min-width: 56.25%;
  max-width: 56.25%;
  width: 56.25%;
}
.grid.column > .cell-9,
.grid.column > .row > .cell-9 {
  width: auto;
  flex: 1 1 56.25%;
}
.grid.column .width-9 {
  width: 56.25%;
}
table.grid .cell-10 {
  min-width: 62.5%;
  max-width: 62.5%;
  width: 62.5%;
}
.grid.column > .cell-10,
.grid.column > .row > .cell-10 {
  width: auto;
  flex: 1 1 62.5%;
}
.grid.column .width-10 {
  width: 62.5%;
}
table.grid .cell-11 {
  min-width: 68.75%;
  max-width: 68.75%;
  width: 68.75%;
}
.grid.column > .cell-11,
.grid.column > .row > .cell-11 {
  width: auto;
  flex: 1 1 68.75%;
}
.grid.column .width-11 {
  width: 68.75%;
}
table.grid .cell-12 {
  min-width: 75%;
  max-width: 75%;
  width: 75%;
}
.grid.column > .cell-12,
.grid.column > .row > .cell-12 {
  width: auto;
  flex: 1 1 75%;
}
.grid.column .width-12 {
  width: 75%;
}
table.grid .cell-13 {
  min-width: 81.25%;
  max-width: 81.25%;
  width: 81.25%;
}
.grid.column > .cell-13,
.grid.column > .row > .cell-13 {
  width: auto;
  flex: 1 1 81.25%;
}
.grid.column .width-13 {
  width: 81.25%;
}
table.grid .cell-14 {
  min-width: 87.5%;
  max-width: 87.5%;
  width: 87.5%;
}
.grid.column > .cell-14,
.grid.column > .row > .cell-14 {
  width: auto;
  flex: 1 1 87.5%;
}
.grid.column .width-14 {
  width: 87.5%;
}
table.grid .cell-15 {
  min-width: 93.75%;
  max-width: 93.75%;
  width: 93.75%;
}
.grid.column > .cell-15,
.grid.column > .row > .cell-15 {
  width: auto;
  flex: 1 1 93.75%;
}
.grid.column .width-15 {
  width: 93.75%;
}
table.grid .cell-16 {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.grid.column > .cell-16,
.grid.column > .row > .cell-16 {
  width: auto;
  flex: 1 1 100%;
}
.grid.column .width-16 {
  width: 100%;
}
.grid [class*="cell"].offset-left-0,
.grid[class*="width-"].offset-left-0,
.grid [class*="cell"].offset-0,
.grid[class*="width-"].offset-0 {
  margin-left: 0% !important;
}
.grid [class*="cell"].offset-right-0,
.grid[class*="width-"].offset-right-0 {
  margin-right: 0% !important;
}
.grid.offset-left-0 [class*="cell"]:first-child,
.grid.offset-0 [class*="cell"]:first-child,
.grid .row.offset-left-0 [class*="cell"]:first-child,
.grid .row.offset-0 [class*="cell"]:first-child {
  margin-left: 0%;
}
.grid.offset-right-0 [class*="cell"]:last-child,
.grid .row.offset-right-0 [class*="cell"]:last-child {
  margin-right: 0%;
}
.grid [class*="cell"].offset-left-1,
.grid[class*="width-"].offset-left-1,
.grid [class*="cell"].offset-1,
.grid[class*="width-"].offset-1 {
  margin-left: 6.25% !important;
}
.grid [class*="cell"].offset-right-1,
.grid[class*="width-"].offset-right-1 {
  margin-right: 6.25% !important;
}
.grid.offset-left-1 [class*="cell"]:first-child,
.grid.offset-1 [class*="cell"]:first-child,
.grid .row.offset-left-1 [class*="cell"]:first-child,
.grid .row.offset-1 [class*="cell"]:first-child {
  margin-left: 6.25%;
}
.grid.offset-right-1 [class*="cell"]:last-child,
.grid .row.offset-right-1 [class*="cell"]:last-child {
  margin-right: 6.25%;
}
.grid [class*="cell"].offset-left-2,
.grid[class*="width-"].offset-left-2,
.grid [class*="cell"].offset-2,
.grid[class*="width-"].offset-2 {
  margin-left: 12.5% !important;
}
.grid [class*="cell"].offset-right-2,
.grid[class*="width-"].offset-right-2 {
  margin-right: 12.5% !important;
}
.grid.offset-left-2 [class*="cell"]:first-child,
.grid.offset-2 [class*="cell"]:first-child,
.grid .row.offset-left-2 [class*="cell"]:first-child,
.grid .row.offset-2 [class*="cell"]:first-child {
  margin-left: 12.5%;
}
.grid.offset-right-2 [class*="cell"]:last-child,
.grid .row.offset-right-2 [class*="cell"]:last-child {
  margin-right: 12.5%;
}
.grid [class*="cell"].offset-left-3,
.grid[class*="width-"].offset-left-3,
.grid [class*="cell"].offset-3,
.grid[class*="width-"].offset-3 {
  margin-left: 18.75% !important;
}
.grid [class*="cell"].offset-right-3,
.grid[class*="width-"].offset-right-3 {
  margin-right: 18.75% !important;
}
.grid.offset-left-3 [class*="cell"]:first-child,
.grid.offset-3 [class*="cell"]:first-child,
.grid .row.offset-left-3 [class*="cell"]:first-child,
.grid .row.offset-3 [class*="cell"]:first-child {
  margin-left: 18.75%;
}
.grid.offset-right-3 [class*="cell"]:last-child,
.grid .row.offset-right-3 [class*="cell"]:last-child {
  margin-right: 18.75%;
}
.grid [class*="cell"].offset-left-4,
.grid[class*="width-"].offset-left-4,
.grid [class*="cell"].offset-4,
.grid[class*="width-"].offset-4 {
  margin-left: 25% !important;
}
.grid [class*="cell"].offset-right-4,
.grid[class*="width-"].offset-right-4 {
  margin-right: 25% !important;
}
.grid.offset-left-4 [class*="cell"]:first-child,
.grid.offset-4 [class*="cell"]:first-child,
.grid .row.offset-left-4 [class*="cell"]:first-child,
.grid .row.offset-4 [class*="cell"]:first-child {
  margin-left: 25%;
}
.grid.offset-right-4 [class*="cell"]:last-child,
.grid .row.offset-right-4 [class*="cell"]:last-child {
  margin-right: 25%;
}
.grid [class*="cell"].offset-left-5,
.grid[class*="width-"].offset-left-5,
.grid [class*="cell"].offset-5,
.grid[class*="width-"].offset-5 {
  margin-left: 31.25% !important;
}
.grid [class*="cell"].offset-right-5,
.grid[class*="width-"].offset-right-5 {
  margin-right: 31.25% !important;
}
.grid.offset-left-5 [class*="cell"]:first-child,
.grid.offset-5 [class*="cell"]:first-child,
.grid .row.offset-left-5 [class*="cell"]:first-child,
.grid .row.offset-5 [class*="cell"]:first-child {
  margin-left: 31.25%;
}
.grid.offset-right-5 [class*="cell"]:last-child,
.grid .row.offset-right-5 [class*="cell"]:last-child {
  margin-right: 31.25%;
}
.grid [class*="cell"].offset-left-6,
.grid[class*="width-"].offset-left-6,
.grid [class*="cell"].offset-6,
.grid[class*="width-"].offset-6 {
  margin-left: 37.5% !important;
}
.grid [class*="cell"].offset-right-6,
.grid[class*="width-"].offset-right-6 {
  margin-right: 37.5% !important;
}
.grid.offset-left-6 [class*="cell"]:first-child,
.grid.offset-6 [class*="cell"]:first-child,
.grid .row.offset-left-6 [class*="cell"]:first-child,
.grid .row.offset-6 [class*="cell"]:first-child {
  margin-left: 37.5%;
}
.grid.offset-right-6 [class*="cell"]:last-child,
.grid .row.offset-right-6 [class*="cell"]:last-child {
  margin-right: 37.5%;
}
.grid [class*="cell"].offset-left-7,
.grid[class*="width-"].offset-left-7,
.grid [class*="cell"].offset-7,
.grid[class*="width-"].offset-7 {
  margin-left: 43.75% !important;
}
.grid [class*="cell"].offset-right-7,
.grid[class*="width-"].offset-right-7 {
  margin-right: 43.75% !important;
}
.grid.offset-left-7 [class*="cell"]:first-child,
.grid.offset-7 [class*="cell"]:first-child,
.grid .row.offset-left-7 [class*="cell"]:first-child,
.grid .row.offset-7 [class*="cell"]:first-child {
  margin-left: 43.75%;
}
.grid.offset-right-7 [class*="cell"]:last-child,
.grid .row.offset-right-7 [class*="cell"]:last-child {
  margin-right: 43.75%;
}
.grid [class*="cell"].offset-left-8,
.grid[class*="width-"].offset-left-8,
.grid [class*="cell"].offset-8,
.grid[class*="width-"].offset-8 {
  margin-left: 50% !important;
}
.grid [class*="cell"].offset-right-8,
.grid[class*="width-"].offset-right-8 {
  margin-right: 50% !important;
}
.grid.offset-left-8 [class*="cell"]:first-child,
.grid.offset-8 [class*="cell"]:first-child,
.grid .row.offset-left-8 [class*="cell"]:first-child,
.grid .row.offset-8 [class*="cell"]:first-child {
  margin-left: 50%;
}
.grid.offset-right-8 [class*="cell"]:last-child,
.grid .row.offset-right-8 [class*="cell"]:last-child {
  margin-right: 50%;
}
.grid [class*="cell"].offset-left-9,
.grid[class*="width-"].offset-left-9,
.grid [class*="cell"].offset-9,
.grid[class*="width-"].offset-9 {
  margin-left: 56.25% !important;
}
.grid [class*="cell"].offset-right-9,
.grid[class*="width-"].offset-right-9 {
  margin-right: 56.25% !important;
}
.grid.offset-left-9 [class*="cell"]:first-child,
.grid.offset-9 [class*="cell"]:first-child,
.grid .row.offset-left-9 [class*="cell"]:first-child,
.grid .row.offset-9 [class*="cell"]:first-child {
  margin-left: 56.25%;
}
.grid.offset-right-9 [class*="cell"]:last-child,
.grid .row.offset-right-9 [class*="cell"]:last-child {
  margin-right: 56.25%;
}
.grid [class*="cell"].offset-left-10,
.grid[class*="width-"].offset-left-10,
.grid [class*="cell"].offset-10,
.grid[class*="width-"].offset-10 {
  margin-left: 62.5% !important;
}
.grid [class*="cell"].offset-right-10,
.grid[class*="width-"].offset-right-10 {
  margin-right: 62.5% !important;
}
.grid.offset-left-10 [class*="cell"]:first-child,
.grid.offset-10 [class*="cell"]:first-child,
.grid .row.offset-left-10 [class*="cell"]:first-child,
.grid .row.offset-10 [class*="cell"]:first-child {
  margin-left: 62.5%;
}
.grid.offset-right-10 [class*="cell"]:last-child,
.grid .row.offset-right-10 [class*="cell"]:last-child {
  margin-right: 62.5%;
}
.grid [class*="cell"].offset-left-11,
.grid[class*="width-"].offset-left-11,
.grid [class*="cell"].offset-11,
.grid[class*="width-"].offset-11 {
  margin-left: 68.75% !important;
}
.grid [class*="cell"].offset-right-11,
.grid[class*="width-"].offset-right-11 {
  margin-right: 68.75% !important;
}
.grid.offset-left-11 [class*="cell"]:first-child,
.grid.offset-11 [class*="cell"]:first-child,
.grid .row.offset-left-11 [class*="cell"]:first-child,
.grid .row.offset-11 [class*="cell"]:first-child {
  margin-left: 68.75%;
}
.grid.offset-right-11 [class*="cell"]:last-child,
.grid .row.offset-right-11 [class*="cell"]:last-child {
  margin-right: 68.75%;
}
.grid [class*="cell"].offset-left-12,
.grid[class*="width-"].offset-left-12,
.grid [class*="cell"].offset-12,
.grid[class*="width-"].offset-12 {
  margin-left: 75% !important;
}
.grid [class*="cell"].offset-right-12,
.grid[class*="width-"].offset-right-12 {
  margin-right: 75% !important;
}
.grid.offset-left-12 [class*="cell"]:first-child,
.grid.offset-12 [class*="cell"]:first-child,
.grid .row.offset-left-12 [class*="cell"]:first-child,
.grid .row.offset-12 [class*="cell"]:first-child {
  margin-left: 75%;
}
.grid.offset-right-12 [class*="cell"]:last-child,
.grid .row.offset-right-12 [class*="cell"]:last-child {
  margin-right: 75%;
}
.grid [class*="cell"].offset-left-13,
.grid[class*="width-"].offset-left-13,
.grid [class*="cell"].offset-13,
.grid[class*="width-"].offset-13 {
  margin-left: 81.25% !important;
}
.grid [class*="cell"].offset-right-13,
.grid[class*="width-"].offset-right-13 {
  margin-right: 81.25% !important;
}
.grid.offset-left-13 [class*="cell"]:first-child,
.grid.offset-13 [class*="cell"]:first-child,
.grid .row.offset-left-13 [class*="cell"]:first-child,
.grid .row.offset-13 [class*="cell"]:first-child {
  margin-left: 81.25%;
}
.grid.offset-right-13 [class*="cell"]:last-child,
.grid .row.offset-right-13 [class*="cell"]:last-child {
  margin-right: 81.25%;
}
.grid [class*="cell"].offset-left-14,
.grid[class*="width-"].offset-left-14,
.grid [class*="cell"].offset-14,
.grid[class*="width-"].offset-14 {
  margin-left: 87.5% !important;
}
.grid [class*="cell"].offset-right-14,
.grid[class*="width-"].offset-right-14 {
  margin-right: 87.5% !important;
}
.grid.offset-left-14 [class*="cell"]:first-child,
.grid.offset-14 [class*="cell"]:first-child,
.grid .row.offset-left-14 [class*="cell"]:first-child,
.grid .row.offset-14 [class*="cell"]:first-child {
  margin-left: 87.5%;
}
.grid.offset-right-14 [class*="cell"]:last-child,
.grid .row.offset-right-14 [class*="cell"]:last-child {
  margin-right: 87.5%;
}
.grid [class*="cell"].offset-left-15,
.grid[class*="width-"].offset-left-15,
.grid [class*="cell"].offset-15,
.grid[class*="width-"].offset-15 {
  margin-left: 93.75% !important;
}
.grid [class*="cell"].offset-right-15,
.grid[class*="width-"].offset-right-15 {
  margin-right: 93.75% !important;
}
.grid.offset-left-15 [class*="cell"]:first-child,
.grid.offset-15 [class*="cell"]:first-child,
.grid .row.offset-left-15 [class*="cell"]:first-child,
.grid .row.offset-15 [class*="cell"]:first-child {
  margin-left: 93.75%;
}
.grid.offset-right-15 [class*="cell"]:last-child,
.grid .row.offset-right-15 [class*="cell"]:last-child {
  margin-right: 93.75%;
}
@media (min-width: 1280px) {
  .grid .d-offset-0[class*="cell"],
  .grid .d-offset-left-0[class*="cell"],
  .grid .d-offset-0[class*="width-"],
  .grid .d-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  .grid.d-offset-0 [class*="cell"]:first-child,
  .grid.d-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  .grid .d-offset-right-0[class*="cell"],
  .grid .d-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  .grid.d-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-0[class*="cell"],
  .grid .t-offset-left-0[class*="cell"],
  .grid .t-offset-0[class*="width-"],
  .grid .t-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  .grid.t-offset-0 [class*="cell"]:first-child,
  .grid.t-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  .grid .t-offset-right-0[class*="cell"],
  .grid .t-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  .grid.t-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-0[class*="cell"],
  .grid .tp-offset-left-0[class*="cell"],
  .grid .tp-offset-0[class*="width-"],
  .grid .tp-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  .grid.tp-offset-0 [class*="cell"]:first-child,
  .grid.tp-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  .grid .tp-offset-right-0[class*="cell"],
  .grid .tp-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  .grid.tp-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-0[class*="cell"],
  .grid .m-offset-left-0[class*="cell"],
  .grid .m-offset-0[class*="width-"],
  .grid .m-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  .grid.m-offset-0 [class*="cell"]:first-child,
  .grid.m-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  .grid .m-offset-right-0[class*="cell"],
  .grid .m-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  .grid.m-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-0[class*="cell"],
  .grid .mp-offset-left-0[class*="cell"],
  .grid .mp-offset-0[class*="width-"],
  .grid .mp-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  .grid.mp-offset-0 [class*="cell"]:first-child,
  .grid.mp-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  .grid .mp-offset-right-0[class*="cell"],
  .grid .mp-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  .grid.mp-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-1[class*="cell"],
  .grid .d-offset-left-1[class*="cell"],
  .grid .d-offset-1[class*="width-"],
  .grid .d-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  .grid.d-offset-1 [class*="cell"]:first-child,
  .grid.d-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  .grid .d-offset-right-1[class*="cell"],
  .grid .d-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  .grid.d-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-1[class*="cell"],
  .grid .t-offset-left-1[class*="cell"],
  .grid .t-offset-1[class*="width-"],
  .grid .t-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  .grid.t-offset-1 [class*="cell"]:first-child,
  .grid.t-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  .grid .t-offset-right-1[class*="cell"],
  .grid .t-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  .grid.t-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-1[class*="cell"],
  .grid .tp-offset-left-1[class*="cell"],
  .grid .tp-offset-1[class*="width-"],
  .grid .tp-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  .grid.tp-offset-1 [class*="cell"]:first-child,
  .grid.tp-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  .grid .tp-offset-right-1[class*="cell"],
  .grid .tp-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  .grid.tp-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-1[class*="cell"],
  .grid .m-offset-left-1[class*="cell"],
  .grid .m-offset-1[class*="width-"],
  .grid .m-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  .grid.m-offset-1 [class*="cell"]:first-child,
  .grid.m-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  .grid .m-offset-right-1[class*="cell"],
  .grid .m-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  .grid.m-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-1[class*="cell"],
  .grid .mp-offset-left-1[class*="cell"],
  .grid .mp-offset-1[class*="width-"],
  .grid .mp-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  .grid.mp-offset-1 [class*="cell"]:first-child,
  .grid.mp-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  .grid .mp-offset-right-1[class*="cell"],
  .grid .mp-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  .grid.mp-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-2[class*="cell"],
  .grid .d-offset-left-2[class*="cell"],
  .grid .d-offset-2[class*="width-"],
  .grid .d-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  .grid.d-offset-2 [class*="cell"]:first-child,
  .grid.d-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  .grid .d-offset-right-2[class*="cell"],
  .grid .d-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  .grid.d-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-2[class*="cell"],
  .grid .t-offset-left-2[class*="cell"],
  .grid .t-offset-2[class*="width-"],
  .grid .t-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  .grid.t-offset-2 [class*="cell"]:first-child,
  .grid.t-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  .grid .t-offset-right-2[class*="cell"],
  .grid .t-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  .grid.t-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-2[class*="cell"],
  .grid .tp-offset-left-2[class*="cell"],
  .grid .tp-offset-2[class*="width-"],
  .grid .tp-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  .grid.tp-offset-2 [class*="cell"]:first-child,
  .grid.tp-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  .grid .tp-offset-right-2[class*="cell"],
  .grid .tp-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  .grid.tp-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-2[class*="cell"],
  .grid .m-offset-left-2[class*="cell"],
  .grid .m-offset-2[class*="width-"],
  .grid .m-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  .grid.m-offset-2 [class*="cell"]:first-child,
  .grid.m-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  .grid .m-offset-right-2[class*="cell"],
  .grid .m-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  .grid.m-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-2[class*="cell"],
  .grid .mp-offset-left-2[class*="cell"],
  .grid .mp-offset-2[class*="width-"],
  .grid .mp-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  .grid.mp-offset-2 [class*="cell"]:first-child,
  .grid.mp-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  .grid .mp-offset-right-2[class*="cell"],
  .grid .mp-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  .grid.mp-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-3[class*="cell"],
  .grid .d-offset-left-3[class*="cell"],
  .grid .d-offset-3[class*="width-"],
  .grid .d-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  .grid.d-offset-3 [class*="cell"]:first-child,
  .grid.d-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  .grid .d-offset-right-3[class*="cell"],
  .grid .d-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  .grid.d-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-3[class*="cell"],
  .grid .t-offset-left-3[class*="cell"],
  .grid .t-offset-3[class*="width-"],
  .grid .t-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  .grid.t-offset-3 [class*="cell"]:first-child,
  .grid.t-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  .grid .t-offset-right-3[class*="cell"],
  .grid .t-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  .grid.t-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-3[class*="cell"],
  .grid .tp-offset-left-3[class*="cell"],
  .grid .tp-offset-3[class*="width-"],
  .grid .tp-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  .grid.tp-offset-3 [class*="cell"]:first-child,
  .grid.tp-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  .grid .tp-offset-right-3[class*="cell"],
  .grid .tp-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  .grid.tp-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-3[class*="cell"],
  .grid .m-offset-left-3[class*="cell"],
  .grid .m-offset-3[class*="width-"],
  .grid .m-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  .grid.m-offset-3 [class*="cell"]:first-child,
  .grid.m-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  .grid .m-offset-right-3[class*="cell"],
  .grid .m-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  .grid.m-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-3[class*="cell"],
  .grid .mp-offset-left-3[class*="cell"],
  .grid .mp-offset-3[class*="width-"],
  .grid .mp-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  .grid.mp-offset-3 [class*="cell"]:first-child,
  .grid.mp-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  .grid .mp-offset-right-3[class*="cell"],
  .grid .mp-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  .grid.mp-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-4[class*="cell"],
  .grid .d-offset-left-4[class*="cell"],
  .grid .d-offset-4[class*="width-"],
  .grid .d-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  .grid.d-offset-4 [class*="cell"]:first-child,
  .grid.d-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  .grid .d-offset-right-4[class*="cell"],
  .grid .d-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  .grid.d-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-4[class*="cell"],
  .grid .t-offset-left-4[class*="cell"],
  .grid .t-offset-4[class*="width-"],
  .grid .t-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  .grid.t-offset-4 [class*="cell"]:first-child,
  .grid.t-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  .grid .t-offset-right-4[class*="cell"],
  .grid .t-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  .grid.t-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-4[class*="cell"],
  .grid .tp-offset-left-4[class*="cell"],
  .grid .tp-offset-4[class*="width-"],
  .grid .tp-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  .grid.tp-offset-4 [class*="cell"]:first-child,
  .grid.tp-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  .grid .tp-offset-right-4[class*="cell"],
  .grid .tp-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  .grid.tp-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-4[class*="cell"],
  .grid .m-offset-left-4[class*="cell"],
  .grid .m-offset-4[class*="width-"],
  .grid .m-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  .grid.m-offset-4 [class*="cell"]:first-child,
  .grid.m-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  .grid .m-offset-right-4[class*="cell"],
  .grid .m-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  .grid.m-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-4[class*="cell"],
  .grid .mp-offset-left-4[class*="cell"],
  .grid .mp-offset-4[class*="width-"],
  .grid .mp-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  .grid.mp-offset-4 [class*="cell"]:first-child,
  .grid.mp-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  .grid .mp-offset-right-4[class*="cell"],
  .grid .mp-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  .grid.mp-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-5[class*="cell"],
  .grid .d-offset-left-5[class*="cell"],
  .grid .d-offset-5[class*="width-"],
  .grid .d-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  .grid.d-offset-5 [class*="cell"]:first-child,
  .grid.d-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  .grid .d-offset-right-5[class*="cell"],
  .grid .d-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  .grid.d-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-5[class*="cell"],
  .grid .t-offset-left-5[class*="cell"],
  .grid .t-offset-5[class*="width-"],
  .grid .t-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  .grid.t-offset-5 [class*="cell"]:first-child,
  .grid.t-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  .grid .t-offset-right-5[class*="cell"],
  .grid .t-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  .grid.t-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-5[class*="cell"],
  .grid .tp-offset-left-5[class*="cell"],
  .grid .tp-offset-5[class*="width-"],
  .grid .tp-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  .grid.tp-offset-5 [class*="cell"]:first-child,
  .grid.tp-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  .grid .tp-offset-right-5[class*="cell"],
  .grid .tp-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  .grid.tp-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-5[class*="cell"],
  .grid .m-offset-left-5[class*="cell"],
  .grid .m-offset-5[class*="width-"],
  .grid .m-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  .grid.m-offset-5 [class*="cell"]:first-child,
  .grid.m-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  .grid .m-offset-right-5[class*="cell"],
  .grid .m-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  .grid.m-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-5[class*="cell"],
  .grid .mp-offset-left-5[class*="cell"],
  .grid .mp-offset-5[class*="width-"],
  .grid .mp-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  .grid.mp-offset-5 [class*="cell"]:first-child,
  .grid.mp-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  .grid .mp-offset-right-5[class*="cell"],
  .grid .mp-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  .grid.mp-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-6[class*="cell"],
  .grid .d-offset-left-6[class*="cell"],
  .grid .d-offset-6[class*="width-"],
  .grid .d-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  .grid.d-offset-6 [class*="cell"]:first-child,
  .grid.d-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  .grid .d-offset-right-6[class*="cell"],
  .grid .d-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  .grid.d-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-6[class*="cell"],
  .grid .t-offset-left-6[class*="cell"],
  .grid .t-offset-6[class*="width-"],
  .grid .t-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  .grid.t-offset-6 [class*="cell"]:first-child,
  .grid.t-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  .grid .t-offset-right-6[class*="cell"],
  .grid .t-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  .grid.t-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-6[class*="cell"],
  .grid .tp-offset-left-6[class*="cell"],
  .grid .tp-offset-6[class*="width-"],
  .grid .tp-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  .grid.tp-offset-6 [class*="cell"]:first-child,
  .grid.tp-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  .grid .tp-offset-right-6[class*="cell"],
  .grid .tp-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  .grid.tp-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-6[class*="cell"],
  .grid .m-offset-left-6[class*="cell"],
  .grid .m-offset-6[class*="width-"],
  .grid .m-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  .grid.m-offset-6 [class*="cell"]:first-child,
  .grid.m-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  .grid .m-offset-right-6[class*="cell"],
  .grid .m-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  .grid.m-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-6[class*="cell"],
  .grid .mp-offset-left-6[class*="cell"],
  .grid .mp-offset-6[class*="width-"],
  .grid .mp-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  .grid.mp-offset-6 [class*="cell"]:first-child,
  .grid.mp-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  .grid .mp-offset-right-6[class*="cell"],
  .grid .mp-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  .grid.mp-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-7[class*="cell"],
  .grid .d-offset-left-7[class*="cell"],
  .grid .d-offset-7[class*="width-"],
  .grid .d-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  .grid.d-offset-7 [class*="cell"]:first-child,
  .grid.d-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  .grid .d-offset-right-7[class*="cell"],
  .grid .d-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  .grid.d-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-7[class*="cell"],
  .grid .t-offset-left-7[class*="cell"],
  .grid .t-offset-7[class*="width-"],
  .grid .t-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  .grid.t-offset-7 [class*="cell"]:first-child,
  .grid.t-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  .grid .t-offset-right-7[class*="cell"],
  .grid .t-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  .grid.t-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-7[class*="cell"],
  .grid .tp-offset-left-7[class*="cell"],
  .grid .tp-offset-7[class*="width-"],
  .grid .tp-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  .grid.tp-offset-7 [class*="cell"]:first-child,
  .grid.tp-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  .grid .tp-offset-right-7[class*="cell"],
  .grid .tp-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  .grid.tp-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-7[class*="cell"],
  .grid .m-offset-left-7[class*="cell"],
  .grid .m-offset-7[class*="width-"],
  .grid .m-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  .grid.m-offset-7 [class*="cell"]:first-child,
  .grid.m-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  .grid .m-offset-right-7[class*="cell"],
  .grid .m-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  .grid.m-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-7[class*="cell"],
  .grid .mp-offset-left-7[class*="cell"],
  .grid .mp-offset-7[class*="width-"],
  .grid .mp-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  .grid.mp-offset-7 [class*="cell"]:first-child,
  .grid.mp-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  .grid .mp-offset-right-7[class*="cell"],
  .grid .mp-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  .grid.mp-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-8[class*="cell"],
  .grid .d-offset-left-8[class*="cell"],
  .grid .d-offset-8[class*="width-"],
  .grid .d-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  .grid.d-offset-8 [class*="cell"]:first-child,
  .grid.d-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  .grid .d-offset-right-8[class*="cell"],
  .grid .d-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  .grid.d-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-8[class*="cell"],
  .grid .t-offset-left-8[class*="cell"],
  .grid .t-offset-8[class*="width-"],
  .grid .t-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  .grid.t-offset-8 [class*="cell"]:first-child,
  .grid.t-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  .grid .t-offset-right-8[class*="cell"],
  .grid .t-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  .grid.t-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-8[class*="cell"],
  .grid .tp-offset-left-8[class*="cell"],
  .grid .tp-offset-8[class*="width-"],
  .grid .tp-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  .grid.tp-offset-8 [class*="cell"]:first-child,
  .grid.tp-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  .grid .tp-offset-right-8[class*="cell"],
  .grid .tp-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  .grid.tp-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-8[class*="cell"],
  .grid .m-offset-left-8[class*="cell"],
  .grid .m-offset-8[class*="width-"],
  .grid .m-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  .grid.m-offset-8 [class*="cell"]:first-child,
  .grid.m-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  .grid .m-offset-right-8[class*="cell"],
  .grid .m-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  .grid.m-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-8[class*="cell"],
  .grid .mp-offset-left-8[class*="cell"],
  .grid .mp-offset-8[class*="width-"],
  .grid .mp-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  .grid.mp-offset-8 [class*="cell"]:first-child,
  .grid.mp-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  .grid .mp-offset-right-8[class*="cell"],
  .grid .mp-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  .grid.mp-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-9[class*="cell"],
  .grid .d-offset-left-9[class*="cell"],
  .grid .d-offset-9[class*="width-"],
  .grid .d-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  .grid.d-offset-9 [class*="cell"]:first-child,
  .grid.d-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  .grid .d-offset-right-9[class*="cell"],
  .grid .d-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  .grid.d-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-9[class*="cell"],
  .grid .t-offset-left-9[class*="cell"],
  .grid .t-offset-9[class*="width-"],
  .grid .t-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  .grid.t-offset-9 [class*="cell"]:first-child,
  .grid.t-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  .grid .t-offset-right-9[class*="cell"],
  .grid .t-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  .grid.t-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-9[class*="cell"],
  .grid .tp-offset-left-9[class*="cell"],
  .grid .tp-offset-9[class*="width-"],
  .grid .tp-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  .grid.tp-offset-9 [class*="cell"]:first-child,
  .grid.tp-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  .grid .tp-offset-right-9[class*="cell"],
  .grid .tp-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  .grid.tp-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-9[class*="cell"],
  .grid .m-offset-left-9[class*="cell"],
  .grid .m-offset-9[class*="width-"],
  .grid .m-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  .grid.m-offset-9 [class*="cell"]:first-child,
  .grid.m-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  .grid .m-offset-right-9[class*="cell"],
  .grid .m-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  .grid.m-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-9[class*="cell"],
  .grid .mp-offset-left-9[class*="cell"],
  .grid .mp-offset-9[class*="width-"],
  .grid .mp-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  .grid.mp-offset-9 [class*="cell"]:first-child,
  .grid.mp-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  .grid .mp-offset-right-9[class*="cell"],
  .grid .mp-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  .grid.mp-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-10[class*="cell"],
  .grid .d-offset-left-10[class*="cell"],
  .grid .d-offset-10[class*="width-"],
  .grid .d-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  .grid.d-offset-10 [class*="cell"]:first-child,
  .grid.d-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  .grid .d-offset-right-10[class*="cell"],
  .grid .d-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  .grid.d-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-10[class*="cell"],
  .grid .t-offset-left-10[class*="cell"],
  .grid .t-offset-10[class*="width-"],
  .grid .t-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  .grid.t-offset-10 [class*="cell"]:first-child,
  .grid.t-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  .grid .t-offset-right-10[class*="cell"],
  .grid .t-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  .grid.t-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-10[class*="cell"],
  .grid .tp-offset-left-10[class*="cell"],
  .grid .tp-offset-10[class*="width-"],
  .grid .tp-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  .grid.tp-offset-10 [class*="cell"]:first-child,
  .grid.tp-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  .grid .tp-offset-right-10[class*="cell"],
  .grid .tp-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  .grid.tp-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-10[class*="cell"],
  .grid .m-offset-left-10[class*="cell"],
  .grid .m-offset-10[class*="width-"],
  .grid .m-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  .grid.m-offset-10 [class*="cell"]:first-child,
  .grid.m-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  .grid .m-offset-right-10[class*="cell"],
  .grid .m-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  .grid.m-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-10[class*="cell"],
  .grid .mp-offset-left-10[class*="cell"],
  .grid .mp-offset-10[class*="width-"],
  .grid .mp-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  .grid.mp-offset-10 [class*="cell"]:first-child,
  .grid.mp-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  .grid .mp-offset-right-10[class*="cell"],
  .grid .mp-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  .grid.mp-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-11[class*="cell"],
  .grid .d-offset-left-11[class*="cell"],
  .grid .d-offset-11[class*="width-"],
  .grid .d-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  .grid.d-offset-11 [class*="cell"]:first-child,
  .grid.d-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  .grid .d-offset-right-11[class*="cell"],
  .grid .d-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  .grid.d-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-11[class*="cell"],
  .grid .t-offset-left-11[class*="cell"],
  .grid .t-offset-11[class*="width-"],
  .grid .t-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  .grid.t-offset-11 [class*="cell"]:first-child,
  .grid.t-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  .grid .t-offset-right-11[class*="cell"],
  .grid .t-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  .grid.t-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-11[class*="cell"],
  .grid .tp-offset-left-11[class*="cell"],
  .grid .tp-offset-11[class*="width-"],
  .grid .tp-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  .grid.tp-offset-11 [class*="cell"]:first-child,
  .grid.tp-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  .grid .tp-offset-right-11[class*="cell"],
  .grid .tp-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  .grid.tp-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-11[class*="cell"],
  .grid .m-offset-left-11[class*="cell"],
  .grid .m-offset-11[class*="width-"],
  .grid .m-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  .grid.m-offset-11 [class*="cell"]:first-child,
  .grid.m-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  .grid .m-offset-right-11[class*="cell"],
  .grid .m-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  .grid.m-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-11[class*="cell"],
  .grid .mp-offset-left-11[class*="cell"],
  .grid .mp-offset-11[class*="width-"],
  .grid .mp-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  .grid.mp-offset-11 [class*="cell"]:first-child,
  .grid.mp-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  .grid .mp-offset-right-11[class*="cell"],
  .grid .mp-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  .grid.mp-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-12[class*="cell"],
  .grid .d-offset-left-12[class*="cell"],
  .grid .d-offset-12[class*="width-"],
  .grid .d-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  .grid.d-offset-12 [class*="cell"]:first-child,
  .grid.d-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  .grid .d-offset-right-12[class*="cell"],
  .grid .d-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  .grid.d-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-12[class*="cell"],
  .grid .t-offset-left-12[class*="cell"],
  .grid .t-offset-12[class*="width-"],
  .grid .t-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  .grid.t-offset-12 [class*="cell"]:first-child,
  .grid.t-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  .grid .t-offset-right-12[class*="cell"],
  .grid .t-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  .grid.t-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-12[class*="cell"],
  .grid .tp-offset-left-12[class*="cell"],
  .grid .tp-offset-12[class*="width-"],
  .grid .tp-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  .grid.tp-offset-12 [class*="cell"]:first-child,
  .grid.tp-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  .grid .tp-offset-right-12[class*="cell"],
  .grid .tp-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  .grid.tp-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-12[class*="cell"],
  .grid .m-offset-left-12[class*="cell"],
  .grid .m-offset-12[class*="width-"],
  .grid .m-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  .grid.m-offset-12 [class*="cell"]:first-child,
  .grid.m-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  .grid .m-offset-right-12[class*="cell"],
  .grid .m-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  .grid.m-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-12[class*="cell"],
  .grid .mp-offset-left-12[class*="cell"],
  .grid .mp-offset-12[class*="width-"],
  .grid .mp-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  .grid.mp-offset-12 [class*="cell"]:first-child,
  .grid.mp-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  .grid .mp-offset-right-12[class*="cell"],
  .grid .mp-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  .grid.mp-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-13[class*="cell"],
  .grid .d-offset-left-13[class*="cell"],
  .grid .d-offset-13[class*="width-"],
  .grid .d-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  .grid.d-offset-13 [class*="cell"]:first-child,
  .grid.d-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  .grid .d-offset-right-13[class*="cell"],
  .grid .d-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  .grid.d-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-13[class*="cell"],
  .grid .t-offset-left-13[class*="cell"],
  .grid .t-offset-13[class*="width-"],
  .grid .t-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  .grid.t-offset-13 [class*="cell"]:first-child,
  .grid.t-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  .grid .t-offset-right-13[class*="cell"],
  .grid .t-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  .grid.t-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-13[class*="cell"],
  .grid .tp-offset-left-13[class*="cell"],
  .grid .tp-offset-13[class*="width-"],
  .grid .tp-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  .grid.tp-offset-13 [class*="cell"]:first-child,
  .grid.tp-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  .grid .tp-offset-right-13[class*="cell"],
  .grid .tp-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  .grid.tp-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-13[class*="cell"],
  .grid .m-offset-left-13[class*="cell"],
  .grid .m-offset-13[class*="width-"],
  .grid .m-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  .grid.m-offset-13 [class*="cell"]:first-child,
  .grid.m-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  .grid .m-offset-right-13[class*="cell"],
  .grid .m-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  .grid.m-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-13[class*="cell"],
  .grid .mp-offset-left-13[class*="cell"],
  .grid .mp-offset-13[class*="width-"],
  .grid .mp-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  .grid.mp-offset-13 [class*="cell"]:first-child,
  .grid.mp-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  .grid .mp-offset-right-13[class*="cell"],
  .grid .mp-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  .grid.mp-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-14[class*="cell"],
  .grid .d-offset-left-14[class*="cell"],
  .grid .d-offset-14[class*="width-"],
  .grid .d-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  .grid.d-offset-14 [class*="cell"]:first-child,
  .grid.d-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  .grid .d-offset-right-14[class*="cell"],
  .grid .d-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  .grid.d-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-14[class*="cell"],
  .grid .t-offset-left-14[class*="cell"],
  .grid .t-offset-14[class*="width-"],
  .grid .t-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  .grid.t-offset-14 [class*="cell"]:first-child,
  .grid.t-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  .grid .t-offset-right-14[class*="cell"],
  .grid .t-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  .grid.t-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-14[class*="cell"],
  .grid .tp-offset-left-14[class*="cell"],
  .grid .tp-offset-14[class*="width-"],
  .grid .tp-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  .grid.tp-offset-14 [class*="cell"]:first-child,
  .grid.tp-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  .grid .tp-offset-right-14[class*="cell"],
  .grid .tp-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  .grid.tp-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-14[class*="cell"],
  .grid .m-offset-left-14[class*="cell"],
  .grid .m-offset-14[class*="width-"],
  .grid .m-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  .grid.m-offset-14 [class*="cell"]:first-child,
  .grid.m-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  .grid .m-offset-right-14[class*="cell"],
  .grid .m-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  .grid.m-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-14[class*="cell"],
  .grid .mp-offset-left-14[class*="cell"],
  .grid .mp-offset-14[class*="width-"],
  .grid .mp-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  .grid.mp-offset-14 [class*="cell"]:first-child,
  .grid.mp-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  .grid .mp-offset-right-14[class*="cell"],
  .grid .mp-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  .grid.mp-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-15[class*="cell"],
  .grid .d-offset-left-15[class*="cell"],
  .grid .d-offset-15[class*="width-"],
  .grid .d-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  .grid.d-offset-15 [class*="cell"]:first-child,
  .grid.d-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  .grid .d-offset-right-15[class*="cell"],
  .grid .d-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  .grid.d-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}
@media (max-width: 1023px) {
  .grid .t-offset-15[class*="cell"],
  .grid .t-offset-left-15[class*="cell"],
  .grid .t-offset-15[class*="width-"],
  .grid .t-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  .grid.t-offset-15 [class*="cell"]:first-child,
  .grid.t-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  .grid .t-offset-right-15[class*="cell"],
  .grid .t-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  .grid.t-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-15[class*="cell"],
  .grid .tp-offset-left-15[class*="cell"],
  .grid .tp-offset-15[class*="width-"],
  .grid .tp-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  .grid.tp-offset-15 [class*="cell"]:first-child,
  .grid.tp-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  .grid .tp-offset-right-15[class*="cell"],
  .grid .tp-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  .grid.tp-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-15[class*="cell"],
  .grid .m-offset-left-15[class*="cell"],
  .grid .m-offset-15[class*="width-"],
  .grid .m-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  .grid.m-offset-15 [class*="cell"]:first-child,
  .grid.m-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  .grid .m-offset-right-15[class*="cell"],
  .grid .m-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  .grid.m-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}
@media (max-width: 420px) {
  .grid .mp-offset-15[class*="cell"],
  .grid .mp-offset-left-15[class*="cell"],
  .grid .mp-offset-15[class*="width-"],
  .grid .mp-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  .grid.mp-offset-15 [class*="cell"]:first-child,
  .grid.mp-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  .grid .mp-offset-right-15[class*="cell"],
  .grid .mp-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  .grid.mp-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}
.grid.gutter-1 {
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}
.grid.gutter-1:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-1 {
  width: calc(100%  +  1.4rem);
}
.grid.gutter-1.content-holder {
  width: calc(1128px  + 1.4rem);
  max-width: calc(100%  - ( 40px - 1.4rem));
}
.grid.gutter-1 > [class*=" cell"],
.grid.gutter-1 > [class^="cell"],
.grid.gutter-1 > .row > [class*=" cell"],
.grid.gutter-1 > .row > [class^="cell"],
.grid.gutter-1 > tbody > tr > td,
.grid.gutter-1 > tr > td {
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
}
.grid.gutter-1 > [class*=" cell"].start-before,
.grid.gutter-1 > [class^="cell"].start-before,
.grid.gutter-1 > .row > [class*=" cell"].start-before,
.grid.gutter-1 > .row > [class^="cell"].start-before,
.grid.gutter-1 > tbody > tr > td.start-before,
.grid.gutter-1 > tr > td.start-before {
  margin-left: -1.4rem;
}
.grid.gutter-1 > [class*=" cell"].end-before,
.grid.gutter-1 > [class^="cell"].end-before,
.grid.gutter-1 > .row > [class*=" cell"].end-before,
.grid.gutter-1 > .row > [class^="cell"].end-before,
.grid.gutter-1 > tbody > tr > td.end-before,
.grid.gutter-1 > tr > td.end-before {
  margin-right: -1.4rem;
}
.grid.gutter-1 > [class*="grid"].row {
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
}
.grid.gutter-1 .cell-1.start-before,
.grid.gutter-1 .cell-1.end-before {
  width: calc(6.25%  +  1.4rem);
}
.grid.gutter-1 .cell-1.start-before.end-before {
  width: calc(6.25%  +  2.8rem);
}
.grid.gutter-1 .cell-2.start-before,
.grid.gutter-1 .cell-2.end-before {
  width: calc(12.5%  +  1.4rem);
}
.grid.gutter-1 .cell-2.start-before.end-before {
  width: calc(12.5%  +  2.8rem);
}
.grid.gutter-1 .cell-3.start-before,
.grid.gutter-1 .cell-3.end-before {
  width: calc(18.75%  +  1.4rem);
}
.grid.gutter-1 .cell-3.start-before.end-before {
  width: calc(18.75%  +  2.8rem);
}
.grid.gutter-1 .cell-4.start-before,
.grid.gutter-1 .cell-4.end-before {
  width: calc(25%  +  1.4rem);
}
.grid.gutter-1 .cell-4.start-before.end-before {
  width: calc(25%  +  2.8rem);
}
.grid.gutter-1 .cell-5.start-before,
.grid.gutter-1 .cell-5.end-before {
  width: calc(31.25%  +  1.4rem);
}
.grid.gutter-1 .cell-5.start-before.end-before {
  width: calc(31.25%  +  2.8rem);
}
.grid.gutter-1 .cell-6.start-before,
.grid.gutter-1 .cell-6.end-before {
  width: calc(37.5%  +  1.4rem);
}
.grid.gutter-1 .cell-6.start-before.end-before {
  width: calc(37.5%  +  2.8rem);
}
.grid.gutter-1 .cell-7.start-before,
.grid.gutter-1 .cell-7.end-before {
  width: calc(43.75%  +  1.4rem);
}
.grid.gutter-1 .cell-7.start-before.end-before {
  width: calc(43.75%  +  2.8rem);
}
.grid.gutter-1 .cell-8.start-before,
.grid.gutter-1 .cell-8.end-before {
  width: calc(50%  +  1.4rem);
}
.grid.gutter-1 .cell-8.start-before.end-before {
  width: calc(50%  +  2.8rem);
}
.grid.gutter-1 .cell-9.start-before,
.grid.gutter-1 .cell-9.end-before {
  width: calc(56.25%  +  1.4rem);
}
.grid.gutter-1 .cell-9.start-before.end-before {
  width: calc(56.25%  +  2.8rem);
}
.grid.gutter-1 .cell-10.start-before,
.grid.gutter-1 .cell-10.end-before {
  width: calc(62.5%  +  1.4rem);
}
.grid.gutter-1 .cell-10.start-before.end-before {
  width: calc(62.5%  +  2.8rem);
}
.grid.gutter-1 .cell-11.start-before,
.grid.gutter-1 .cell-11.end-before {
  width: calc(68.75%  +  1.4rem);
}
.grid.gutter-1 .cell-11.start-before.end-before {
  width: calc(68.75%  +  2.8rem);
}
.grid.gutter-1 .cell-12.start-before,
.grid.gutter-1 .cell-12.end-before {
  width: calc(75%  +  1.4rem);
}
.grid.gutter-1 .cell-12.start-before.end-before {
  width: calc(75%  +  2.8rem);
}
.grid.gutter-1 .cell-13.start-before,
.grid.gutter-1 .cell-13.end-before {
  width: calc(81.25%  +  1.4rem);
}
.grid.gutter-1 .cell-13.start-before.end-before {
  width: calc(81.25%  +  2.8rem);
}
.grid.gutter-1 .cell-14.start-before,
.grid.gutter-1 .cell-14.end-before {
  width: calc(87.5%  +  1.4rem);
}
.grid.gutter-1 .cell-14.start-before.end-before {
  width: calc(87.5%  +  2.8rem);
}
.grid.gutter-1 .cell-15.start-before,
.grid.gutter-1 .cell-15.end-before {
  width: calc(93.75%  +  1.4rem);
}
.grid.gutter-1 .cell-15.start-before.end-before {
  width: calc(93.75%  +  2.8rem);
}
.grid.gutter-1 .cell-16.start-before,
.grid.gutter-1 .cell-16.end-before {
  width: calc(100%  +  1.4rem);
}
.grid.gutter-1 .cell-16.start-before.end-before {
  width: calc(100%  +  2.8rem);
}
.grid.gutter-2 {
  margin-left: -1.05rem;
  margin-right: -1.05rem;
}
.grid.gutter-2:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-2 {
  width: calc(100%  +  2.1rem);
}
.grid.gutter-2.content-holder {
  width: calc(1128px  + 2.0999999999999996rem);
  max-width: calc(100%  - ( 40px - 2.0999999999999996rem));
}
.grid.gutter-2 > [class*=" cell"],
.grid.gutter-2 > [class^="cell"],
.grid.gutter-2 > .row > [class*=" cell"],
.grid.gutter-2 > .row > [class^="cell"],
.grid.gutter-2 > tbody > tr > td,
.grid.gutter-2 > tr > td {
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
}
.grid.gutter-2 > [class*=" cell"].start-before,
.grid.gutter-2 > [class^="cell"].start-before,
.grid.gutter-2 > .row > [class*=" cell"].start-before,
.grid.gutter-2 > .row > [class^="cell"].start-before,
.grid.gutter-2 > tbody > tr > td.start-before,
.grid.gutter-2 > tr > td.start-before {
  margin-left: -2.1rem;
}
.grid.gutter-2 > [class*=" cell"].end-before,
.grid.gutter-2 > [class^="cell"].end-before,
.grid.gutter-2 > .row > [class*=" cell"].end-before,
.grid.gutter-2 > .row > [class^="cell"].end-before,
.grid.gutter-2 > tbody > tr > td.end-before,
.grid.gutter-2 > tr > td.end-before {
  margin-right: -2.1rem;
}
.grid.gutter-2 > [class*="grid"].row {
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
}
.grid.gutter-2 .cell-1.start-before,
.grid.gutter-2 .cell-1.end-before {
  width: calc(6.25%  +  2.1rem);
}
.grid.gutter-2 .cell-1.start-before.end-before {
  width: calc(6.25%  +  4.2rem);
}
.grid.gutter-2 .cell-2.start-before,
.grid.gutter-2 .cell-2.end-before {
  width: calc(12.5%  +  2.1rem);
}
.grid.gutter-2 .cell-2.start-before.end-before {
  width: calc(12.5%  +  4.2rem);
}
.grid.gutter-2 .cell-3.start-before,
.grid.gutter-2 .cell-3.end-before {
  width: calc(18.75%  +  2.1rem);
}
.grid.gutter-2 .cell-3.start-before.end-before {
  width: calc(18.75%  +  4.2rem);
}
.grid.gutter-2 .cell-4.start-before,
.grid.gutter-2 .cell-4.end-before {
  width: calc(25%  +  2.1rem);
}
.grid.gutter-2 .cell-4.start-before.end-before {
  width: calc(25%  +  4.2rem);
}
.grid.gutter-2 .cell-5.start-before,
.grid.gutter-2 .cell-5.end-before {
  width: calc(31.25%  +  2.1rem);
}
.grid.gutter-2 .cell-5.start-before.end-before {
  width: calc(31.25%  +  4.2rem);
}
.grid.gutter-2 .cell-6.start-before,
.grid.gutter-2 .cell-6.end-before {
  width: calc(37.5%  +  2.1rem);
}
.grid.gutter-2 .cell-6.start-before.end-before {
  width: calc(37.5%  +  4.2rem);
}
.grid.gutter-2 .cell-7.start-before,
.grid.gutter-2 .cell-7.end-before {
  width: calc(43.75%  +  2.1rem);
}
.grid.gutter-2 .cell-7.start-before.end-before {
  width: calc(43.75%  +  4.2rem);
}
.grid.gutter-2 .cell-8.start-before,
.grid.gutter-2 .cell-8.end-before {
  width: calc(50%  +  2.1rem);
}
.grid.gutter-2 .cell-8.start-before.end-before {
  width: calc(50%  +  4.2rem);
}
.grid.gutter-2 .cell-9.start-before,
.grid.gutter-2 .cell-9.end-before {
  width: calc(56.25%  +  2.1rem);
}
.grid.gutter-2 .cell-9.start-before.end-before {
  width: calc(56.25%  +  4.2rem);
}
.grid.gutter-2 .cell-10.start-before,
.grid.gutter-2 .cell-10.end-before {
  width: calc(62.5%  +  2.1rem);
}
.grid.gutter-2 .cell-10.start-before.end-before {
  width: calc(62.5%  +  4.2rem);
}
.grid.gutter-2 .cell-11.start-before,
.grid.gutter-2 .cell-11.end-before {
  width: calc(68.75%  +  2.1rem);
}
.grid.gutter-2 .cell-11.start-before.end-before {
  width: calc(68.75%  +  4.2rem);
}
.grid.gutter-2 .cell-12.start-before,
.grid.gutter-2 .cell-12.end-before {
  width: calc(75%  +  2.1rem);
}
.grid.gutter-2 .cell-12.start-before.end-before {
  width: calc(75%  +  4.2rem);
}
.grid.gutter-2 .cell-13.start-before,
.grid.gutter-2 .cell-13.end-before {
  width: calc(81.25%  +  2.1rem);
}
.grid.gutter-2 .cell-13.start-before.end-before {
  width: calc(81.25%  +  4.2rem);
}
.grid.gutter-2 .cell-14.start-before,
.grid.gutter-2 .cell-14.end-before {
  width: calc(87.5%  +  2.1rem);
}
.grid.gutter-2 .cell-14.start-before.end-before {
  width: calc(87.5%  +  4.2rem);
}
.grid.gutter-2 .cell-15.start-before,
.grid.gutter-2 .cell-15.end-before {
  width: calc(93.75%  +  2.1rem);
}
.grid.gutter-2 .cell-15.start-before.end-before {
  width: calc(93.75%  +  4.2rem);
}
.grid.gutter-2 .cell-16.start-before,
.grid.gutter-2 .cell-16.end-before {
  width: calc(100%  +  2.1rem);
}
.grid.gutter-2 .cell-16.start-before.end-before {
  width: calc(100%  +  4.2rem);
}
.grid.gutter-3 {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}
.grid.gutter-3:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-3 {
  width: calc(100%  +  2.8rem);
}
.grid.gutter-3.content-holder {
  width: calc(1128px  + 2.8rem);
  max-width: calc(100%  - ( 40px - 2.8rem));
}
.grid.gutter-3 > [class*=" cell"],
.grid.gutter-3 > [class^="cell"],
.grid.gutter-3 > .row > [class*=" cell"],
.grid.gutter-3 > .row > [class^="cell"],
.grid.gutter-3 > tbody > tr > td,
.grid.gutter-3 > tr > td {
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
}
.grid.gutter-3 > [class*=" cell"].start-before,
.grid.gutter-3 > [class^="cell"].start-before,
.grid.gutter-3 > .row > [class*=" cell"].start-before,
.grid.gutter-3 > .row > [class^="cell"].start-before,
.grid.gutter-3 > tbody > tr > td.start-before,
.grid.gutter-3 > tr > td.start-before {
  margin-left: -2.8rem;
}
.grid.gutter-3 > [class*=" cell"].end-before,
.grid.gutter-3 > [class^="cell"].end-before,
.grid.gutter-3 > .row > [class*=" cell"].end-before,
.grid.gutter-3 > .row > [class^="cell"].end-before,
.grid.gutter-3 > tbody > tr > td.end-before,
.grid.gutter-3 > tr > td.end-before {
  margin-right: -2.8rem;
}
.grid.gutter-3 > [class*="grid"].row {
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
}
.grid.gutter-3 .cell-1.start-before,
.grid.gutter-3 .cell-1.end-before {
  width: calc(6.25%  +  2.8rem);
}
.grid.gutter-3 .cell-1.start-before.end-before {
  width: calc(6.25%  +  5.6rem);
}
.grid.gutter-3 .cell-2.start-before,
.grid.gutter-3 .cell-2.end-before {
  width: calc(12.5%  +  2.8rem);
}
.grid.gutter-3 .cell-2.start-before.end-before {
  width: calc(12.5%  +  5.6rem);
}
.grid.gutter-3 .cell-3.start-before,
.grid.gutter-3 .cell-3.end-before {
  width: calc(18.75%  +  2.8rem);
}
.grid.gutter-3 .cell-3.start-before.end-before {
  width: calc(18.75%  +  5.6rem);
}
.grid.gutter-3 .cell-4.start-before,
.grid.gutter-3 .cell-4.end-before {
  width: calc(25%  +  2.8rem);
}
.grid.gutter-3 .cell-4.start-before.end-before {
  width: calc(25%  +  5.6rem);
}
.grid.gutter-3 .cell-5.start-before,
.grid.gutter-3 .cell-5.end-before {
  width: calc(31.25%  +  2.8rem);
}
.grid.gutter-3 .cell-5.start-before.end-before {
  width: calc(31.25%  +  5.6rem);
}
.grid.gutter-3 .cell-6.start-before,
.grid.gutter-3 .cell-6.end-before {
  width: calc(37.5%  +  2.8rem);
}
.grid.gutter-3 .cell-6.start-before.end-before {
  width: calc(37.5%  +  5.6rem);
}
.grid.gutter-3 .cell-7.start-before,
.grid.gutter-3 .cell-7.end-before {
  width: calc(43.75%  +  2.8rem);
}
.grid.gutter-3 .cell-7.start-before.end-before {
  width: calc(43.75%  +  5.6rem);
}
.grid.gutter-3 .cell-8.start-before,
.grid.gutter-3 .cell-8.end-before {
  width: calc(50%  +  2.8rem);
}
.grid.gutter-3 .cell-8.start-before.end-before {
  width: calc(50%  +  5.6rem);
}
.grid.gutter-3 .cell-9.start-before,
.grid.gutter-3 .cell-9.end-before {
  width: calc(56.25%  +  2.8rem);
}
.grid.gutter-3 .cell-9.start-before.end-before {
  width: calc(56.25%  +  5.6rem);
}
.grid.gutter-3 .cell-10.start-before,
.grid.gutter-3 .cell-10.end-before {
  width: calc(62.5%  +  2.8rem);
}
.grid.gutter-3 .cell-10.start-before.end-before {
  width: calc(62.5%  +  5.6rem);
}
.grid.gutter-3 .cell-11.start-before,
.grid.gutter-3 .cell-11.end-before {
  width: calc(68.75%  +  2.8rem);
}
.grid.gutter-3 .cell-11.start-before.end-before {
  width: calc(68.75%  +  5.6rem);
}
.grid.gutter-3 .cell-12.start-before,
.grid.gutter-3 .cell-12.end-before {
  width: calc(75%  +  2.8rem);
}
.grid.gutter-3 .cell-12.start-before.end-before {
  width: calc(75%  +  5.6rem);
}
.grid.gutter-3 .cell-13.start-before,
.grid.gutter-3 .cell-13.end-before {
  width: calc(81.25%  +  2.8rem);
}
.grid.gutter-3 .cell-13.start-before.end-before {
  width: calc(81.25%  +  5.6rem);
}
.grid.gutter-3 .cell-14.start-before,
.grid.gutter-3 .cell-14.end-before {
  width: calc(87.5%  +  2.8rem);
}
.grid.gutter-3 .cell-14.start-before.end-before {
  width: calc(87.5%  +  5.6rem);
}
.grid.gutter-3 .cell-15.start-before,
.grid.gutter-3 .cell-15.end-before {
  width: calc(93.75%  +  2.8rem);
}
.grid.gutter-3 .cell-15.start-before.end-before {
  width: calc(93.75%  +  5.6rem);
}
.grid.gutter-3 .cell-16.start-before,
.grid.gutter-3 .cell-16.end-before {
  width: calc(100%  +  2.8rem);
}
.grid.gutter-3 .cell-16.start-before.end-before {
  width: calc(100%  +  5.6rem);
}
.grid.gutter-4 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}
.grid.gutter-4:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-4 {
  width: calc(100%  +  3.5rem);
}
.grid.gutter-4.content-holder {
  width: calc(1128px  + 3.5rem);
  max-width: calc(100%  - ( 40px - 3.5rem));
}
.grid.gutter-4 > [class*=" cell"],
.grid.gutter-4 > [class^="cell"],
.grid.gutter-4 > .row > [class*=" cell"],
.grid.gutter-4 > .row > [class^="cell"],
.grid.gutter-4 > tbody > tr > td,
.grid.gutter-4 > tr > td {
  border-left: 1.75rem solid transparent;
  border-right: 1.75rem solid transparent;
}
.grid.gutter-4 > [class*=" cell"].start-before,
.grid.gutter-4 > [class^="cell"].start-before,
.grid.gutter-4 > .row > [class*=" cell"].start-before,
.grid.gutter-4 > .row > [class^="cell"].start-before,
.grid.gutter-4 > tbody > tr > td.start-before,
.grid.gutter-4 > tr > td.start-before {
  margin-left: -3.5rem;
}
.grid.gutter-4 > [class*=" cell"].end-before,
.grid.gutter-4 > [class^="cell"].end-before,
.grid.gutter-4 > .row > [class*=" cell"].end-before,
.grid.gutter-4 > .row > [class^="cell"].end-before,
.grid.gutter-4 > tbody > tr > td.end-before,
.grid.gutter-4 > tr > td.end-before {
  margin-right: -3.5rem;
}
.grid.gutter-4 > [class*="grid"].row {
  border-left: 1.75rem solid transparent;
  border-right: 1.75rem solid transparent;
}
.grid.gutter-4 .cell-1.start-before,
.grid.gutter-4 .cell-1.end-before {
  width: calc(6.25%  +  3.5rem);
}
.grid.gutter-4 .cell-1.start-before.end-before {
  width: calc(6.25%  +  7rem);
}
.grid.gutter-4 .cell-2.start-before,
.grid.gutter-4 .cell-2.end-before {
  width: calc(12.5%  +  3.5rem);
}
.grid.gutter-4 .cell-2.start-before.end-before {
  width: calc(12.5%  +  7rem);
}
.grid.gutter-4 .cell-3.start-before,
.grid.gutter-4 .cell-3.end-before {
  width: calc(18.75%  +  3.5rem);
}
.grid.gutter-4 .cell-3.start-before.end-before {
  width: calc(18.75%  +  7rem);
}
.grid.gutter-4 .cell-4.start-before,
.grid.gutter-4 .cell-4.end-before {
  width: calc(25%  +  3.5rem);
}
.grid.gutter-4 .cell-4.start-before.end-before {
  width: calc(25%  +  7rem);
}
.grid.gutter-4 .cell-5.start-before,
.grid.gutter-4 .cell-5.end-before {
  width: calc(31.25%  +  3.5rem);
}
.grid.gutter-4 .cell-5.start-before.end-before {
  width: calc(31.25%  +  7rem);
}
.grid.gutter-4 .cell-6.start-before,
.grid.gutter-4 .cell-6.end-before {
  width: calc(37.5%  +  3.5rem);
}
.grid.gutter-4 .cell-6.start-before.end-before {
  width: calc(37.5%  +  7rem);
}
.grid.gutter-4 .cell-7.start-before,
.grid.gutter-4 .cell-7.end-before {
  width: calc(43.75%  +  3.5rem);
}
.grid.gutter-4 .cell-7.start-before.end-before {
  width: calc(43.75%  +  7rem);
}
.grid.gutter-4 .cell-8.start-before,
.grid.gutter-4 .cell-8.end-before {
  width: calc(50%  +  3.5rem);
}
.grid.gutter-4 .cell-8.start-before.end-before {
  width: calc(50%  +  7rem);
}
.grid.gutter-4 .cell-9.start-before,
.grid.gutter-4 .cell-9.end-before {
  width: calc(56.25%  +  3.5rem);
}
.grid.gutter-4 .cell-9.start-before.end-before {
  width: calc(56.25%  +  7rem);
}
.grid.gutter-4 .cell-10.start-before,
.grid.gutter-4 .cell-10.end-before {
  width: calc(62.5%  +  3.5rem);
}
.grid.gutter-4 .cell-10.start-before.end-before {
  width: calc(62.5%  +  7rem);
}
.grid.gutter-4 .cell-11.start-before,
.grid.gutter-4 .cell-11.end-before {
  width: calc(68.75%  +  3.5rem);
}
.grid.gutter-4 .cell-11.start-before.end-before {
  width: calc(68.75%  +  7rem);
}
.grid.gutter-4 .cell-12.start-before,
.grid.gutter-4 .cell-12.end-before {
  width: calc(75%  +  3.5rem);
}
.grid.gutter-4 .cell-12.start-before.end-before {
  width: calc(75%  +  7rem);
}
.grid.gutter-4 .cell-13.start-before,
.grid.gutter-4 .cell-13.end-before {
  width: calc(81.25%  +  3.5rem);
}
.grid.gutter-4 .cell-13.start-before.end-before {
  width: calc(81.25%  +  7rem);
}
.grid.gutter-4 .cell-14.start-before,
.grid.gutter-4 .cell-14.end-before {
  width: calc(87.5%  +  3.5rem);
}
.grid.gutter-4 .cell-14.start-before.end-before {
  width: calc(87.5%  +  7rem);
}
.grid.gutter-4 .cell-15.start-before,
.grid.gutter-4 .cell-15.end-before {
  width: calc(93.75%  +  3.5rem);
}
.grid.gutter-4 .cell-15.start-before.end-before {
  width: calc(93.75%  +  7rem);
}
.grid.gutter-4 .cell-16.start-before,
.grid.gutter-4 .cell-16.end-before {
  width: calc(100%  +  3.5rem);
}
.grid.gutter-4 .cell-16.start-before.end-before {
  width: calc(100%  +  7rem);
}
.grid.gutter-5 {
  margin-left: -2.1rem;
  margin-right: -2.1rem;
}
.grid.gutter-5:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-5 {
  width: calc(100%  +  4.2rem);
}
.grid.gutter-5.content-holder {
  width: calc(1128px  + 4.2rem);
  max-width: calc(100%  - ( 40px - 4.2rem));
}
.grid.gutter-5 > [class*=" cell"],
.grid.gutter-5 > [class^="cell"],
.grid.gutter-5 > .row > [class*=" cell"],
.grid.gutter-5 > .row > [class^="cell"],
.grid.gutter-5 > tbody > tr > td,
.grid.gutter-5 > tr > td {
  border-left: 2.1rem solid transparent;
  border-right: 2.1rem solid transparent;
}
.grid.gutter-5 > [class*=" cell"].start-before,
.grid.gutter-5 > [class^="cell"].start-before,
.grid.gutter-5 > .row > [class*=" cell"].start-before,
.grid.gutter-5 > .row > [class^="cell"].start-before,
.grid.gutter-5 > tbody > tr > td.start-before,
.grid.gutter-5 > tr > td.start-before {
  margin-left: -4.2rem;
}
.grid.gutter-5 > [class*=" cell"].end-before,
.grid.gutter-5 > [class^="cell"].end-before,
.grid.gutter-5 > .row > [class*=" cell"].end-before,
.grid.gutter-5 > .row > [class^="cell"].end-before,
.grid.gutter-5 > tbody > tr > td.end-before,
.grid.gutter-5 > tr > td.end-before {
  margin-right: -4.2rem;
}
.grid.gutter-5 > [class*="grid"].row {
  border-left: 2.1rem solid transparent;
  border-right: 2.1rem solid transparent;
}
.grid.gutter-5 .cell-1.start-before,
.grid.gutter-5 .cell-1.end-before {
  width: calc(6.25%  +  4.2rem);
}
.grid.gutter-5 .cell-1.start-before.end-before {
  width: calc(6.25%  +  8.4rem);
}
.grid.gutter-5 .cell-2.start-before,
.grid.gutter-5 .cell-2.end-before {
  width: calc(12.5%  +  4.2rem);
}
.grid.gutter-5 .cell-2.start-before.end-before {
  width: calc(12.5%  +  8.4rem);
}
.grid.gutter-5 .cell-3.start-before,
.grid.gutter-5 .cell-3.end-before {
  width: calc(18.75%  +  4.2rem);
}
.grid.gutter-5 .cell-3.start-before.end-before {
  width: calc(18.75%  +  8.4rem);
}
.grid.gutter-5 .cell-4.start-before,
.grid.gutter-5 .cell-4.end-before {
  width: calc(25%  +  4.2rem);
}
.grid.gutter-5 .cell-4.start-before.end-before {
  width: calc(25%  +  8.4rem);
}
.grid.gutter-5 .cell-5.start-before,
.grid.gutter-5 .cell-5.end-before {
  width: calc(31.25%  +  4.2rem);
}
.grid.gutter-5 .cell-5.start-before.end-before {
  width: calc(31.25%  +  8.4rem);
}
.grid.gutter-5 .cell-6.start-before,
.grid.gutter-5 .cell-6.end-before {
  width: calc(37.5%  +  4.2rem);
}
.grid.gutter-5 .cell-6.start-before.end-before {
  width: calc(37.5%  +  8.4rem);
}
.grid.gutter-5 .cell-7.start-before,
.grid.gutter-5 .cell-7.end-before {
  width: calc(43.75%  +  4.2rem);
}
.grid.gutter-5 .cell-7.start-before.end-before {
  width: calc(43.75%  +  8.4rem);
}
.grid.gutter-5 .cell-8.start-before,
.grid.gutter-5 .cell-8.end-before {
  width: calc(50%  +  4.2rem);
}
.grid.gutter-5 .cell-8.start-before.end-before {
  width: calc(50%  +  8.4rem);
}
.grid.gutter-5 .cell-9.start-before,
.grid.gutter-5 .cell-9.end-before {
  width: calc(56.25%  +  4.2rem);
}
.grid.gutter-5 .cell-9.start-before.end-before {
  width: calc(56.25%  +  8.4rem);
}
.grid.gutter-5 .cell-10.start-before,
.grid.gutter-5 .cell-10.end-before {
  width: calc(62.5%  +  4.2rem);
}
.grid.gutter-5 .cell-10.start-before.end-before {
  width: calc(62.5%  +  8.4rem);
}
.grid.gutter-5 .cell-11.start-before,
.grid.gutter-5 .cell-11.end-before {
  width: calc(68.75%  +  4.2rem);
}
.grid.gutter-5 .cell-11.start-before.end-before {
  width: calc(68.75%  +  8.4rem);
}
.grid.gutter-5 .cell-12.start-before,
.grid.gutter-5 .cell-12.end-before {
  width: calc(75%  +  4.2rem);
}
.grid.gutter-5 .cell-12.start-before.end-before {
  width: calc(75%  +  8.4rem);
}
.grid.gutter-5 .cell-13.start-before,
.grid.gutter-5 .cell-13.end-before {
  width: calc(81.25%  +  4.2rem);
}
.grid.gutter-5 .cell-13.start-before.end-before {
  width: calc(81.25%  +  8.4rem);
}
.grid.gutter-5 .cell-14.start-before,
.grid.gutter-5 .cell-14.end-before {
  width: calc(87.5%  +  4.2rem);
}
.grid.gutter-5 .cell-14.start-before.end-before {
  width: calc(87.5%  +  8.4rem);
}
.grid.gutter-5 .cell-15.start-before,
.grid.gutter-5 .cell-15.end-before {
  width: calc(93.75%  +  4.2rem);
}
.grid.gutter-5 .cell-15.start-before.end-before {
  width: calc(93.75%  +  8.4rem);
}
.grid.gutter-5 .cell-16.start-before,
.grid.gutter-5 .cell-16.end-before {
  width: calc(100%  +  4.2rem);
}
.grid.gutter-5 .cell-16.start-before.end-before {
  width: calc(100%  +  8.4rem);
}
.grid.gutter-6 {
  margin-left: -2.45rem;
  margin-right: -2.45rem;
}
.grid.gutter-6:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-6 {
  width: calc(100%  +  4.9rem);
}
.grid.gutter-6.content-holder {
  width: calc(1128px  + 4.8999999999999995rem);
  max-width: calc(100%  - ( 40px - 4.8999999999999995rem));
}
.grid.gutter-6 > [class*=" cell"],
.grid.gutter-6 > [class^="cell"],
.grid.gutter-6 > .row > [class*=" cell"],
.grid.gutter-6 > .row > [class^="cell"],
.grid.gutter-6 > tbody > tr > td,
.grid.gutter-6 > tr > td {
  border-left: 2.45rem solid transparent;
  border-right: 2.45rem solid transparent;
}
.grid.gutter-6 > [class*=" cell"].start-before,
.grid.gutter-6 > [class^="cell"].start-before,
.grid.gutter-6 > .row > [class*=" cell"].start-before,
.grid.gutter-6 > .row > [class^="cell"].start-before,
.grid.gutter-6 > tbody > tr > td.start-before,
.grid.gutter-6 > tr > td.start-before {
  margin-left: -4.9rem;
}
.grid.gutter-6 > [class*=" cell"].end-before,
.grid.gutter-6 > [class^="cell"].end-before,
.grid.gutter-6 > .row > [class*=" cell"].end-before,
.grid.gutter-6 > .row > [class^="cell"].end-before,
.grid.gutter-6 > tbody > tr > td.end-before,
.grid.gutter-6 > tr > td.end-before {
  margin-right: -4.9rem;
}
.grid.gutter-6 > [class*="grid"].row {
  border-left: 2.45rem solid transparent;
  border-right: 2.45rem solid transparent;
}
.grid.gutter-6 .cell-1.start-before,
.grid.gutter-6 .cell-1.end-before {
  width: calc(6.25%  +  4.9rem);
}
.grid.gutter-6 .cell-1.start-before.end-before {
  width: calc(6.25%  +  9.8rem);
}
.grid.gutter-6 .cell-2.start-before,
.grid.gutter-6 .cell-2.end-before {
  width: calc(12.5%  +  4.9rem);
}
.grid.gutter-6 .cell-2.start-before.end-before {
  width: calc(12.5%  +  9.8rem);
}
.grid.gutter-6 .cell-3.start-before,
.grid.gutter-6 .cell-3.end-before {
  width: calc(18.75%  +  4.9rem);
}
.grid.gutter-6 .cell-3.start-before.end-before {
  width: calc(18.75%  +  9.8rem);
}
.grid.gutter-6 .cell-4.start-before,
.grid.gutter-6 .cell-4.end-before {
  width: calc(25%  +  4.9rem);
}
.grid.gutter-6 .cell-4.start-before.end-before {
  width: calc(25%  +  9.8rem);
}
.grid.gutter-6 .cell-5.start-before,
.grid.gutter-6 .cell-5.end-before {
  width: calc(31.25%  +  4.9rem);
}
.grid.gutter-6 .cell-5.start-before.end-before {
  width: calc(31.25%  +  9.8rem);
}
.grid.gutter-6 .cell-6.start-before,
.grid.gutter-6 .cell-6.end-before {
  width: calc(37.5%  +  4.9rem);
}
.grid.gutter-6 .cell-6.start-before.end-before {
  width: calc(37.5%  +  9.8rem);
}
.grid.gutter-6 .cell-7.start-before,
.grid.gutter-6 .cell-7.end-before {
  width: calc(43.75%  +  4.9rem);
}
.grid.gutter-6 .cell-7.start-before.end-before {
  width: calc(43.75%  +  9.8rem);
}
.grid.gutter-6 .cell-8.start-before,
.grid.gutter-6 .cell-8.end-before {
  width: calc(50%  +  4.9rem);
}
.grid.gutter-6 .cell-8.start-before.end-before {
  width: calc(50%  +  9.8rem);
}
.grid.gutter-6 .cell-9.start-before,
.grid.gutter-6 .cell-9.end-before {
  width: calc(56.25%  +  4.9rem);
}
.grid.gutter-6 .cell-9.start-before.end-before {
  width: calc(56.25%  +  9.8rem);
}
.grid.gutter-6 .cell-10.start-before,
.grid.gutter-6 .cell-10.end-before {
  width: calc(62.5%  +  4.9rem);
}
.grid.gutter-6 .cell-10.start-before.end-before {
  width: calc(62.5%  +  9.8rem);
}
.grid.gutter-6 .cell-11.start-before,
.grid.gutter-6 .cell-11.end-before {
  width: calc(68.75%  +  4.9rem);
}
.grid.gutter-6 .cell-11.start-before.end-before {
  width: calc(68.75%  +  9.8rem);
}
.grid.gutter-6 .cell-12.start-before,
.grid.gutter-6 .cell-12.end-before {
  width: calc(75%  +  4.9rem);
}
.grid.gutter-6 .cell-12.start-before.end-before {
  width: calc(75%  +  9.8rem);
}
.grid.gutter-6 .cell-13.start-before,
.grid.gutter-6 .cell-13.end-before {
  width: calc(81.25%  +  4.9rem);
}
.grid.gutter-6 .cell-13.start-before.end-before {
  width: calc(81.25%  +  9.8rem);
}
.grid.gutter-6 .cell-14.start-before,
.grid.gutter-6 .cell-14.end-before {
  width: calc(87.5%  +  4.9rem);
}
.grid.gutter-6 .cell-14.start-before.end-before {
  width: calc(87.5%  +  9.8rem);
}
.grid.gutter-6 .cell-15.start-before,
.grid.gutter-6 .cell-15.end-before {
  width: calc(93.75%  +  4.9rem);
}
.grid.gutter-6 .cell-15.start-before.end-before {
  width: calc(93.75%  +  9.8rem);
}
.grid.gutter-6 .cell-16.start-before,
.grid.gutter-6 .cell-16.end-before {
  width: calc(100%  +  4.9rem);
}
.grid.gutter-6 .cell-16.start-before.end-before {
  width: calc(100%  +  9.8rem);
}
.grid.gutter-7 {
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}
.grid.gutter-7:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-7 {
  width: calc(100%  +  5.6rem);
}
.grid.gutter-7.content-holder {
  width: calc(1128px  + 5.6rem);
  max-width: calc(100%  - ( 40px - 5.6rem));
}
.grid.gutter-7 > [class*=" cell"],
.grid.gutter-7 > [class^="cell"],
.grid.gutter-7 > .row > [class*=" cell"],
.grid.gutter-7 > .row > [class^="cell"],
.grid.gutter-7 > tbody > tr > td,
.grid.gutter-7 > tr > td {
  border-left: 2.8rem solid transparent;
  border-right: 2.8rem solid transparent;
}
.grid.gutter-7 > [class*=" cell"].start-before,
.grid.gutter-7 > [class^="cell"].start-before,
.grid.gutter-7 > .row > [class*=" cell"].start-before,
.grid.gutter-7 > .row > [class^="cell"].start-before,
.grid.gutter-7 > tbody > tr > td.start-before,
.grid.gutter-7 > tr > td.start-before {
  margin-left: -5.6rem;
}
.grid.gutter-7 > [class*=" cell"].end-before,
.grid.gutter-7 > [class^="cell"].end-before,
.grid.gutter-7 > .row > [class*=" cell"].end-before,
.grid.gutter-7 > .row > [class^="cell"].end-before,
.grid.gutter-7 > tbody > tr > td.end-before,
.grid.gutter-7 > tr > td.end-before {
  margin-right: -5.6rem;
}
.grid.gutter-7 > [class*="grid"].row {
  border-left: 2.8rem solid transparent;
  border-right: 2.8rem solid transparent;
}
.grid.gutter-7 .cell-1.start-before,
.grid.gutter-7 .cell-1.end-before {
  width: calc(6.25%  +  5.6rem);
}
.grid.gutter-7 .cell-1.start-before.end-before {
  width: calc(6.25%  +  11.2rem);
}
.grid.gutter-7 .cell-2.start-before,
.grid.gutter-7 .cell-2.end-before {
  width: calc(12.5%  +  5.6rem);
}
.grid.gutter-7 .cell-2.start-before.end-before {
  width: calc(12.5%  +  11.2rem);
}
.grid.gutter-7 .cell-3.start-before,
.grid.gutter-7 .cell-3.end-before {
  width: calc(18.75%  +  5.6rem);
}
.grid.gutter-7 .cell-3.start-before.end-before {
  width: calc(18.75%  +  11.2rem);
}
.grid.gutter-7 .cell-4.start-before,
.grid.gutter-7 .cell-4.end-before {
  width: calc(25%  +  5.6rem);
}
.grid.gutter-7 .cell-4.start-before.end-before {
  width: calc(25%  +  11.2rem);
}
.grid.gutter-7 .cell-5.start-before,
.grid.gutter-7 .cell-5.end-before {
  width: calc(31.25%  +  5.6rem);
}
.grid.gutter-7 .cell-5.start-before.end-before {
  width: calc(31.25%  +  11.2rem);
}
.grid.gutter-7 .cell-6.start-before,
.grid.gutter-7 .cell-6.end-before {
  width: calc(37.5%  +  5.6rem);
}
.grid.gutter-7 .cell-6.start-before.end-before {
  width: calc(37.5%  +  11.2rem);
}
.grid.gutter-7 .cell-7.start-before,
.grid.gutter-7 .cell-7.end-before {
  width: calc(43.75%  +  5.6rem);
}
.grid.gutter-7 .cell-7.start-before.end-before {
  width: calc(43.75%  +  11.2rem);
}
.grid.gutter-7 .cell-8.start-before,
.grid.gutter-7 .cell-8.end-before {
  width: calc(50%  +  5.6rem);
}
.grid.gutter-7 .cell-8.start-before.end-before {
  width: calc(50%  +  11.2rem);
}
.grid.gutter-7 .cell-9.start-before,
.grid.gutter-7 .cell-9.end-before {
  width: calc(56.25%  +  5.6rem);
}
.grid.gutter-7 .cell-9.start-before.end-before {
  width: calc(56.25%  +  11.2rem);
}
.grid.gutter-7 .cell-10.start-before,
.grid.gutter-7 .cell-10.end-before {
  width: calc(62.5%  +  5.6rem);
}
.grid.gutter-7 .cell-10.start-before.end-before {
  width: calc(62.5%  +  11.2rem);
}
.grid.gutter-7 .cell-11.start-before,
.grid.gutter-7 .cell-11.end-before {
  width: calc(68.75%  +  5.6rem);
}
.grid.gutter-7 .cell-11.start-before.end-before {
  width: calc(68.75%  +  11.2rem);
}
.grid.gutter-7 .cell-12.start-before,
.grid.gutter-7 .cell-12.end-before {
  width: calc(75%  +  5.6rem);
}
.grid.gutter-7 .cell-12.start-before.end-before {
  width: calc(75%  +  11.2rem);
}
.grid.gutter-7 .cell-13.start-before,
.grid.gutter-7 .cell-13.end-before {
  width: calc(81.25%  +  5.6rem);
}
.grid.gutter-7 .cell-13.start-before.end-before {
  width: calc(81.25%  +  11.2rem);
}
.grid.gutter-7 .cell-14.start-before,
.grid.gutter-7 .cell-14.end-before {
  width: calc(87.5%  +  5.6rem);
}
.grid.gutter-7 .cell-14.start-before.end-before {
  width: calc(87.5%  +  11.2rem);
}
.grid.gutter-7 .cell-15.start-before,
.grid.gutter-7 .cell-15.end-before {
  width: calc(93.75%  +  5.6rem);
}
.grid.gutter-7 .cell-15.start-before.end-before {
  width: calc(93.75%  +  11.2rem);
}
.grid.gutter-7 .cell-16.start-before,
.grid.gutter-7 .cell-16.end-before {
  width: calc(100%  +  5.6rem);
}
.grid.gutter-7 .cell-16.start-before.end-before {
  width: calc(100%  +  11.2rem);
}
.grid.gutter-8 {
  margin-left: -3.15rem;
  margin-right: -3.15rem;
}
.grid.gutter-8:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-8 {
  width: calc(100%  +  6.3rem);
}
.grid.gutter-8.content-holder {
  width: calc(1128px  + 6.3rem);
  max-width: calc(100%  - ( 40px - 6.3rem));
}
.grid.gutter-8 > [class*=" cell"],
.grid.gutter-8 > [class^="cell"],
.grid.gutter-8 > .row > [class*=" cell"],
.grid.gutter-8 > .row > [class^="cell"],
.grid.gutter-8 > tbody > tr > td,
.grid.gutter-8 > tr > td {
  border-left: 3.15rem solid transparent;
  border-right: 3.15rem solid transparent;
}
.grid.gutter-8 > [class*=" cell"].start-before,
.grid.gutter-8 > [class^="cell"].start-before,
.grid.gutter-8 > .row > [class*=" cell"].start-before,
.grid.gutter-8 > .row > [class^="cell"].start-before,
.grid.gutter-8 > tbody > tr > td.start-before,
.grid.gutter-8 > tr > td.start-before {
  margin-left: -6.3rem;
}
.grid.gutter-8 > [class*=" cell"].end-before,
.grid.gutter-8 > [class^="cell"].end-before,
.grid.gutter-8 > .row > [class*=" cell"].end-before,
.grid.gutter-8 > .row > [class^="cell"].end-before,
.grid.gutter-8 > tbody > tr > td.end-before,
.grid.gutter-8 > tr > td.end-before {
  margin-right: -6.3rem;
}
.grid.gutter-8 > [class*="grid"].row {
  border-left: 3.15rem solid transparent;
  border-right: 3.15rem solid transparent;
}
.grid.gutter-8 .cell-1.start-before,
.grid.gutter-8 .cell-1.end-before {
  width: calc(6.25%  +  6.3rem);
}
.grid.gutter-8 .cell-1.start-before.end-before {
  width: calc(6.25%  +  12.6rem);
}
.grid.gutter-8 .cell-2.start-before,
.grid.gutter-8 .cell-2.end-before {
  width: calc(12.5%  +  6.3rem);
}
.grid.gutter-8 .cell-2.start-before.end-before {
  width: calc(12.5%  +  12.6rem);
}
.grid.gutter-8 .cell-3.start-before,
.grid.gutter-8 .cell-3.end-before {
  width: calc(18.75%  +  6.3rem);
}
.grid.gutter-8 .cell-3.start-before.end-before {
  width: calc(18.75%  +  12.6rem);
}
.grid.gutter-8 .cell-4.start-before,
.grid.gutter-8 .cell-4.end-before {
  width: calc(25%  +  6.3rem);
}
.grid.gutter-8 .cell-4.start-before.end-before {
  width: calc(25%  +  12.6rem);
}
.grid.gutter-8 .cell-5.start-before,
.grid.gutter-8 .cell-5.end-before {
  width: calc(31.25%  +  6.3rem);
}
.grid.gutter-8 .cell-5.start-before.end-before {
  width: calc(31.25%  +  12.6rem);
}
.grid.gutter-8 .cell-6.start-before,
.grid.gutter-8 .cell-6.end-before {
  width: calc(37.5%  +  6.3rem);
}
.grid.gutter-8 .cell-6.start-before.end-before {
  width: calc(37.5%  +  12.6rem);
}
.grid.gutter-8 .cell-7.start-before,
.grid.gutter-8 .cell-7.end-before {
  width: calc(43.75%  +  6.3rem);
}
.grid.gutter-8 .cell-7.start-before.end-before {
  width: calc(43.75%  +  12.6rem);
}
.grid.gutter-8 .cell-8.start-before,
.grid.gutter-8 .cell-8.end-before {
  width: calc(50%  +  6.3rem);
}
.grid.gutter-8 .cell-8.start-before.end-before {
  width: calc(50%  +  12.6rem);
}
.grid.gutter-8 .cell-9.start-before,
.grid.gutter-8 .cell-9.end-before {
  width: calc(56.25%  +  6.3rem);
}
.grid.gutter-8 .cell-9.start-before.end-before {
  width: calc(56.25%  +  12.6rem);
}
.grid.gutter-8 .cell-10.start-before,
.grid.gutter-8 .cell-10.end-before {
  width: calc(62.5%  +  6.3rem);
}
.grid.gutter-8 .cell-10.start-before.end-before {
  width: calc(62.5%  +  12.6rem);
}
.grid.gutter-8 .cell-11.start-before,
.grid.gutter-8 .cell-11.end-before {
  width: calc(68.75%  +  6.3rem);
}
.grid.gutter-8 .cell-11.start-before.end-before {
  width: calc(68.75%  +  12.6rem);
}
.grid.gutter-8 .cell-12.start-before,
.grid.gutter-8 .cell-12.end-before {
  width: calc(75%  +  6.3rem);
}
.grid.gutter-8 .cell-12.start-before.end-before {
  width: calc(75%  +  12.6rem);
}
.grid.gutter-8 .cell-13.start-before,
.grid.gutter-8 .cell-13.end-before {
  width: calc(81.25%  +  6.3rem);
}
.grid.gutter-8 .cell-13.start-before.end-before {
  width: calc(81.25%  +  12.6rem);
}
.grid.gutter-8 .cell-14.start-before,
.grid.gutter-8 .cell-14.end-before {
  width: calc(87.5%  +  6.3rem);
}
.grid.gutter-8 .cell-14.start-before.end-before {
  width: calc(87.5%  +  12.6rem);
}
.grid.gutter-8 .cell-15.start-before,
.grid.gutter-8 .cell-15.end-before {
  width: calc(93.75%  +  6.3rem);
}
.grid.gutter-8 .cell-15.start-before.end-before {
  width: calc(93.75%  +  12.6rem);
}
.grid.gutter-8 .cell-16.start-before,
.grid.gutter-8 .cell-16.end-before {
  width: calc(100%  +  6.3rem);
}
.grid.gutter-8 .cell-16.start-before.end-before {
  width: calc(100%  +  12.6rem);
}
.grid.space-1 {
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}
.grid.space-1:not(.grid) {
  width: auto;
}
.grid.space-1:not(.space-margin) > [class*=" cell"],
.grid.space-1:not(.space-margin) > [class^="cell"],
.grid.space-1:not(.space-margin) > .row > [class*=" cell"],
.grid.space-1:not(.space-margin) > .row > [class^="cell"],
.grid.space-1:not(.space-margin) > tbody > tr > td,
.grid.space-1:not(.space-margin) > tr > td {
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
}
.grid.space-1 > [class*="grid"].row {
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
}
.grid[class*="space-1"].space-margin .cell-1 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-2 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-3 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-4 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-5 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-6 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-7 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-8 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-9 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-10 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-11 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-12 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-13 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-14 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-15 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid[class*="space-1"].space-margin .cell-16 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.grid.space-2 {
  margin-top: -1.05rem;
  margin-bottom: -1.05rem;
}
.grid.space-2:not(.grid) {
  width: auto;
}
.grid.space-2:not(.space-margin) > [class*=" cell"],
.grid.space-2:not(.space-margin) > [class^="cell"],
.grid.space-2:not(.space-margin) > .row > [class*=" cell"],
.grid.space-2:not(.space-margin) > .row > [class^="cell"],
.grid.space-2:not(.space-margin) > tbody > tr > td,
.grid.space-2:not(.space-margin) > tr > td {
  border-top: 1.05rem solid transparent;
  border-bottom: 1.05rem solid transparent;
}
.grid.space-2 > [class*="grid"].row {
  border-top: 1.05rem solid transparent;
  border-bottom: 1.05rem solid transparent;
}
.grid[class*="space-2"].space-margin .cell-1 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-2 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-3 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-4 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-5 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-6 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-7 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-8 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-9 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-10 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-11 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-12 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-13 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-14 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-15 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid[class*="space-2"].space-margin .cell-16 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.grid.space-3 {
  margin-top: -1.4rem;
  margin-bottom: -1.4rem;
}
.grid.space-3:not(.grid) {
  width: auto;
}
.grid.space-3:not(.space-margin) > [class*=" cell"],
.grid.space-3:not(.space-margin) > [class^="cell"],
.grid.space-3:not(.space-margin) > .row > [class*=" cell"],
.grid.space-3:not(.space-margin) > .row > [class^="cell"],
.grid.space-3:not(.space-margin) > tbody > tr > td,
.grid.space-3:not(.space-margin) > tr > td {
  border-top: 1.4rem solid transparent;
  border-bottom: 1.4rem solid transparent;
}
.grid.space-3 > [class*="grid"].row {
  border-top: 1.4rem solid transparent;
  border-bottom: 1.4rem solid transparent;
}
.grid[class*="space-3"].space-margin .cell-1 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-2 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-3 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-4 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-5 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-6 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-7 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-8 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-9 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-10 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-11 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-12 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-13 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-14 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-15 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid[class*="space-3"].space-margin .cell-16 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.grid.content-holder {
  margin-left: auto;
  margin-right: auto;
  width: 1128px;
}
.grid .row {
  max-width: 100%;
}
.grid:not(.column) > .cell:not( .grid):not( .column),
.grid:not(.column) > .row > .cell:not( .grid):not( .column) {
  -webkit-box-flex: 1 0 0px;
  -moz-box-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
}
.grid:not(.column) > .cell:not( .grid):not( .column):only-child,
.grid:not(.column) > .row > .cell:not( .grid):not( .column):only-child {
  width: 100%;
}
.grid:not(.column) > .cell.grid.column,
.grid:not(.column) > .row > .cell.grid.column {
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 1),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 1),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 1) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 1) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 100%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 2),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 2),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 2) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 2) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 50%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 3),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 3),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 3) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 3) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 33.33333333%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 4),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 4),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 4) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 4) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 25%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 5),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 5),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 5) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 5) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 20%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 6),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 6),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 6) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 6) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 16.66666667%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 7),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 7),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 7) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 7) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 14.28571429%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 8),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 8),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 8) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 8) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 12.5%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 9),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 9),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 9) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 9) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 11.11111111%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 10),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 10),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 10) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 10) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 10%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 11),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 11),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 11) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 11) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 9.09090909%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 12),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 12),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 12) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 12) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 8.33333333%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 13),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 13),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 13) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 13) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 7.69230769%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 14),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 14),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 14) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 14) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 7.14285714%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 15),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 15),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 15) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 15) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 6.66666667%;
}
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 16),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 16),
table.grid:not(.column) td:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 16) ~ *:not( [class*="cell-"]):not([colspan]),
table.grid:not(.column) th:not( [class*="cell-"]):not([colspan]):first-child:nth-last-child( 16) ~ *:not( [class*="cell-"]):not([colspan]) {
  width: 6.25%;
}
.grid.reverse {
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid.nowrap {
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.grid.column {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid.column > .row {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid.column-force {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid.column-force > .row {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.grid.column-force > [class*=" cell"],
.grid.column-force > [class^="cell"],
.grid.column-force > .row > [class*=" cell"],
.grid.column-force > .row > [class^="cell"],
.grid.column-force tbody > .row > [class*=" cell"],
.grid.column-force tbody > .row > [class^="cell"] {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.grid.column-force {
  height: 100%;
}
.grid.column-wrap {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%;
}
.grid.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid.justify-beteen {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.grid.justify-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.grid.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid.vertical-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid.vertical-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.grid.vertical-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.grid.text-center [class^="cell"],
.grid.text-center [class*=" cell"] {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid.text-right [class^="cell"],
.grid.text-right [class*=" cell"] {
  text-align: right;
}
.grid.text-left [class^="cell"],
.grid.text-left [class*=" cell"] {
  text-align: left;
}
.grid.floating {
  display: block;
}
.grid.floating.reverse [class^="cell"],
.grid.floating.reverse [class*=" cell"] {
  float: right;
}
.grid.floating [class^="cell"],
.grid.floating [class*=" cell"] {
  float: left;
}
.grid.floating .row {
  display: block;
}
.grid.floating .row:after,
.grid.floating .row:before {
  content: "";
  display: block;
  clear: both;
}
table.grid,
.grid.table {
  display: table;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
table.grid tr,
.grid.table tr,
table.grid .row,
.grid.table .row {
  display: table-row;
}
table.grid td,
.grid.table td,
table.grid [class*=" cell"],
.grid.table [class*=" cell"],
table.grid [class^="cell"],
.grid.table [class^="cell"] {
  display: table-cell;
}
table.grid td:first-child,
.grid.table td:first-child,
table.grid [class*=" cell"]:first-child,
.grid.table [class*=" cell"]:first-child,
table.grid [class^="cell"]:first-child,
.grid.table [class^="cell"]:first-child {
  border-left: 0;
}
table.grid td:last-child,
.grid.table td:last-child,
table.grid [class*=" cell"]:last-child,
.grid.table [class*=" cell"]:last-child,
table.grid [class^="cell"]:last-child,
.grid.table [class^="cell"]:last-child {
  border-left: 0;
}
.grid.column-force [class*=" cell"],
.grid.column-force [class^="cell"] {
  width: 100% !important;
  -webkit-box-flex: 0 0 auto !important;
  -moz-box-flex: 0 0 auto !important;
  -webkit-flex: 0 0 auto !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}
@media (min-width: 1280px) {
  .grid.d-column-force [class*=" cell"],
  .grid.d-column-force [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .grid.d-column > [class*=" cell"],
  .grid.d-column > .row > [class*=" cell"],
  .grid.d-column > [class^="cell"],
  .grid.d-column > .row > [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1023px) {
  .grid.t-column-force [class*=" cell"],
  .grid.t-column-force [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .grid.t-column > [class*=" cell"],
  .grid.t-column > .row > [class*=" cell"],
  .grid.t-column > [class^="cell"],
  .grid.t-column > .row > [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .grid.tp-column-force [class*=" cell"],
  .grid.tp-column-force [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .grid.tp-column > [class*=" cell"],
  .grid.tp-column > .row > [class*=" cell"],
  .grid.tp-column > [class^="cell"],
  .grid.tp-column > .row > [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .grid.m-column-force [class*=" cell"],
  .grid.m-column-force [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .grid.m-column > [class*=" cell"],
  .grid.m-column > .row > [class*=" cell"],
  .grid.m-column > [class^="cell"],
  .grid.m-column > .row > [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 420px) {
  .grid.mp-column-force [class*=" cell"],
  .grid.mp-column-force [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .grid.mp-column > [class*=" cell"],
  .grid.mp-column > .row > [class*=" cell"],
  .grid.mp-column > [class^="cell"],
  .grid.mp-column > .row > [class^="cell"] {
    width: 100% !important;
    -webkit-box-flex: 0 0 auto !important;
    -moz-box-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
[class^="cell-"],
[class*=" cell-"],
.cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
[class^="cell-"].vertical-center,
[class*=" cell-"].vertical-center,
.cell.vertical-center {
  -webkit-align-self: center;
  align-self: center;
}
[class^="cell-"].vertical-items-center,
[class*=" cell-"].vertical-items-center,
.cell.vertical-items-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
[class^="cell-"].vertical-items-stretch,
[class*=" cell-"].vertical-items-stretch,
.cell.vertical-items-stretch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
[class^="cell-"].vertical-items-end,
[class*=" cell-"].vertical-items-end,
.cell.vertical-items-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
[class^="cell-"].vertical-items-start,
[class*=" cell-"].vertical-items-start,
.cell.vertical-items-start {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
[class^="cell-"].items-center,
[class*=" cell-"].items-center,
.cell.items-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
[class^="cell-"].items-stretch,
[class*=" cell-"].items-stretch,
.cell.items-stretch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
[class^="cell-"].items-end,
[class*=" cell-"].items-end,
.cell.items-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
[class^="cell-"].items-start,
[class*=" cell-"].items-start,
.cell.items-start {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.row {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: inherit;
  flex-wrap: inherit;
  min-width: 0;
  min-height: 0;
}
.row:not([class*="grid"]) {
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
}
.row.vertical-center [class^="cell"],
.row.vertical-center [class*=" cell"] {
  -webkit-align-self: center;
  align-self: center;
}
.row.text-center [class^="cell"],
.row.text-center [class*=" cell"] {
  text-align: center;
}
.row.text-right [class^="cell"],
.row.text-right [class*=" cell"] {
  text-align: right;
}
.row.text-left [class^="cell"],
.row.text-left [class*=" cell"] {
  text-align: left;
}
.content-holder {
  margin-left: auto;
  margin-right: auto;
  width: 1128px;
  max-width: calc(100%  -  40px);
}
.center-vertically {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.center-vertically.horizontally {
  justify-content: center;
}
.center-vertically > * {
  align-self: center;
}
.width-1 {
  width: 94px !important;
}
.width-1.uncover-hover.hoverable:hover.left ~ .body-content,
.width-1:not(.cover).left ~ .body-content,
.width-1.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 94px;
}
.width-1.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-1:not(.cover).left ~ .body-content .header.fixed,
.width-1.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-1.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-1:not(.cover).left ~ .body-content.header.fixed,
.width-1.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 94px;
}
.width-1.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-1:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-1.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-1.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-1:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-1.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 94px;
}
.width-1.uncover-hover.hoverable:hover.right ~ .body-content,
.width-1:not(.cover).right ~ .body-content,
.width-1.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 94px;
}
.width-1.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-1:not(.cover).right ~ .body-content .header.fixed,
.width-1.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-1.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-1:not(.cover).right ~ .body-content.header.fixed,
.width-1.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 94px;
}
.width-1.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-1:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-1.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-1.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-1:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-1.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 94px;
}
.max-width-1 {
  max-width: 94px !important;
}
.min-width-1 {
  min-width: 94px !important;
}
.width-2 {
  width: 188px !important;
}
.width-2.uncover-hover.hoverable:hover.left ~ .body-content,
.width-2:not(.cover).left ~ .body-content,
.width-2.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 188px;
}
.width-2.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-2:not(.cover).left ~ .body-content .header.fixed,
.width-2.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-2.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-2:not(.cover).left ~ .body-content.header.fixed,
.width-2.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 188px;
}
.width-2.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-2:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-2.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-2.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-2:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-2.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 188px;
}
.width-2.uncover-hover.hoverable:hover.right ~ .body-content,
.width-2:not(.cover).right ~ .body-content,
.width-2.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 188px;
}
.width-2.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-2:not(.cover).right ~ .body-content .header.fixed,
.width-2.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-2.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-2:not(.cover).right ~ .body-content.header.fixed,
.width-2.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 188px;
}
.width-2.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-2:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-2.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-2.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-2:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-2.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 188px;
}
.max-width-2 {
  max-width: 188px !important;
}
.min-width-2 {
  min-width: 188px !important;
}
.width-3 {
  width: 282px !important;
}
.width-3.uncover-hover.hoverable:hover.left ~ .body-content,
.width-3:not(.cover).left ~ .body-content,
.width-3.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 282px;
}
.width-3.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-3:not(.cover).left ~ .body-content .header.fixed,
.width-3.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-3.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-3:not(.cover).left ~ .body-content.header.fixed,
.width-3.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 282px;
}
.width-3.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-3:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-3.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-3.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-3:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-3.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 282px;
}
.width-3.uncover-hover.hoverable:hover.right ~ .body-content,
.width-3:not(.cover).right ~ .body-content,
.width-3.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 282px;
}
.width-3.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-3:not(.cover).right ~ .body-content .header.fixed,
.width-3.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-3.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-3:not(.cover).right ~ .body-content.header.fixed,
.width-3.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 282px;
}
.width-3.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-3:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-3.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-3.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-3:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-3.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 282px;
}
.max-width-3 {
  max-width: 282px !important;
}
.min-width-3 {
  min-width: 282px !important;
}
.width-4 {
  width: 376px !important;
}
.width-4.uncover-hover.hoverable:hover.left ~ .body-content,
.width-4:not(.cover).left ~ .body-content,
.width-4.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 376px;
}
.width-4.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-4:not(.cover).left ~ .body-content .header.fixed,
.width-4.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-4.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-4:not(.cover).left ~ .body-content.header.fixed,
.width-4.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 376px;
}
.width-4.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-4:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-4.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-4.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-4:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-4.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 376px;
}
.width-4.uncover-hover.hoverable:hover.right ~ .body-content,
.width-4:not(.cover).right ~ .body-content,
.width-4.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 376px;
}
.width-4.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-4:not(.cover).right ~ .body-content .header.fixed,
.width-4.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-4.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-4:not(.cover).right ~ .body-content.header.fixed,
.width-4.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 376px;
}
.width-4.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-4:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-4.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-4.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-4:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-4.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 376px;
}
.max-width-4 {
  max-width: 376px !important;
}
.min-width-4 {
  min-width: 376px !important;
}
.width-5 {
  width: 470px !important;
}
.width-5.uncover-hover.hoverable:hover.left ~ .body-content,
.width-5:not(.cover).left ~ .body-content,
.width-5.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 470px;
}
.width-5.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-5:not(.cover).left ~ .body-content .header.fixed,
.width-5.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-5.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-5:not(.cover).left ~ .body-content.header.fixed,
.width-5.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 470px;
}
.width-5.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-5:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-5.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-5.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-5:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-5.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 470px;
}
.width-5.uncover-hover.hoverable:hover.right ~ .body-content,
.width-5:not(.cover).right ~ .body-content,
.width-5.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 470px;
}
.width-5.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-5:not(.cover).right ~ .body-content .header.fixed,
.width-5.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-5.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-5:not(.cover).right ~ .body-content.header.fixed,
.width-5.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 470px;
}
.width-5.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-5:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-5.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-5.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-5:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-5.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 470px;
}
.max-width-5 {
  max-width: 470px !important;
}
.min-width-5 {
  min-width: 470px !important;
}
.width-6 {
  width: 564px !important;
}
.width-6.uncover-hover.hoverable:hover.left ~ .body-content,
.width-6:not(.cover).left ~ .body-content,
.width-6.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 564px;
}
.width-6.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-6:not(.cover).left ~ .body-content .header.fixed,
.width-6.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-6.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-6:not(.cover).left ~ .body-content.header.fixed,
.width-6.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 564px;
}
.width-6.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-6:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-6.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-6.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-6:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-6.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 564px;
}
.width-6.uncover-hover.hoverable:hover.right ~ .body-content,
.width-6:not(.cover).right ~ .body-content,
.width-6.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 564px;
}
.width-6.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-6:not(.cover).right ~ .body-content .header.fixed,
.width-6.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-6.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-6:not(.cover).right ~ .body-content.header.fixed,
.width-6.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 564px;
}
.width-6.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-6:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-6.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-6.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-6:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-6.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 564px;
}
.max-width-6 {
  max-width: 564px !important;
}
.min-width-6 {
  min-width: 564px !important;
}
.width-7 {
  width: 658px !important;
}
.width-7.uncover-hover.hoverable:hover.left ~ .body-content,
.width-7:not(.cover).left ~ .body-content,
.width-7.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 658px;
}
.width-7.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-7:not(.cover).left ~ .body-content .header.fixed,
.width-7.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-7.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-7:not(.cover).left ~ .body-content.header.fixed,
.width-7.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 658px;
}
.width-7.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-7:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-7.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-7.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-7:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-7.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 658px;
}
.width-7.uncover-hover.hoverable:hover.right ~ .body-content,
.width-7:not(.cover).right ~ .body-content,
.width-7.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 658px;
}
.width-7.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-7:not(.cover).right ~ .body-content .header.fixed,
.width-7.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-7.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-7:not(.cover).right ~ .body-content.header.fixed,
.width-7.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 658px;
}
.width-7.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-7:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-7.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-7.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-7:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-7.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 658px;
}
.max-width-7 {
  max-width: 658px !important;
}
.min-width-7 {
  min-width: 658px !important;
}
.width-8 {
  width: 752px !important;
}
.width-8.uncover-hover.hoverable:hover.left ~ .body-content,
.width-8:not(.cover).left ~ .body-content,
.width-8.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 752px;
}
.width-8.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-8:not(.cover).left ~ .body-content .header.fixed,
.width-8.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-8.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-8:not(.cover).left ~ .body-content.header.fixed,
.width-8.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 752px;
}
.width-8.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-8:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-8.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-8.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-8:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-8.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 752px;
}
.width-8.uncover-hover.hoverable:hover.right ~ .body-content,
.width-8:not(.cover).right ~ .body-content,
.width-8.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 752px;
}
.width-8.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-8:not(.cover).right ~ .body-content .header.fixed,
.width-8.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-8.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-8:not(.cover).right ~ .body-content.header.fixed,
.width-8.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 752px;
}
.width-8.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-8:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-8.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-8.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-8:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-8.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 752px;
}
.max-width-8 {
  max-width: 752px !important;
}
.min-width-8 {
  min-width: 752px !important;
}
.width-9 {
  width: 846px !important;
}
.width-9.uncover-hover.hoverable:hover.left ~ .body-content,
.width-9:not(.cover).left ~ .body-content,
.width-9.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 846px;
}
.width-9.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-9:not(.cover).left ~ .body-content .header.fixed,
.width-9.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-9.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-9:not(.cover).left ~ .body-content.header.fixed,
.width-9.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 846px;
}
.width-9.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-9:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-9.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-9.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-9:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-9.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 846px;
}
.width-9.uncover-hover.hoverable:hover.right ~ .body-content,
.width-9:not(.cover).right ~ .body-content,
.width-9.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 846px;
}
.width-9.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-9:not(.cover).right ~ .body-content .header.fixed,
.width-9.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-9.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-9:not(.cover).right ~ .body-content.header.fixed,
.width-9.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 846px;
}
.width-9.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-9:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-9.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-9.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-9:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-9.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 846px;
}
.max-width-9 {
  max-width: 846px !important;
}
.min-width-9 {
  min-width: 846px !important;
}
.width-10 {
  width: 940px !important;
}
.width-10.uncover-hover.hoverable:hover.left ~ .body-content,
.width-10:not(.cover).left ~ .body-content,
.width-10.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 940px;
}
.width-10.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-10:not(.cover).left ~ .body-content .header.fixed,
.width-10.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-10.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-10:not(.cover).left ~ .body-content.header.fixed,
.width-10.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 940px;
}
.width-10.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-10:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-10.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-10.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-10:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-10.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 940px;
}
.width-10.uncover-hover.hoverable:hover.right ~ .body-content,
.width-10:not(.cover).right ~ .body-content,
.width-10.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 940px;
}
.width-10.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-10:not(.cover).right ~ .body-content .header.fixed,
.width-10.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-10.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-10:not(.cover).right ~ .body-content.header.fixed,
.width-10.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 940px;
}
.width-10.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-10:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-10.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-10.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-10:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-10.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 940px;
}
.max-width-10 {
  max-width: 940px !important;
}
.min-width-10 {
  min-width: 940px !important;
}
.width-11 {
  width: 1034px !important;
}
.width-11.uncover-hover.hoverable:hover.left ~ .body-content,
.width-11:not(.cover).left ~ .body-content,
.width-11.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 1034px;
}
.width-11.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-11:not(.cover).left ~ .body-content .header.fixed,
.width-11.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-11.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-11:not(.cover).left ~ .body-content.header.fixed,
.width-11.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 1034px;
}
.width-11.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-11:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-11.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-11.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-11:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-11.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 1034px;
}
.width-11.uncover-hover.hoverable:hover.right ~ .body-content,
.width-11:not(.cover).right ~ .body-content,
.width-11.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 1034px;
}
.width-11.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-11:not(.cover).right ~ .body-content .header.fixed,
.width-11.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-11.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-11:not(.cover).right ~ .body-content.header.fixed,
.width-11.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 1034px;
}
.width-11.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-11:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-11.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-11.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-11:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-11.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 1034px;
}
.max-width-11 {
  max-width: 1034px !important;
}
.min-width-11 {
  min-width: 1034px !important;
}
.width-12 {
  width: 1128px !important;
}
.width-12.uncover-hover.hoverable:hover.left ~ .body-content,
.width-12:not(.cover).left ~ .body-content,
.width-12.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 1128px;
}
.width-12.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-12:not(.cover).left ~ .body-content .header.fixed,
.width-12.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-12.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-12:not(.cover).left ~ .body-content.header.fixed,
.width-12.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 1128px;
}
.width-12.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-12:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-12.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-12.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-12:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-12.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 1128px;
}
.width-12.uncover-hover.hoverable:hover.right ~ .body-content,
.width-12:not(.cover).right ~ .body-content,
.width-12.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 1128px;
}
.width-12.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-12:not(.cover).right ~ .body-content .header.fixed,
.width-12.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-12.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-12:not(.cover).right ~ .body-content.header.fixed,
.width-12.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 1128px;
}
.width-12.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-12:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-12.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-12.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-12:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-12.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 1128px;
}
.max-width-12 {
  max-width: 1128px !important;
}
.min-width-12 {
  min-width: 1128px !important;
}
.max-width-100 {
  max-width: 100% !important;
}
.height-1 {
  height: 50px !important;
}
.header.height-1.fixed + * {
  margin-top: 50px;
}
.height-1.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-1:not(.cover).top:not(.manual) ~ .body-content,
.height-1.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 50px;
}
.height-1.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-1:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-1.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-1.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-1:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-1.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 50px;
}
.height-1.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-1:not(.cover).bottom ~ .body-content,
.height-1.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 50px;
}
.height-1.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-1:not(.cover).bottom ~ .body-content .header.fixed,
.height-1.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-1.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-1:not(.cover).bottom ~ .body-content.header.fixed,
.height-1.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 50px;
}
.height-2 {
  height: 100px !important;
}
.header.height-2.fixed + * {
  margin-top: 100px;
}
.height-2.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-2:not(.cover).top:not(.manual) ~ .body-content,
.height-2.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 100px;
}
.height-2.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-2:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-2.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-2.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-2:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-2.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 100px;
}
.height-2.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-2:not(.cover).bottom ~ .body-content,
.height-2.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 100px;
}
.height-2.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-2:not(.cover).bottom ~ .body-content .header.fixed,
.height-2.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-2.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-2:not(.cover).bottom ~ .body-content.header.fixed,
.height-2.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 100px;
}
.height-3 {
  height: 150px !important;
}
.header.height-3.fixed + * {
  margin-top: 150px;
}
.height-3.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-3:not(.cover).top:not(.manual) ~ .body-content,
.height-3.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 150px;
}
.height-3.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-3:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-3.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-3.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-3:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-3.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 150px;
}
.height-3.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-3:not(.cover).bottom ~ .body-content,
.height-3.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 150px;
}
.height-3.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-3:not(.cover).bottom ~ .body-content .header.fixed,
.height-3.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-3.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-3:not(.cover).bottom ~ .body-content.header.fixed,
.height-3.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 150px;
}
.height-4 {
  height: 200px !important;
}
.header.height-4.fixed + * {
  margin-top: 200px;
}
.height-4.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-4:not(.cover).top:not(.manual) ~ .body-content,
.height-4.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 200px;
}
.height-4.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-4:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-4.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-4.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-4:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-4.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 200px;
}
.height-4.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-4:not(.cover).bottom ~ .body-content,
.height-4.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 200px;
}
.height-4.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-4:not(.cover).bottom ~ .body-content .header.fixed,
.height-4.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-4.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-4:not(.cover).bottom ~ .body-content.header.fixed,
.height-4.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 200px;
}
.height-5 {
  height: 250px !important;
}
.header.height-5.fixed + * {
  margin-top: 250px;
}
.height-5.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-5:not(.cover).top:not(.manual) ~ .body-content,
.height-5.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 250px;
}
.height-5.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-5:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-5.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-5.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-5:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-5.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 250px;
}
.height-5.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-5:not(.cover).bottom ~ .body-content,
.height-5.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 250px;
}
.height-5.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-5:not(.cover).bottom ~ .body-content .header.fixed,
.height-5.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-5.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-5:not(.cover).bottom ~ .body-content.header.fixed,
.height-5.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 250px;
}
.height-6 {
  height: 300px !important;
}
.header.height-6.fixed + * {
  margin-top: 300px;
}
.height-6.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-6:not(.cover).top:not(.manual) ~ .body-content,
.height-6.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 300px;
}
.height-6.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-6:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-6.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-6.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-6:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-6.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 300px;
}
.height-6.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-6:not(.cover).bottom ~ .body-content,
.height-6.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 300px;
}
.height-6.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-6:not(.cover).bottom ~ .body-content .header.fixed,
.height-6.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-6.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-6:not(.cover).bottom ~ .body-content.header.fixed,
.height-6.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 300px;
}
.height-7 {
  height: 350px !important;
}
.header.height-7.fixed + * {
  margin-top: 350px;
}
.height-7.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-7:not(.cover).top:not(.manual) ~ .body-content,
.height-7.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 350px;
}
.height-7.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-7:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-7.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-7.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-7:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-7.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 350px;
}
.height-7.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-7:not(.cover).bottom ~ .body-content,
.height-7.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 350px;
}
.height-7.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-7:not(.cover).bottom ~ .body-content .header.fixed,
.height-7.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-7.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-7:not(.cover).bottom ~ .body-content.header.fixed,
.height-7.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 350px;
}
.height-8 {
  height: 400px !important;
}
.header.height-8.fixed + * {
  margin-top: 400px;
}
.height-8.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-8:not(.cover).top:not(.manual) ~ .body-content,
.height-8.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 400px;
}
.height-8.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-8:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-8.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-8.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-8:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-8.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 400px;
}
.height-8.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-8:not(.cover).bottom ~ .body-content,
.height-8.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 400px;
}
.height-8.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-8:not(.cover).bottom ~ .body-content .header.fixed,
.height-8.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-8.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-8:not(.cover).bottom ~ .body-content.header.fixed,
.height-8.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 400px;
}
.height-9 {
  height: 450px !important;
}
.header.height-9.fixed + * {
  margin-top: 450px;
}
.height-9.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-9:not(.cover).top:not(.manual) ~ .body-content,
.height-9.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 450px;
}
.height-9.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-9:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-9.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-9.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-9:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-9.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 450px;
}
.height-9.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-9:not(.cover).bottom ~ .body-content,
.height-9.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 450px;
}
.height-9.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-9:not(.cover).bottom ~ .body-content .header.fixed,
.height-9.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-9.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-9:not(.cover).bottom ~ .body-content.header.fixed,
.height-9.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 450px;
}
.height-10 {
  height: 500px !important;
}
.header.height-10.fixed + * {
  margin-top: 500px;
}
.height-10.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-10:not(.cover).top:not(.manual) ~ .body-content,
.height-10.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 500px;
}
.height-10.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-10:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-10.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-10.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-10:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-10.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 500px;
}
.height-10.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-10:not(.cover).bottom ~ .body-content,
.height-10.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 500px;
}
.height-10.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-10:not(.cover).bottom ~ .body-content .header.fixed,
.height-10.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-10.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-10:not(.cover).bottom ~ .body-content.header.fixed,
.height-10.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 500px;
}
.height-11 {
  height: 550px !important;
}
.header.height-11.fixed + * {
  margin-top: 550px;
}
.height-11.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-11:not(.cover).top:not(.manual) ~ .body-content,
.height-11.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 550px;
}
.height-11.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-11:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-11.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-11.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-11:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-11.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 550px;
}
.height-11.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-11:not(.cover).bottom ~ .body-content,
.height-11.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 550px;
}
.height-11.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-11:not(.cover).bottom ~ .body-content .header.fixed,
.height-11.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-11.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-11:not(.cover).bottom ~ .body-content.header.fixed,
.height-11.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 550px;
}
.height-12 {
  height: 600px !important;
}
.header.height-12.fixed + * {
  margin-top: 600px;
}
.height-12.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-12:not(.cover).top:not(.manual) ~ .body-content,
.height-12.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 600px;
}
.height-12.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-12:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-12.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-12.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-12:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-12.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 600px;
}
.height-12.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-12:not(.cover).bottom ~ .body-content,
.height-12.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 600px;
}
.height-12.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-12:not(.cover).bottom ~ .body-content .header.fixed,
.height-12.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-12.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-12:not(.cover).bottom ~ .body-content.header.fixed,
.height-12.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 600px;
}
.width-geo-0 {
  width: 0px !important;
}
.width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-0:not(.cover).left ~ .body-content,
.width-geo-0.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-0:not(.cover).left ~ .body-content .header.fixed,
.width-geo-0.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-0:not(.cover).left ~ .body-content.header.fixed,
.width-geo-0.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-0:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-0.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-0:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-0.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-0:not(.cover).right ~ .body-content,
.width-geo-0.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-0:not(.cover).right ~ .body-content .header.fixed,
.width-geo-0.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-0:not(.cover).right ~ .body-content.header.fixed,
.width-geo-0.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-0:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-0.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-0:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-0.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 0px;
}
.width-geo-1 {
  width: 7.05px !important;
}
.width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-1:not(.cover).left ~ .body-content,
.width-geo-1.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 7.05px;
}
.width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-1:not(.cover).left ~ .body-content .header.fixed,
.width-geo-1.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-1:not(.cover).left ~ .body-content.header.fixed,
.width-geo-1.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 7.05px;
}
.width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-1:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-1.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-1:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-1.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 7.05px;
}
.width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-1:not(.cover).right ~ .body-content,
.width-geo-1.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 7.05px;
}
.width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-1:not(.cover).right ~ .body-content .header.fixed,
.width-geo-1.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-1:not(.cover).right ~ .body-content.header.fixed,
.width-geo-1.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 7.05px;
}
.width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-1:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-1.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-1:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-1.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 7.05px;
}
.width-geo-2 {
  width: 15.10714286px !important;
}
.width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-2:not(.cover).left ~ .body-content,
.width-geo-2.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 15.10714286px;
}
.width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-2:not(.cover).left ~ .body-content .header.fixed,
.width-geo-2.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-2:not(.cover).left ~ .body-content.header.fixed,
.width-geo-2.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 15.10714286px;
}
.width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-2:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-2.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-2:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-2.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 15.10714286px;
}
.width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-2:not(.cover).right ~ .body-content,
.width-geo-2.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 15.10714286px;
}
.width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-2:not(.cover).right ~ .body-content .header.fixed,
.width-geo-2.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-2:not(.cover).right ~ .body-content.header.fixed,
.width-geo-2.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 15.10714286px;
}
.width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-2:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-2.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-2:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-2.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 15.10714286px;
}
.width-geo-3 {
  width: 24.40384615px !important;
}
.width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-3:not(.cover).left ~ .body-content,
.width-geo-3.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 24.40384615px;
}
.width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-3:not(.cover).left ~ .body-content .header.fixed,
.width-geo-3.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-3:not(.cover).left ~ .body-content.header.fixed,
.width-geo-3.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 24.40384615px;
}
.width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-3:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-3.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-3:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-3.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 24.40384615px;
}
.width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-3:not(.cover).right ~ .body-content,
.width-geo-3.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 24.40384615px;
}
.width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-3:not(.cover).right ~ .body-content .header.fixed,
.width-geo-3.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-3:not(.cover).right ~ .body-content.header.fixed,
.width-geo-3.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 24.40384615px;
}
.width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-3:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-3.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-3:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-3.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 24.40384615px;
}
.width-geo-4 {
  width: 35.25px !important;
}
.width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-4:not(.cover).left ~ .body-content,
.width-geo-4.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 35.25px;
}
.width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-4:not(.cover).left ~ .body-content .header.fixed,
.width-geo-4.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-4:not(.cover).left ~ .body-content.header.fixed,
.width-geo-4.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 35.25px;
}
.width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-4:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-4.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-4:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-4.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 35.25px;
}
.width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-4:not(.cover).right ~ .body-content,
.width-geo-4.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 35.25px;
}
.width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-4:not(.cover).right ~ .body-content .header.fixed,
.width-geo-4.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-4:not(.cover).right ~ .body-content.header.fixed,
.width-geo-4.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 35.25px;
}
.width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-4:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-4.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-4:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-4.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 35.25px;
}
.width-geo-5 {
  width: 48.06818182px !important;
}
.width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-5:not(.cover).left ~ .body-content,
.width-geo-5.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 48.06818182px;
}
.width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-5:not(.cover).left ~ .body-content .header.fixed,
.width-geo-5.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-5:not(.cover).left ~ .body-content.header.fixed,
.width-geo-5.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 48.06818182px;
}
.width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-5:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-5.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-5:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-5.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 48.06818182px;
}
.width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-5:not(.cover).right ~ .body-content,
.width-geo-5.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 48.06818182px;
}
.width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-5:not(.cover).right ~ .body-content .header.fixed,
.width-geo-5.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-5:not(.cover).right ~ .body-content.header.fixed,
.width-geo-5.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 48.06818182px;
}
.width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-5:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-5.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-5:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-5.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 48.06818182px;
}
.width-geo-6 {
  width: 63.45px !important;
}
.width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-6:not(.cover).left ~ .body-content,
.width-geo-6.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 63.45px;
}
.width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-6:not(.cover).left ~ .body-content .header.fixed,
.width-geo-6.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-6:not(.cover).left ~ .body-content.header.fixed,
.width-geo-6.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 63.45px;
}
.width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-6:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-6.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-6:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-6.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 63.45px;
}
.width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-6:not(.cover).right ~ .body-content,
.width-geo-6.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 63.45px;
}
.width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-6:not(.cover).right ~ .body-content .header.fixed,
.width-geo-6.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-6:not(.cover).right ~ .body-content.header.fixed,
.width-geo-6.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 63.45px;
}
.width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-6:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-6.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-6:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-6.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 63.45px;
}
.width-geo-7 {
  width: 82.25px !important;
}
.width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-7:not(.cover).left ~ .body-content,
.width-geo-7.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 82.25px;
}
.width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-7:not(.cover).left ~ .body-content .header.fixed,
.width-geo-7.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-7:not(.cover).left ~ .body-content.header.fixed,
.width-geo-7.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 82.25px;
}
.width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-7:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-7.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-7:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-7.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 82.25px;
}
.width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-7:not(.cover).right ~ .body-content,
.width-geo-7.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 82.25px;
}
.width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-7:not(.cover).right ~ .body-content .header.fixed,
.width-geo-7.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-7:not(.cover).right ~ .body-content.header.fixed,
.width-geo-7.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 82.25px;
}
.width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-7:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-7.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-7:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-7.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 82.25px;
}
.width-geo-8 {
  width: 105.75px !important;
}
.width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-8:not(.cover).left ~ .body-content,
.width-geo-8.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 105.75px;
}
.width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-8:not(.cover).left ~ .body-content .header.fixed,
.width-geo-8.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-8:not(.cover).left ~ .body-content.header.fixed,
.width-geo-8.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 105.75px;
}
.width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-8:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-8.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-8:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-8.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 105.75px;
}
.width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-8:not(.cover).right ~ .body-content,
.width-geo-8.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 105.75px;
}
.width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-8:not(.cover).right ~ .body-content .header.fixed,
.width-geo-8.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-8:not(.cover).right ~ .body-content.header.fixed,
.width-geo-8.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 105.75px;
}
.width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-8:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-8.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-8:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-8.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 105.75px;
}
.width-geo-9 {
  width: 135.96428571px !important;
}
.width-geo-9.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-9:not(.cover).left ~ .body-content,
.width-geo-9.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 135.96428571px;
}
.width-geo-9.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-9:not(.cover).left ~ .body-content .header.fixed,
.width-geo-9.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-9.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-9:not(.cover).left ~ .body-content.header.fixed,
.width-geo-9.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 135.96428571px;
}
.width-geo-9.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-9:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-9.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-9.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-9:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-9.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 135.96428571px;
}
.width-geo-9.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-9:not(.cover).right ~ .body-content,
.width-geo-9.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 135.96428571px;
}
.width-geo-9.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-9:not(.cover).right ~ .body-content .header.fixed,
.width-geo-9.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-9.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-9:not(.cover).right ~ .body-content.header.fixed,
.width-geo-9.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 135.96428571px;
}
.width-geo-9.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-9:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-9.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-9.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-9:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-9.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 135.96428571px;
}
.width-geo-10 {
  width: 176.25px !important;
}
.width-geo-10.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-10:not(.cover).left ~ .body-content,
.width-geo-10.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 176.25px;
}
.width-geo-10.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-10:not(.cover).left ~ .body-content .header.fixed,
.width-geo-10.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-10.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-10:not(.cover).left ~ .body-content.header.fixed,
.width-geo-10.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 176.25px;
}
.width-geo-10.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-10:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-10.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-10.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-10:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-10.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 176.25px;
}
.width-geo-10.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-10:not(.cover).right ~ .body-content,
.width-geo-10.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 176.25px;
}
.width-geo-10.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-10:not(.cover).right ~ .body-content .header.fixed,
.width-geo-10.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-10.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-10:not(.cover).right ~ .body-content.header.fixed,
.width-geo-10.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 176.25px;
}
.width-geo-10.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-10:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-10.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-10.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-10:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-10.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 176.25px;
}
.width-geo-11 {
  width: 232.65px !important;
}
.width-geo-11.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-11:not(.cover).left ~ .body-content,
.width-geo-11.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 232.65px;
}
.width-geo-11.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-11:not(.cover).left ~ .body-content .header.fixed,
.width-geo-11.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-11.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-11:not(.cover).left ~ .body-content.header.fixed,
.width-geo-11.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 232.65px;
}
.width-geo-11.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-11:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-11.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-11.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-11:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-11.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 232.65px;
}
.width-geo-11.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-11:not(.cover).right ~ .body-content,
.width-geo-11.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 232.65px;
}
.width-geo-11.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-11:not(.cover).right ~ .body-content .header.fixed,
.width-geo-11.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-11.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-11:not(.cover).right ~ .body-content.header.fixed,
.width-geo-11.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 232.65px;
}
.width-geo-11.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-11:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-11.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-11.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-11:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-11.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 232.65px;
}
.width-geo-12 {
  width: 317.25px !important;
}
.width-geo-12.uncover-hover.hoverable:hover.left ~ .body-content,
.width-geo-12:not(.cover).left ~ .body-content,
.width-geo-12.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 317.25px;
}
.width-geo-12.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed,
.width-geo-12:not(.cover).left ~ .body-content .header.fixed,
.width-geo-12.uncover-focus.focusable:focus.left ~ .body-content .header.fixed,
.width-geo-12.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed,
.width-geo-12:not(.cover).left ~ .body-content.header.fixed,
.width-geo-12.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 317.25px;
}
.width-geo-12.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-12:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.width-geo-12.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile,
.width-geo-12.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile,
.width-geo-12:not(.cover).left ~ .body-content.header.fixed .menu-mobile,
.width-geo-12.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 317.25px;
}
.width-geo-12.uncover-hover.hoverable:hover.right ~ .body-content,
.width-geo-12:not(.cover).right ~ .body-content,
.width-geo-12.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 317.25px;
}
.width-geo-12.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed,
.width-geo-12:not(.cover).right ~ .body-content .header.fixed,
.width-geo-12.uncover-focus.focusable:focus.right ~ .body-content .header.fixed,
.width-geo-12.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed,
.width-geo-12:not(.cover).right ~ .body-content.header.fixed,
.width-geo-12.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 317.25px;
}
.width-geo-12.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-12:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.width-geo-12.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile,
.width-geo-12.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile,
.width-geo-12:not(.cover).right ~ .body-content.header.fixed .menu-mobile,
.width-geo-12.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 317.25px;
}
.height-geo-0 {
  height: 0px !important;
}
.header.height-geo-0.fixed + * {
  margin-top: 0px;
}
.height-geo-0.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-0:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-0.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 0px;
}
.height-geo-0.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-0:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-0.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-0.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-0:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-0.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 0px;
}
.height-geo-0.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-0:not(.cover).bottom ~ .body-content,
.height-geo-0.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 0px;
}
.height-geo-0.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-0:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-0.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-0.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-0:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-0.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 0px;
}
.height-geo-1 {
  height: 3.75px !important;
}
.header.height-geo-1.fixed + * {
  margin-top: 3.75px;
}
.height-geo-1.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-1:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-1.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 3.75px;
}
.height-geo-1.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-1:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-1.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-1.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-1:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-1.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 3.75px;
}
.height-geo-1.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-1:not(.cover).bottom ~ .body-content,
.height-geo-1.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 3.75px;
}
.height-geo-1.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-1:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-1.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-1.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-1:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-1.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 3.75px;
}
.height-geo-2 {
  height: 8.03571429px !important;
}
.header.height-geo-2.fixed + * {
  margin-top: 8.03571429px;
}
.height-geo-2.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-2:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-2.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 8.03571429px;
}
.height-geo-2.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-2:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-2.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-2.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-2:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-2.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 8.03571429px;
}
.height-geo-2.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-2:not(.cover).bottom ~ .body-content,
.height-geo-2.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 8.03571429px;
}
.height-geo-2.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-2:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-2.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-2.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-2:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-2.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 8.03571429px;
}
.height-geo-3 {
  height: 12.98076923px !important;
}
.header.height-geo-3.fixed + * {
  margin-top: 12.98076923px;
}
.height-geo-3.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-3:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-3.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 12.98076923px;
}
.height-geo-3.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-3:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-3.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-3.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-3:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-3.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 12.98076923px;
}
.height-geo-3.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-3:not(.cover).bottom ~ .body-content,
.height-geo-3.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 12.98076923px;
}
.height-geo-3.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-3:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-3.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-3.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-3:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-3.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 12.98076923px;
}
.height-geo-4 {
  height: 18.75px !important;
}
.header.height-geo-4.fixed + * {
  margin-top: 18.75px;
}
.height-geo-4.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-4:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-4.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 18.75px;
}
.height-geo-4.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-4:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-4.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-4.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-4:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-4.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 18.75px;
}
.height-geo-4.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-4:not(.cover).bottom ~ .body-content,
.height-geo-4.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 18.75px;
}
.height-geo-4.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-4:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-4.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-4.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-4:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-4.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 18.75px;
}
.height-geo-5 {
  height: 25.56818182px !important;
}
.header.height-geo-5.fixed + * {
  margin-top: 25.56818182px;
}
.height-geo-5.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-5:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-5.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 25.56818182px;
}
.height-geo-5.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-5:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-5.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-5.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-5:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-5.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 25.56818182px;
}
.height-geo-5.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-5:not(.cover).bottom ~ .body-content,
.height-geo-5.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 25.56818182px;
}
.height-geo-5.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-5:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-5.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-5.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-5:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-5.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 25.56818182px;
}
.height-geo-6 {
  height: 33.75px !important;
}
.header.height-geo-6.fixed + * {
  margin-top: 33.75px;
}
.height-geo-6.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-6:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-6.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 33.75px;
}
.height-geo-6.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-6:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-6.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-6.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-6:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-6.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 33.75px;
}
.height-geo-6.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-6:not(.cover).bottom ~ .body-content,
.height-geo-6.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 33.75px;
}
.height-geo-6.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-6:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-6.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-6.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-6:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-6.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 33.75px;
}
.height-geo-7 {
  height: 43.75px !important;
}
.header.height-geo-7.fixed + * {
  margin-top: 43.75px;
}
.height-geo-7.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-7:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-7.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 43.75px;
}
.height-geo-7.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-7:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-7.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-7.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-7:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-7.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 43.75px;
}
.height-geo-7.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-7:not(.cover).bottom ~ .body-content,
.height-geo-7.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 43.75px;
}
.height-geo-7.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-7:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-7.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-7.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-7:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-7.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 43.75px;
}
.height-geo-8 {
  height: 56.25px !important;
}
.header.height-geo-8.fixed + * {
  margin-top: 56.25px;
}
.height-geo-8.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-8:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-8.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 56.25px;
}
.height-geo-8.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-8:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-8.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-8.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-8:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-8.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 56.25px;
}
.height-geo-8.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-8:not(.cover).bottom ~ .body-content,
.height-geo-8.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 56.25px;
}
.height-geo-8.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-8:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-8.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-8.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-8:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-8.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 56.25px;
}
.height-geo-9 {
  height: 72.32142857px !important;
}
.header.height-geo-9.fixed + * {
  margin-top: 72.32142857px;
}
.height-geo-9.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-9:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-9.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 72.32142857px;
}
.height-geo-9.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-9:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-9.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-9.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-9:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-9.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 72.32142857px;
}
.height-geo-9.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-9:not(.cover).bottom ~ .body-content,
.height-geo-9.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 72.32142857px;
}
.height-geo-9.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-9:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-9.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-9.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-9:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-9.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 72.32142857px;
}
.height-geo-10 {
  height: 93.75px !important;
}
.header.height-geo-10.fixed + * {
  margin-top: 93.75px;
}
.height-geo-10.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-10:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-10.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 93.75px;
}
.height-geo-10.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-10:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-10.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-10.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-10:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-10.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 93.75px;
}
.height-geo-10.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-10:not(.cover).bottom ~ .body-content,
.height-geo-10.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 93.75px;
}
.height-geo-10.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-10:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-10.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-10.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-10:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-10.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 93.75px;
}
.height-geo-11 {
  height: 123.75px !important;
}
.header.height-geo-11.fixed + * {
  margin-top: 123.75px;
}
.height-geo-11.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-11:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-11.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 123.75px;
}
.height-geo-11.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-11:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-11.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-11.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-11:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-11.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 123.75px;
}
.height-geo-11.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-11:not(.cover).bottom ~ .body-content,
.height-geo-11.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 123.75px;
}
.height-geo-11.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-11:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-11.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-11.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-11:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-11.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 123.75px;
}
.height-geo-12 {
  height: 168.75px !important;
}
.header.height-geo-12.fixed + * {
  margin-top: 168.75px;
}
.height-geo-12.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content,
.height-geo-12:not(.cover).top:not(.manual) ~ .body-content,
.height-geo-12.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content {
  margin-top: 168.75px;
}
.height-geo-12.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-12:not(.cover).top:not(.manual) ~ .body-content .header.fixed,
.height-geo-12.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content .header.fixed,
.height-geo-12.uncover-hover.hoverable:hover.top:not(.manual) ~ .body-content.header.fixed,
.height-geo-12:not(.cover).top:not(.manual) ~ .body-content.header.fixed,
.height-geo-12.uncover-focus.focusable:focus.top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 168.75px;
}
.height-geo-12.uncover-hover.hoverable:hover.bottom ~ .body-content,
.height-geo-12:not(.cover).bottom ~ .body-content,
.height-geo-12.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 168.75px;
}
.height-geo-12.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed,
.height-geo-12:not(.cover).bottom ~ .body-content .header.fixed,
.height-geo-12.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed,
.height-geo-12.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed,
.height-geo-12:not(.cover).bottom ~ .body-content.header.fixed,
.height-geo-12.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 168.75px;
}
.margin-0 {
  margin: 0px 0px !important;
}
.margin-horizontal-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.margin-vertical-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-right-0 {
  margin-right: 0px !important;
}
.margin-1 {
  margin: 3.75px 7.05px !important;
}
.margin-horizontal-1 {
  margin-top: 3.75px !important;
  margin-bottom: 3.75px !important;
}
.margin-vertical-1 {
  margin-left: 7.05px !important;
  margin-right: 7.05px !important;
}
.margin-top-1 {
  margin-top: 3.75px !important;
}
.margin-bottom-1 {
  margin-bottom: 3.75px !important;
}
.margin-left-1 {
  margin-left: 7.05px !important;
}
.margin-right-1 {
  margin-right: 7.05px !important;
}
.margin-2 {
  margin: 8.03571429px 15.10714286px !important;
}
.margin-horizontal-2 {
  margin-top: 8.03571429px !important;
  margin-bottom: 8.03571429px !important;
}
.margin-vertical-2 {
  margin-left: 15.10714286px !important;
  margin-right: 15.10714286px !important;
}
.margin-top-2 {
  margin-top: 8.03571429px !important;
}
.margin-bottom-2 {
  margin-bottom: 8.03571429px !important;
}
.margin-left-2 {
  margin-left: 15.10714286px !important;
}
.margin-right-2 {
  margin-right: 15.10714286px !important;
}
.margin-3 {
  margin: 12.98076923px 24.40384615px !important;
}
.margin-horizontal-3 {
  margin-top: 12.98076923px !important;
  margin-bottom: 12.98076923px !important;
}
.margin-vertical-3 {
  margin-left: 24.40384615px !important;
  margin-right: 24.40384615px !important;
}
.margin-top-3 {
  margin-top: 12.98076923px !important;
}
.margin-bottom-3 {
  margin-bottom: 12.98076923px !important;
}
.margin-left-3 {
  margin-left: 24.40384615px !important;
}
.margin-right-3 {
  margin-right: 24.40384615px !important;
}
.margin-4 {
  margin: 18.75px 35.25px !important;
}
.margin-horizontal-4 {
  margin-top: 18.75px !important;
  margin-bottom: 18.75px !important;
}
.margin-vertical-4 {
  margin-left: 35.25px !important;
  margin-right: 35.25px !important;
}
.margin-top-4 {
  margin-top: 18.75px !important;
}
.margin-bottom-4 {
  margin-bottom: 18.75px !important;
}
.margin-left-4 {
  margin-left: 35.25px !important;
}
.margin-right-4 {
  margin-right: 35.25px !important;
}
.margin-5 {
  margin: 25.56818182px 48.06818182px !important;
}
.margin-horizontal-5 {
  margin-top: 25.56818182px !important;
  margin-bottom: 25.56818182px !important;
}
.margin-vertical-5 {
  margin-left: 48.06818182px !important;
  margin-right: 48.06818182px !important;
}
.margin-top-5 {
  margin-top: 25.56818182px !important;
}
.margin-bottom-5 {
  margin-bottom: 25.56818182px !important;
}
.margin-left-5 {
  margin-left: 48.06818182px !important;
}
.margin-right-5 {
  margin-right: 48.06818182px !important;
}
.margin-6 {
  margin: 33.75px 63.45px !important;
}
.margin-horizontal-6 {
  margin-top: 33.75px !important;
  margin-bottom: 33.75px !important;
}
.margin-vertical-6 {
  margin-left: 63.45px !important;
  margin-right: 63.45px !important;
}
.margin-top-6 {
  margin-top: 33.75px !important;
}
.margin-bottom-6 {
  margin-bottom: 33.75px !important;
}
.margin-left-6 {
  margin-left: 63.45px !important;
}
.margin-right-6 {
  margin-right: 63.45px !important;
}
.margin-7 {
  margin: 43.75px 82.25px !important;
}
.margin-horizontal-7 {
  margin-top: 43.75px !important;
  margin-bottom: 43.75px !important;
}
.margin-vertical-7 {
  margin-left: 82.25px !important;
  margin-right: 82.25px !important;
}
.margin-top-7 {
  margin-top: 43.75px !important;
}
.margin-bottom-7 {
  margin-bottom: 43.75px !important;
}
.margin-left-7 {
  margin-left: 82.25px !important;
}
.margin-right-7 {
  margin-right: 82.25px !important;
}
.margin-8 {
  margin: 56.25px 105.75px !important;
}
.margin-horizontal-8 {
  margin-top: 56.25px !important;
  margin-bottom: 56.25px !important;
}
.margin-vertical-8 {
  margin-left: 105.75px !important;
  margin-right: 105.75px !important;
}
.margin-top-8 {
  margin-top: 56.25px !important;
}
.margin-bottom-8 {
  margin-bottom: 56.25px !important;
}
.margin-left-8 {
  margin-left: 105.75px !important;
}
.margin-right-8 {
  margin-right: 105.75px !important;
}
.margin-9 {
  margin: 72.32142857px 135.96428571px !important;
}
.margin-horizontal-9 {
  margin-top: 72.32142857px !important;
  margin-bottom: 72.32142857px !important;
}
.margin-vertical-9 {
  margin-left: 135.96428571px !important;
  margin-right: 135.96428571px !important;
}
.margin-top-9 {
  margin-top: 72.32142857px !important;
}
.margin-bottom-9 {
  margin-bottom: 72.32142857px !important;
}
.margin-left-9 {
  margin-left: 135.96428571px !important;
}
.margin-right-9 {
  margin-right: 135.96428571px !important;
}
.margin-10 {
  margin: 93.75px 176.25px !important;
}
.margin-horizontal-10 {
  margin-top: 93.75px !important;
  margin-bottom: 93.75px !important;
}
.margin-vertical-10 {
  margin-left: 176.25px !important;
  margin-right: 176.25px !important;
}
.margin-top-10 {
  margin-top: 93.75px !important;
}
.margin-bottom-10 {
  margin-bottom: 93.75px !important;
}
.margin-left-10 {
  margin-left: 176.25px !important;
}
.margin-right-10 {
  margin-right: 176.25px !important;
}
.margin-11 {
  margin: 123.75px 232.65px !important;
}
.margin-horizontal-11 {
  margin-top: 123.75px !important;
  margin-bottom: 123.75px !important;
}
.margin-vertical-11 {
  margin-left: 232.65px !important;
  margin-right: 232.65px !important;
}
.margin-top-11 {
  margin-top: 123.75px !important;
}
.margin-bottom-11 {
  margin-bottom: 123.75px !important;
}
.margin-left-11 {
  margin-left: 232.65px !important;
}
.margin-right-11 {
  margin-right: 232.65px !important;
}
.margin-12 {
  margin: 168.75px 317.25px !important;
}
.margin-horizontal-12 {
  margin-top: 168.75px !important;
  margin-bottom: 168.75px !important;
}
.margin-vertical-12 {
  margin-left: 317.25px !important;
  margin-right: 317.25px !important;
}
.margin-top-12 {
  margin-top: 168.75px !important;
}
.margin-bottom-12 {
  margin-bottom: 168.75px !important;
}
.margin-left-12 {
  margin-left: 317.25px !important;
}
.margin-right-12 {
  margin-right: 317.25px !important;
}
.padding-0 {
  padding: 0px 0px !important;
}
.padding-horizontal-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.padding-vertical-0 {
  padding-left: 0px;
  padding-right: 0px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.padding-1 {
  padding: 3.75px 7.05px !important;
}
.padding-horizontal-1 {
  padding-top: 3.75px !important;
  padding-bottom: 3.75px !important;
}
.padding-vertical-1 {
  padding-left: 7.05px;
  padding-right: 7.05px !important;
}
.padding-top-1 {
  padding-top: 3.75px !important;
}
.padding-bottom-1 {
  padding-bottom: 3.75px !important;
}
.padding-left-1 {
  padding-left: 7.05px !important;
}
.padding-right-1 {
  padding-right: 7.05px !important;
}
.padding-2 {
  padding: 8.03571429px 15.10714286px !important;
}
.padding-horizontal-2 {
  padding-top: 8.03571429px !important;
  padding-bottom: 8.03571429px !important;
}
.padding-vertical-2 {
  padding-left: 15.10714286px;
  padding-right: 15.10714286px !important;
}
.padding-top-2 {
  padding-top: 8.03571429px !important;
}
.padding-bottom-2 {
  padding-bottom: 8.03571429px !important;
}
.padding-left-2 {
  padding-left: 15.10714286px !important;
}
.padding-right-2 {
  padding-right: 15.10714286px !important;
}
.padding-3 {
  padding: 12.98076923px 24.40384615px !important;
}
.padding-horizontal-3 {
  padding-top: 12.98076923px !important;
  padding-bottom: 12.98076923px !important;
}
.padding-vertical-3 {
  padding-left: 24.40384615px;
  padding-right: 24.40384615px !important;
}
.padding-top-3 {
  padding-top: 12.98076923px !important;
}
.padding-bottom-3 {
  padding-bottom: 12.98076923px !important;
}
.padding-left-3 {
  padding-left: 24.40384615px !important;
}
.padding-right-3 {
  padding-right: 24.40384615px !important;
}
.padding-4 {
  padding: 18.75px 35.25px !important;
}
.padding-horizontal-4 {
  padding-top: 18.75px !important;
  padding-bottom: 18.75px !important;
}
.padding-vertical-4 {
  padding-left: 35.25px;
  padding-right: 35.25px !important;
}
.padding-top-4 {
  padding-top: 18.75px !important;
}
.padding-bottom-4 {
  padding-bottom: 18.75px !important;
}
.padding-left-4 {
  padding-left: 35.25px !important;
}
.padding-right-4 {
  padding-right: 35.25px !important;
}
.padding-5 {
  padding: 25.56818182px 48.06818182px !important;
}
.padding-horizontal-5 {
  padding-top: 25.56818182px !important;
  padding-bottom: 25.56818182px !important;
}
.padding-vertical-5 {
  padding-left: 48.06818182px;
  padding-right: 48.06818182px !important;
}
.padding-top-5 {
  padding-top: 25.56818182px !important;
}
.padding-bottom-5 {
  padding-bottom: 25.56818182px !important;
}
.padding-left-5 {
  padding-left: 48.06818182px !important;
}
.padding-right-5 {
  padding-right: 48.06818182px !important;
}
.padding-6 {
  padding: 33.75px 63.45px !important;
}
.padding-horizontal-6 {
  padding-top: 33.75px !important;
  padding-bottom: 33.75px !important;
}
.padding-vertical-6 {
  padding-left: 63.45px;
  padding-right: 63.45px !important;
}
.padding-top-6 {
  padding-top: 33.75px !important;
}
.padding-bottom-6 {
  padding-bottom: 33.75px !important;
}
.padding-left-6 {
  padding-left: 63.45px !important;
}
.padding-right-6 {
  padding-right: 63.45px !important;
}
.padding-7 {
  padding: 43.75px 82.25px !important;
}
.padding-horizontal-7 {
  padding-top: 43.75px !important;
  padding-bottom: 43.75px !important;
}
.padding-vertical-7 {
  padding-left: 82.25px;
  padding-right: 82.25px !important;
}
.padding-top-7 {
  padding-top: 43.75px !important;
}
.padding-bottom-7 {
  padding-bottom: 43.75px !important;
}
.padding-left-7 {
  padding-left: 82.25px !important;
}
.padding-right-7 {
  padding-right: 82.25px !important;
}
.padding-8 {
  padding: 56.25px 105.75px !important;
}
.padding-horizontal-8 {
  padding-top: 56.25px !important;
  padding-bottom: 56.25px !important;
}
.padding-vertical-8 {
  padding-left: 105.75px;
  padding-right: 105.75px !important;
}
.padding-top-8 {
  padding-top: 56.25px !important;
}
.padding-bottom-8 {
  padding-bottom: 56.25px !important;
}
.padding-left-8 {
  padding-left: 105.75px !important;
}
.padding-right-8 {
  padding-right: 105.75px !important;
}
.padding-9 {
  padding: 72.32142857px 135.96428571px !important;
}
.padding-horizontal-9 {
  padding-top: 72.32142857px !important;
  padding-bottom: 72.32142857px !important;
}
.padding-vertical-9 {
  padding-left: 135.96428571px;
  padding-right: 135.96428571px !important;
}
.padding-top-9 {
  padding-top: 72.32142857px !important;
}
.padding-bottom-9 {
  padding-bottom: 72.32142857px !important;
}
.padding-left-9 {
  padding-left: 135.96428571px !important;
}
.padding-right-9 {
  padding-right: 135.96428571px !important;
}
.padding-10 {
  padding: 93.75px 176.25px !important;
}
.padding-horizontal-10 {
  padding-top: 93.75px !important;
  padding-bottom: 93.75px !important;
}
.padding-vertical-10 {
  padding-left: 176.25px;
  padding-right: 176.25px !important;
}
.padding-top-10 {
  padding-top: 93.75px !important;
}
.padding-bottom-10 {
  padding-bottom: 93.75px !important;
}
.padding-left-10 {
  padding-left: 176.25px !important;
}
.padding-right-10 {
  padding-right: 176.25px !important;
}
.padding-11 {
  padding: 123.75px 232.65px !important;
}
.padding-horizontal-11 {
  padding-top: 123.75px !important;
  padding-bottom: 123.75px !important;
}
.padding-vertical-11 {
  padding-left: 232.65px;
  padding-right: 232.65px !important;
}
.padding-top-11 {
  padding-top: 123.75px !important;
}
.padding-bottom-11 {
  padding-bottom: 123.75px !important;
}
.padding-left-11 {
  padding-left: 232.65px !important;
}
.padding-right-11 {
  padding-right: 232.65px !important;
}
.padding-12 {
  padding: 168.75px 317.25px !important;
}
.padding-horizontal-12 {
  padding-top: 168.75px !important;
  padding-bottom: 168.75px !important;
}
.padding-vertical-12 {
  padding-left: 317.25px;
  padding-right: 317.25px !important;
}
.padding-top-12 {
  padding-top: 168.75px !important;
}
.padding-bottom-12 {
  padding-bottom: 168.75px !important;
}
.padding-left-12 {
  padding-left: 317.25px !important;
}
.padding-right-12 {
  padding-right: 317.25px !important;
}
@media (min-width: 1280px) {
  .d-width-1 {
    width: 94px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-1 {
    width: 94px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-1 {
    width: 94px !important;
  }
}
@media (max-width: 568px) {
  .m-width-1 {
    width: 94px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-1 {
    width: 94px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-2 {
    width: 188px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-2 {
    width: 188px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-2 {
    width: 188px !important;
  }
}
@media (max-width: 568px) {
  .m-width-2 {
    width: 188px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-2 {
    width: 188px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-3 {
    width: 282px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-3 {
    width: 282px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-3 {
    width: 282px !important;
  }
}
@media (max-width: 568px) {
  .m-width-3 {
    width: 282px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-3 {
    width: 282px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-4 {
    width: 376px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-4 {
    width: 376px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-4 {
    width: 376px !important;
  }
}
@media (max-width: 568px) {
  .m-width-4 {
    width: 376px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-4 {
    width: 376px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-5 {
    width: 470px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-5 {
    width: 470px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-5 {
    width: 470px !important;
  }
}
@media (max-width: 568px) {
  .m-width-5 {
    width: 470px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-5 {
    width: 470px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-6 {
    width: 564px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-6 {
    width: 564px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-6 {
    width: 564px !important;
  }
}
@media (max-width: 568px) {
  .m-width-6 {
    width: 564px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-6 {
    width: 564px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-7 {
    width: 658px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-7 {
    width: 658px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-7 {
    width: 658px !important;
  }
}
@media (max-width: 568px) {
  .m-width-7 {
    width: 658px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-7 {
    width: 658px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-8 {
    width: 752px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-8 {
    width: 752px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-8 {
    width: 752px !important;
  }
}
@media (max-width: 568px) {
  .m-width-8 {
    width: 752px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-8 {
    width: 752px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-9 {
    width: 846px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-9 {
    width: 846px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-9 {
    width: 846px !important;
  }
}
@media (max-width: 568px) {
  .m-width-9 {
    width: 846px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-9 {
    width: 846px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-10 {
    width: 940px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-10 {
    width: 940px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-10 {
    width: 940px !important;
  }
}
@media (max-width: 568px) {
  .m-width-10 {
    width: 940px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-10 {
    width: 940px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-11 {
    width: 1034px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-11 {
    width: 1034px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-11 {
    width: 1034px !important;
  }
}
@media (max-width: 568px) {
  .m-width-11 {
    width: 1034px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-11 {
    width: 1034px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-12 {
    width: 1128px !important;
  }
}
@media (max-width: 1023px) {
  .t-width-12 {
    width: 1128px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-12 {
    width: 1128px !important;
  }
}
@media (max-width: 568px) {
  .m-width-12 {
    width: 1128px !important;
  }
}
@media (max-width: 420px) {
  .mp-width-12 {
    width: 1128px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-10 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-10 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-10 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-10 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-10 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-11 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-11 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-11 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-11 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-11 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1023px) {
  .t-padding-vertical-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .mp-padding-vertical-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.side-show-full {
  max-width: 100%;
  width: 300px !important;
  display: block !important;
}
@media (max-width: 1180px) {
  .side-show-full.side-form {
    width: 100% !important;
  }
}
.side-show-full .with-collapse {
  display: none;
}
@media (min-width: 1180px) {
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  6);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  7);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  8);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  9);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  10);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  11);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  12);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  13);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  14);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  15);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  16);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  17);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  18);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  19);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  20);
  }
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  21);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-show-full ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  21);
  }
}
@media (min-width: 1180px) and (max-width: 1300px) {
  .side-show-full ~ .body-content > .grid .table .td.number,
  .side-show-full ~ .body-content > div > .grid .table .td.number,
  .side-show-full ~ .body-content > .grid .table td.number,
  .side-show-full ~ .body-content > div > .grid .table td.number,
  .side-show-full ~ .body-content > .grid .table th.number,
  .side-show-full ~ .body-content > div > .grid .table th.number,
  .side-show-full ~ .body-content > .grid .table .th.number,
  .side-show-full ~ .body-content > div > .grid .table .th.number,
  .side-show-full ~ .body-content > .grid .table .td.actions,
  .side-show-full ~ .body-content > div > .grid .table .td.actions,
  .side-show-full ~ .body-content > .grid .table td.actions,
  .side-show-full ~ .body-content > div > .grid .table td.actions,
  .side-show-full ~ .body-content > .grid .table th.actions,
  .side-show-full ~ .body-content > div > .grid .table th.actions,
  .side-show-full ~ .body-content > .grid .table .th.actions,
  .side-show-full ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  .side-show-full ~ .body-content > .grid .table .td .status,
  .side-show-full ~ .body-content > div > .grid .table .td .status,
  .side-show-full ~ .body-content > .grid .table td .status,
  .side-show-full ~ .body-content > div > .grid .table td .status,
  .side-show-full ~ .body-content > .grid .table th .status,
  .side-show-full ~ .body-content > div > .grid .table th .status,
  .side-show-full ~ .body-content > .grid .table .th .status,
  .side-show-full ~ .body-content > div > .grid .table .th .status {
    min-width: 7rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
.side-show-full .with-logo {
  display: none;
}
.side-show-full + .header {
  width: 100vw !important;
}
.side-show-full .item {
  white-space: nowrap;
  min-height: 3.5rem;
  text-align: left;
  position: relative;
  padding-left: 4rem;
}
.side-show-full .item + .item {
  margin-top: 4rem;
}
.side-show-full .item i,
.side-show-full .item .avatar {
  margin-top: 0;
  position: absolute;
  left: 4rem;
  top: 0;
  font-size: 3.5rem;
}
.side-show-full .item i + span,
.side-show-full .item .avatar + span {
  display: inline-block;
  margin-left: 5.5rem;
  font-size: 1.3rem;
  margin-top: 1.2rem;
}
.side-show-full .item > span.with-count + span {
  display: inline-block;
  margin-left: 5.5rem;
  font-size: 1.3rem;
  margin-top: 1.2rem;
}
.side-show-full .item > span.with-count:first-child {
  position: static;
}
.side-show-full .item > span.with-count:first-child span {
  display: none;
}
.side-show-full .item br {
  display: none;
}
.side-show-full .with-collapse {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  cursor: pointer;
  z-index: 1;
}
.side-show-full .with-collapse label {
  display: block;
}
.side-show-full .with-collapse i {
  color: #979ea7;
  font-size: 3rem;
}
.side-show-full .side-content {
  padding-top: 9.5rem;
}
.side-show-full ~ .body-content > * {
  width: 100vw !important;
  max-width: none;
}
.side-show-full ~ .body-content > .content-holder {
  margin-left: 20px;
  margin-right: 20px;
}
.side-show-full + .side-backdrop {
  display: block;
}
.side-show-full:not(.cover).left ~ .body-content,
.side-show-full:not(.cover).right ~ .body-content {
  width: -200%;
  overflow: hidden;
}
.side-show-full:not(.cover).left ~ .body-content {
  margin-left: 300px;
}
.side-show-full:not(.cover).left ~ .body-content .header.fixed,
.side-show-full:not(.cover).left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 300px;
}
.side-show-full:not(.cover).left ~ .body-content .header.fixed .menu-mobile,
.side-show-full:not(.cover).left ~ .body-content.header.fixed .menu-mobile {
  left: 300px;
}
.side-show-full:not(.cover).right ~ .body-content {
  margin-right: 300px;
}
.side-show-full:not(.cover).right ~ .body-content .header.fixed,
.side-show-full:not(.cover).right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 300px;
}
.side-show-full:not(.cover).right ~ .body-content .header.fixed .menu-mobile,
.side-show-full:not(.cover).right ~ .body-content.header.fixed .menu-mobile {
  right: 300px;
}
.side-show-full.cover ~ .body-content {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .side-collapse:not(:checked) + .side .with-collapse {
    display: none;
  }
  .side-collapse:not(:checked) + .side .expanded-hide {
    display: none;
  }
  .side-collapse:not(:checked) + .side .expanded-show {
    display: block;
  }
  .side-collapse:not(:checked) + .side:not([class*="width-"]).left,
  .side-collapse:not(:checked) + .side:not([class*="width-"]).right {
    width: 100px;
  }
  .side-collapse:not(:checked) + .side:not([class*="height-"]).top,
  .side-collapse:not(:checked) + .side:not([class*="height-"]).bottom {
    height: 4.2rem;
  }
  .side-collapse:not(:checked) + .side.cover.left ~ .body-content {
    margin-left: 0;
  }
  .side-collapse:not(:checked) + .side.cover.right ~ .body-content {
    margin-right: 0;
  }
  .side-collapse:not(:checked) + .side.cover.top:not(.manual) ~ .body-content {
    margin-top: 37.5px;
  }
  .side-collapse:not(:checked) + .side.cover.bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .side-collapse:not(:checked) + .side.side-form {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (min-width: 1180px) {
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  6);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  7);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  8);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  9);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  10);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  11);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  12);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  13);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  14);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  15);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  16);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  17);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  18);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  19);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  20);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  21);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  21);
  }
}
@media (min-width: 1024px) and (min-width: 1180px) and (max-width: 1300px) {
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .td.number,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .td.number,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table td.number,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table td.number,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table th.number,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table th.number,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .th.number,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .th.number,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .td.actions,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .td.actions,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table td.actions,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table td.actions,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table th.actions,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table th.actions,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .th.actions,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .td .status,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .td .status,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table td .status,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table td .status,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table th .status,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table th .status,
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .th .status,
  .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .th .status {
    min-width: 7rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .side-collapse:not(:checked) + .side .with-collapse {
    display: none;
  }
  .side-collapse:not(:checked) + .side .collapsed-hide {
    display: none;
  }
  .side-collapse:not(:checked) + .side .collapsed-show {
    display: block;
  }
  .side-collapse:not(:checked) + .side.animated.left,
  .side-collapse:not(:checked) + .side.animated.right {
    transition: width 1s;
  }
  .side-collapse:not(:checked) + .side.animated.top,
  .side-collapse:not(:checked) + .side.animated.bottom {
    transition: height 1s;
  }
  .side-collapse:not(:checked) + .side.animated ~ .body-content {
    transition: margin 1s;
  }
  .side-collapse:not(:checked) + .side:not( cover).left ~ .body-content {
    margin-left: 0;
  }
  .side-collapse:not(:checked) + .side:not( cover).left ~ .body-content .header.fixed,
  .side-collapse:not(:checked) + .side:not( cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
  }
  .side-collapse:not(:checked) + .side:not( cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side:not( cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-collapse:not(:checked) + .side:not( cover).right ~ .body-content {
    margin-right: 0;
  }
  .side-collapse:not(:checked) + .side:not( cover).right ~ .body-content .header.fixed,
  .side-collapse:not(:checked) + .side:not( cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 0;
  }
  .side-collapse:not(:checked) + .side:not( cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side:not( cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-collapse:not(:checked) + .side:not( cover).top:not(.manual) ~ .body-content {
    margin-top: 37.5px;
  }
  .side-collapse:not(:checked) + .side:not( cover).top:not(.manual) ~ .body-content .header.fixed,
  .side-collapse:not(:checked) + .side:not( cover).top:not(.manual) ~ .body-content.header.fixed {
    margin-top: 0;
    top: 37.5px;
  }
  .side-collapse:not(:checked) + .side:not( cover).bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
  .side-collapse:not(:checked) + .side:not( cover).bottom ~ .body-content .header.fixed,
  .side-collapse:not(:checked) + .side:not( cover).bottom ~ .body-content.header.fixed {
    margin-bottom: 0;
    bottom: 37.5px;
  }
  .side-collapse:not(:checked) + .side.left,
  .side-collapse:not(:checked) + .side.right {
    width: 0;
  }
  .side-collapse:not(:checked) + .side.top,
  .side-collapse:not(:checked) + .side.bottom {
    height: 37.5px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-1,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-1,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-1,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-1 {
    width: 94px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-2,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-2,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-2,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-2 {
    width: 188px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-3,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-3,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-3,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-3 {
    width: 282px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-4,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-4,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-4,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-4 {
    width: 376px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-5,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-5,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-5,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-5 {
    width: 470px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-6,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-6,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-6,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-6 {
    width: 564px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-7,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-7,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-7,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-7 {
    width: 658px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-8,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-8,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-8,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-8 {
    width: 752px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-9,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-9,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-9,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-9 {
    width: 846px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-10,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-10,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-10,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-10 {
    width: 940px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-11,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-11,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-11,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-11 {
    width: 1034px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-12,
  .side-collapse:not(:checked) + .side.focusable:focus.left.width-12,
  .side-collapse:not(:checked) + .side.hoverable:hover.right.width-12,
  .side-collapse:not(:checked) + .side.focusable:focus.right.width-12 {
    width: 1128px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-1,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-1,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-1,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-1 {
    height: 50px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-2,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-2,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-2,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-2 {
    height: 100px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-3,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-3,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-3,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-3 {
    height: 150px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-4,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-4,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-4,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-4 {
    height: 200px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-5,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-5,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-5,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-5 {
    height: 250px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-6,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-6,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-6,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-6 {
    height: 300px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-7,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-7,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-7,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-7 {
    height: 350px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-8,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-8,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-8,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-8 {
    height: 400px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-9,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-9,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-9,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-9 {
    height: 450px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-10,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-10,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-10,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-10 {
    height: 500px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-11,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-11,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-11,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-11 {
    height: 550px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-12,
  .side-collapse:not(:checked) + .side.focusable:focus.top.height-12,
  .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-12,
  .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-12 {
    height: 600px;
  }
  .side-collapse:not(:checked) + .side.focusable.focus-backdrop:focus + .side-backdrop {
    display: block;
  }
  .side-collapse:not(:checked) + .side.hoverable.hover-backdrop:hover + .side-backdrop {
    display: block;
  }
}
@media (max-width: 1023px) {
  .side-collapse:not(:checked) + .side.hoverable {
    display: block;
  }
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).left,
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).right {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).top,
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).bottom {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  .side-collapse:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed,
  .side-collapse:not(:checked) + .side .cover.left ~ .body-content .header.fixed,
  .side-collapse:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed,
  .side-collapse:not(:checked) + .side .cover.right ~ .body-content .header.fixed,
  .side-collapse:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed,
  .side-collapse:not(:checked) + .side .cover.left ~ .body-content.header.fixed,
  .side-collapse:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed,
  .side-collapse:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
    margin-right: 0;
    right: 0;
  }
  .side-collapse:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-collapse:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-collapse:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-collapse:not(:checked) + .side:not( .hoverable),
  .side-collapse:not(:checked) + .side.hoverable:not(:hover) {
    display: none;
  }
  .side-collapse:not(:checked) + .side:not( .hoverable) ~ .side-open,
  .side-collapse:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  .side-collapse:not(:checked) + .side:not( .hoverable).animated,
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated {
    display: block;
  }
  .side-collapse:not(:checked) + .side:not( .hoverable).animated.left,
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated.left,
  .side-collapse:not(:checked) + .side:not( .hoverable).animated.right,
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated.right {
    width: 0;
    overflow-x: hidden;
  }
  .side-collapse:not(:checked) + .side:not( .hoverable).animated.top,
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated.top,
  .side-collapse:not(:checked) + .side:not( .hoverable).animated.bottom,
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated.bottom {
    height: 0;
    overflow-y: hidden;
  }
  .side-collapse:not(:checked) + .side:not([class*="width-"]).left,
  .side-collapse:not(:checked) + .side:not([class*="width-"]).right {
    width: 100px;
  }
  .side-collapse:not(:checked) + .side[class*="width-"].left ~ .body-content,
  .side-collapse:not(:checked) + .side:not([class*="width-"]).left ~ .body-content {
    margin-left: 0;
  }
  .side-collapse:not(:checked) + .side[class*="width-"].right ~ .body-content,
  .side-collapse:not(:checked) + .side:not([class*="width-"]).right ~ .body-content {
    margin-right: 0;
  }
  .side-collapse:not(:checked) + .side:not([class*="height-"]).top,
  .side-collapse:not(:checked) + .side:not([class*="height-"]).bottom {
    height: 4.2rem;
  }
  .side-collapse:not(:checked) + .side[class*="height-"]:not(.manual).top ~ .body-content {
    margin-top: 0;
  }
  .side-collapse:not(:checked) + .side[class*="height-"]:not(.manual).bottom ~ .body-content {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .side-collapse:checked {
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1098;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .side-collapse:checked + .side .with-collapse {
    display: none;
  }
  .side-collapse:checked + .side .collapsed-hide {
    display: none;
  }
  .side-collapse:checked + .side .collapsed-show {
    display: block;
  }
  .side-collapse:checked + .side.animated.left,
  .side-collapse:checked + .side.animated.right {
    transition: width 1s;
  }
  .side-collapse:checked + .side.animated.top,
  .side-collapse:checked + .side.animated.bottom {
    transition: height 1s;
  }
  .side-collapse:checked + .side.animated ~ .body-content {
    transition: margin 1s;
  }
  .side-collapse:checked + .side:not( cover).left ~ .body-content {
    margin-left: 0;
  }
  .side-collapse:checked + .side:not( cover).left ~ .body-content .header.fixed,
  .side-collapse:checked + .side:not( cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
  }
  .side-collapse:checked + .side:not( cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:checked + .side:not( cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-collapse:checked + .side:not( cover).right ~ .body-content {
    margin-right: 0;
  }
  .side-collapse:checked + .side:not( cover).right ~ .body-content .header.fixed,
  .side-collapse:checked + .side:not( cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 0;
  }
  .side-collapse:checked + .side:not( cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:checked + .side:not( cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-collapse:checked + .side:not( cover).top:not(.manual) ~ .body-content {
    margin-top: 37.5px;
  }
  .side-collapse:checked + .side:not( cover).top:not(.manual) ~ .body-content .header.fixed,
  .side-collapse:checked + .side:not( cover).top:not(.manual) ~ .body-content.header.fixed {
    margin-top: 0;
    top: 37.5px;
  }
  .side-collapse:checked + .side:not( cover).bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
  .side-collapse:checked + .side:not( cover).bottom ~ .body-content .header.fixed,
  .side-collapse:checked + .side:not( cover).bottom ~ .body-content.header.fixed {
    margin-bottom: 0;
    bottom: 37.5px;
  }
  .side-collapse:checked + .side.left,
  .side-collapse:checked + .side.right {
    width: 0;
  }
  .side-collapse:checked + .side.top,
  .side-collapse:checked + .side.bottom {
    height: 37.5px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-1,
  .side-collapse:checked + .side.focusable:focus.left.width-1,
  .side-collapse:checked + .side.hoverable:hover.right.width-1,
  .side-collapse:checked + .side.focusable:focus.right.width-1 {
    width: 94px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-2,
  .side-collapse:checked + .side.focusable:focus.left.width-2,
  .side-collapse:checked + .side.hoverable:hover.right.width-2,
  .side-collapse:checked + .side.focusable:focus.right.width-2 {
    width: 188px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-3,
  .side-collapse:checked + .side.focusable:focus.left.width-3,
  .side-collapse:checked + .side.hoverable:hover.right.width-3,
  .side-collapse:checked + .side.focusable:focus.right.width-3 {
    width: 282px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-4,
  .side-collapse:checked + .side.focusable:focus.left.width-4,
  .side-collapse:checked + .side.hoverable:hover.right.width-4,
  .side-collapse:checked + .side.focusable:focus.right.width-4 {
    width: 376px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-5,
  .side-collapse:checked + .side.focusable:focus.left.width-5,
  .side-collapse:checked + .side.hoverable:hover.right.width-5,
  .side-collapse:checked + .side.focusable:focus.right.width-5 {
    width: 470px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-6,
  .side-collapse:checked + .side.focusable:focus.left.width-6,
  .side-collapse:checked + .side.hoverable:hover.right.width-6,
  .side-collapse:checked + .side.focusable:focus.right.width-6 {
    width: 564px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-7,
  .side-collapse:checked + .side.focusable:focus.left.width-7,
  .side-collapse:checked + .side.hoverable:hover.right.width-7,
  .side-collapse:checked + .side.focusable:focus.right.width-7 {
    width: 658px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-8,
  .side-collapse:checked + .side.focusable:focus.left.width-8,
  .side-collapse:checked + .side.hoverable:hover.right.width-8,
  .side-collapse:checked + .side.focusable:focus.right.width-8 {
    width: 752px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-9,
  .side-collapse:checked + .side.focusable:focus.left.width-9,
  .side-collapse:checked + .side.hoverable:hover.right.width-9,
  .side-collapse:checked + .side.focusable:focus.right.width-9 {
    width: 846px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-10,
  .side-collapse:checked + .side.focusable:focus.left.width-10,
  .side-collapse:checked + .side.hoverable:hover.right.width-10,
  .side-collapse:checked + .side.focusable:focus.right.width-10 {
    width: 940px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-11,
  .side-collapse:checked + .side.focusable:focus.left.width-11,
  .side-collapse:checked + .side.hoverable:hover.right.width-11,
  .side-collapse:checked + .side.focusable:focus.right.width-11 {
    width: 1034px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-12,
  .side-collapse:checked + .side.focusable:focus.left.width-12,
  .side-collapse:checked + .side.hoverable:hover.right.width-12,
  .side-collapse:checked + .side.focusable:focus.right.width-12 {
    width: 1128px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-1,
  .side-collapse:checked + .side.focusable:focus.top.height-1,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-1,
  .side-collapse:checked + .side.focusable:focus.bottom.height-1 {
    height: 50px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-2,
  .side-collapse:checked + .side.focusable:focus.top.height-2,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-2,
  .side-collapse:checked + .side.focusable:focus.bottom.height-2 {
    height: 100px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-3,
  .side-collapse:checked + .side.focusable:focus.top.height-3,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-3,
  .side-collapse:checked + .side.focusable:focus.bottom.height-3 {
    height: 150px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-4,
  .side-collapse:checked + .side.focusable:focus.top.height-4,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-4,
  .side-collapse:checked + .side.focusable:focus.bottom.height-4 {
    height: 200px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-5,
  .side-collapse:checked + .side.focusable:focus.top.height-5,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-5,
  .side-collapse:checked + .side.focusable:focus.bottom.height-5 {
    height: 250px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-6,
  .side-collapse:checked + .side.focusable:focus.top.height-6,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-6,
  .side-collapse:checked + .side.focusable:focus.bottom.height-6 {
    height: 300px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-7,
  .side-collapse:checked + .side.focusable:focus.top.height-7,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-7,
  .side-collapse:checked + .side.focusable:focus.bottom.height-7 {
    height: 350px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-8,
  .side-collapse:checked + .side.focusable:focus.top.height-8,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-8,
  .side-collapse:checked + .side.focusable:focus.bottom.height-8 {
    height: 400px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-9,
  .side-collapse:checked + .side.focusable:focus.top.height-9,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-9,
  .side-collapse:checked + .side.focusable:focus.bottom.height-9 {
    height: 450px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-10,
  .side-collapse:checked + .side.focusable:focus.top.height-10,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-10,
  .side-collapse:checked + .side.focusable:focus.bottom.height-10 {
    height: 500px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-11,
  .side-collapse:checked + .side.focusable:focus.top.height-11,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-11,
  .side-collapse:checked + .side.focusable:focus.bottom.height-11 {
    height: 550px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-12,
  .side-collapse:checked + .side.focusable:focus.top.height-12,
  .side-collapse:checked + .side.hoverable:hover.bottom.height-12,
  .side-collapse:checked + .side.focusable:focus.bottom.height-12 {
    height: 600px;
  }
  .side-collapse:checked + .side.focusable.focus-backdrop:focus + .side-backdrop {
    display: block;
  }
  .side-collapse:checked + .side.hoverable.hover-backdrop:hover + .side-backdrop {
    display: block;
  }
}
@media (max-width: 1023px) {
  .side-collapse:checked + .side .with-collapse {
    display: none;
  }
  .side-collapse:checked + .side .expanded-hide {
    display: none;
  }
  .side-collapse:checked + .side .expanded-show {
    display: block;
  }
  .side-collapse:checked + .side:not([class*="width-"]).left,
  .side-collapse:checked + .side:not([class*="width-"]).right {
    width: 100px;
  }
  .side-collapse:checked + .side:not([class*="height-"]).top,
  .side-collapse:checked + .side:not([class*="height-"]).bottom {
    height: 4.2rem;
  }
  .side-collapse:checked + .side.cover.left ~ .body-content {
    margin-left: 0;
  }
  .side-collapse:checked + .side.cover.right ~ .body-content {
    margin-right: 0;
  }
  .side-collapse:checked + .side.cover.top:not(.manual) ~ .body-content {
    margin-top: 37.5px;
  }
  .side-collapse:checked + .side.cover.bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
}
@media (max-width: 1023px) and (max-width: 1180px) {
  .side-collapse:checked + .side.side-form {
    width: 100% !important;
  }
}
@media (max-width: 1023px) and (min-width: 1180px) {
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  6);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  7);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  8);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  9);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  10);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  11);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  12);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  13);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  14);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  15);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  16);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  17);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  18);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  19);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  20);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  21);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  21);
  }
}
@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  .side-collapse:checked + .side ~ .body-content > .grid .table .td.number,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table .td.number,
  .side-collapse:checked + .side ~ .body-content > .grid .table td.number,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table td.number,
  .side-collapse:checked + .side ~ .body-content > .grid .table th.number,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table th.number,
  .side-collapse:checked + .side ~ .body-content > .grid .table .th.number,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table .th.number,
  .side-collapse:checked + .side ~ .body-content > .grid .table .td.actions,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table .td.actions,
  .side-collapse:checked + .side ~ .body-content > .grid .table td.actions,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table td.actions,
  .side-collapse:checked + .side ~ .body-content > .grid .table th.actions,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table th.actions,
  .side-collapse:checked + .side ~ .body-content > .grid .table .th.actions,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  .side-collapse:checked + .side ~ .body-content > .grid .table .td .status,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table .td .status,
  .side-collapse:checked + .side ~ .body-content > .grid .table td .status,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table td .status,
  .side-collapse:checked + .side ~ .body-content > .grid .table th .status,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table th .status,
  .side-collapse:checked + .side ~ .body-content > .grid .table .th .status,
  .side-collapse:checked + .side ~ .body-content > div > .grid .table .th .status {
    min-width: 7rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .side-collapse:checked + .side.left,
  .side-collapse:checked + .side.right {
    max-width: 100%;
    width: 300px !important;
    display: block !important;
  }
  .side-collapse:checked + .side.left .with-collapse,
  .side-collapse:checked + .side.right .with-collapse {
    display: none;
  }
  .side-collapse:checked + .side.left .with-logo,
  .side-collapse:checked + .side.right .with-logo {
    display: none;
  }
  .side-collapse:checked + .side.left + .header,
  .side-collapse:checked + .side.right + .header {
    width: 100vw !important;
  }
  .side-collapse:checked + .side.left .item,
  .side-collapse:checked + .side.right .item {
    white-space: nowrap;
    min-height: 3.5rem;
    text-align: left;
    position: relative;
    padding-left: 4rem;
  }
  .side-collapse:checked + .side.left .item + .item,
  .side-collapse:checked + .side.right .item + .item {
    margin-top: 4rem;
  }
  .side-collapse:checked + .side.left .item i,
  .side-collapse:checked + .side.right .item i,
  .side-collapse:checked + .side.left .item .avatar,
  .side-collapse:checked + .side.right .item .avatar {
    margin-top: 0;
    position: absolute;
    left: 4rem;
    top: 0;
    font-size: 3.5rem;
  }
  .side-collapse:checked + .side.left .item i + span,
  .side-collapse:checked + .side.right .item i + span,
  .side-collapse:checked + .side.left .item .avatar + span,
  .side-collapse:checked + .side.right .item .avatar + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .side-collapse:checked + .side.left .item > span.with-count + span,
  .side-collapse:checked + .side.right .item > span.with-count + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .side-collapse:checked + .side.left .item > span.with-count:first-child,
  .side-collapse:checked + .side.right .item > span.with-count:first-child {
    position: static;
  }
  .side-collapse:checked + .side.left .item > span.with-count:first-child span,
  .side-collapse:checked + .side.right .item > span.with-count:first-child span {
    display: none;
  }
  .side-collapse:checked + .side.left .item br,
  .side-collapse:checked + .side.right .item br {
    display: none;
  }
  .side-collapse:checked + .side.left .with-collapse,
  .side-collapse:checked + .side.right .with-collapse {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
    z-index: 1;
  }
  .side-collapse:checked + .side.left .with-collapse label,
  .side-collapse:checked + .side.right .with-collapse label {
    display: block;
  }
  .side-collapse:checked + .side.left .with-collapse i,
  .side-collapse:checked + .side.right .with-collapse i {
    color: #979ea7;
    font-size: 3rem;
  }
  .side-collapse:checked + .side.left .side-content,
  .side-collapse:checked + .side.right .side-content {
    padding-top: 9.5rem;
  }
  .side-collapse:checked + .side.left ~ .body-content > *,
  .side-collapse:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  .side-collapse:checked + .side.left ~ .body-content > .content-holder,
  .side-collapse:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
  .side-collapse:checked + .side.left + .side-backdrop,
  .side-collapse:checked + .side.right + .side-backdrop {
    display: block;
  }
  .side-collapse:checked + .side.left:not( .cover).left ~ .body-content,
  .side-collapse:checked + .side.right:not( .cover).left ~ .body-content,
  .side-collapse:checked + .side.left:not( .cover).right ~ .body-content,
  .side-collapse:checked + .side.right:not( .cover).right ~ .body-content {
    width: -200%;
    overflow: hidden;
  }
  .side-collapse:checked + .side.left:not( .cover).left ~ .body-content,
  .side-collapse:checked + .side.right:not( .cover).left ~ .body-content {
    margin-left: 300px;
  }
  .side-collapse:checked + .side.left:not( .cover).left ~ .body-content .header.fixed,
  .side-collapse:checked + .side.right:not( .cover).left ~ .body-content .header.fixed,
  .side-collapse:checked + .side.left:not( .cover).left ~ .body-content.header.fixed,
  .side-collapse:checked + .side.right:not( .cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 300px;
  }
  .side-collapse:checked + .side.left:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:checked + .side.right:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:checked + .side.left:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-collapse:checked + .side.right:not( .cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 300px;
  }
  .side-collapse:checked + .side.left:not( .cover).right ~ .body-content,
  .side-collapse:checked + .side.right:not( .cover).right ~ .body-content {
    margin-right: 300px;
  }
  .side-collapse:checked + .side.left:not( .cover).right ~ .body-content .header.fixed,
  .side-collapse:checked + .side.right:not( .cover).right ~ .body-content .header.fixed,
  .side-collapse:checked + .side.left:not( .cover).right ~ .body-content.header.fixed,
  .side-collapse:checked + .side.right:not( .cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 300px;
  }
  .side-collapse:checked + .side.left:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:checked + .side.right:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-collapse:checked + .side.left:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-collapse:checked + .side.right:not( .cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 300px;
  }
  .side-collapse:checked + .side.left.cover ~ .body-content,
  .side-collapse:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1180px) {
  .side-collapse:checked + .side.left.side-form,
  .side-collapse:checked + .side.right.side-form {
    width: 100% !important;
  }
}
@media (max-width: 1023px) and (min-width: 1180px) {
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  6);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  7);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  8);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  9);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  10);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  11);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  12);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  13);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  14);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  15);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  16);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  17);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  18);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  19);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  20);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  21);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-collapse:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  21);
  }
}
@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  .side-collapse:checked + .side.left ~ .body-content > .grid .table .td.number,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table .td.number,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .td.number,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .td.number,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table td.number,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table td.number,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table td.number,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table td.number,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table th.number,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table th.number,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table th.number,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table th.number,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table .th.number,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table .th.number,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .th.number,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .th.number,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table .td.actions,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table .td.actions,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .td.actions,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .td.actions,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table td.actions,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table td.actions,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table td.actions,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table td.actions,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table th.actions,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table th.actions,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table th.actions,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table th.actions,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table .th.actions,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table .th.actions,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .th.actions,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  .side-collapse:checked + .side.left ~ .body-content > .grid .table .td .status,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table .td .status,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .td .status,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .td .status,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table td .status,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table td .status,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table td .status,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table td .status,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table th .status,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table th .status,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table th .status,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table th .status,
  .side-collapse:checked + .side.left ~ .body-content > .grid .table .th .status,
  .side-collapse:checked + .side.right ~ .body-content > .grid .table .th .status,
  .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .th .status,
  .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .th .status {
    min-width: 7rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
.side-expand:not(:checked) + .side .with-collapse {
  display: none;
}
.side-expand:not(:checked) + .side .collapsed-hide {
  display: none;
}
.side-expand:not(:checked) + .side .collapsed-show {
  display: block;
}
.side-expand:not(:checked) + .side.animated.left,
.side-expand:not(:checked) + .side.animated.right {
  transition: width 1s;
}
.side-expand:not(:checked) + .side.animated.top,
.side-expand:not(:checked) + .side.animated.bottom {
  transition: height 1s;
}
.side-expand:not(:checked) + .side.animated ~ .body-content {
  transition: margin 1s;
}
.side-expand:not(:checked) + .side:not( cover).left ~ .body-content {
  margin-left: 0;
}
.side-expand:not(:checked) + .side:not( cover).left ~ .body-content .header.fixed,
.side-expand:not(:checked) + .side:not( cover).left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 0;
}
.side-expand:not(:checked) + .side:not( cover).left ~ .body-content .header.fixed .menu-mobile,
.side-expand:not(:checked) + .side:not( cover).left ~ .body-content.header.fixed .menu-mobile {
  left: 0;
}
.side-expand:not(:checked) + .side:not( cover).right ~ .body-content {
  margin-right: 0;
}
.side-expand:not(:checked) + .side:not( cover).right ~ .body-content .header.fixed,
.side-expand:not(:checked) + .side:not( cover).right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 0;
}
.side-expand:not(:checked) + .side:not( cover).right ~ .body-content .header.fixed .menu-mobile,
.side-expand:not(:checked) + .side:not( cover).right ~ .body-content.header.fixed .menu-mobile {
  right: 0;
}
.side-expand:not(:checked) + .side:not( cover).top:not(.manual) ~ .body-content {
  margin-top: 37.5px;
}
.side-expand:not(:checked) + .side:not( cover).top:not(.manual) ~ .body-content .header.fixed,
.side-expand:not(:checked) + .side:not( cover).top:not(.manual) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 37.5px;
}
.side-expand:not(:checked) + .side:not( cover).bottom ~ .body-content {
  margin-bottom: 37.5px;
}
.side-expand:not(:checked) + .side:not( cover).bottom ~ .body-content .header.fixed,
.side-expand:not(:checked) + .side:not( cover).bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 37.5px;
}
.side-expand:not(:checked) + .side.left,
.side-expand:not(:checked) + .side.right {
  width: 0;
}
.side-expand:not(:checked) + .side.top,
.side-expand:not(:checked) + .side.bottom {
  height: 37.5px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-1,
.side-expand:not(:checked) + .side.focusable:focus.left.width-1,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-1,
.side-expand:not(:checked) + .side.focusable:focus.right.width-1 {
  width: 94px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-2,
.side-expand:not(:checked) + .side.focusable:focus.left.width-2,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-2,
.side-expand:not(:checked) + .side.focusable:focus.right.width-2 {
  width: 188px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-3,
.side-expand:not(:checked) + .side.focusable:focus.left.width-3,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-3,
.side-expand:not(:checked) + .side.focusable:focus.right.width-3 {
  width: 282px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-4,
.side-expand:not(:checked) + .side.focusable:focus.left.width-4,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-4,
.side-expand:not(:checked) + .side.focusable:focus.right.width-4 {
  width: 376px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-5,
.side-expand:not(:checked) + .side.focusable:focus.left.width-5,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-5,
.side-expand:not(:checked) + .side.focusable:focus.right.width-5 {
  width: 470px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-6,
.side-expand:not(:checked) + .side.focusable:focus.left.width-6,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-6,
.side-expand:not(:checked) + .side.focusable:focus.right.width-6 {
  width: 564px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-7,
.side-expand:not(:checked) + .side.focusable:focus.left.width-7,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-7,
.side-expand:not(:checked) + .side.focusable:focus.right.width-7 {
  width: 658px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-8,
.side-expand:not(:checked) + .side.focusable:focus.left.width-8,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-8,
.side-expand:not(:checked) + .side.focusable:focus.right.width-8 {
  width: 752px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-9,
.side-expand:not(:checked) + .side.focusable:focus.left.width-9,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-9,
.side-expand:not(:checked) + .side.focusable:focus.right.width-9 {
  width: 846px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-10,
.side-expand:not(:checked) + .side.focusable:focus.left.width-10,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-10,
.side-expand:not(:checked) + .side.focusable:focus.right.width-10 {
  width: 940px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-11,
.side-expand:not(:checked) + .side.focusable:focus.left.width-11,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-11,
.side-expand:not(:checked) + .side.focusable:focus.right.width-11 {
  width: 1034px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-12,
.side-expand:not(:checked) + .side.focusable:focus.left.width-12,
.side-expand:not(:checked) + .side.hoverable:hover.right.width-12,
.side-expand:not(:checked) + .side.focusable:focus.right.width-12 {
  width: 1128px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-1,
.side-expand:not(:checked) + .side.focusable:focus.top.height-1,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-1,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-1 {
  height: 50px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-2,
.side-expand:not(:checked) + .side.focusable:focus.top.height-2,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-2,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-2 {
  height: 100px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-3,
.side-expand:not(:checked) + .side.focusable:focus.top.height-3,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-3,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-3 {
  height: 150px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-4,
.side-expand:not(:checked) + .side.focusable:focus.top.height-4,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-4,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-4 {
  height: 200px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-5,
.side-expand:not(:checked) + .side.focusable:focus.top.height-5,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-5,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-5 {
  height: 250px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-6,
.side-expand:not(:checked) + .side.focusable:focus.top.height-6,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-6,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-6 {
  height: 300px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-7,
.side-expand:not(:checked) + .side.focusable:focus.top.height-7,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-7,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-7 {
  height: 350px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-8,
.side-expand:not(:checked) + .side.focusable:focus.top.height-8,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-8,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-8 {
  height: 400px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-9,
.side-expand:not(:checked) + .side.focusable:focus.top.height-9,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-9,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-9 {
  height: 450px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-10,
.side-expand:not(:checked) + .side.focusable:focus.top.height-10,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-10,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-10 {
  height: 500px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-11,
.side-expand:not(:checked) + .side.focusable:focus.top.height-11,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-11,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-11 {
  height: 550px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-12,
.side-expand:not(:checked) + .side.focusable:focus.top.height-12,
.side-expand:not(:checked) + .side.hoverable:hover.bottom.height-12,
.side-expand:not(:checked) + .side.focusable:focus.bottom.height-12 {
  height: 600px;
}
.side-expand:not(:checked) + .side.focusable.focus-backdrop:focus + .side-backdrop {
  display: block;
}
.side-expand:not(:checked) + .side.hoverable.hover-backdrop:hover + .side-backdrop {
  display: block;
}
@media (max-width: 1023px) {
  .side-expand:not(:checked) + .side.hoverable {
    display: block;
  }
  .side-expand:not(:checked) + .side.hoverable:not(:hover).left,
  .side-expand:not(:checked) + .side.hoverable:not(:hover).right {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  .side-expand:not(:checked) + .side.hoverable:not(:hover).top,
  .side-expand:not(:checked) + .side.hoverable:not(:hover).bottom {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  .side-expand:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed,
  .side-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed,
  .side-expand:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed,
  .side-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed,
  .side-expand:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed,
  .side-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed,
  .side-expand:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed,
  .side-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
    margin-right: 0;
    right: 0;
  }
  .side-expand:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-expand:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-expand:not(:checked) + .side:not( .hoverable),
  .side-expand:not(:checked) + .side.hoverable:not(:hover) {
    display: none;
  }
  .side-expand:not(:checked) + .side:not( .hoverable) ~ .side-open,
  .side-expand:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  .side-expand:not(:checked) + .side:not( .hoverable).animated,
  .side-expand:not(:checked) + .side.hoverable:not(:hover).animated {
    display: block;
  }
  .side-expand:not(:checked) + .side:not( .hoverable).animated.left,
  .side-expand:not(:checked) + .side.hoverable:not(:hover).animated.left,
  .side-expand:not(:checked) + .side:not( .hoverable).animated.right,
  .side-expand:not(:checked) + .side.hoverable:not(:hover).animated.right {
    width: 0;
    overflow-x: hidden;
  }
  .side-expand:not(:checked) + .side:not( .hoverable).animated.top,
  .side-expand:not(:checked) + .side.hoverable:not(:hover).animated.top,
  .side-expand:not(:checked) + .side:not( .hoverable).animated.bottom,
  .side-expand:not(:checked) + .side.hoverable:not(:hover).animated.bottom {
    height: 0;
    overflow-y: hidden;
  }
  .side-expand:not(:checked) + .side:not([class*="width-"]).left,
  .side-expand:not(:checked) + .side:not([class*="width-"]).right {
    width: 100px;
  }
  .side-expand:not(:checked) + .side[class*="width-"].left ~ .body-content,
  .side-expand:not(:checked) + .side:not([class*="width-"]).left ~ .body-content {
    margin-left: 0;
  }
  .side-expand:not(:checked) + .side[class*="width-"].right ~ .body-content,
  .side-expand:not(:checked) + .side:not([class*="width-"]).right ~ .body-content {
    margin-right: 0;
  }
  .side-expand:not(:checked) + .side:not([class*="height-"]).top,
  .side-expand:not(:checked) + .side:not([class*="height-"]).bottom {
    height: 4.2rem;
  }
  .side-expand:not(:checked) + .side[class*="height-"]:not(.manual).top ~ .body-content {
    margin-top: 0;
  }
  .side-expand:not(:checked) + .side[class*="height-"]:not(.manual).bottom ~ .body-content {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .side-expand:checked {
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1098;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .side-expand:checked + .side .with-collapse {
    display: none;
  }
  .side-expand:checked + .side .expanded-hide {
    display: none;
  }
  .side-expand:checked + .side .expanded-show {
    display: block;
  }
  .side-expand:checked + .side:not([class*="width-"]).left,
  .side-expand:checked + .side:not([class*="width-"]).right {
    width: 100px;
  }
  .side-expand:checked + .side:not([class*="height-"]).top,
  .side-expand:checked + .side:not([class*="height-"]).bottom {
    height: 4.2rem;
  }
  .side-expand:checked + .side.cover.left ~ .body-content {
    margin-left: 0;
  }
  .side-expand:checked + .side.cover.right ~ .body-content {
    margin-right: 0;
  }
  .side-expand:checked + .side.cover.top:not(.manual) ~ .body-content {
    margin-top: 37.5px;
  }
  .side-expand:checked + .side.cover.bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .side-expand:checked + .side.side-form {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (min-width: 1180px) {
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  6);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  7);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  8);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  9);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  10);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  11);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  12);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  13);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  14);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  15);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  16);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  17);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  18);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  19);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  20);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  21);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  21);
  }
}
@media (min-width: 1024px) and (min-width: 1180px) and (max-width: 1300px) {
  .side-expand:checked + .side ~ .body-content > .grid .table .td.number,
  .side-expand:checked + .side ~ .body-content > div > .grid .table .td.number,
  .side-expand:checked + .side ~ .body-content > .grid .table td.number,
  .side-expand:checked + .side ~ .body-content > div > .grid .table td.number,
  .side-expand:checked + .side ~ .body-content > .grid .table th.number,
  .side-expand:checked + .side ~ .body-content > div > .grid .table th.number,
  .side-expand:checked + .side ~ .body-content > .grid .table .th.number,
  .side-expand:checked + .side ~ .body-content > div > .grid .table .th.number,
  .side-expand:checked + .side ~ .body-content > .grid .table .td.actions,
  .side-expand:checked + .side ~ .body-content > div > .grid .table .td.actions,
  .side-expand:checked + .side ~ .body-content > .grid .table td.actions,
  .side-expand:checked + .side ~ .body-content > div > .grid .table td.actions,
  .side-expand:checked + .side ~ .body-content > .grid .table th.actions,
  .side-expand:checked + .side ~ .body-content > div > .grid .table th.actions,
  .side-expand:checked + .side ~ .body-content > .grid .table .th.actions,
  .side-expand:checked + .side ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  .side-expand:checked + .side ~ .body-content > .grid .table .td .status,
  .side-expand:checked + .side ~ .body-content > div > .grid .table .td .status,
  .side-expand:checked + .side ~ .body-content > .grid .table td .status,
  .side-expand:checked + .side ~ .body-content > div > .grid .table td .status,
  .side-expand:checked + .side ~ .body-content > .grid .table th .status,
  .side-expand:checked + .side ~ .body-content > div > .grid .table th .status,
  .side-expand:checked + .side ~ .body-content > .grid .table .th .status,
  .side-expand:checked + .side ~ .body-content > div > .grid .table .th .status {
    min-width: 7rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .side-expand:checked + .side.left,
  .side-expand:checked + .side.right {
    max-width: 100%;
    width: 300px !important;
    display: block !important;
  }
  .side-expand:checked + .side.left .with-collapse,
  .side-expand:checked + .side.right .with-collapse {
    display: none;
  }
  .side-expand:checked + .side.left .with-logo,
  .side-expand:checked + .side.right .with-logo {
    display: none;
  }
  .side-expand:checked + .side.left + .header,
  .side-expand:checked + .side.right + .header {
    width: 100vw !important;
  }
  .side-expand:checked + .side.left .item,
  .side-expand:checked + .side.right .item {
    white-space: nowrap;
    min-height: 3.5rem;
    text-align: left;
    position: relative;
    padding-left: 4rem;
  }
  .side-expand:checked + .side.left .item + .item,
  .side-expand:checked + .side.right .item + .item {
    margin-top: 4rem;
  }
  .side-expand:checked + .side.left .item i,
  .side-expand:checked + .side.right .item i,
  .side-expand:checked + .side.left .item .avatar,
  .side-expand:checked + .side.right .item .avatar {
    margin-top: 0;
    position: absolute;
    left: 4rem;
    top: 0;
    font-size: 3.5rem;
  }
  .side-expand:checked + .side.left .item i + span,
  .side-expand:checked + .side.right .item i + span,
  .side-expand:checked + .side.left .item .avatar + span,
  .side-expand:checked + .side.right .item .avatar + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .side-expand:checked + .side.left .item > span.with-count + span,
  .side-expand:checked + .side.right .item > span.with-count + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .side-expand:checked + .side.left .item > span.with-count:first-child,
  .side-expand:checked + .side.right .item > span.with-count:first-child {
    position: static;
  }
  .side-expand:checked + .side.left .item > span.with-count:first-child span,
  .side-expand:checked + .side.right .item > span.with-count:first-child span {
    display: none;
  }
  .side-expand:checked + .side.left .item br,
  .side-expand:checked + .side.right .item br {
    display: none;
  }
  .side-expand:checked + .side.left .with-collapse,
  .side-expand:checked + .side.right .with-collapse {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
    z-index: 1;
  }
  .side-expand:checked + .side.left .with-collapse label,
  .side-expand:checked + .side.right .with-collapse label {
    display: block;
  }
  .side-expand:checked + .side.left .with-collapse i,
  .side-expand:checked + .side.right .with-collapse i {
    color: #979ea7;
    font-size: 3rem;
  }
  .side-expand:checked + .side.left .side-content,
  .side-expand:checked + .side.right .side-content {
    padding-top: 9.5rem;
  }
  .side-expand:checked + .side.left ~ .body-content > *,
  .side-expand:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  .side-expand:checked + .side.left ~ .body-content > .content-holder,
  .side-expand:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
  .side-expand:checked + .side.left + .side-backdrop,
  .side-expand:checked + .side.right + .side-backdrop {
    display: block;
  }
  .side-expand:checked + .side.left:not( .cover).left ~ .body-content,
  .side-expand:checked + .side.right:not( .cover).left ~ .body-content,
  .side-expand:checked + .side.left:not( .cover).right ~ .body-content,
  .side-expand:checked + .side.right:not( .cover).right ~ .body-content {
    width: -200%;
    overflow: hidden;
  }
  .side-expand:checked + .side.left:not( .cover).left ~ .body-content,
  .side-expand:checked + .side.right:not( .cover).left ~ .body-content {
    margin-left: 300px;
  }
  .side-expand:checked + .side.left:not( .cover).left ~ .body-content .header.fixed,
  .side-expand:checked + .side.right:not( .cover).left ~ .body-content .header.fixed,
  .side-expand:checked + .side.left:not( .cover).left ~ .body-content.header.fixed,
  .side-expand:checked + .side.right:not( .cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 300px;
  }
  .side-expand:checked + .side.left:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-expand:checked + .side.right:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-expand:checked + .side.left:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-expand:checked + .side.right:not( .cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 300px;
  }
  .side-expand:checked + .side.left:not( .cover).right ~ .body-content,
  .side-expand:checked + .side.right:not( .cover).right ~ .body-content {
    margin-right: 300px;
  }
  .side-expand:checked + .side.left:not( .cover).right ~ .body-content .header.fixed,
  .side-expand:checked + .side.right:not( .cover).right ~ .body-content .header.fixed,
  .side-expand:checked + .side.left:not( .cover).right ~ .body-content.header.fixed,
  .side-expand:checked + .side.right:not( .cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 300px;
  }
  .side-expand:checked + .side.left:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-expand:checked + .side.right:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-expand:checked + .side.left:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-expand:checked + .side.right:not( .cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 300px;
  }
  .side-expand:checked + .side.left.cover ~ .body-content,
  .side-expand:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1180px) {
  .side-expand:checked + .side.left.side-form,
  .side-expand:checked + .side.right.side-form {
    width: 100% !important;
  }
}
@media (max-width: 1023px) and (min-width: 1180px) {
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  6);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  7);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  8);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  9);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  10);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  11);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  12);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  13);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  14);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  15);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  16);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  17);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  18);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  19);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  20);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  21);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  21);
  }
}
@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  .side-expand:checked + .side.left ~ .body-content > .grid .table .td.number,
  .side-expand:checked + .side.right ~ .body-content > .grid .table .td.number,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table .td.number,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table .td.number,
  .side-expand:checked + .side.left ~ .body-content > .grid .table td.number,
  .side-expand:checked + .side.right ~ .body-content > .grid .table td.number,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table td.number,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table td.number,
  .side-expand:checked + .side.left ~ .body-content > .grid .table th.number,
  .side-expand:checked + .side.right ~ .body-content > .grid .table th.number,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table th.number,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table th.number,
  .side-expand:checked + .side.left ~ .body-content > .grid .table .th.number,
  .side-expand:checked + .side.right ~ .body-content > .grid .table .th.number,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table .th.number,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table .th.number,
  .side-expand:checked + .side.left ~ .body-content > .grid .table .td.actions,
  .side-expand:checked + .side.right ~ .body-content > .grid .table .td.actions,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table .td.actions,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table .td.actions,
  .side-expand:checked + .side.left ~ .body-content > .grid .table td.actions,
  .side-expand:checked + .side.right ~ .body-content > .grid .table td.actions,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table td.actions,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table td.actions,
  .side-expand:checked + .side.left ~ .body-content > .grid .table th.actions,
  .side-expand:checked + .side.right ~ .body-content > .grid .table th.actions,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table th.actions,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table th.actions,
  .side-expand:checked + .side.left ~ .body-content > .grid .table .th.actions,
  .side-expand:checked + .side.right ~ .body-content > .grid .table .th.actions,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table .th.actions,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  .side-expand:checked + .side.left ~ .body-content > .grid .table .td .status,
  .side-expand:checked + .side.right ~ .body-content > .grid .table .td .status,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table .td .status,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table .td .status,
  .side-expand:checked + .side.left ~ .body-content > .grid .table td .status,
  .side-expand:checked + .side.right ~ .body-content > .grid .table td .status,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table td .status,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table td .status,
  .side-expand:checked + .side.left ~ .body-content > .grid .table th .status,
  .side-expand:checked + .side.right ~ .body-content > .grid .table th .status,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table th .status,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table th .status,
  .side-expand:checked + .side.left ~ .body-content > .grid .table .th .status,
  .side-expand:checked + .side.right ~ .body-content > .grid .table .th .status,
  .side-expand:checked + .side.left ~ .body-content > div > .grid .table .th .status,
  .side-expand:checked + .side.right ~ .body-content > div > .grid .table .th .status {
    min-width: 7rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .side-hide:checked {
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1098;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: none !important;
  }
}
.side-hide:checked + .side.hoverable {
  display: block;
}
.side-hide:checked + .side.hoverable:not(:hover).left,
.side-hide:checked + .side.hoverable:not(:hover).right {
  width: 5px;
  opacity: 0;
  overflow-x: hidden;
}
.side-hide:checked + .side.hoverable:not(:hover).top,
.side-hide:checked + .side.hoverable:not(:hover).bottom {
  height: 5px;
  opacity: 0;
  overflow-y: hidden;
}
.side-hide:checked + .side:not( .cover).left ~ .body-content .header.fixed,
.side-hide:checked + .side .cover.left ~ .body-content .header.fixed,
.side-hide:checked + .side:not( .cover).right ~ .body-content .header.fixed,
.side-hide:checked + .side .cover.right ~ .body-content .header.fixed,
.side-hide:checked + .side:not( .cover).left ~ .body-content.header.fixed,
.side-hide:checked + .side .cover.left ~ .body-content.header.fixed,
.side-hide:checked + .side:not( .cover).right ~ .body-content.header.fixed,
.side-hide:checked + .side .cover.right ~ .body-content.header.fixed {
  margin-left: 0;
  left: 0;
  margin-right: 0;
  right: 0;
}
.side-hide:checked + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
.side-hide:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
.side-hide:checked + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
.side-hide:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
.side-hide:checked + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
.side-hide:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
.side-hide:checked + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
.side-hide:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  left: 0;
}
.side-hide:checked + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
.side-hide:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
.side-hide:checked + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
.side-hide:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
.side-hide:checked + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
.side-hide:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
.side-hide:checked + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
.side-hide:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  right: 0;
}
.side-hide:checked + .side:not( .hoverable),
.side-hide:checked + .side.hoverable:not(:hover) {
  display: none;
}
.side-hide:checked + .side:not( .hoverable) ~ .side-open,
.side-hide:checked + .side.hoverable:not(:hover) ~ .side-open {
  display: block;
}
.side-hide:checked + .side:not( .hoverable).animated,
.side-hide:checked + .side.hoverable:not(:hover).animated {
  display: block;
}
.side-hide:checked + .side:not( .hoverable).animated.left,
.side-hide:checked + .side.hoverable:not(:hover).animated.left,
.side-hide:checked + .side:not( .hoverable).animated.right,
.side-hide:checked + .side.hoverable:not(:hover).animated.right {
  width: 0;
  overflow-x: hidden;
}
.side-hide:checked + .side:not( .hoverable).animated.top,
.side-hide:checked + .side.hoverable:not(:hover).animated.top,
.side-hide:checked + .side:not( .hoverable).animated.bottom,
.side-hide:checked + .side.hoverable:not(:hover).animated.bottom {
  height: 0;
  overflow-y: hidden;
}
.side-hide:checked + .side:not([class*="width-"]).left,
.side-hide:checked + .side:not([class*="width-"]).right {
  width: 100px;
}
.side-hide:checked + .side[class*="width-"].left ~ .body-content,
.side-hide:checked + .side:not([class*="width-"]).left ~ .body-content {
  margin-left: 0;
}
.side-hide:checked + .side[class*="width-"].right ~ .body-content,
.side-hide:checked + .side:not([class*="width-"]).right ~ .body-content {
  margin-right: 0;
}
.side-hide:checked + .side:not([class*="height-"]).top,
.side-hide:checked + .side:not([class*="height-"]).bottom {
  height: 4.2rem;
}
.side-hide:checked + .side[class*="height-"]:not(.manual).top ~ .body-content {
  margin-top: 0;
}
.side-hide:checked + .side[class*="height-"]:not(.manual).bottom ~ .body-content {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .side-hide:checked + .side.left,
  .side-hide:checked + .side.right {
    max-width: 100%;
    width: 300px !important;
    display: block !important;
  }
  .side-hide:checked + .side.left .with-collapse,
  .side-hide:checked + .side.right .with-collapse {
    display: none;
  }
  .side-hide:checked + .side.left .with-logo,
  .side-hide:checked + .side.right .with-logo {
    display: none;
  }
  .side-hide:checked + .side.left + .header,
  .side-hide:checked + .side.right + .header {
    width: 100vw !important;
  }
  .side-hide:checked + .side.left .item,
  .side-hide:checked + .side.right .item {
    white-space: nowrap;
    min-height: 3.5rem;
    text-align: left;
    position: relative;
    padding-left: 4rem;
  }
  .side-hide:checked + .side.left .item + .item,
  .side-hide:checked + .side.right .item + .item {
    margin-top: 4rem;
  }
  .side-hide:checked + .side.left .item i,
  .side-hide:checked + .side.right .item i,
  .side-hide:checked + .side.left .item .avatar,
  .side-hide:checked + .side.right .item .avatar {
    margin-top: 0;
    position: absolute;
    left: 4rem;
    top: 0;
    font-size: 3.5rem;
  }
  .side-hide:checked + .side.left .item i + span,
  .side-hide:checked + .side.right .item i + span,
  .side-hide:checked + .side.left .item .avatar + span,
  .side-hide:checked + .side.right .item .avatar + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .side-hide:checked + .side.left .item > span.with-count + span,
  .side-hide:checked + .side.right .item > span.with-count + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .side-hide:checked + .side.left .item > span.with-count:first-child,
  .side-hide:checked + .side.right .item > span.with-count:first-child {
    position: static;
  }
  .side-hide:checked + .side.left .item > span.with-count:first-child span,
  .side-hide:checked + .side.right .item > span.with-count:first-child span {
    display: none;
  }
  .side-hide:checked + .side.left .item br,
  .side-hide:checked + .side.right .item br {
    display: none;
  }
  .side-hide:checked + .side.left .with-collapse,
  .side-hide:checked + .side.right .with-collapse {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
    z-index: 1;
  }
  .side-hide:checked + .side.left .with-collapse label,
  .side-hide:checked + .side.right .with-collapse label {
    display: block;
  }
  .side-hide:checked + .side.left .with-collapse i,
  .side-hide:checked + .side.right .with-collapse i {
    color: #979ea7;
    font-size: 3rem;
  }
  .side-hide:checked + .side.left .side-content,
  .side-hide:checked + .side.right .side-content {
    padding-top: 9.5rem;
  }
  .side-hide:checked + .side.left ~ .body-content > *,
  .side-hide:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  .side-hide:checked + .side.left ~ .body-content > .content-holder,
  .side-hide:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
  .side-hide:checked + .side.left + .side-backdrop,
  .side-hide:checked + .side.right + .side-backdrop {
    display: block;
  }
  .side-hide:checked + .side.left:not( .cover).left ~ .body-content,
  .side-hide:checked + .side.right:not( .cover).left ~ .body-content,
  .side-hide:checked + .side.left:not( .cover).right ~ .body-content,
  .side-hide:checked + .side.right:not( .cover).right ~ .body-content {
    width: -200%;
    overflow: hidden;
  }
  .side-hide:checked + .side.left:not( .cover).left ~ .body-content,
  .side-hide:checked + .side.right:not( .cover).left ~ .body-content {
    margin-left: 300px;
  }
  .side-hide:checked + .side.left:not( .cover).left ~ .body-content .header.fixed,
  .side-hide:checked + .side.right:not( .cover).left ~ .body-content .header.fixed,
  .side-hide:checked + .side.left:not( .cover).left ~ .body-content.header.fixed,
  .side-hide:checked + .side.right:not( .cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 300px;
  }
  .side-hide:checked + .side.left:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-hide:checked + .side.right:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-hide:checked + .side.left:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-hide:checked + .side.right:not( .cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 300px;
  }
  .side-hide:checked + .side.left:not( .cover).right ~ .body-content,
  .side-hide:checked + .side.right:not( .cover).right ~ .body-content {
    margin-right: 300px;
  }
  .side-hide:checked + .side.left:not( .cover).right ~ .body-content .header.fixed,
  .side-hide:checked + .side.right:not( .cover).right ~ .body-content .header.fixed,
  .side-hide:checked + .side.left:not( .cover).right ~ .body-content.header.fixed,
  .side-hide:checked + .side.right:not( .cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 300px;
  }
  .side-hide:checked + .side.left:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-hide:checked + .side.right:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-hide:checked + .side.left:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-hide:checked + .side.right:not( .cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 300px;
  }
  .side-hide:checked + .side.left.cover ~ .body-content,
  .side-hide:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1180px) {
  .side-hide:checked + .side.left.side-form,
  .side-hide:checked + .side.right.side-form {
    width: 100% !important;
  }
}
@media (max-width: 1023px) and (min-width: 1180px) {
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  6);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  7);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  8);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  9);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  10);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  11);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  12);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  13);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  14);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  15);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  16);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  17);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  18);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  19);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  20);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  21);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  21);
  }
}
@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  .side-hide:checked + .side.left ~ .body-content > .grid .table .td.number,
  .side-hide:checked + .side.right ~ .body-content > .grid .table .td.number,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table .td.number,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table .td.number,
  .side-hide:checked + .side.left ~ .body-content > .grid .table td.number,
  .side-hide:checked + .side.right ~ .body-content > .grid .table td.number,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table td.number,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table td.number,
  .side-hide:checked + .side.left ~ .body-content > .grid .table th.number,
  .side-hide:checked + .side.right ~ .body-content > .grid .table th.number,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table th.number,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table th.number,
  .side-hide:checked + .side.left ~ .body-content > .grid .table .th.number,
  .side-hide:checked + .side.right ~ .body-content > .grid .table .th.number,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table .th.number,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table .th.number,
  .side-hide:checked + .side.left ~ .body-content > .grid .table .td.actions,
  .side-hide:checked + .side.right ~ .body-content > .grid .table .td.actions,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table .td.actions,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table .td.actions,
  .side-hide:checked + .side.left ~ .body-content > .grid .table td.actions,
  .side-hide:checked + .side.right ~ .body-content > .grid .table td.actions,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table td.actions,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table td.actions,
  .side-hide:checked + .side.left ~ .body-content > .grid .table th.actions,
  .side-hide:checked + .side.right ~ .body-content > .grid .table th.actions,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table th.actions,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table th.actions,
  .side-hide:checked + .side.left ~ .body-content > .grid .table .th.actions,
  .side-hide:checked + .side.right ~ .body-content > .grid .table .th.actions,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table .th.actions,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  .side-hide:checked + .side.left ~ .body-content > .grid .table .td .status,
  .side-hide:checked + .side.right ~ .body-content > .grid .table .td .status,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table .td .status,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table .td .status,
  .side-hide:checked + .side.left ~ .body-content > .grid .table td .status,
  .side-hide:checked + .side.right ~ .body-content > .grid .table td .status,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table td .status,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table td .status,
  .side-hide:checked + .side.left ~ .body-content > .grid .table th .status,
  .side-hide:checked + .side.right ~ .body-content > .grid .table th .status,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table th .status,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table th .status,
  .side-hide:checked + .side.left ~ .body-content > .grid .table .th .status,
  .side-hide:checked + .side.right ~ .body-content > .grid .table .th .status,
  .side-hide:checked + .side.left ~ .body-content > div > .grid .table .th .status,
  .side-hide:checked + .side.right ~ .body-content > div > .grid .table .th .status {
    min-width: 7rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .side-hide:not(:checked) + .side.hoverable {
    display: block;
  }
  .side-hide:not(:checked) + .side.hoverable:not(:hover).left,
  .side-hide:not(:checked) + .side.hoverable:not(:hover).right {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  .side-hide:not(:checked) + .side.hoverable:not(:hover).top,
  .side-hide:not(:checked) + .side.hoverable:not(:hover).bottom {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  .side-hide:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed,
  .side-hide:not(:checked) + .side .cover.left ~ .body-content .header.fixed,
  .side-hide:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed,
  .side-hide:not(:checked) + .side .cover.right ~ .body-content .header.fixed,
  .side-hide:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed,
  .side-hide:not(:checked) + .side .cover.left ~ .body-content.header.fixed,
  .side-hide:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed,
  .side-hide:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
    margin-right: 0;
    right: 0;
  }
  .side-hide:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-hide:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-hide:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-hide:not(:checked) + .side:not( .hoverable),
  .side-hide:not(:checked) + .side.hoverable:not(:hover) {
    display: none;
  }
  .side-hide:not(:checked) + .side:not( .hoverable) ~ .side-open,
  .side-hide:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  .side-hide:not(:checked) + .side:not( .hoverable).animated,
  .side-hide:not(:checked) + .side.hoverable:not(:hover).animated {
    display: block;
  }
  .side-hide:not(:checked) + .side:not( .hoverable).animated.left,
  .side-hide:not(:checked) + .side.hoverable:not(:hover).animated.left,
  .side-hide:not(:checked) + .side:not( .hoverable).animated.right,
  .side-hide:not(:checked) + .side.hoverable:not(:hover).animated.right {
    width: 0;
    overflow-x: hidden;
  }
  .side-hide:not(:checked) + .side:not( .hoverable).animated.top,
  .side-hide:not(:checked) + .side.hoverable:not(:hover).animated.top,
  .side-hide:not(:checked) + .side:not( .hoverable).animated.bottom,
  .side-hide:not(:checked) + .side.hoverable:not(:hover).animated.bottom {
    height: 0;
    overflow-y: hidden;
  }
  .side-hide:not(:checked) + .side:not([class*="width-"]).left,
  .side-hide:not(:checked) + .side:not([class*="width-"]).right {
    width: 100px;
  }
  .side-hide:not(:checked) + .side[class*="width-"].left ~ .body-content,
  .side-hide:not(:checked) + .side:not([class*="width-"]).left ~ .body-content {
    margin-left: 0;
  }
  .side-hide:not(:checked) + .side[class*="width-"].right ~ .body-content,
  .side-hide:not(:checked) + .side:not([class*="width-"]).right ~ .body-content {
    margin-right: 0;
  }
  .side-hide:not(:checked) + .side:not([class*="height-"]).top,
  .side-hide:not(:checked) + .side:not([class*="height-"]).bottom {
    height: 4.2rem;
  }
  .side-hide:not(:checked) + .side[class*="height-"]:not(.manual).top ~ .body-content {
    margin-top: 0;
  }
  .side-hide:not(:checked) + .side[class*="height-"]:not(.manual).bottom ~ .body-content {
    margin-bottom: 0;
  }
}
.side-hide-expand:not(:checked) + .side.hoverable {
  display: block;
}
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).left,
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).right {
  width: 5px;
  opacity: 0;
  overflow-x: hidden;
}
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).top,
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).bottom {
  height: 5px;
  opacity: 0;
  overflow-y: hidden;
}
.side-hide-expand:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed,
.side-hide-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed,
.side-hide-expand:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed,
.side-hide-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed,
.side-hide-expand:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed,
.side-hide-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed,
.side-hide-expand:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed,
.side-hide-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
  margin-left: 0;
  left: 0;
  margin-right: 0;
  right: 0;
}
.side-hide-expand:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  left: 0;
}
.side-hide-expand:not(:checked) + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
.side-hide-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  right: 0;
}
.side-hide-expand:not(:checked) + .side:not( .hoverable),
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover) {
  display: none;
}
.side-hide-expand:not(:checked) + .side:not( .hoverable) ~ .side-open,
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
  display: block;
}
.side-hide-expand:not(:checked) + .side:not( .hoverable).animated,
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated {
  display: block;
}
.side-hide-expand:not(:checked) + .side:not( .hoverable).animated.left,
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated.left,
.side-hide-expand:not(:checked) + .side:not( .hoverable).animated.right,
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated.right {
  width: 0;
  overflow-x: hidden;
}
.side-hide-expand:not(:checked) + .side:not( .hoverable).animated.top,
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated.top,
.side-hide-expand:not(:checked) + .side:not( .hoverable).animated.bottom,
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated.bottom {
  height: 0;
  overflow-y: hidden;
}
.side-hide-expand:not(:checked) + .side:not([class*="width-"]).left,
.side-hide-expand:not(:checked) + .side:not([class*="width-"]).right {
  width: 100px;
}
.side-hide-expand:not(:checked) + .side[class*="width-"].left ~ .body-content,
.side-hide-expand:not(:checked) + .side:not([class*="width-"]).left ~ .body-content {
  margin-left: 0;
}
.side-hide-expand:not(:checked) + .side[class*="width-"].right ~ .body-content,
.side-hide-expand:not(:checked) + .side:not([class*="width-"]).right ~ .body-content {
  margin-right: 0;
}
.side-hide-expand:not(:checked) + .side:not([class*="height-"]).top,
.side-hide-expand:not(:checked) + .side:not([class*="height-"]).bottom {
  height: 4.2rem;
}
.side-hide-expand:not(:checked) + .side[class*="height-"]:not(.manual).top ~ .body-content {
  margin-top: 0;
}
.side-hide-expand:not(:checked) + .side[class*="height-"]:not(.manual).bottom ~ .body-content {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .side-hide-expand:checked + .side.hoverable {
    display: block;
  }
  .side-hide-expand:checked + .side.hoverable:not(:hover).left,
  .side-hide-expand:checked + .side.hoverable:not(:hover).right {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  .side-hide-expand:checked + .side.hoverable:not(:hover).top,
  .side-hide-expand:checked + .side.hoverable:not(:hover).bottom {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  .side-hide-expand:checked + .side:not( .cover).left ~ .body-content .header.fixed,
  .side-hide-expand:checked + .side .cover.left ~ .body-content .header.fixed,
  .side-hide-expand:checked + .side:not( .cover).right ~ .body-content .header.fixed,
  .side-hide-expand:checked + .side .cover.right ~ .body-content .header.fixed,
  .side-hide-expand:checked + .side:not( .cover).left ~ .body-content.header.fixed,
  .side-hide-expand:checked + .side .cover.left ~ .body-content.header.fixed,
  .side-hide-expand:checked + .side:not( .cover).right ~ .body-content.header.fixed,
  .side-hide-expand:checked + .side .cover.right ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
    margin-right: 0;
    right: 0;
  }
  .side-hide-expand:checked + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-hide-expand:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
  .side-hide-expand:checked + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-hide-expand:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-hide-expand:checked + .side:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-hide-expand:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile,
  .side-hide-expand:checked + .side:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-hide-expand:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-hide-expand:checked + .side:not( .hoverable),
  .side-hide-expand:checked + .side.hoverable:not(:hover) {
    display: none;
  }
  .side-hide-expand:checked + .side:not( .hoverable) ~ .side-open,
  .side-hide-expand:checked + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  .side-hide-expand:checked + .side:not( .hoverable).animated,
  .side-hide-expand:checked + .side.hoverable:not(:hover).animated {
    display: block;
  }
  .side-hide-expand:checked + .side:not( .hoverable).animated.left,
  .side-hide-expand:checked + .side.hoverable:not(:hover).animated.left,
  .side-hide-expand:checked + .side:not( .hoverable).animated.right,
  .side-hide-expand:checked + .side.hoverable:not(:hover).animated.right {
    width: 0;
    overflow-x: hidden;
  }
  .side-hide-expand:checked + .side:not( .hoverable).animated.top,
  .side-hide-expand:checked + .side.hoverable:not(:hover).animated.top,
  .side-hide-expand:checked + .side:not( .hoverable).animated.bottom,
  .side-hide-expand:checked + .side.hoverable:not(:hover).animated.bottom {
    height: 0;
    overflow-y: hidden;
  }
  .side-hide-expand:checked + .side:not([class*="width-"]).left,
  .side-hide-expand:checked + .side:not([class*="width-"]).right {
    width: 100px;
  }
  .side-hide-expand:checked + .side[class*="width-"].left ~ .body-content,
  .side-hide-expand:checked + .side:not([class*="width-"]).left ~ .body-content {
    margin-left: 0;
  }
  .side-hide-expand:checked + .side[class*="width-"].right ~ .body-content,
  .side-hide-expand:checked + .side:not([class*="width-"]).right ~ .body-content {
    margin-right: 0;
  }
  .side-hide-expand:checked + .side:not([class*="height-"]).top,
  .side-hide-expand:checked + .side:not([class*="height-"]).bottom {
    height: 4.2rem;
  }
  .side-hide-expand:checked + .side[class*="height-"]:not(.manual).top ~ .body-content {
    margin-top: 0;
  }
  .side-hide-expand:checked + .side[class*="height-"]:not(.manual).bottom ~ .body-content {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .side-hide-expand:checked + .side.left,
  .side-hide-expand:checked + .side.right {
    max-width: 100%;
    width: 300px !important;
    display: block !important;
  }
  .side-hide-expand:checked + .side.left .with-collapse,
  .side-hide-expand:checked + .side.right .with-collapse {
    display: none;
  }
  .side-hide-expand:checked + .side.left .with-logo,
  .side-hide-expand:checked + .side.right .with-logo {
    display: none;
  }
  .side-hide-expand:checked + .side.left + .header,
  .side-hide-expand:checked + .side.right + .header {
    width: 100vw !important;
  }
  .side-hide-expand:checked + .side.left .item,
  .side-hide-expand:checked + .side.right .item {
    white-space: nowrap;
    min-height: 3.5rem;
    text-align: left;
    position: relative;
    padding-left: 4rem;
  }
  .side-hide-expand:checked + .side.left .item + .item,
  .side-hide-expand:checked + .side.right .item + .item {
    margin-top: 4rem;
  }
  .side-hide-expand:checked + .side.left .item i,
  .side-hide-expand:checked + .side.right .item i,
  .side-hide-expand:checked + .side.left .item .avatar,
  .side-hide-expand:checked + .side.right .item .avatar {
    margin-top: 0;
    position: absolute;
    left: 4rem;
    top: 0;
    font-size: 3.5rem;
  }
  .side-hide-expand:checked + .side.left .item i + span,
  .side-hide-expand:checked + .side.right .item i + span,
  .side-hide-expand:checked + .side.left .item .avatar + span,
  .side-hide-expand:checked + .side.right .item .avatar + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .side-hide-expand:checked + .side.left .item > span.with-count + span,
  .side-hide-expand:checked + .side.right .item > span.with-count + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .side-hide-expand:checked + .side.left .item > span.with-count:first-child,
  .side-hide-expand:checked + .side.right .item > span.with-count:first-child {
    position: static;
  }
  .side-hide-expand:checked + .side.left .item > span.with-count:first-child span,
  .side-hide-expand:checked + .side.right .item > span.with-count:first-child span {
    display: none;
  }
  .side-hide-expand:checked + .side.left .item br,
  .side-hide-expand:checked + .side.right .item br {
    display: none;
  }
  .side-hide-expand:checked + .side.left .with-collapse,
  .side-hide-expand:checked + .side.right .with-collapse {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
    z-index: 1;
  }
  .side-hide-expand:checked + .side.left .with-collapse label,
  .side-hide-expand:checked + .side.right .with-collapse label {
    display: block;
  }
  .side-hide-expand:checked + .side.left .with-collapse i,
  .side-hide-expand:checked + .side.right .with-collapse i {
    color: #979ea7;
    font-size: 3rem;
  }
  .side-hide-expand:checked + .side.left .side-content,
  .side-hide-expand:checked + .side.right .side-content {
    padding-top: 9.5rem;
  }
  .side-hide-expand:checked + .side.left ~ .body-content > *,
  .side-hide-expand:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .content-holder,
  .side-hide-expand:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
  .side-hide-expand:checked + .side.left + .side-backdrop,
  .side-hide-expand:checked + .side.right + .side-backdrop {
    display: block;
  }
  .side-hide-expand:checked + .side.left:not( .cover).left ~ .body-content,
  .side-hide-expand:checked + .side.right:not( .cover).left ~ .body-content,
  .side-hide-expand:checked + .side.left:not( .cover).right ~ .body-content,
  .side-hide-expand:checked + .side.right:not( .cover).right ~ .body-content {
    width: -200%;
    overflow: hidden;
  }
  .side-hide-expand:checked + .side.left:not( .cover).left ~ .body-content,
  .side-hide-expand:checked + .side.right:not( .cover).left ~ .body-content {
    margin-left: 300px;
  }
  .side-hide-expand:checked + .side.left:not( .cover).left ~ .body-content .header.fixed,
  .side-hide-expand:checked + .side.right:not( .cover).left ~ .body-content .header.fixed,
  .side-hide-expand:checked + .side.left:not( .cover).left ~ .body-content.header.fixed,
  .side-hide-expand:checked + .side.right:not( .cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 300px;
  }
  .side-hide-expand:checked + .side.left:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side.right:not( .cover).left ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side.left:not( .cover).left ~ .body-content.header.fixed .menu-mobile,
  .side-hide-expand:checked + .side.right:not( .cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 300px;
  }
  .side-hide-expand:checked + .side.left:not( .cover).right ~ .body-content,
  .side-hide-expand:checked + .side.right:not( .cover).right ~ .body-content {
    margin-right: 300px;
  }
  .side-hide-expand:checked + .side.left:not( .cover).right ~ .body-content .header.fixed,
  .side-hide-expand:checked + .side.right:not( .cover).right ~ .body-content .header.fixed,
  .side-hide-expand:checked + .side.left:not( .cover).right ~ .body-content.header.fixed,
  .side-hide-expand:checked + .side.right:not( .cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 300px;
  }
  .side-hide-expand:checked + .side.left:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side.right:not( .cover).right ~ .body-content .header.fixed .menu-mobile,
  .side-hide-expand:checked + .side.left:not( .cover).right ~ .body-content.header.fixed .menu-mobile,
  .side-hide-expand:checked + .side.right:not( .cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 300px;
  }
  .side-hide-expand:checked + .side.left.cover ~ .body-content,
  .side-hide-expand:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1180px) {
  .side-hide-expand:checked + .side.left.side-form,
  .side-hide-expand:checked + .side.right.side-form {
    width: 100% !important;
  }
}
@media (max-width: 1023px) and (min-width: 1180px) {
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  6);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  7);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  8);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  9);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  10);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  11);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  12);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  13);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  14);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  15);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  16);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  17);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  18);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  19);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  20);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-12 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  0.7 ) /  21);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-16 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid > .cell-14 .table-fluid:not(.inside-window):not(.table-fluid-manual).table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  21);
  }
}
@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .td.number,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .td.number,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .td.number,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .td.number,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table td.number,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table td.number,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table td.number,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table td.number,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table th.number,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table th.number,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table th.number,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table th.number,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .th.number,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .th.number,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .th.number,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .th.number,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .td.actions,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .td.actions,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .td.actions,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .td.actions,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table td.actions,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table td.actions,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table td.actions,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table td.actions,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table th.actions,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table th.actions,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table th.actions,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table th.actions,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .th.actions,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .th.actions,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .th.actions,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .td .status,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .td .status,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .td .status,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .td .status,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table td .status,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table td .status,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table td .status,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table td .status,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table th .status,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table th .status,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table th .status,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table th .status,
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .th .status,
  .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .th .status,
  .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .th .status,
  .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .th .status {
    min-width: 7rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
.side-collapse,
.side-expand,
.side-hide,
.side-hide-expand {
  display: none;
}
@media (max-width: 1023px) {
  .side-collapse:checked + .side.left + .side-backdrop,
  .side-expand:checked + .side.left + .side-backdrop,
  .side-hide:checked + .side.left + .side-backdrop,
  .side-hide-expand:checked + .side.left + .side-backdrop,
  .side-collapse:checked + .side.right + .side-backdrop,
  .side-expand:checked + .side.right + .side-backdrop,
  .side-hide:checked + .side.right + .side-backdrop,
  .side-hide-expand:checked + .side.right + .side-backdrop {
    display: block;
  }
}
.side-expand:checked + .side + .side-backdrop,
.side-hide-expand:checked + .side + .side-backdrop {
  display: block;
}
.side-full-height {
  position: relative;
}
.side {
  position: fixed;
  z-index: 1100;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
.side.uncover-hover.hoverable:hover:not([class*="width-"]).left ~ .body-content,
.side:not(.cover):not([class*="width-"]).left ~ .body-content,
.side.uncover-focus.focusable:focus:not([class*="width-"]).left ~ .body-content {
  margin-left: 100px;
}
.side.uncover-hover.hoverable:hover:not([class*="width-"]).left ~ .body-content .header.fixed,
.side:not(.cover):not([class*="width-"]).left ~ .body-content .header.fixed,
.side.uncover-focus.focusable:focus:not([class*="width-"]).left ~ .body-content .header.fixed,
.side.uncover-hover.hoverable:hover:not([class*="width-"]).left ~ .body-content.header.fixed,
.side:not(.cover):not([class*="width-"]).left ~ .body-content.header.fixed,
.side.uncover-focus.focusable:focus:not([class*="width-"]).left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 100px;
}
.side.uncover-hover.hoverable:hover:not([class*="width-"]).left ~ .body-content .header.fixed .menu-mobile,
.side:not(.cover):not([class*="width-"]).left ~ .body-content .header.fixed .menu-mobile,
.side.uncover-focus.focusable:focus:not([class*="width-"]).left ~ .body-content .header.fixed .menu-mobile,
.side.uncover-hover.hoverable:hover:not([class*="width-"]).left ~ .body-content.header.fixed .menu-mobile,
.side:not(.cover):not([class*="width-"]).left ~ .body-content.header.fixed .menu-mobile,
.side.uncover-focus.focusable:focus:not([class*="width-"]).left ~ .body-content.header.fixed .menu-mobile {
  left: 100px;
}
.side.uncover-hover.hoverable:hover:not([class*="width-"]).right ~ .body-content,
.side:not(.cover):not([class*="width-"]).right ~ .body-content,
.side.uncover-focus.focusable:focus:not([class*="width-"]).right ~ .body-content {
  margin-right: 100px;
}
.side.uncover-hover.hoverable:hover:not([class*="width-"]).right ~ .body-content .header.fixed,
.side:not(.cover):not([class*="width-"]).right ~ .body-content .header.fixed,
.side.uncover-focus.focusable:focus:not([class*="width-"]).right ~ .body-content .header.fixed,
.side.uncover-hover.hoverable:hover:not([class*="width-"]).right ~ .body-content.header.fixed,
.side:not(.cover):not([class*="width-"]).right ~ .body-content.header.fixed,
.side.uncover-focus.focusable:focus:not([class*="width-"]).right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 100px;
}
.side.uncover-hover.hoverable:hover:not([class*="width-"]).right ~ .body-content .header.fixed .menu-mobile,
.side:not(.cover):not([class*="width-"]).right ~ .body-content .header.fixed .menu-mobile,
.side.uncover-focus.focusable:focus:not([class*="width-"]).right ~ .body-content .header.fixed .menu-mobile,
.side.uncover-hover.hoverable:hover:not([class*="width-"]).right ~ .body-content.header.fixed .menu-mobile,
.side:not(.cover):not([class*="width-"]).right ~ .body-content.header.fixed .menu-mobile,
.side.uncover-focus.focusable:focus:not([class*="width-"]).right ~ .body-content.header.fixed .menu-mobile {
  right: 100px;
}
.side.uncover-hover.hoverable:hover:not([class*="height-"]):not(.manual).top ~ .body-content,
.side:not(.cover):not([class*="height-"]):not(.manual).top ~ .body-content,
.side.uncover-focus.focusable:focus:not([class*="height-"]):not(.manual).top ~ .body-content {
  margin-top: 4.2rem;
}
.side.uncover-hover.hoverable:hover:not([class*="height-"]):not(.manual).bottom ~ .body-content,
.side:not(.cover):not([class*="height-"]):not(.manual).bottom ~ .body-content,
.side.uncover-focus.focusable:focus:not([class*="height-"]):not(.manual).bottom ~ .body-content {
  margin-bottom: 4.2rem;
}
.side.left,
.side.right {
  overflow-y: auto;
  overflow-x: hidden;
}
.side.top,
.side.bottom {
  overflow-x: auto;
  overflow-y: hidden;
}
.side.animated.left,
.side.animated.right {
  transition: width 1s;
}
.side.animated.top,
.side.animated.bottom {
  transition: height 1s;
}
.side.animated ~ .body-content {
  transition: margin 1s;
}
.side.absolute.left,
.side.absolute.right {
  position: absolute;
  top: 0;
  bottom: auto;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}
.side.float.right {
  float: right;
}
.side.float.left {
  float: left;
}
.side.relative {
  position: relative;
}
.side.relative.right {
  float: right;
}
.side.relative.left {
  float: left;
}
.side.static {
  position: static;
}
.side.left,
.side.right {
  top: 0;
  bottom: 0;
  max-height: 100%;
  height: 100%;
  will-change: width;
}
.side.left {
  left: 0;
  right: auto;
}
.side.left ~ .side-open {
  bottom: 0;
  right: 0;
  margin: 0 1.4rem 0.7rem 0;
}
.side.right {
  right: 0;
  left: auto;
}
.side.right ~ .side-open {
  top: 0;
  right: 0;
}
.side.top,
.side.bottom {
  left: 0;
  right: 0;
  width: 100%;
  will-change: height;
}
.side.top {
  top: 0;
  bottom: auto;
}
.side.top ~ .side-open {
  top: 0;
  left: 0;
}
.side.bottom {
  bottom: 0;
  top: auto;
}
.side.bottom ~ .side-open {
  bottom: 0;
  left: 0;
}
.side-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  display: none;
}
.side-open {
  position: fixed;
  z-index: 1100;
  display: none;
  width: 0;
  height: 0;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  margin: 0.4rem;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #faac18;
}
.side-open i {
  color: #ffffff;
}
.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 6.7rem;
  z-index: 1000;
  position: relative;
}
.header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header.fixed + * {
  border-top: 6.7rem solid transparent;
}
.header .header-content {
  background: #ffffff;
  color: #959db1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px;
}
.header .header-content nav .anchor {
  vertical-align: middle;
}
.header .header-content nav .anchor:not(.button) {
  color: inherit;
}
.header .header-content nav.items {
  margin-top: 0;
  display: block;
}
.header .header-content nav.items > * {
  margin-top: 0;
}
@media (max-width: 768px) {
  .header .menu-mobile {
    display: none;
    position: fixed;
    top: 6.7rem;
    left: 0;
    right: 0;
    max-height: calc(100vh  -  6.7rem);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header input.toggle {
    display: none;
  }
  .header input:checked + .menu-mobile {
    display: block;
  }
}
.window {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 0 none;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.window .window-content {
  background: #ffffff;
  padding: 10px 10px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.window .window-header {
  background: #ffffff;
  padding: 10px 10px;
  color: #343434;
  font-size: 1.3rem;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.window .window-footer {
  background: #ffffff;
  padding: 10px 10px;
  color: #343434;
  border-top: 1px solid #ffffff;
}
.window .window-header,
.window .window-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
}
@media (min-width: 1180px) {
  .table-fluid.inside-window.table-column-6 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-6 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  6);
  }
  .table-fluid.inside-window.table-column-7 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-7 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  7);
  }
  .table-fluid.inside-window.table-column-8 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-8 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  8);
  }
  .table-fluid.inside-window.table-column-9 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-9 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  9);
  }
  .table-fluid.inside-window.table-column-10 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-10 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  10);
  }
  .table-fluid.inside-window.table-column-11 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-11 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  11);
  }
  .table-fluid.inside-window.table-column-12 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-12 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  12);
  }
  .table-fluid.inside-window.table-column-13 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-13 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  13);
  }
  .table-fluid.inside-window.table-column-14 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-14 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  14);
  }
  .table-fluid.inside-window.table-column-15 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-15 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  15);
  }
  .table-fluid.inside-window.table-column-16 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-16 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  16);
  }
  .table-fluid.inside-window.table-column-17 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-17 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  17);
  }
  .table-fluid.inside-window.table-column-18 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-18 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  18);
  }
  .table-fluid.inside-window.table-column-19 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-19 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  19);
  }
  .table-fluid.inside-window.table-column-20 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-20 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  20);
  }
  .table-fluid.inside-window.table-column-21 td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit),
  .table-fluid.inside-window.table-column-21 .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  10px ) *  1 ) /  21);
  }
}
.side-backdrop {
  background-color: #000000;
  opacity: 0.5;
}
.side-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.side.left {
  background: #294058;
  font-family: 'Roboto';
}
.side.left .with-logo {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 2.2rem 0 2.7rem;
}
.side.left .with-collapse:first-child + nav:last-child {
  margin-top: 2.5rem;
}
@media (min-width: 1023px) {
  .side.left .with-collapse:first-child + nav:last-child {
    min-height: calc(100vh - 4.5rem);
  }
}
.side.left nav {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.side.left nav:only-child {
  margin-top: 2.5rem;
}
@media (min-width: 1023px) {
  .side.left nav:only-child {
    min-height: calc(100vh - 4.5rem);
  }
}
.side.left nav .item.end {
  margin-top: auto;
  margin-bottom: 0;
}
.side.left .item {
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  min-height: 7.5rem;
}
.side.left .item.active {
  color: #faac18;
  border-right: 4px solid #faac18;
}
.side.left .item.lock {
  position: relative;
}
.side.left .item.lock:before {
  content: "\e93e";
  position: absolute;
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0.7rem;
  font-size: 1.8rem;
  top: 1.3rem;
}
.side.left .item + .item {
  margin-top: 1rem;
}
.side.left .item i {
  font-size: 2.7rem;
  margin: 1rem 0 0;
  display: inline-block;
}
.side.left .item .with-count {
  position: relative;
  display: inline-block;
  margin: 1rem 0 0;
}
.side.left .item .with-count i {
  margin: 0;
}
.side.left .item .with-count span {
  position: absolute;
  right: -5px;
  bottom: 0;
  display: inline-block;
  background: #408cf8;
  color: #ffffff;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.5rem;
}
.side.left .item .with-count span[data-count="0"] {
  display: none;
}
.side.left .item > span {
  display: block;
  line-height: 1.2rem;
  margin: 1rem 0;
}
.side.top {
  width: auto;
  height: 4.2rem;
}
.side.top .side-content {
  text-align: center;
  font-size: 1.3rem;
  line-height: 4.2rem;
  padding: 0 40px 0 20px;
}
.side.top .icon-close {
  font-size: 2rem;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 2rem;
  margin: auto 0;
}
.side.top.info {
  background-color: #408cf8;
  color: #fff;
}
.side.top.warning {
  background-color: #ff004e;
  color: #ffffff;
}
.side.top.error {
  background-color: #f86786;
  color: #ffffff;
}
.side.top.success {
  background-color: #84b500;
  color: #fff;
}
.side-expand:not(:checked) + .side.right {
  width: 0;
  display: none;
}
.side.top {
  margin-top: 0 !important;
}
@media (max-width: 1023px) {
  .aside-top.side-hide:not(:checked) + .side.top {
    display: block;
    width: auto !important;
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.t-under-show {
    margin-top: 4.2rem;
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top {
    margin-top: 4.2rem !important;
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.t-under-show {
    margin-top: 8.4rem;
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main {
    margin-top: 0;
  }
}
.aside-top.side-hide:not(:checked) + .side.top ~ .body-content.header {
  margin-top: 4.2rem;
}
.aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top {
  margin-top: 4.2rem !important;
}
.aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.header {
  margin-top: 8.4rem;
}
@media (min-width: 1024px) {
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main {
    margin-top: 10.9rem;
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main {
    margin-top: 15.1rem;
  }
}
@media (min-width: 1180px) {
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main:not(.main-dashboard) {
    height: calc(100vh - 10.9rem);
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main .tile-content.scroll {
    max-height: calc(100vh - 29.9rem);
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main .tile-content.notifications {
    max-height: calc(100vh - 49.6rem);
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main .tile-content.notifications.scroll {
    max-height: calc(100vh - 46.6rem);
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main {
    height: calc(100vh - 15.1rem);
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main .tile-content.scroll {
    max-height: calc(100vh - 34.1rem);
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main .tile-content.notifications {
    max-height: calc(100vh - 53.8rem);
  }
  .aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main .tile-content.notifications.scroll {
    max-height: calc(100vh - 50.8rem);
  }
}
@media (min-width: 1180px) and (min-width: 1180px) {
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main.main-dashboard > .grid > [class*="cell-1"],
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main.main-dashboard > div > .grid > [class*="cell-1"] {
    max-height: calc(100vh - 15.9rem);
  }
}
body.admin .side.left {
  background-color: #8d95ac;
}
body.admin .side.left .with-collapse i {
  color: #fff !important;
}
html[lang='nb'] .side.left .item {
  font-size: 0.95rem;
}
.modal.active {
  display: block;
}
.modal.modal-s > .modal-wrapper > .modal-window {
  width: 400px;
  min-height: 0;
}
.modal.modal-m > .modal-wrapper > .modal-window {
  width: 420px;
  min-height: 0;
}
.modal.modal-l > .modal-wrapper > .modal-window {
  width: 800px;
}
.modal.searching-modal .window-content {
  padding-top: 4rem;
}
.modal.searching-modal .window-content p {
  margin: 0;
  font-size: 2rem;
  line-height: normal;
}
.modal.searching-modal .window-content h2 {
  margin-top: -1rem;
}
.modal.searching-modal .window-content h2 + p {
  font-size: 1.2rem;
}
.modal.searching-modal .modal-footer .items {
  width: calc(100% + 1.5rem);
}
.modal.searching-modal .modal-footer .items > * {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.modal.sub-modal {
  z-index: 1250;
  background: none;
}
.modal.sub-modal > .modal-wrapper > .modal-window {
  z-index: 1252;
  min-height: 1px;
}
.modal.sub-modal > .modal-backdrop {
  z-index: 1249;
}
.modal.sub-sub-modal {
  z-index: 1300;
  background: none;
}
.modal.sub-sub-modal > .modal-wrapper > .modal-window {
  z-index: 1302;
  min-height: 1px;
}
.modal.sub-sub-modal > .modal-backdrop {
  z-index: 1299;
}
.modal.modal-table .modal-window {
  width: 80%;
  margin: 3vh auto 0;
}
@media (max-width: 1400px) {
  .modal.modal-table .modal-window {
    width: 95%;
  }
}
.modal.modal-table > .modal-wrapper > .window > .window-header {
  border-bottom: 1px dotted #afcffc;
  padding: 2rem 5rem 2.5rem 2rem;
  line-height: normal;
  height: auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal.modal-table > .modal-wrapper > .window > .window-header.column {
  padding-bottom: 1.5rem;
}
.modal.modal-table > .modal-wrapper > .window > .window-header h1,
.modal.modal-table > .modal-wrapper > .window > .window-header .h1 {
  margin: 0;
  line-height: normal;
}
.modal.modal-table > .modal-wrapper > .window > .window-header h1 + p,
.modal.modal-table > .modal-wrapper > .window > .window-header .h1 + p {
  color: #979ea7;
}
.modal.modal-table > .modal-wrapper > .window > .window-header p {
  margin: 0;
  line-height: normal;
}
.modal.modal-table > .modal-wrapper > .window > .window-header .actions {
  margin-right: -3rem;
}
.modal.modal-table > .modal-wrapper > .window > .window-header .actions .link {
  font-size: 1.4rem;
}
.modal.modal-table > .modal-wrapper > .window > .window-header .total .td,
.modal.modal-table > .modal-wrapper > .window > .window-header .total td {
  line-height: normal;
  padding: 0 0 0.3rem 1rem;
  border: 0;
}
.modal.modal-table > .modal-wrapper > .window > .window-header .total .tr:last-child td,
.modal.modal-table > .modal-wrapper > .window > .window-header .total tr:last-child td,
.modal.modal-table > .modal-wrapper > .window > .window-header .total .tr:last-child .td,
.modal.modal-table > .modal-wrapper > .window > .window-header .total tr:last-child .td {
  padding-bottom: 0;
}
.modal.modal-table > .modal-wrapper > .window > .window-header .total .label {
  text-transform: uppercase;
  color: #979ea7;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: right;
}
.modal.modal-table > .modal-wrapper > .window > .window-header .total .value {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
}
.modal.modal-table > .modal-wrapper > .window > .window-header .total .value.red {
  color: #f65f7b;
}
@media (min-width: 1180px) {
  .modal.modal-table > .modal-wrapper > .window .table .text-ellipsis.w-15,
  .modal.modal-table > .modal-wrapper > .window table .text-ellipsis.w-15 {
    max-width: calc(80vw * 0.15);
  }
  .modal.modal-table > .modal-wrapper > .window .table .text-ellipsis.w-10,
  .modal.modal-table > .modal-wrapper > .window table .text-ellipsis.w-10 {
    max-width: calc(80vw * 0.1);
  }
  .modal.modal-table > .modal-wrapper > .window .table .text-ellipsis.w-7,
  .modal.modal-table > .modal-wrapper > .window table .text-ellipsis.w-7 {
    max-width: calc(80vw * 0.07);
  }
  .modal.modal-table > .modal-wrapper > .window .table .text-ellipsis.w-5,
  .modal.modal-table > .modal-wrapper > .window table .text-ellipsis.w-5 {
    max-width: calc(80vw * 0.05);
  }
  .modal.modal-table > .modal-wrapper > .window .table .text-ellipsis.w-3,
  .modal.modal-table > .modal-wrapper > .window table .text-ellipsis.w-3 {
    max-width: calc(80vw * 0.03);
  }
}
.modal.modal-table > .modal-wrapper > .window > .window-footer {
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}
.modal.modal-table > .modal-wrapper > .window > .window-footer .items {
  width: 100%;
}
.modal.modal-table > .modal-wrapper > .window > .window-content {
  overflow-y: scroll;
  max-height: calc(100vh - 25rem);
  min-height: 25rem;
}
.modal.modal-table.full-width > .modal-wrapper > .modal-window {
  width: calc(100% - 2rem);
  max-width: calc(100% - 2rem);
  margin: 1rem auto;
}
.modal.modal-table.full-width > .modal-wrapper > .modal-window .window-content {
  max-height: calc(100vh - 20rem);
}
.modal.modal-table.full-width > .modal-wrapper > .modal-window .window-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.modal.modal-table > .modal-backdrop {
  background-color: rgba(246, 247, 251, 0.75);
}
.modal.modal-table .table-fluid .table-header {
  top: 0;
}
.modal.modal-table .table.table-selectable:not(.with-expandable) .thead .th:first-of-type,
.modal.modal-table table.table-selectable:not(.with-expandable) .thead .th:first-of-type,
.modal.modal-table .table.table-selectable:not(.with-expandable) thead .th:first-of-type,
.modal.modal-table table.table-selectable:not(.with-expandable) thead .th:first-of-type,
.modal.modal-table .table.table-selectable:not(.with-expandable) .thead th:first-of-type,
.modal.modal-table table.table-selectable:not(.with-expandable) .thead th:first-of-type,
.modal.modal-table .table.table-selectable:not(.with-expandable) thead th:first-of-type,
.modal.modal-table table.table-selectable:not(.with-expandable) thead th:first-of-type {
  padding-left: 7rem;
}
.modal.modal-table .table .thead .th,
.modal.modal-table table .thead .th,
.modal.modal-table .table thead .th,
.modal.modal-table table thead .th,
.modal.modal-table .table .thead th,
.modal.modal-table table .thead th,
.modal.modal-table .table thead th,
.modal.modal-table table thead th {
  position: sticky !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  z-index: 15;
  background-color: #fff;
  top: 0 !important;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 1180px) {
  .modal.modal-table .table .thead .th,
  .modal.modal-table table .thead .th,
  .modal.modal-table .table thead .th,
  .modal.modal-table table thead .th,
  .modal.modal-table .table .thead th,
  .modal.modal-table table .thead th,
  .modal.modal-table .table thead th,
  .modal.modal-table table thead th {
    top: 4rem !important;
  }
}
.modal.modal-table .table td:last-child,
.modal.modal-table table td:last-child,
.modal.modal-table .table .td:last-child,
.modal.modal-table table .td:last-child {
  padding-right: calc(5rem - 17px);
}
.modal.modal-table .table td:first-of-type,
.modal.modal-table table td:first-of-type,
.modal.modal-table .table .td:first-of-type,
.modal.modal-table table .td:first-of-type {
  padding-left: calc(2.5rem - 2px);
}
.modal.modal-table .table .th:last-child,
.modal.modal-table table .th:last-child,
.modal.modal-table .table th:last-child,
.modal.modal-table table th:last-child {
  padding-right: calc(5rem - 17px);
}
.modal.modal-table .table .th:first-of-type,
.modal.modal-table table .th:first-of-type,
.modal.modal-table .table th:first-of-type,
.modal.modal-table table th:first-of-type {
  padding-left: calc(2.5rem);
}
.modal.modal-selectable > .modal-wrapper > .window > .window-header {
  border-bottom: 0 none;
}
.modal.modal-selectable .modal-window {
  width: 89rem;
}
.modal.modal-table-search .modal-header,
.modal.modal-table-search .window-footer {
  padding: 1.5rem 2rem 2rem !important;
  box-shadow: none !important;
}
.modal.modal-table-search .modal-window {
  width: 46rem;
}
.modal.modal-table-search .modal-footer {
  border-top: 1px solid #ededed !important;
}
.modal.modal-table-search table td,
.modal.modal-table-search .table td,
.modal.modal-table-search table .td,
.modal.modal-table-search .table .td {
  padding: 1rem 2rem;
  border-left: 0 none !important;
}
.modal.modal-table-search table td.actions,
.modal.modal-table-search .table td.actions,
.modal.modal-table-search table .td.actions,
.modal.modal-table-search .table .td.actions {
  padding: 1rem 2rem;
}
.modal.modal-table-search table td.with-name,
.modal.modal-table-search .table td.with-name,
.modal.modal-table-search table .td.with-name,
.modal.modal-table-search .table .td.with-name {
  word-wrap: break-word;
  word-break: break-word;
}
.modal.modal-table-search .row .cell-2.text-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal.modal-table-search.modal-table-search-lg .modal-window {
  width: 56rem;
}
.modal.modal-fullscreen {
  overflow-y: scroll;
}
.modal.modal-fullscreen > .modal-wrapper > .modal-window:not(.window-inside) {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) {
  box-shadow: none;
  border-radius: 0;
}
.modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-header,
.modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) .window-footer {
  border-radius: 0;
}
@media (max-width: 1180px) {
  .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside):not(.window-with-nav) > .window-header {
    height: 6rem;
    line-height: 6rem;
    padding: 0 2.4rem 1rem !important;
  }
  .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside):not(.window-with-nav) > .window-header .timestamp {
    position: absolute;
    line-height: 1em;
    bottom: 1.5rem;
    left: 2.4rem;
  }
}
@media (max-width: 1180px) {
  .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside):not(.window-with-nav) .window-toasts {
    top: 7rem;
  }
}
.modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-content {
  min-height: calc(100% - 5rem);
  margin-top: 5rem;
  padding-top: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-content {
    margin-top: 7rem;
  }
}
.modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1201;
  box-shadow: 0 0 16px rgba(66, 67, 68, 0.08);
}
.modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside).window-with-nav > .window-content {
  min-height: calc(100% - 6rem);
  margin-top: 6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .modal:not(.modal-fullscreen) > .modal-wrapper > .modal-window {
    width: 100% !important;
    max-width: calc(100%) !important;
    margin: 1rem 0 !important;
    vertical-align: top !important;
  }
}
.modal .modal-header {
  background: #fff;
  color: #294058;
  font-size: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal .modal-header label {
  line-height: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.modal .modal-header label + label {
  margin-left: 1.5rem;
}
.modal .modal-header label i {
  font-size: 3rem;
  color: #c5cad6;
  line-height: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}
.modal .modal-header label i:before {
  line-height: 2.5rem;
  height: 2.5rem;
}
.modal .modal-header label i.icon-question_answer {
  font-size: 2.5rem;
}
.modal .modal-header .select.filter-select:not(.has-datepicker) label {
  margin: 0;
}
.modal .modal-header.modal-header-auto {
  height: auto;
  min-height: 5rem;
}
.modal .modal-header h1 {
  margin: 2.5rem 0;
}
.modal .modal-header h1.small-margin {
  margin: 1.5rem 0 1rem;
}
.modal .modal-content {
  color: #fff;
  padding: 0 2rem;
}
.modal .modal-footer {
  border-top: 0 none;
  padding: 0 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.modal .modal-footer .on-left {
  margin-left: 0;
  margin-right: auto;
}
.modal .modal-footer .on-right {
  margin-left: auto;
  margin-right: 0;
}
.modal .modal-footer > .items {
  max-width: calc(100% + 15px);
}
.modal .modal-footer.column {
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}
.modal .modal-footer.column > * + * {
  padding-top: 2.5rem;
}
.modal .modal-footer.column > * + *.items {
  margin-top: 0;
  padding-top: calc(2.5rem - 1.5rem);
}
.modal .window {
  box-shadow: 0 0 4px rgba(21, 16, 60, 0.3);
  border-radius: 0.4rem;
}
.modal .window.modal-window {
  min-height: 0;
}
.modal .window .window-header {
  border-radius: 0.4rem 0.4rem 0 0;
}
.modal .window .window-footer {
  border-radius: 0 0 0.4rem 0.4rem;
}
.modal-footer-space {
  padding-top: 5rem !important;
}
body[data-scrollbar-width="17"] .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-header {
  right: 17px;
}
input.modal-open,
input.modal-close {
  display: none;
}
input.modal-close:not(:checked) ~ .body {
  height: 100vh;
  overflow-y: hidden;
}
body.modal-opened {
  overflow-y: hidden;
}
input.mobile-modal-open {
  display: none;
}
@media (max-width: 1180px) {
  .mobile-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1205;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    background-color: rgba(246, 247, 251, 0.7);
  }
  .mobile-modal.active {
    display: block;
    height: 100%;
  }
  .mobile-modal.active.animated {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .mobile-modal.active.animated .modal-backdrop {
    transition: background-color 0.4s ease;
    background-color: rgba(246, 247, 251, 0.75);
  }
  .mobile-modal.active.animated .modal-window {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: transform 0.4s ease;
  }
  .mobile-modal.active.centered .modal-wrapper:before {
    height: 50%;
    content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    transition: height 0.4s ease;
  }
  .mobile-modal-header {
    background: #fff;
    color: #294058;
    font-size: 1.7rem !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mobile-modal-header label {
    line-height: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
  }
  .mobile-modal-header label i {
    font-size: 3rem;
    color: #c5cad6;
    line-height: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-modal-header label i.icon-close {
    font-size: 3rem;
  }
  .mobile-modal-header label i:before {
    line-height: 2.5rem;
    height: 2.5rem;
  }
  .mobile-modal-window {
    width: 650px;
    min-height: 300px;
    max-width: calc(100% - 40px);
    position: relative;
    left: 0;
    right: 0;
    margin: 5vh auto;
    background-color: rgba(246, 247, 251, 0.75);
    z-index: 1207;
    border: 0 none;
  }
  .mobile-window {
    background-color: #fff;
  }
  .mobile-window .mobile-window-content {
    padding: 0 !important;
  }
  input.mobile-modal-open:checked + .mobile-modal {
    display: block;
    height: 100%;
  }
  input.mobile-modal-open:checked + .mobile-modal.animated {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  input.mobile-modal-open:checked + .mobile-modal.animated .modal-backdrop {
    transition: background-color 0.4s ease;
    background-color: rgba(246, 247, 251, 0.75);
  }
  input.mobile-modal-open:checked + .mobile-modal.animated .modal-window {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: transform 0.4s ease;
  }
  input.mobile-modal-open:checked + .mobile-modal.centered .modal-wrapper:before {
    height: 50%;
    content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    transition: height 0.4s ease;
  }
}
.window > .window-header {
  line-height: 5rem;
  height: 5rem;
  padding: 0 2.5rem;
  white-space: nowrap;
}
.window > .window-header > span:first-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.window > .window-header .with-avatars,
.window > .window-header .with-status {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: normal;
}
.window > .window-header.window-header-auto {
  height: auto;
  line-height: normal;
  padding-top: 2rem;
  padding-bottom: 3rem;
  white-space: normal;
}
.window > .window-header.window-header-auto h1,
.window > .window-header.window-header-auto h2 {
  margin: 0;
}
.window > .window-header.column {
  display: block;
}
.window > .window-header.window-header-blue {
  display: block;
  padding: 0 !important;
  border-bottom: 0 none !important;
}
.window > .window-header.window-header-blue.window-header-auto ~ .window-content {
  height: calc(68vh);
}
.window > .window-header.window-header-blue .window-header-wrapper {
  background-color: #408cf8;
  border-radius: inherit;
  color: #fff;
  padding: 2rem !important;
}
.window > .window-header.window-header-blue .window-header-wrapper ~ * {
  min-height: 0;
  padding: 1rem 2rem !important;
}
.window > .window-header.window-header-blue h2 {
  margin: 0;
}
.window > .window-header.window-header-blue .items.items-divided > * + .link:before {
  border-color: #fff;
}
.window > .window-header p {
  font-size: 1.2rem;
  white-space: normal;
}
.window > .window-header p.mute {
  color: #979ea7;
}
.window > .window-header p.small {
  font-size: 1.1rem;
}
.window > .window-header .timestamp {
  font-size: 1.2rem;
}
.window > .window-header .timestamp + label {
  margin-left: 4rem;
}
.window > .window-header .mute {
  color: #a1a9bd;
}
.window > .window-header .window-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.window > .window-header .window-bar {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.window > .window-header .window-bar .filters {
  margin: auto auto auto 0;
  -webkit-align-self: center;
  align-self: center;
}
.window.window-with-nav > .window-header {
  height: 6rem;
  line-height: 6rem;
  padding: 0 !important;
}
.window.window-with-nav > .window-header .window-nav {
  border-left: 1px solid rgba(149, 157, 177, 0.31);
  cursor: pointer;
}
.window.window-with-nav > .window-header > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 0;
}
.window.window-with-nav > .window-header > span:first-child .window-nav {
  border-right: 1px solid rgba(149, 157, 177, 0.31);
  border-left: 0;
  margin-right: 2.9rem;
}
.window.window-with-nav .window-toasts {
  top: 6rem;
}
.window.window-with-nav > .window-content {
  margin-top: 6rem !important;
}
.window > .window-content {
  padding: 0.1px 2.5rem;
}
.window > .window-content > p {
  font-size: 1.2rem;
}
.window > .window-content > p:only-child {
  margin: 0;
}
.window > .window-content > p.mute {
  color: #979ea7;
}
.window > .window-footer {
  padding: 3rem 2.5rem 3.5rem;
  background-color: #fff;
}
.window > .window-footer .button {
  box-shadow: none;
  padding-left: 2rem;
  padding-right: 2rem;
  min-width: 11.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.window .window-toasts {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1201;
}
.window .window-toasts input {
  display: none;
}
.window .window-toasts .toast {
  padding-right: 2rem;
  padding-left: 5rem;
}
@media (max-width: 1180px) {
  .window .window-toasts .toast {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
.window .window-toasts .toast.error {
  background-color: #FB85A9;
}
.window .window-frame,
.window .with-frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.window .window-footer .items {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.window .window-footer .button {
  box-shadow: none;
}
@media (min-width: 1181px) {
  .window.window-form .mobile-inline,
  .window.window-form .mobile-inline-block,
  .window.window-form .mobile-block,
  .window.window-form .mobile-show {
    display: none;
  }
}
@media (max-width: 1180px) {
  .window.window-form .mobile-hide {
    display: none;
  }
  .window.window-form .mobile-inline {
    display: inline;
  }
  .window.window-form .mobile-inline-block,
  .window.window-form .mobile-show {
    display: inline-block;
  }
  .window.window-form .mobile-block {
    display: block;
  }
}
.window.window-form > .window-content {
  padding: 0;
}
.window.window-form > .window-footer {
  padding: 3rem 2.3rem 3.5rem 1.4rem;
}
.window.window-form > .window-header {
  padding: 0 2rem 0 5rem;
}
.window.window-form .form-section.cell-4 {
  width: 33.33333333%;
}
@media (min-width: 1181px) {
  .window.window-form .form-section.cell-4 {
    border-bottom: 0 none;
  }
}
@media (max-width: 1180px) {
  .window.window-form .form-section.cell-4 {
    width: calc(100% -  280px) !important;
  }
}
@media (max-width: 1180px) {
  .window.window-form .form-section.cell-4 {
    width: 100% !important;
  }
}
.window.window-form .form-section-footer.cell-12 {
  width: 100%;
  padding-right: 2.5rem;
}
@media (max-width: 1180px) {
  .window.window-form .form-section-footer.cell-12 {
    width: 100% !important;
  }
}
.window.window-form .form-section.cell-12 {
  border-top: 0 none;
  width: 100%;
}
@media (max-width: 1180px) {
  .window.window-form .form-section.cell-12 {
    width: 100% !important;
  }
}
.window.window-form .form-section.cell-12.with-tile {
  padding: 3.5rem 2.5rem 2.5rem 3.5rem;
}
@media (max-width: 1180px) {
  .window.window-form .form-section.cell-12.with-tile {
    padding-left: 0;
    padding-right: 0;
  }
}
.window.window-form .form-section.cell-12.with-tile .window-footer.form-section-footer.cell-12.modal-footer {
  padding-bottom: 0;
  padding-top: 2.5rem;
}
@media (min-width: 1181px) {
  .window.window-form .form-section.cell-12.with-tile .window-footer.form-section-footer.cell-12.modal-footer {
    width: auto;
    padding-right: 0;
  }
}
.window.window-form .form-section.cell-12.with-tile .tile-space {
  padding-top: 3.5rem;
}
.window.window-form .form-section.cell-12.with-tile + .form-section.cell-12.with-tile {
  padding-top: 1rem;
}
.window.window-form .form-section.cell-12.with-tile .tile-header {
  padding-left: 1.4rem;
  padding-right: 2rem;
}
@media (min-width: 1180px) {
  .window.window-form .form-section.cell-12.with-tile .release-table {
    overflow-x: auto;
    overflow-y: visible;
  }
  .window.window-form .form-section.cell-12.with-tile .release-table table,
  .window.window-form .form-section.cell-12.with-tile .release-table .table {
    table-layout: auto !important;
  }
  .window.window-form .form-section.cell-12.with-tile .release-table table thead th,
  .window.window-form .form-section.cell-12.with-tile .release-table .table thead th {
    top: 0 !important;
  }
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td:not(.with-textarea):not([colspan]).no,
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td:not(.with-textarea):not([colspan]):nth-child(1) {
    width: 2vw;
    max-width: 2vw;
    min-width: 2vw;
  }
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td:not(.with-textarea):not([colspan]).no {
    width: 160px;
    min-width: 160px;
  }
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td:not(.with-textarea):not([colspan]).no .select {
    min-width: 140px;
  }
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td:not(.with-textarea):not([colspan]).desc {
    width: 7vw;
    max-width: 7vw;
    min-width: 7vw;
  }
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td:not(.with-textarea):not([colspan]).category {
    width: 5vw;
    max-width: 5vw;
    min-width: 5vw;
  }
}
.window.window-form .form-section.cell-12.with-tile table,
.window.window-form .form-section.cell-12.with-tile .table {
  table-layout: fixed;
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .window.window-form .form-section.cell-12.with-tile table th.number,
  .window.window-form .form-section.cell-12.with-tile .table th.number,
  .window.window-form .form-section.cell-12.with-tile table td.number,
  .window.window-form .form-section.cell-12.with-tile .table td.number,
  .window.window-form .form-section.cell-12.with-tile table .th.number,
  .window.window-form .form-section.cell-12.with-tile .table .th.number,
  .window.window-form .form-section.cell-12.with-tile table .td.number,
  .window.window-form .form-section.cell-12.with-tile .table .td.number {
    padding-right: 1rem;
  }
}
@media (min-width: 1300px) {
  .window.window-form .form-section.cell-12.with-tile table,
  .window.window-form .form-section.cell-12.with-tile .table {
    table-layout: fixed;
  }
  .window.window-form .form-section.cell-12.with-tile table th.number,
  .window.window-form .form-section.cell-12.with-tile .table th.number,
  .window.window-form .form-section.cell-12.with-tile table td.number,
  .window.window-form .form-section.cell-12.with-tile .table td.number,
  .window.window-form .form-section.cell-12.with-tile table .th.number,
  .window.window-form .form-section.cell-12.with-tile .table .th.number,
  .window.window-form .form-section.cell-12.with-tile table .td.number,
  .window.window-form .form-section.cell-12.with-tile .table .td.number {
    padding-right: 1rem;
  }
  .window.window-form .form-section.cell-12.with-tile table th.no + th,
  .window.window-form .form-section.cell-12.with-tile .table th.no + th,
  .window.window-form .form-section.cell-12.with-tile table td.no + th,
  .window.window-form .form-section.cell-12.with-tile .table td.no + th,
  .window.window-form .form-section.cell-12.with-tile table .th.no + th,
  .window.window-form .form-section.cell-12.with-tile .table .th.no + th,
  .window.window-form .form-section.cell-12.with-tile table .td.no + th,
  .window.window-form .form-section.cell-12.with-tile .table .td.no + th,
  .window.window-form .form-section.cell-12.with-tile table th.no + td,
  .window.window-form .form-section.cell-12.with-tile .table th.no + td,
  .window.window-form .form-section.cell-12.with-tile table td.no + td,
  .window.window-form .form-section.cell-12.with-tile .table td.no + td,
  .window.window-form .form-section.cell-12.with-tile table .th.no + td,
  .window.window-form .form-section.cell-12.with-tile .table .th.no + td,
  .window.window-form .form-section.cell-12.with-tile table .td.no + td,
  .window.window-form .form-section.cell-12.with-tile .table .td.no + td {
    width: 20vw;
  }
  .window.window-form .form-section.cell-12.with-tile table th.no + th + th,
  .window.window-form .form-section.cell-12.with-tile .table th.no + th + th,
  .window.window-form .form-section.cell-12.with-tile table td.no + th + th,
  .window.window-form .form-section.cell-12.with-tile .table td.no + th + th,
  .window.window-form .form-section.cell-12.with-tile table .th.no + th + th,
  .window.window-form .form-section.cell-12.with-tile .table .th.no + th + th,
  .window.window-form .form-section.cell-12.with-tile table .td.no + th + th,
  .window.window-form .form-section.cell-12.with-tile .table .td.no + th + th,
  .window.window-form .form-section.cell-12.with-tile table th.no + td + td,
  .window.window-form .form-section.cell-12.with-tile .table th.no + td + td,
  .window.window-form .form-section.cell-12.with-tile table td.no + td + td,
  .window.window-form .form-section.cell-12.with-tile .table td.no + td + td,
  .window.window-form .form-section.cell-12.with-tile table .th.no + td + td,
  .window.window-form .form-section.cell-12.with-tile .table .th.no + td + td,
  .window.window-form .form-section.cell-12.with-tile table .td.no + td + td,
  .window.window-form .form-section.cell-12.with-tile .table .td.no + td + td {
    width: 10vw;
  }
  .window.window-form .form-section.cell-12.with-tile table th,
  .window.window-form .form-section.cell-12.with-tile .table th,
  .window.window-form .form-section.cell-12.with-tile table .th,
  .window.window-form .form-section.cell-12.with-tile .table .th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.window.window-form .form-section.cell-12.with-tile table th:first-child,
.window.window-form .form-section.cell-12.with-tile .table th:first-child,
.window.window-form .form-section.cell-12.with-tile table td:first-child,
.window.window-form .form-section.cell-12.with-tile .table td:first-child,
.window.window-form .form-section.cell-12.with-tile table .th:first-child,
.window.window-form .form-section.cell-12.with-tile .table .th:first-child,
.window.window-form .form-section.cell-12.with-tile table .td:first-child,
.window.window-form .form-section.cell-12.with-tile .table .td:first-child {
  padding-left: 1.4rem;
}
.window.window-form .form-section.cell-12.with-tile table th:last-child,
.window.window-form .form-section.cell-12.with-tile .table th:last-child,
.window.window-form .form-section.cell-12.with-tile table td:last-child,
.window.window-form .form-section.cell-12.with-tile .table td:last-child,
.window.window-form .form-section.cell-12.with-tile table .th:last-child,
.window.window-form .form-section.cell-12.with-tile .table .th:last-child,
.window.window-form .form-section.cell-12.with-tile table .td:last-child,
.window.window-form .form-section.cell-12.with-tile .table .td:last-child {
  padding-right: 2rem;
}
.window.window-form .form-section.cell-12.with-tile table .thead .th,
.window.window-form .form-section.cell-12.with-tile .table .thead .th,
.window.window-form .form-section.cell-12.with-tile table thead .th,
.window.window-form .form-section.cell-12.with-tile .table thead .th,
.window.window-form .form-section.cell-12.with-tile table .thead th,
.window.window-form .form-section.cell-12.with-tile .table .thead th,
.window.window-form .form-section.cell-12.with-tile table thead th,
.window.window-form .form-section.cell-12.with-tile .table thead th {
  top: 5rem !important;
  position: sticky !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  z-index: 15;
  border-bottom: 1px solid #ededed;
}
.window.window-form .form-section.cell-12.with-tile table .thead .th:not(.colored),
.window.window-form .form-section.cell-12.with-tile .table .thead .th:not(.colored),
.window.window-form .form-section.cell-12.with-tile table thead .th:not(.colored),
.window.window-form .form-section.cell-12.with-tile .table thead .th:not(.colored),
.window.window-form .form-section.cell-12.with-tile table .thead th:not(.colored),
.window.window-form .form-section.cell-12.with-tile .table .thead th:not(.colored),
.window.window-form .form-section.cell-12.with-tile table thead th:not(.colored),
.window.window-form .form-section.cell-12.with-tile .table thead th:not(.colored) {
  background-color: #fff;
}
@media (min-width: 1181px) {
  .window.window-form .form-section.cell-12.with-tile table .tbody .tr:first-child .td,
  .window.window-form .form-section.cell-12.with-tile .table .tbody .tr:first-child .td,
  .window.window-form .form-section.cell-12.with-tile table tbody .tr:first-child .td,
  .window.window-form .form-section.cell-12.with-tile .table tbody .tr:first-child .td,
  .window.window-form .form-section.cell-12.with-tile table .tbody tr:first-child .td,
  .window.window-form .form-section.cell-12.with-tile .table .tbody tr:first-child .td,
  .window.window-form .form-section.cell-12.with-tile table tbody tr:first-child .td,
  .window.window-form .form-section.cell-12.with-tile .table tbody tr:first-child .td,
  .window.window-form .form-section.cell-12.with-tile table .tbody .tr:first-child td,
  .window.window-form .form-section.cell-12.with-tile .table .tbody .tr:first-child td,
  .window.window-form .form-section.cell-12.with-tile table tbody .tr:first-child td,
  .window.window-form .form-section.cell-12.with-tile .table tbody .tr:first-child td,
  .window.window-form .form-section.cell-12.with-tile table .tbody tr:first-child td,
  .window.window-form .form-section.cell-12.with-tile .table .tbody tr:first-child td,
  .window.window-form .form-section.cell-12.with-tile table tbody tr:first-child td,
  .window.window-form .form-section.cell-12.with-tile .table tbody tr:first-child td {
    border-top: 0 none;
  }
}
.window.window-form .form-section.cell-12.with-tile .table-header {
  top: 5rem;
}
@media (max-width: 1023px) {
  .window.window-form .form-section.cell-12.with-tile .table-fluid .table .thead .th,
  .window.window-form .form-section.cell-12.with-tile .table-fluid table .thead .th,
  .window.window-form .form-section.cell-12.with-tile .table-fluid .table thead .th,
  .window.window-form .form-section.cell-12.with-tile .table-fluid table thead .th,
  .window.window-form .form-section.cell-12.with-tile .table-fluid .table .thead th,
  .window.window-form .form-section.cell-12.with-tile .table-fluid table .thead th,
  .window.window-form .form-section.cell-12.with-tile .table-fluid .table thead th,
  .window.window-form .form-section.cell-12.with-tile .table-fluid table thead th {
    top: 8.4rem !important;
  }
}
.window.window-form .window-footer.form-section-footer {
  background-color: transparent;
}
.window.window-form .window-footer.form-section-footer.modal-footer {
  padding-bottom: 2rem;
}
.window.copy-window {
  min-width: 80%;
  height: 80%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.window.copy-window .window-header {
  line-height: normal;
  background-color: #408cf8;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.9rem 2.5rem;
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
}
.window.copy-window .window-header h3 {
  margin: 0;
}
.window.copy-window .window-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.window.copy-window .window-content > p {
  flex: 0 0 auto;
  color: #1e3668;
  opacity: 0.74;
  font-size: 1.1rem;
  min-height: 0;
}
.window.copy-window .window-content.with-textarea textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex: 1 1 auto;
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  min-height: 0;
}
.window.copy-window .window-content.with-textarea + .window-footer {
  padding-right: 5.6rem;
}
.window.copy-window .window-content.with-table .inside-window {
  box-shadow: 0 1px 4px #15103C4D;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex: 1 1 auto;
  max-height: 100%;
  overflow: auto;
  min-height: 0;
}
.window.copy-window .window-content.with-table .inside-window th {
  position: sticky;
  top: 0;
  background: #fff;
}
.with-frame.modal .window-header {
  right: 0 !important;
}
.with-frame.modal .window-content {
  padding-top: 0 !important;
}
.with-frame.window-wrapper {
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}
.with-frame.window-wrapper .sidebar {
  right: 0;
}
.with-frame.window-wrapper .window-footer {
  padding-top: 2rem;
}
.with-frame.window-wrapper .form-section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.with-frame.window-wrapper .form-section.with-table {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 8px rgba(66, 67, 68, 0.08);
}
.with-frame.window-wrapper .form-section.with-table .form-section-header {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 1.6rem 1.4rem;
}
.with-frame.window-wrapper .form-section.with-table .form-section-content {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
}
.with-frame.window-wrapper .form-section.with-table .form-section-content table th:first-child,
.with-frame.window-wrapper .form-section.with-table .form-section-content table td:first-child {
  padding-left: 4rem;
}
.with-frame.window-wrapper .form-section-footer {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.with-frame.form-section {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
}
.with-frame.form-section + .form-section {
  background-color: #fff;
}
.window-frame {
  width: 100%;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.window-frame .window-frame-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #E0E4F5;
  position: relative;
}
.window-frame .window-frame-content .window-frame-content-wrapper {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2rem 5rem;
  text-align: center;
}
.window-frame .window-frame-sidebar {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 50rem;
  min-width: 44rem;
  width: 35%;
}
.window-frame .window-frame-sidebar .cell-1 .has-tooltip {
  margin-left: -1.4rem;
}
.window-frame .window-frame-sidebar .has-tooltip:after {
  max-width: inherit;
  text-align: left !important;
}
.window-frame .window-frame-sidebar .form-section .form-section-header {
  padding: 1.6rem 7rem 1.6rem 3.5rem;
}
.window-frame .window-frame-sidebar .form-section .form-section-content {
  padding: 0.4rem 7rem 1rem 3.5rem;
}
@media (max-width: 1023px) {
  .window-frame {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .window-frame .window-frame-sidebar {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .window-frame .window-frame-sidebar .form-section-content {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .window-frame .window-frame-content {
    flex: none;
    height: 70vh;
    min-height: 30rem;
  }
  .window-frame .window-frame-content .window-frame-content-wrapper {
    padding: 4rem 2.4rem 2.4rem;
  }
  .window-frame .window-frame-content .mobile-wrapper {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 100;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .window-frame .window-frame-content .mobile-wrapper .window-editor-dots {
    width: auto;
  }
  .window-frame .window-frame-content .mobile-wrapper > *,
  .window-frame .window-frame-content .mobile-wrapper .window-fixed {
    position: static;
    transform: none;
  }
  .window-frame .window-frame-content .window-editor-actions {
    left: 0;
    top: 0;
    right: auto;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 0;
  }
  .window-frame .window-frame-content .window-editor-actions .window-fixed {
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .window-frame .window-frame-content .window-editor-actions .window-fixed > a + a {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.toggle-window-content-sidebar {
  position: absolute;
  border: 0 none;
  background: none;
  top: 0.5rem;
  z-index: 100;
  left: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #959db1;
  cursor: pointer;
}
.toggle-window-content-sidebar i {
  font-size: 2.5rem;
}
.toggle-window-content-sidebar .on-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 1023px) {
  .toggle-window-content-sidebar .on-active {
    height: 4rem;
  }
}
.toggle-window-content-sidebar .on-not-active {
  display: none;
}
.toggle-window-content-sidebar.active {
  bottom: 0;
  top: auto;
}
.toggle-window-content-sidebar.active .on-active {
  display: none;
}
.toggle-window-content-sidebar.active .on-not-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .window-with-nav .window-frame .window-editor-actions {
    left: 7rem;
  }
}
.window-nav {
  height: 6rem;
  width: 6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.window-nav i {
  height: 3rem !important;
  font-size: 3rem !important;
  line-height: 3rem !important;
  color: #959db1;
}
.window-nav i.icon-close {
  height: 2.5rem !important;
  font-size: 2.5rem !important;
  line-height: 2.5rem !important;
  color: #c4c4c4 !important;
}
.window-nav i.icon-close:before {
  height: 2.5rem !important;
}
.window-nav i:before {
  height: 3rem !important;
  display: inline-block;
  vertical-align: top;
}
label.window-nav {
  height: 6rem !important;
}
body[data-scrollbar-width="17"] .window.window-form .window-header {
  right: 17px;
}
.tabs .tab-navs .tab-labels.grid label.cell[for] {
  color: #294058;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 2px solid transparent;
  padding: 0 1.3rem;
  font-size: 1.4rem;
  cursor: pointer;
  opacity: 0.5;
}
.tabs .tab-navs .tab-labels.grid label.cell[for]:last-child {
  text-align: right;
}
.tabs .tab-navs .sidebar-toggle {
  position: absolute;
  z-index: 1;
  height: 4rem;
  width: 4rem;
  right: 0;
  top: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tabs .tab-navs .sidebar-toggle i {
  font-size: 1.8rem;
}
.tabs .tab-navs .sidebar-toggle + .tab-labels.grid label:last-child {
  padding-right: 4rem;
}
.tabs .tab-navs .count {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #faac18;
  min-width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  white-space: nowrap;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 0 0.5rem;
  border-radius: 4rem;
  box-sizing: border-box;
}
.tabs .tab-navs .has-tooltip .icon-info {
  cursor: help;
}
.tooltip {
  font-size: 0.8em;
}
.has-popup > input {
  margin: 0;
  cursor: pointer;
}
.has-popup > input:checked {
  z-index: 1;
}
.has-popup.popup-under-header > input:checked {
  z-index: 890 !important;
}
.has-popup.popup-under-header .popup {
  z-index: 900;
}
.has-popup.mobile-filter {
  display: none;
}
.has-popup.mobile-filter > input {
  margin: 0;
}
.has-popup.mobile-filter > input:checked {
  z-index: 2500;
}
@media (max-width: 1180px) {
  .has-popup.mobile-filter {
    display: block;
  }
  .has-popup.mobile-filter .select {
    width: 100% !important;
    display: block !important;
  }
  .has-popup.mobile-filter .select .select-content {
    width: 100% !important;
    max-width: none !important;
  }
  .has-popup.mobile-filter > .popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    z-index: 2501;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    max-height: 100vh;
    padding: 0;
    background: transparent;
  }
  .has-popup.mobile-filter > .popup .popup-backdrop {
    pointer-events: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2502;
  }
  .has-popup.mobile-filter > .popup .popup-content {
    pointer-events: auto;
    position: absolute;
    top: 40px;
    bottom: auto;
    left: 10px;
    right: 10px;
    z-index: 2510;
    background: #fff;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  }
}
.popup {
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 1rem 0.5rem;
  border: 0 none;
}
.popup.tabs .popup-header {
  padding: 0;
}
.popup.menu {
  padding: 1rem 0.5rem;
}
.popup.menu .item .anchor {
  font-size: 1.2rem;
  color: #717b96;
}
.popup.menu .item .anchor i {
  font-size: 1.6rem;
  color: #adb3c3;
}
.popup.menu .item .anchor:hover {
  background-color: #f2f2f2;
}
.popup.window {
  padding: 0 !important;
  border-radius: 0;
}
.popup.window .window-header {
  background-color: #294058;
  color: #fff;
  line-height: 2.8rem;
  padding: 0 1.8rem;
  height: 2.8rem;
  font-size: 1.2rem;
}
ul.menu > .item {
  color: #343434;
}
ul.menu > .item:hover {
  color: #343434;
  background-color: #ffffff;
}
ul.menu > .item > .anchor {
  padding: 0.5rem .7rem;
}
ul.menu > .item > .anchor > .has-popup ~ i ~ * {
  margin-right: 1.5rem;
}
ul.menu > .item > .anchor > i {
  font-size: 2.1rem;
  position: absolute;
  left: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2rem;
  line-height: 2rem;
}
ul.menu > .item > .anchor > i ~ * {
  margin-left: 2.5rem;
  display: block;
  word-wrap: break-word;
}
ul.menu > .item > .anchor:not( .button) {
  position: relative;
  text-decoration: none;
}
ul.menu > .item > .anchor:not( .button) > a {
  font-size: 1.2rem;
}
ul.menu > .item > .anchor:not( .button) .has-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.2rem;
  height: 2rem;
}
ul.menu > .item > .anchor:not( .button) .has-popup .more {
  height: 2rem;
  line-height: 2rem;
  font-size: 2rem;
  color: #9ea0a4;
}
ul.menu > .item > .anchor:not( .button) .has-popup > input:not(:checked) {
  cursor: pointer;
}
ul.menu > .item > .anchor:not( .button) .has-popup .popup {
  top: 0;
}
ul.menu > .item > .anchor:not( .button):hover {
  text-decoration: none;
  background-color: #eceef4;
}
ul.menu.upload-items > .item > .anchor {
  padding: 0.7rem 1.7rem;
}
ul.menu.upload-items > .item > .anchor > i {
  left: 1.2rem;
}
ul.menu.upload-items > .item > .anchor a {
  word-wrap: break-word;
  white-space: normal;
}
ul.menu.upload-items > .item > .anchor:not( .button) > a,
ul.menu.upload-items > .item > .anchor:not( .button) > i {
  color: #408cf8;
}
ul.menu.upload-items > .item > .anchor:not( .button) > i {
  color: #a1a9bd;
}
ul.menu.upload-items > .item > .anchor:not( .button) > i.icon-attach_file {
  color: #408cf8;
}
ul.menu.upload-items > .item > .anchor:not( .button) > span {
  display: block;
  font-size: 1rem;
  color: #a1a9bd;
}
ul.menu.companies {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 16rem);
  overflow: auto;
}
ul.menu.companies .anchor > span {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
ul.menu.companies .anchor > span .avatar {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-color: #fff;
}
ul.menu.companies .anchor > span .avatar + span {
  max-width: 12rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.menu.companies .anchor > span span {
  white-space: nowrap;
}
ul.menu.companies .anchor > span span + span {
  margin-left: 0.3rem;
}
@media (max-width: 768px) {
  .menu-mobile > .item {
    color: #343434;
  }
  .menu-mobile > .item:hover {
    color: #343434;
    background-color: #ffffff;
  }
  .menu-mobile > .item > .anchor {
    padding: 0.5rem .7rem;
  }
  .menu-mobile > .item > .anchor > .has-popup ~ i ~ * {
    margin-right: 1.5rem;
  }
  .menu-mobile > .item > .anchor > i {
    font-size: 2.1rem;
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2rem;
    line-height: 2rem;
  }
  .menu-mobile > .item > .anchor > i ~ * {
    margin-left: 2.5rem;
    display: block;
    word-wrap: break-word;
  }
  .menu-mobile > .item > .anchor:not( .button) {
    position: relative;
    text-decoration: none;
  }
  .menu-mobile > .item > .anchor:not( .button) > a {
    font-size: 1.2rem;
  }
  .menu-mobile > .item > .anchor:not( .button) .has-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.2rem;
    height: 2rem;
  }
  .menu-mobile > .item > .anchor:not( .button) .has-popup .more {
    height: 2rem;
    line-height: 2rem;
    font-size: 2rem;
    color: #9ea0a4;
  }
  .menu-mobile > .item > .anchor:not( .button) .has-popup > input:not(:checked) {
    cursor: pointer;
  }
  .menu-mobile > .item > .anchor:not( .button) .has-popup .popup {
    top: 0;
  }
  .menu-mobile > .item > .anchor:not( .button):hover {
    text-decoration: none;
    background-color: #eceef4;
  }
  .menu-mobile.upload-items > .item > .anchor {
    padding: 0.7rem 1.7rem;
  }
  .menu-mobile.upload-items > .item > .anchor > i {
    left: 1.2rem;
  }
  .menu-mobile.upload-items > .item > .anchor a {
    word-wrap: break-word;
    white-space: normal;
  }
  .menu-mobile.upload-items > .item > .anchor:not( .button) > a,
  .menu-mobile.upload-items > .item > .anchor:not( .button) > i {
    color: #408cf8;
  }
  .menu-mobile.upload-items > .item > .anchor:not( .button) > i {
    color: #a1a9bd;
  }
  .menu-mobile.upload-items > .item > .anchor:not( .button) > i.icon-attach_file {
    color: #408cf8;
  }
  .menu-mobile.upload-items > .item > .anchor:not( .button) > span {
    display: block;
    font-size: 1rem;
    color: #a1a9bd;
  }
}
.side ul.menu .item {
  color: #ffffff;
  background-color: transparent;
}
.side ul.menu .item.active .anchor {
  background-color: rgba(46, 143, 239, 0.5);
}
.side ul.menu .item:hover {
  background: #c18004;
}
.side ul.menu .item .anchor {
  color: inherit;
  border-bottom: 0 none;
}
:root {
  --select-xs-item-padding-left: 0.8rem;
  --select-xs-item-min-width: 8rem;
  --filter-item-padding-right: 2.5rem;
  --filter-item-font-size: 1rem;
}
.select .placeholder {
  color: #a5a5a5;
}
.select .placeholder.value {
  color: #000000;
}
.select.readonly > input {
  pointer-events: none;
}
.select.readonly .select-content:after {
  display: none;
}
.select > input:not(:checked) {
  cursor: pointer;
}
.select:not(.input-s):not(.input-xs):not(.input-r) .select-content:after {
  color: #181819;
  font-size: 2.5rem;
  right: 1.8rem;
  top: 1.6rem;
  bottom: auto;
}
.select:not(.input-s):not(.input-xs) .select-content:after {
  color: #181819;
}
.select.input-r .select-content:after {
  font-size: 1.6rem;
}
.select:not(.has-datepicker) > input:checked ~ .select-content {
  padding: 0.8rem 0;
}
.select > input[disabled]:not(:checked) {
  cursor: default;
}
.select > input[disabled]:not(:checked) ~ .select-content:after {
  display: none;
}
.select > input[disabled]:not(:checked) ~ .select-content input[type="checkbox"] + label:after {
  display: none;
}
.select:not(.count-selected) > input:checked ~ .select-content input[type="checkbox"]:checked + label {
  position: relative;
}
.select:not(.count-selected) > input:checked ~ .select-content input[type="checkbox"]:checked + label:after {
  content: "\e921";
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 2rem;
  font-size: 2rem;
}
.select > input:checked ~ .select-content {
  border-color: #7886a4;
}
.select > input:checked ~ .select-content .placeholder:only-child {
  display: block;
  width: 100%;
  padding: 1.2rem 1rem;
  margin: 0;
}
.select > input:checked ~ .select-content .placeholder:only-child[data-empty]:after {
  content: attr(data-empty);
}
.select > input:checked ~ .select-content .placeholder:only-child:not([data-empty]):after {
  content: "There is nothing here";
}
.select > input:checked ~ .select-content .placeholder:only-child.empty-hide {
  display: none !important;
}
.select > input:checked ~ .select-content input:focus + * {
  background-color: #0863e3;
  color: #fff;
}
.select > input:checked ~ .select-content input:focus + * span {
  color: #fff;
}
.select > input:checked ~ .select-content label:focus,
.select > input:checked ~ .select-content a:focus {
  background-color: #0863e3;
  color: #fff;
}
.select > input:checked ~ .select-content label:focus span,
.select > input:checked ~ .select-content a:focus span {
  color: #fff;
}
.select > input:checked ~ .select-content input:checked + a {
  background-color: #408cf8;
  color: #fff;
}
.select > input:checked ~ .select-content input:checked + a span {
  color: #fff;
}
.select > input:checked ~ .select-content input:checked + a:hover {
  background-color: #0863e3;
  color: #fff;
}
.select > input:checked ~ .select-content input:checked + a:hover span {
  color: #fff;
}
.select > input:checked ~ .select-content a.checked {
  background-color: #408cf8;
  color: #fff;
}
.select > input:checked ~ .select-content a.checked span {
  color: #fff;
}
.select > input:checked ~ .select-content a.checked:hover {
  background-color: #0863e3;
  color: #fff;
}
.select > input:checked ~ .select-content a.checked:hover span {
  color: #fff;
}
.select > input:checked ~ .select-content .info {
  display: block;
}
.select .with-avatar > span {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.select .with-avatar > span .avatar {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-color: #fff;
}
.select .with-avatar > span .avatar + span {
  margin-left: 1rem;
}
.select .select-content input:checked + a {
  display: block;
}
.select .select-content a.checked {
  display: block;
}
.select .select-content label > a {
  color: inherit;
}
.select .select-content a {
  display: none;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2rem;
  padding: 1.2rem 1rem;
  color: #000000;
  font-size: 1.4rem;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.select .select-content a:hover {
  background-color: #f6f7fb;
}
.select .select-content .info {
  display: none;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2rem;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  background-color: #c6ccda;
  color: #fff;
  font-style: italic;
}
.select .select-content label:not(.with-avatar) span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.select .select-content label:not(.with-avatar) span + span {
  font-size: 1.2rem;
  color: #777777;
}
.select.input-s {
  zoom: 0.9999999;
}
.select.input-s .select-content > a,
.select.input-s .select-content input[type="text"] {
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
  font-size: 1rem;
}
.select.input-s .select-content:after {
  font-size: 2rem;
}
.select.input-s:not(.has-datepicker) > input:checked ~ .select-content {
  padding: 0.6rem 0;
}
.select.input-xs .select-content a,
.select.input-xs .select-content input[type="text"] {
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
  font-size: 1rem;
}
.select.input-xs .select-content:after {
  font-size: 1.6rem;
}
.select.input-xs:not(.has-datepicker) > input:checked ~ .select-content {
  padding: 0.6rem 0;
}
.select.filter-select {
  height: 1rem;
  vertical-align: middle;
}
.select.filter-select.lazy-scroll > input:not(:checked) + .select-content {
  height: 1rem;
}
.select.filter-select.lazy-scroll > input:not(:checked) + .select-content > div[style*="position: relative"] {
  display: none;
}
.select.filter-select.lazy-scroll > input:not(:checked) + .select-content .placeholder {
  display: block !important;
}
.select.filter-select.lazy-scroll > input:checked + .select-content {
  padding: 0;
}
.select.filter-select > input:not(:checked) {
  z-index: 1;
}
.select.filter-select > input:not(:checked) + .select-content {
  max-width: 20vw;
}
.select.filter-select > input:checked + .select-content {
  max-width: 30vw;
}
.select.filter-select > .select-content {
  vertical-align: top;
}
.select.filter-select > .select-content label {
  width: auto;
}
.select.filter-select > input:checked ~ .select-content {
  position: relative;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.select.filter-select > input:checked ~ .select-content label {
  padding-right: var(--filter-item-padding-right);
  overflow: visible;
  text-overflow: unset;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.select.filter-select:not(.has-datepicker) > input:checked ~ .select-content {
  overflow-x: hidden;
  overflow-y: auto;
}
.select.filter-select.input-s {
  min-height: calc(1.4rem + 0.6rem * 2 + 2px * 2);
}
.select.filter-select.input-s > .select-content label {
  padding-left: 1.4rem;
  min-width: 8rem;
}
.select.filter-select.input-s > .select-content .placeholder {
  padding-left: 1rem;
}
.select.filter-select.input-s > .select-content:after {
  font-size: 2rem;
}
.select.filter-select.input-xs {
  vertical-align: middle;
}
.select.filter-select.input-xs > .select-content {
  position: relative;
  vertical-align: top;
}
.select.filter-select.input-xs > .select-content label {
  padding-left: var(--select-xs-item-padding-left);
  min-width: var(--select-xs-item-min-width);
}
.select.filter-select.input-xs > .select-content .placeholder {
  padding-left: 0;
}
.select.filter-select.input-xs > .select-content:after {
  font-size: 1.6rem;
}
.select.filter-select.input-xs > input:checked ~ .select-content .placeholder {
  margin: 0 !important;
}
.select.filter-select.input-xs > .select-content {
  border-width: 1px;
}
.select.filter-select.selected > input:not(:checked) ~ .select-content {
  background-color: #408cf8 !important;
  border-color: #408cf8 !important;
}
.select.filter-select.selected > input:not(:checked) ~ .select-content:after {
  color: #fff !important;
}
.select.filter-select > .select-content {
  border: 2px solid #c7cdd9;
  border-radius: 13px;
}
.select.filter-select > .select-content label,
.select.filter-select > .select-content .placeholder {
  text-transform: uppercase;
  color: #a1a9bd;
  font-size: var(--filter-item-font-size);
  padding-left: 1.4rem;
}
.select.filter-select > .select-content label:hover,
.select.filter-select > .select-content .placeholder:hover {
  background-color: #eef0f4;
  color: #545454;
}
.select.filter-select > .select-content:after {
  color: #a1a9bd !important;
}
.select.filter-select > input:checked ~ .select-content input:checked + label,
.select.filter-select > input:checked ~ .select-content label.checked {
  color: #545454;
  background-color: #c5dcfd !important;
}
.select.filter-select > input:checked ~ .select-content:after {
  display: block;
  content: '\e918';
  top: 0.7rem;
  bottom: auto;
}
.select.filter-select:not(.has-datepicker) > input:not(:checked) ~ .select-content {
  padding-right: 1rem !important;
}
.select.filter-select:not(.has-datepicker) > input:not(:checked) ~ .select-content input:checked + label,
.select.filter-select:not(.has-datepicker) > input:not(:checked) ~ .select-content label.checked {
  color: #fff;
  background-color: #408cf8 !important;
  border-radius: 10px;
  width: calc(100% + 1rem);
  margin-right: -1rem;
  padding-right: 3rem;
}
.select.filter-select:not(.has-datepicker) > input:not(:checked) ~ .select-content .placeholder {
  padding-right: 1rem;
}
.select.no-border label,
.select.no-border .placeholder,
.select.no-border a {
  font-size: 1.2rem !important;
}
.select.no-border > input:not(:checked) ~ .select-content {
  border-color: transparent;
}
.select.no-border > input:not(:checked) ~ .select-content label,
.select.no-border > input:not(:checked) ~ .select-content a {
  color: #a5a5a5;
}
.select.readonly .select-content {
  border-color: #eef0f4;
}
.select.readonly .select-content:after {
  opacity: 0.4;
}
.select.display-inline-block {
  vertical-align: middle;
  width: auto;
  min-width: auto;
  min-height: 0;
  display: -webkit-inline-box !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.select.display-inline-block .select-content {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.select.display-inline-block.input-s {
  height: calc(1.4rem + 0.6rem * 2 + 2px * 2);
  min-height: 0;
}
.select.display-inline-block.input-xs {
  height: calc(1.2rem + 0.2rem * 2 + 1px * 2);
  min-height: 0;
}
.select.display-inline-block > input:checked ~ .select-content {
  position: relative;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.select.display-inline-block > input:checked ~ .select-content label {
  padding-right: 2.5rem;
  overflow: visible;
  text-overflow: unset;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.select.display-inline-block.width-1 > input:checked + .select-content {
  min-width: 12rem;
  max-width: 12rem;
}
.select.display-inline-block.width-05 > input:checked + .select-content {
  min-width: 9rem;
  max-width: 9rem;
}
.select.display-inline-block > input:checked + .select-content {
  position: relative;
}
.select.has-datepicker.react-datapicker.selected > input:not(:checked) + .select-content {
  color: #fff;
}
.select.has-datepicker.react-datapicker.selected > input:not(:checked) + .select-content .placeholder {
  display: none;
}
.select.has-datepicker.react-datapicker.selected > input:not(:checked) + .select-content input[value=""] {
  display: none;
}
.select.has-datepicker.react-datapicker:not(.selected) > input:not(:checked) + .select-content .react-datepicker-wrapper {
  display: none;
}
.select.has-datepicker.react-datapicker > input:checked + .select-content input[type="text"] {
  background-color: #f6f7fb;
  color: #848b9c;
  padding-left: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(6em + 3rem);
  cursor: pointer;
}
.select.has-datepicker.react-datapicker > input:checked + .select-content .react-datepicker__input-container {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.select.has-datepicker.react-datapicker > input:checked + .select-content .react-datepicker__input-container:after {
  left: 1rem;
  color: #848b9c;
  font-size: 1.2rem;
  line-height: 2rem;
}
.select.has-datepicker.react-datapicker > input:not(:checked) + .select-content .react-datepicker__input-container:after {
  display: none;
}
.select.has-datepicker.react-datapicker > input:not(:checked) + .select-content input[type="text"] {
  color: inherit;
}
.select.has-datepicker.react-datapicker > input:not(:checked) + .select-content .react-datepicker-wrapper.empty {
  display: none;
}
.select.has-datepicker.react-datapicker > input:not(:checked) + .select-content .react-datepicker-wrapper + .react-datepicker-wrapper:not(.empty):before {
  content: "-";
  color: inherit;
  margin-right: 1rem;
}
.select.has-datepicker.react-datapicker .select-content {
  overflow: visible;
}
.select.has-datepicker.react-datapicker .select-content input[type="text"] {
  background-color: transparent;
  border: 0 none;
  text-transform: uppercase;
  padding: 0;
  color: #a1a9bd;
  width: 6em;
}
.select.has-datepicker.selected label:after {
  content: attr(data-selected) !important;
}
.select.has-datepicker label:after {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  vertical-align: middle !important;
  font-size: inherit !important;
  margin-left: 0 !important;
}
.select.has-datepicker.input-s > input:not(:checked) ~ .select-content {
  padding: 0 3rem 0 1.9rem;
}
.select.has-datepicker.input-s > input:not(:checked) ~ .select-content input:checked + label,
.select.has-datepicker.input-s > input:not(:checked) ~ .select-content input[type="text"],
.select.has-datepicker.input-s > input:not(:checked) ~ .select-content label.checked {
  line-height: 2.5rem;
}
.select.has-datepicker.input-s > input:not(:checked) ~ .select-content input[type="text"] {
  height: 2.5rem;
}
.select.has-datepicker.input-xs > input:not(:checked) ~ .select-content {
  padding: 0 2.5rem 0 1rem;
}
.select.has-datepicker.input-xs > input:not(:checked) ~ .select-content input:checked + label,
.select.has-datepicker.input-xs > input:not(:checked) ~ .select-content input[type="text"],
.select.has-datepicker.input-xs > input:not(:checked) ~ .select-content label.checked {
  line-height: 2rem;
}
.select.has-datepicker.input-xs > input:not(:checked) ~ .select-content input[type="text"] {
  height: 2rem;
}
.select.has-datepicker > input:not(:checked) ~ .select-content {
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.select.has-datepicker > input:not(:checked) ~ .select-content .placeholder {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}
.select.has-datepicker > input:not(:checked) ~ .select-content .label,
.select.has-datepicker > input:not(:checked) ~ .select-content button {
  display: none;
}
.select.has-datepicker > input:not(:checked) ~ .select-content label {
  pointer-events: none !important;
}
.select.has-datepicker > input:not(:checked) ~ .select-content label input {
  display: none;
}
.select.has-datepicker > input:not(:checked) ~ .select-content label:before,
.select.has-datepicker > input:not(:checked) ~ .select-content label:after {
  pointer-events: none !important;
}
.select.has-datepicker > input:not(:checked) ~ .select-content input:checked + label,
.select.has-datepicker > input:not(:checked) ~ .select-content label.checked {
  border: 0 none !important;
  background-color: transparent !important;
  color: #a1a9bd !important;
  margin: 0 !important;
  padding: 0 !important;
  text-overflow: none;
  overflow: visible;
  width: auto;
}
.select.has-datepicker > input:not(:checked) ~ .select-content input:checked + label ~ label:before,
.select.has-datepicker > input:not(:checked) ~ .select-content label.checked ~ label:before {
  content: "-";
  display: inline;
  margin: 0 0.2rem;
}
.select.has-datepicker > input:checked ~ .select-content {
  padding-bottom: 1rem;
}
.select.has-datepicker > input:checked ~ .select-content input[type="text"] {
  display: block;
  position: static;
  left: auto;
}
.select.has-datepicker > input:checked ~ .select-content button.date-clear {
  text-transform: uppercase;
  background-color: transparent;
  border: 0 none;
  margin-top: 2rem;
  margin-right: 1rem;
  margin-left: auto;
  color: #848b9c;
  cursor: pointer;
}
.select.has-datepicker > input:checked ~ .select-content .label {
  text-transform: uppercase;
  margin-left: 1.5rem;
  color: #a1a9bd;
  font-size: 1rem;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}
.select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label,
.select.has-datepicker > input:checked ~ .select-content input:checked + label,
.select.has-datepicker > input:checked ~ .select-content label.checked,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked) {
  background-color: #f6f7fb !important;
}
.select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label,
.select.has-datepicker > input:checked ~ .select-content input:checked + label,
.select.has-datepicker > input:checked ~ .select-content label.checked,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked),
.select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label:after,
.select.has-datepicker > input:checked ~ .select-content input:checked + label:after,
.select.has-datepicker > input:checked ~ .select-content label.checked:after,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked):after {
  color: #848b9c;
}
.select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label:hover,
.select.has-datepicker > input:checked ~ .select-content input:checked + label:hover,
.select.has-datepicker > input:checked ~ .select-content label.checked:hover,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked):hover {
  background-color: #408cf8 !important;
}
.select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label:hover,
.select.has-datepicker > input:checked ~ .select-content input:checked + label:hover,
.select.has-datepicker > input:checked ~ .select-content label.checked:hover,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked):hover,
.select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label:hover:after,
.select.has-datepicker > input:checked ~ .select-content input:checked + label:hover:after,
.select.has-datepicker > input:checked ~ .select-content label.checked:hover:after,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked):hover:after {
  color: #fff;
}
.select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label + label:after,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked) + label:after {
  content: attr(data-placeholder) !important;
  display: inline !important;
}
.select.has-datepicker > input:checked ~ .select-content label {
  white-space: nowrap;
  margin: 0.2rem 0.4rem;
  border-radius: 5px;
}
.select.has-datepicker > input:checked ~ .select-content label input {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  background: transparent;
  display: inline-block !important;
  vertical-align: middle;
}
.select.has-datepicker > input:checked ~ .select-content label:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e936";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
}
.select.has-datepicker.selected > input:not(:checked) ~ .select-content input:checked + label,
.select.has-datepicker.selected > input:not(:checked) ~ .select-content label.checked {
  color: #fff !important;
}
.select.has-datepicker:not(.selected) > input:checked ~ .select-content button.date-clear {
  display: none;
}
.select.add-edit.input-r > input:not(:checked) ~ .select-content {
  padding-right: calc(1.4rem + 3rem + 1px * 2);
}
.select.add-edit .select-content:after {
  display: none;
}
.select.add-edit > input:not(:checked) ~ .select-content label.checked:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #408cf8;
  font-size: 2rem;
  content: "\e90a";
  top: 0.8rem;
  right: 0;
}
.select > input:not(:checked) ~ .control {
  display: none !important;
}
.add-edit-trigger {
  position: absolute;
  color: #408cf8;
  font-size: 2rem;
  right: 0;
  top: 2rem;
  z-index: 1;
  cursor: pointer;
}
.add-edit-trigger ~ .select.add-edit > input:not(:checked) ~ .select-content label.checked:before {
  right: 3rem;
}
.datepicker-container {
  z-index: 11500 !important;
}
.selected-filters {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.selected-filters label {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2.5rem;
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0 0.8rem 0 1.5rem;
  margin: 0 0.7rem;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1rem;
}
.selected-filters label:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 1.3rem;
  vertical-align: middle;
  margin-left: 0.8rem;
}
.select > .control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1502;
  height: 4.6rem;
}
.select > .control input:not([type="checkbox"]):not([type="radio"]) {
  height: 100%;
  margin-top: 0;
  border-radius: 3px 3px 0 0;
  padding-right: 3rem;
  width: 100%;
}
.select > .control:before {
  right: 1rem;
  font-size: 2rem;
}
.select > input:checked ~ .control {
  margin-top: 0;
}
.select > input:checked ~ .control ~ .select-content {
  margin-top: 4.6rem;
  border-radius: 0 0 3px 3px;
  border-top: 0;
}
.select > input:checked ~ .control ~ .select-content i {
  background-color: #408cf8;
  color: #fff;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
}
.select > input:checked ~ .control.input-s ~ .select-content {
  margin-top: 2.8rem;
}
.select > input:checked ~ .control.input-xs ~ .select-content {
  margin-top: 2.2rem;
}
.select > input:checked ~ .control.empty {
  border-radius: 3px;
}
.select > input:checked ~ .control.empty input:not([type="checkbox"]):not([type="radio"]) {
  border-radius: 3px;
}
.select > input:checked ~ .control.empty ~ .select-content {
  display: none;
}
.select.drop-up > input:checked ~ .control,
.select.select-up > input:checked ~ .control {
  margin-top: 0;
}
.select.drop-up > input:checked ~ .control input,
.select.select-up > input:checked ~ .control input {
  border-radius: 0 0 3px 3px;
}
.select.drop-up > input:checked ~ .control ~ .select-content,
.select.select-up > input:checked ~ .control ~ .select-content {
  margin-top: 0;
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #7886a4;
  border-bottom: 0;
  margin-bottom: -1px;
}
.select.select-up.display-inline-block {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.select.select-up > input:checked ~ .select-content {
  top: auto;
  bottom: 0;
}
.select.auto-position > input:not(:checked) ~ .select-content {
  position: static !important;
  width: auto !important;
  max-height: none !important;
}
.select.auto-position > input:checked ~ .select-content {
  position: fixed;
}
.select.auto-content-width > input:checked ~ .select-content {
  width: min-content;
  border-top: 1px solid #7886a4 !important;
  border-bottom: 1px solid #7886a4 !important;
}
.select.auto-content-width > input:checked ~ .select-content label {
  min-width: 100%;
  padding-right: 17px;
}
.select.auto-content-width > input:checked ~ .select-content label,
.select.auto-content-width > input:checked ~ .select-content span {
  overflow: visible;
}
.select.select-transparent > input:not(:checked) ~ .select-content {
  background-color: transparent;
  border-color: transparent;
}
.select.select-transparent > input:not(:checked) ~ .select-content label,
.select.select-transparent > input:not(:checked) ~ .select-content .placeholder,
.select.select-transparent > input:not(:checked) ~ .select-content:after {
  color: currentColor;
}
.select.select-transparent > input:not(:checked) ~ .select-content input:checked + label,
.select.select-transparent > input:not(:checked) ~ .select-content label.checked {
  padding-right: 1.5rem;
}
.select.select-transparent > input:checked + .select-content {
  min-width: 10rem;
}
.select.check-selected .select-content label > span {
  color: #000000;
}
.select.check-selected .select-content label > span + span {
  color: #868686;
}
.select.check-selected .select-content label > span + span span {
  display: inline-block;
}
.select.check-selected .select-content label > span + span span + span:before {
  content: ", ";
}
.select.check-selected > input:checked ~ .select-content input:checked + label,
.select.check-selected > input:checked ~ .select-content label.checked {
  background-color: #f2f2f2;
  color: #000000;
  position: relative;
}
.select.check-selected > input:checked ~ .select-content input:checked + label > span,
.select.check-selected > input:checked ~ .select-content label.checked > span {
  color: #000000;
}
.select.check-selected > input:checked ~ .select-content input:checked + label > span + span,
.select.check-selected > input:checked ~ .select-content label.checked > span + span {
  color: #868686;
}
.select.check-selected > input:checked ~ .select-content input:checked + label > span + span span,
.select.check-selected > input:checked ~ .select-content label.checked > span + span span {
  color: #868686;
}
.select.check-selected > input:checked ~ .select-content input:checked + label:after,
.select.check-selected > input:checked ~ .select-content label.checked:after {
  content: "\e921";
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #408cf8;
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 2rem;
  font-size: 2rem;
}
html[lang="nb"] .select > input:checked ~ .select-content .placeholder:only-child:not([data-empty]):after {
  content: "Det er ingenting her";
}
.button {
  -webkit-appearance: none;
  font-weight: 500;
}
.button.button-white {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
  color: #8c8f96;
}
.button.link {
  border-color: transparent;
}
.button.inverse.transparent {
  border: 0 none !important;
  box-shadow: none !important;
}
.button.inverse.transparent.button-s {
  padding-top: 0;
  padding-bottom: 0;
  height: 2.71rem;
  line-height: 2.71rem;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.button.inverse.transparent.button-s i {
  font-size: 2rem;
  height: 2rem;
}
.button.inverse.button-gray {
  border-color: #BFC4D0;
  box-shadow: none;
  border-radius: 4px;
}
.button.inverse.button-gray.with-icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.button.inverse.button-gray.with-icon.button-s {
  width: 2.8rem;
  height: 2.8rem;
}
.button.inverse.button-gray i {
  color: #BFC4D0;
}
.button.inverse.button-gray i:only-child {
  font-size: 2em;
  margin: -1rem 0;
}
.button-quickbooks {
  width: 274px;
  height: 48px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(/assets/quickbooks/C2QB_green_btn_tall_default_2x-c9b9802b3b6e8177e4584d5cb5b34b3facb7ec46cc59f273d9417a7bbd9add5b.png);
  background-size: contain;
  cursor: pointer;
}
.button-quickbooks:after {
  background-image: url(/assets/quickbooks/C2QB_green_btn_tall_hover_2x-8bc5b91305d31670b90d9c08f70e713026ed5e3fb9867a33a3f256fabc3d9006.png);
  content: '';
}
.button-quickbooks:hover {
  background-image: url(/assets/quickbooks/C2QB_green_btn_tall_hover_2x-8bc5b91305d31670b90d9c08f70e713026ed5e3fb9867a33a3f256fabc3d9006.png);
}
.button-xero-connect,
.button-xero {
  width: 190px;
  height: 43px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(/assets/xero/connect-blue-565abde59a72134cdcea9d93875df2b9599b398f62a5077c720c71d3cd58af91.svg);
  background-size: contain;
  cursor: pointer;
}
.button-xero-sign-in {
  height: 43px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(/assets/xero/sign-in-7f5edb55a13f2a2babd4b68d4c71e76b21124f1923dad8e586656d63aa00a7c7.svg);
  background-size: contain;
  background-position: 10px center;
  background-size: 30px 30px;
}
.button-xero-disconnect {
  width: 190px;
  height: 43px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(/assets/xero/disconnect-blue-b6788fa2a949806f491c55884de558ff432a4c19ef3ce4b37d5040c571c91d3e.svg);
  background-size: contain;
  cursor: pointer;
}
.button.will-processing i {
  font-size: 1.7rem;
  vertical-align: middle;
  position: relative;
  height: 1.4rem;
  width: 1.7rem;
  display: inline-block;
}
.button.will-processing i:before {
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  margin: auto;
  height: 1.7rem;
  width: 1.7rem;
}
.button.processing {
  pointer-events: none;
  background: #979ea7;
}
.button.processing i:before {
  -webkit-animation: icon-spin 1s linear infinite;
  -moz-animation: icon-spin 1s linear infinite;
  animation: icon-spin 1s linear infinite;
  position: absolute;
}
.button.disabled {
  background: #b5bbc4 !important;
  color: #fff;
  opacity: 1;
}
.button.button-reject {
  background-color: #f65f7b;
  color: #fff;
  padding-left: 5rem;
  padding-right: 5rem;
}
.button.button-approve {
  background-color: #2cbf55;
  color: #fff;
  padding-left: 5rem;
  padding-right: 5rem;
}
.button.button-icon {
  border-radius: 3px;
}
.button.button-icon:before {
  font-size: 1.5rem;
}
.button.no-shadow {
  box-shadow: none;
}
@media (max-width: 1180px) {
  .button:not(.button-l) {
    font-size: 1.1rem;
    line-height: 1.56rem;
    padding: 0.575rem 0.75rem;
    border-radius: 1px;
    border-width: none;
    outline-width: none;
    box-shadow: none;
  }
  .button:not(.button-l) i,
  .button:not(.button-l) i:before {
    font-size: 1.56rem;
    line-height: 1.56rem;
    height: 1.56rem;
    vertical-align: top;
    display: inline-block;
  }
}
.button-xl {
  font-size: 2.03rem;
  line-height: 1.885rem;
  padding: 1.6675rem 2.175rem;
}
.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border: 0 none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.3rem;
  color: inherit;
  background-color: transparent;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  background-color: transparent !important;
}
.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover,
.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus {
  background-color: transparent !important;
}
.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).select > input:not(:checked) ~ .select-content {
  background-color: transparent;
  border: 0 none;
}
.input-round {
  border-radius: 10rem !important;
}
.input-flex {
  display: flex;
  background-color: transparent !important;
  align-items: center;
}
.input-flex.input-r {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.input-flex.input-r input,
.input-flex.input-r textarea {
  padding: 0 0.3rem !important;
}
.input-flex:hover {
  background-color: transparent !important;
}
.input-flex:focus-within,
.input-flex:focus-within:hover {
  border-bottom-color: #7886a4 !important;
}
.input-flex input,
.input-flex textarea {
  flex: 1 1 auto;
}
.input-flex .label,
.input-flex .addon {
  color: #979ea7;
  font-size: 1.1rem;
}
.input-flex .label + input,
.input-flex .label + textarea {
  text-align: right;
}
.input-flex > * {
  flex: 0 0 auto;
  min-width: 0 !important;
}
table input.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.table input.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
table select.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.table select.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
table input.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.select):not(.textarea),
.table input.input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.select):not(.textarea) {
  line-height: 1.5em;
  min-height: 1.5em;
  height: 1.5em !important;
}
table select.input-table,
.table select.input-table {
  line-height: 1.5em;
  min-height: 1.5em;
  height: 1.5em !important;
}
table textarea.input-table,
.table textarea.input-table {
  height: 1.35em;
  line-height: 1.35em;
  resize: none;
  max-height: none;
  padding-right: 0;
  white-space: normal;
  word-wrap: break-word;
  min-width: 100%;
  max-width: 100%;
}
table textarea.input-table::-webkit-scrollbar,
.table textarea.input-table::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}
label.file-button {
  position: relative;
  display: block;
}
.file-uploaded .row {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.file-uploaded .row .file-actions {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}
.file-uploaded .row > a {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  word-wrap: break-word;
  color: #408cf8;
}
.file-uploaded .file-actions {
  margin-left: 2rem;
}
.file-uploaded .file-actions > a {
  cursor: pointer;
  margin-left: 1rem;
}
.file-uploaded .file-actions i {
  font-size: 1.7rem;
  color: #979ea7;
}
.file-button label {
  position: relative;
  display: block;
}
.file-button input[type="file"][type="file"][type="file"] {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0 !important;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.file-button input[type="file"][type="file"][type="file"][disabled] ~ .button {
  opacity: 0.5;
}
.file-button input[type="file"][type="file"][type="file"]:hover + .button.button-primary {
  background: #fbb531;
  transition: none;
}
.file-button .row,
.file-button + .row {
  margin-top: 1rem;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.file-button .row .state-info,
.file-button + .row .state-info,
.file-button .row .remove,
.file-button + .row .remove {
  min-width: 0;
}
.file-button .row .remove,
.file-button + .row .remove {
  font-size: 1.7rem;
  cursor: pointer;
  margin-left: 1rem;
  opacity: 0.75;
}
.file-button .row .remove:hover,
.file-button + .row .remove:hover {
  opacity: 0.5;
}
.file-button .row .state-info,
.file-button + .row .state-info {
  margin: 0;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.file-button .row .remove,
.file-button + .row .remove {
  border: 0;
  background: none;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
select.input-table {
  height: 2.3rem;
  line-height: 2.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.control.select-arrow select + span::after,
[class*="cell"].select-arrow select + span::after,
.control-group.select-arrow select + span::after {
  color: #181819;
  font-size: 2.5rem;
}
label.label {
  color: #294058;
  font-size: 1.4rem;
}
label.label.hint {
  font-size: 1.2rem;
}
label.label.small {
  font-size: 1rem;
  font-weight: bold;
  color: #979ea7;
  text-transform: uppercase;
}
label.label.small[class*="cell"] {
  border-bottom: 0 none !important;
}
label.label.small-hint {
  font-size: 1.1rem;
  font-weight: normal;
  color: #294058;
  text-transform: none;
}
.control.with-date .output {
  font-size: 1.4rem;
  margin-left: 1rem;
}
.control.with-date .output i {
  color: #408cf8;
}
.number .input[contenteditable]:empty,
.number .input-table[contenteditable]:empty {
  direction: rtl;
}
.input[contenteditable]:empty:before,
.input-table[contenteditable]:empty:before {
  content: attr(data-placeholder);
  color: #a5a5a5;
  pointer-events: none;
}
.as-input {
  display: block;
  position: relative;
  padding-top: 0.01rem;
}
.as-input .file-uploaded {
  margin-top: 3rem;
}
.as-input.required span.label:after {
  content: '*';
  color: #408cf8;
  margin-left: 0.2rem;
}
.as-input.as-input-inline {
  display: flex;
  align-items: center;
}
.as-input .react-datepicker-wrapper,
.as-input .react-datepicker__input-container {
  display: block;
}
.as-input .react-datepicker-popper {
  z-index: 20;
}
.as-input span.label {
  position: absolute;
  left: calc(0.8rem + 1px);
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background: #fff;
  font-size: 1.1rem;
  color: #294058;
  top: 0rem;
  display: inline-block;
  z-index: 1;
}
.as-input span.label.start-left {
  left: 0;
}
.as-input input:not([type="checkbox"]):not([type="radio"]),
.as-input select,
.as-input textarea,
.as-input .output {
  width: 100%;
  margin-top: 0.6rem;
}
.as-input input:not([type="checkbox"]):not([type="radio"]).number-field,
.as-input select.number-field,
.as-input textarea.number-field,
.as-input .output.number-field {
  margin-top: 0;
}
.as-input .output.link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #408cf8;
  cursor: text;
}
.as-input .output.link a {
  cursor: pointer;
}
.as-input .file-button {
  margin-top: 2rem;
  display: block;
}
.as-input .control {
  margin-top: 0.6rem;
}
.as-input .control input:not([type="checkbox"]):not([type="radio"]),
.as-input .control select,
.as-input .control textarea,
.as-input .control .output {
  margin-top: 0;
}
.as-input .control.select-arrow select + span:after {
  top: 0.5rem;
}
.as-input .control[class^="icon-"]:before,
.as-input .control[class*="icon-"]:before {
  color: #294058;
  font-size: 1.9rem;
  line-height: 1.9rem;
  top: 0.5rem;
}
.as-input .control[class^="icon-"].right-icon:before,
.as-input .control[class*="icon-"].right-icon:before {
  right: 1rem;
}
.as-input .control[class^="icon-"].right-icon input,
.as-input .control[class*="icon-"].right-icon input {
  padding-right: 2.5rem;
}
.as-input .control[class^="icon-"].left-icon:before,
.as-input .control[class*="icon-"].left-icon:before {
  left: 1rem;
}
.as-input .control[class^="icon-"].left-icon input,
.as-input .control[class*="icon-"].left-icon input {
  padding-left: 2.5rem;
}
.as-input .select {
  margin-top: 0.6rem;
  width: 100%;
}
.as-input .output {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  color: #000000;
  padding: 1.2rem 1rem;
  display: block;
}
.as-input .output span:not(.tooltip):not(.avatar) {
  display: block;
}
.as-input .output span:not(.tooltip):not(.avatar) + span {
  font-size: 1.2rem;
  color: #777777;
}
.as-input ~ .hint {
  font-size: 1.2rem;
  padding-top: 1rem;
}
.as-input.reduce span.label {
  padding-left: 0;
  left: 0;
}
.as-input.reduce span.label + * {
  margin-top: 1.35rem;
}
.as-input.reduce span.label + .react-datepicker-wrapper input {
  margin-top: 0;
}
.as-input.reduce .react-datepicker-wrapper .react-datepicker__input-container:after {
  color: #979ea7;
  font-size: 1.6rem;
  top: 0.8rem;
}
.as-input.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.as-input.row.below {
  margin-top: -1.5rem;
}
.as-input.row .cell {
  white-space: nowrap;
  word-break: nowrap;
}
.as-input.row .cell.output {
  padding: 0;
  margin: 0 0 0 1rem;
  font-size: 1.1rem;
}
.as-input.row .cell.output.number {
  text-align: right;
}
.as-input.row .cell.label {
  position: static;
  padding: 0 1rem 0 0;
}
.form-grid .as-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.form-grid .as-input > * {
  width: 100%;
  min-width: 0;
}
.form-grid .as-input > *:not(.select) {
  min-height: 0;
}
.input-r {
  border-top: 0 none !important;
  border-radius: 0 !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
  font-size: 1.2rem !important;
}
.input-r .select-content {
  font-size: 1.2rem !important;
}
.input-r input:not(:checked) ~ .select-content {
  border-top: 0 none !important;
  border-radius: 0 !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
}
.input.no-border {
  border: 0 none !important;
}
.grid [class^='cell'] textarea {
  width: 100%;
  resize: vertical;
}
.hint label.link {
  cursor: pointer;
}
.hint.error {
  text-align: left;
  padding-top: 0.3rem !important;
  font-size: 1.1rem !important;
  display: none;
}
.has-success .as-input > span.label {
  color: #84b500;
}
.has-success .as-input > span.label:after {
  color: inherit;
}
.has-success .select .select-content {
  border-color: #84b500 !important;
}
.has-success .select .select-content:after {
  color: #84b500 !important;
}
.has-success .hint {
  color: #84b500 !important;
}
.has-success .hint.error {
  display: block;
}
.has-success .hint.error + .hint {
  padding-top: 0.3rem !important;
}
.has-success .input-table {
  color: #84b500 !important;
}
.has-success .select-arrow select.input-table + span::after,
.has-success [class*="cell"].select-arrow select.input-table + span::after,
.has-success .control-group.select-arrow select.input-table + span::after {
  color: #84b500 !important;
}
.has-error .as-input > span.label {
  color: #ff0039;
}
.has-error .as-input > span.label:after {
  color: inherit;
}
.has-error .select .select-content {
  border-color: #ff0039 !important;
}
.has-error .select .select-content:after {
  color: #ff0039 !important;
}
.has-error .hint {
  color: #ff0039 !important;
}
.has-error .hint.error {
  display: block;
}
.has-error .hint.error + .hint {
  padding-top: 0.3rem !important;
}
.has-error .input-table:not(textarea):not(:focus) {
  color: #ff0039 !important;
}
.has-error .input-table:not(textarea):not(:focus) option:not([disabled]) {
  color: #000000;
}
.has-error .select-arrow select.input-table:not(:focus) + span::after,
.has-error [class*="cell"].select-arrow select.input-table:not(:focus) + span::after,
.has-error .control-group.select-arrow select.input-table:not(:focus) + span::after {
  color: #ff0039 !important;
}
.has-warning .select .select-content {
  border-color: #faac18 !important;
}
.has-warning .hint {
  color: #faac18 !important;
}
.has-warning .hint.error {
  display: block;
}
.has-warning .hint.error + .hint {
  padding-top: 0.3rem !important;
}
.has-warning .input-table:not(textarea):not(:focus) {
  color: #faac18 !important;
}
.has-warning .input-table:not(textarea):not(:focus) option:not([disabled]) {
  color: #faac18;
}
.has-warning .select-arrow select.input-table:not(:focus) + span::after,
.has-warning [class*="cell"].select-arrow select.input-table:not(:focus) + span::after,
.has-warning .control-group.select-arrow select.input-table:not(:focus) + span::after {
  color: #faac18 !important;
}
.has-info .select .select-content {
  border-color: #959db1 !important;
}
.has-info .hint {
  color: #959db1 !important;
}
.has-info .hint.info {
  display: block;
}
.has-info .hint.info + .hint {
  padding-top: 0.3rem !important;
}
.has-info .input-table:not(textarea):not(:focus) {
  color: #959db1 !important;
}
.has-info .input-table:not(textarea):not(:focus) option:not([disabled]) {
  color: #959db1;
}
.has-info .select-arrow select.input-table:not(:focus) + span::after,
.has-info [class*="cell"].select-arrow select.input-table:not(:focus) + span::after,
.has-info .control-group.select-arrow select.input-table:not(:focus) + span::after {
  color: #faac18 !important;
}
.has-error .as-input.reduce + .hint,
.has-warning .as-input.reduce + .hint,
.has-info .as-input.reduce + .hint {
  text-align: right;
}
.has-error .as-input.reduce + .hint.has-tooltip:after,
.has-warning .as-input.reduce + .hint.has-tooltip:after,
.has-info .as-input.reduce + .hint.has-tooltip:after {
  width: 200%;
  max-width: 200px;
  padding: 1.5rem;
  right: -3rem;
}
.input.disabled {
  cursor: normal;
  opacity: 0.7;
}
.control.input-search.left-icon input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border-radius: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.control.input-search.left-icon:before {
  font-size: 1.5rem;
  color: #979ea7;
  left: 1rem !important;
}
.control.input-search.left-icon .icon-close {
  border: 0 none;
  position: absolute;
  right: 0.5rem;
  height: 2rem;
  width: 2rem;
  font-size: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  cursor: pointer;
  color: #979ea7;
  background: radial-gradient(circle, #ffffff 33%, rgba(255, 255, 255, 0) 100%);
}
.control.input-search.search-cell input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  width: 100%;
  padding-left: 3.5rem;
  border-radius: 3px;
  font-size: 1.4rem;
}
.control.input-search.search-cell:before {
  font-size: 2rem;
  color: #979ea7;
  left: 1rem !important;
}
.control.cell .label {
  font-size: 1.2rem;
  color: #515151;
}
::-webkit-input-placeholder {
  color: #a5a5a5 !important;
  font-weight: normal !important;
}
::-moz-placeholder {
  color: #a5a5a5 !important;
  font-weight: normal !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #a5a5a5 !important;
  font-weight: normal !important;
}
:-moz-placeholder {
  color: #a5a5a5 !important;
  font-weight: normal !important;
}
select::-ms-expand {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.grid-form [class*=" cell"] .button.button-block,
.grid-form [class^="cell"] .button.button-block {
  width: 100%;
}
.control[data-addon].currency input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding-right: 5rem;
}
.control[data-addon]:after {
  right: 0.8rem;
  color: #c6ccda;
  font-size: 1.7rem;
  line-height: normal;
}
.control[data-addon][data-addon='%'] input {
  padding-right: 1.5rem;
}
.control[data-addon][data-addon='%'] input.width-05 {
  padding-left: 0.7rem;
}
.control[data-addon][data-addon='%'] input.width-06 {
  padding-left: 0.7rem;
}
.drop-zone {
  background-color: #959DB10D;
  border: 1px dashed #959DB1;
  padding: 2.3rem 4rem 1.5rem;
  font-size: 1.1rem;
  text-align: center;
  color: #979ea7;
}
.drop-zone i {
  display: block;
  color: #979ea7;
  font-size: 4rem;
  margin-bottom: 1rem;
}
.drop-zone .button {
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .with-fit-height-input[class*="tp-cell-"] .as-input {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.with-fit-height-input:not([class*="tp-cell-"]) .as-input {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.with-fit-height-input:not([class*="tp-cell-"]) .as-input input {
  flex: 1 1 auto;
}
.tooltip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tooltip li {
  list-style: none;
  padding: 0;
  margin: 0.2rem 0;
}
.has-tooltip[data-tooltip]:before {
  z-index: 16;
}
.has-tooltip[data-tooltip] {
  cursor: pointer;
}
@media (max-width: 1180px) {
  .items {
    margin-top: -0.8rem;
    margin-left: -0.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .items > * {
    margin-top: 0.8rem;
    margin-left: 0.8rem;
  }
  .items.items-end {
    margin-right: -0.8rem;
    margin-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .items.items-end > * {
    margin-right: 0.8rem;
    margin-left: 0;
  }
}
.items.items-end > .to-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .items.items-end > .to-left {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}
.items.items-auto > * {
  -webkit-box-flex: 0 0 1px;
  -moz-box-flex: 0 0 1px;
  -webkit-flex: 0 0 1px;
  -ms-flex: 0 0 1px;
  flex: 0 0 1px;
}
.items .to-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .items .to-left {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}
.items .to-right {
  margin-left: auto;
  margin-right: 0;
}
.items .button {
  -webkit-align-self: center;
  align-self: center;
}
.items.center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.items.nowrap {
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.items.items-divided > *:not(:empty) {
  white-space: nowrap;
}
.items.items-divided > *:not(:empty) + *:not(.no-divide):before {
  border-left: 1px solid currentColor;
  margin-right: 1.5rem;
  content: '';
}
.items.items-divided > *:not(:empty) + *.link:before {
  border-color: #979ea7;
}
.items.items-divided > *:not(:empty).with-date .label {
  font-size: 1.1rem;
}
.items.items-divided > *:not(:empty).with-date + *.display-flex {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.items.items-divided > *:not(:empty).with-date + *:not(.no-divide):before {
  height: 1rem;
  border-left-color: #979ea7;
}
.items.items-divided.as-link > * + *:not(.no-divide):before {
  border-left-color: #408cf8;
}
.header {
  -webkit-box-shadow: 0 0 16px rgba(66, 67, 68, 0.08);
  -moz-box-shadow: 0 0 16px rgba(66, 67, 68, 0.08);
  box-shadow: 0 0 16px rgba(66, 67, 68, 0.08);
}
@media (max-width: 1023px) {
  .header {
    min-width: 100vw;
  }
}
.header.body-content.fixed {
  margin-right: 0 !important;
}
@media (min-width: 1024px) {
  .header.fixed ~ .body-content.body-main {
    margin-top: 6.7rem;
  }
}
.header .breadcrumbs {
  font-size: 1.2rem;
}
.header .item.selected {
  position: relative;
}
.header .item.selected:after {
  content: "\e921";
  color: #408cf8;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  pointer-events: none;
}
.header .item.pause {
  font-size: 2rem;
}
.header .item.pause:after {
  border-left: 1px solid;
  content: '';
  height: 1.4rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
}
.header .has-popup > input {
  z-index: 1;
  cursor: pointer;
}
.header .has-popup.notifications-popup > input:checked + .anchor {
  color: #294058;
}
.header .has-popup.notifications-popup .popup {
  min-width: 24rem;
  right: -1.7rem;
  top: 5rem;
}
.header .has-popup.notifications-popup .popup .window-header:after {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #294058;
  position: absolute;
  right: 2rem;
  top: -7px;
}
@media (max-width: 340px) {
  .header .has-popup.notifications-popup .popup {
    position: fixed;
    right: 2rem;
    left: 2rem;
    top: 6.7rem;
    margin: auto;
    max-width: 100%;
  }
  .header .has-popup.notifications-popup .popup .window-header:after {
    display: none;
  }
}
.header .popup.menu .has-popup > input:hover {
  cursor: pointer;
}
.header .popup.menu .has-popup > input:hover + .anchor {
  background-color: #eceef4;
}
.header .popup.bottom-right {
  min-width: 12rem;
  margin-top: 1rem;
}
.header .popup.bottom-right .popup {
  min-width: 14rem;
}
.header .popup .anchor {
  padding: 0.8rem 0.9rem;
}
.header .popup .anchor i {
  left: 0.9rem;
  height: 1.7rem;
}
.header .popup .anchor i ~ * {
  margin-lefT: 2.3rem !important;
}
.header .popup .anchor span {
  color: #717b96;
}
@media (max-width: 1023px) {
  .header nav > ul > li > .anchor > span:not(.avatar):not(.count) {
    display: none;
  }
}
.header nav > ul > li > .anchor > span {
  vertical-align: middle;
}
.header nav > ul > li > .anchor > span + .avatar {
  margin-left: 1rem;
}
.header i.icon-menu {
  font-size: 2.5rem;
}
.header .anchor {
  cursor: pointer;
  font-size: 1.2rem;
}
.header .anchor span + i {
  margin-left: 0.5rem;
}
.header .anchor .avatar.company {
  margin-left: 0.1rem;
  background-color: #eeeeee;
}
.header .anchor .avatar.company img {
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .header .anchor .avatar.company {
    display: none;
  }
}
.header .anchor .with-company {
  display: inline-block;
  vertical-align: middle;
}
.header .anchor .with-company span {
  display: block;
}
.header .anchor .with-company span + span {
  font-size: 1rem;
  text-align: right;
}
.header .anchor i {
  font-size: 2rem;
  vertical-align: middle;
}
.header .anchor i.icon-keyboard_arrow_down {
  font-size: 1.2rem;
}
.header .anchor.with-count {
  position: relative;
  display: inline-block;
}
.header .anchor.with-count i {
  margin: 0;
}
.header .anchor.with-count span {
  position: absolute;
  right: -7px;
  bottom: -3px;
  display: inline-block;
  background: #faac18;
  color: #ffffff;
  line-height: 1.4rem;
  height: 1.4rem;
  border-radius: 1.5rem;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
}
body {
  background: #f2f3f9;
  color: #343434;
}
.body-main {
  font-size: 1.2rem;
  padding: 2.5rem 2.7rem 2.5rem 4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .body-main {
    padding: 1rem 1rem 2.5rem 1rem;
  }
}
.body-main:not(.root-dashboard) > .grid .tile:not( .button):not(.with-table):not(.form-section):not(.tabs),
.body-main:not(.root-dashboard) > div > .grid .tile:not( .button):not(.with-table):not(.form-section):not(.tabs) {
  height: 100%;
}
@media (max-width: 1023px) {
  .body-main:not(.root-dashboard) > .grid,
  .body-main:not(.root-dashboard) > div > .grid {
    margin-left: 0;
    margin-right: 0;
  }
  .body-main:not(.root-dashboard) > .grid > .t-cell-16,
  .body-main:not(.root-dashboard) > div > .grid > .t-cell-16 {
    border-left: 0 none;
    border-right: 0 none;
  }
}
.body-main > .grid,
.body-main > div > .grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .body-main > .grid,
  .body-main > div > .grid {
    height: 100%;
  }
}
.body-main > .grid .tile.with-table .table:not(.inside-window) > .thead:not(.expandable) .th,
.body-main > div > .grid .tile.with-table .table:not(.inside-window) > .thead:not(.expandable) .th,
.body-main > .grid .tile-content.with-table .table:not(.inside-window) > .thead:not(.expandable) .th,
.body-main > div > .grid .tile-content.with-table .table:not(.inside-window) > .thead:not(.expandable) .th,
.body-main > .grid .tile.with-table table:not(.inside-window) > .thead:not(.expandable) .th,
.body-main > div > .grid .tile.with-table table:not(.inside-window) > .thead:not(.expandable) .th,
.body-main > .grid .tile-content.with-table table:not(.inside-window) > .thead:not(.expandable) .th,
.body-main > div > .grid .tile-content.with-table table:not(.inside-window) > .thead:not(.expandable) .th,
.body-main > .grid .tile.with-table .table:not(.inside-window) > thead:not(.expandable) .th,
.body-main > div > .grid .tile.with-table .table:not(.inside-window) > thead:not(.expandable) .th,
.body-main > .grid .tile-content.with-table .table:not(.inside-window) > thead:not(.expandable) .th,
.body-main > div > .grid .tile-content.with-table .table:not(.inside-window) > thead:not(.expandable) .th,
.body-main > .grid .tile.with-table table:not(.inside-window) > thead:not(.expandable) .th,
.body-main > div > .grid .tile.with-table table:not(.inside-window) > thead:not(.expandable) .th,
.body-main > .grid .tile-content.with-table table:not(.inside-window) > thead:not(.expandable) .th,
.body-main > div > .grid .tile-content.with-table table:not(.inside-window) > thead:not(.expandable) .th,
.body-main > .grid .tile.with-table .table:not(.inside-window) > .thead:not(.expandable) th,
.body-main > div > .grid .tile.with-table .table:not(.inside-window) > .thead:not(.expandable) th,
.body-main > .grid .tile-content.with-table .table:not(.inside-window) > .thead:not(.expandable) th,
.body-main > div > .grid .tile-content.with-table .table:not(.inside-window) > .thead:not(.expandable) th,
.body-main > .grid .tile.with-table table:not(.inside-window) > .thead:not(.expandable) th,
.body-main > div > .grid .tile.with-table table:not(.inside-window) > .thead:not(.expandable) th,
.body-main > .grid .tile-content.with-table table:not(.inside-window) > .thead:not(.expandable) th,
.body-main > div > .grid .tile-content.with-table table:not(.inside-window) > .thead:not(.expandable) th,
.body-main > .grid .tile.with-table .table:not(.inside-window) > thead:not(.expandable) th,
.body-main > div > .grid .tile.with-table .table:not(.inside-window) > thead:not(.expandable) th,
.body-main > .grid .tile-content.with-table .table:not(.inside-window) > thead:not(.expandable) th,
.body-main > div > .grid .tile-content.with-table .table:not(.inside-window) > thead:not(.expandable) th,
.body-main > .grid .tile.with-table table:not(.inside-window) > thead:not(.expandable) th,
.body-main > div > .grid .tile.with-table table:not(.inside-window) > thead:not(.expandable) th,
.body-main > .grid .tile-content.with-table table:not(.inside-window) > thead:not(.expandable) th,
.body-main > div > .grid .tile-content.with-table table:not(.inside-window) > thead:not(.expandable) th {
  position: sticky !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  z-index: 15;
  background-color: #fff;
  top: 6.7rem;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 1180px) {
  .body-main > .grid .tile.with-table .table-fluid .table:not(.inside-window) > .thead .th,
  .body-main > div > .grid .tile.with-table .table-fluid .table:not(.inside-window) > .thead .th,
  .body-main > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > .thead .th,
  .body-main > div > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > .thead .th,
  .body-main > .grid .tile.with-table .table-fluid table:not(.inside-window) > .thead .th,
  .body-main > div > .grid .tile.with-table .table-fluid table:not(.inside-window) > .thead .th,
  .body-main > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > .thead .th,
  .body-main > div > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > .thead .th,
  .body-main > .grid .tile.with-table .table-fluid .table:not(.inside-window) > thead .th,
  .body-main > div > .grid .tile.with-table .table-fluid .table:not(.inside-window) > thead .th,
  .body-main > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > thead .th,
  .body-main > div > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > thead .th,
  .body-main > .grid .tile.with-table .table-fluid table:not(.inside-window) > thead .th,
  .body-main > div > .grid .tile.with-table .table-fluid table:not(.inside-window) > thead .th,
  .body-main > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > thead .th,
  .body-main > div > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > thead .th,
  .body-main > .grid .tile.with-table .table-fluid .table:not(.inside-window) > .thead th,
  .body-main > div > .grid .tile.with-table .table-fluid .table:not(.inside-window) > .thead th,
  .body-main > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > .thead th,
  .body-main > div > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > .thead th,
  .body-main > .grid .tile.with-table .table-fluid table:not(.inside-window) > .thead th,
  .body-main > div > .grid .tile.with-table .table-fluid table:not(.inside-window) > .thead th,
  .body-main > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > .thead th,
  .body-main > div > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > .thead th,
  .body-main > .grid .tile.with-table .table-fluid .table:not(.inside-window) > thead th,
  .body-main > div > .grid .tile.with-table .table-fluid .table:not(.inside-window) > thead th,
  .body-main > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > thead th,
  .body-main > div > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > thead th,
  .body-main > .grid .tile.with-table .table-fluid table:not(.inside-window) > thead th,
  .body-main > div > .grid .tile.with-table .table-fluid table:not(.inside-window) > thead th,
  .body-main > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > thead th,
  .body-main > div > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > thead th {
    top: 10.7rem;
  }
}
.body-main > .grid .tile.with-table .tbody > .tr:first-child > .td,
.body-main > div > .grid .tile.with-table .tbody > .tr:first-child > .td,
.body-main > .grid .tile-content.with-table .tbody > .tr:first-child > .td,
.body-main > div > .grid .tile-content.with-table .tbody > .tr:first-child > .td,
.body-main > .grid .tile.with-table tbody > .tr:first-child > .td,
.body-main > div > .grid .tile.with-table tbody > .tr:first-child > .td,
.body-main > .grid .tile-content.with-table tbody > .tr:first-child > .td,
.body-main > div > .grid .tile-content.with-table tbody > .tr:first-child > .td,
.body-main > .grid .tile.with-table .tbody > tr:first-child > .td,
.body-main > div > .grid .tile.with-table .tbody > tr:first-child > .td,
.body-main > .grid .tile-content.with-table .tbody > tr:first-child > .td,
.body-main > div > .grid .tile-content.with-table .tbody > tr:first-child > .td,
.body-main > .grid .tile.with-table tbody > tr:first-child > .td,
.body-main > div > .grid .tile.with-table tbody > tr:first-child > .td,
.body-main > .grid .tile-content.with-table tbody > tr:first-child > .td,
.body-main > div > .grid .tile-content.with-table tbody > tr:first-child > .td,
.body-main > .grid .tile.with-table .tbody > .tr:first-child > td,
.body-main > div > .grid .tile.with-table .tbody > .tr:first-child > td,
.body-main > .grid .tile-content.with-table .tbody > .tr:first-child > td,
.body-main > div > .grid .tile-content.with-table .tbody > .tr:first-child > td,
.body-main > .grid .tile.with-table tbody > .tr:first-child > td,
.body-main > div > .grid .tile.with-table tbody > .tr:first-child > td,
.body-main > .grid .tile-content.with-table tbody > .tr:first-child > td,
.body-main > div > .grid .tile-content.with-table tbody > .tr:first-child > td,
.body-main > .grid .tile.with-table .tbody > tr:first-child > td,
.body-main > div > .grid .tile.with-table .tbody > tr:first-child > td,
.body-main > .grid .tile-content.with-table .tbody > tr:first-child > td,
.body-main > div > .grid .tile-content.with-table .tbody > tr:first-child > td,
.body-main > .grid .tile.with-table tbody > tr:first-child > td,
.body-main > div > .grid .tile.with-table tbody > tr:first-child > td,
.body-main > .grid .tile-content.with-table tbody > tr:first-child > td,
.body-main > div > .grid .tile-content.with-table tbody > tr:first-child > td {
  border-top: 0 none;
}
.body-main .tile-content.scroll {
  max-height: calc(100vh - 25.7rem);
}
.body-main .cell-auto:first-child + .cell-auto + .cell-fill .tile-content.notifications {
  max-height: calc(100vh - 46.4rem);
  overflow: hidden;
}
.body-main .cell-auto:first-child + .cell-auto + .cell-fill .tile-content.notifications.scroll {
  overflow: auto;
  max-height: calc(100vh - 43.4rem);
}
.body-main .cell-auto:first-child + .cell-fill .tile-content.notifications {
  max-height: calc(100vh - 25.9rem);
  overflow: hidden;
}
.body-main .cell-auto:first-child + .cell-fill .tile-content.notifications.scroll {
  overflow: auto;
  max-height: calc(100vh - 22.9rem);
}
.table-fluid-manual .body-main > .grid .tile.with-table .table-fluid .table:not(.inside-window) > .thead .th,
.table-fluid-manual .body-main > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > .thead .th,
.table-fluid-manual .body-main > .grid .tile.with-table .table-fluid table:not(.inside-window) > .thead .th,
.table-fluid-manual .body-main > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > .thead .th,
.table-fluid-manual .body-main > .grid .tile.with-table .table-fluid .table:not(.inside-window) > thead .th,
.table-fluid-manual .body-main > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > thead .th,
.table-fluid-manual .body-main > .grid .tile.with-table .table-fluid table:not(.inside-window) > thead .th,
.table-fluid-manual .body-main > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > thead .th,
.table-fluid-manual .body-main > .grid .tile.with-table .table-fluid .table:not(.inside-window) > .thead th,
.table-fluid-manual .body-main > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > .thead th,
.table-fluid-manual .body-main > .grid .tile.with-table .table-fluid table:not(.inside-window) > .thead th,
.table-fluid-manual .body-main > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > .thead th,
.table-fluid-manual .body-main > .grid .tile.with-table .table-fluid .table:not(.inside-window) > thead th,
.table-fluid-manual .body-main > .grid .tile-content.with-table .table-fluid .table:not(.inside-window) > thead th,
.table-fluid-manual .body-main > .grid .tile.with-table .table-fluid table:not(.inside-window) > thead th,
.table-fluid-manual .body-main > .grid .tile-content.with-table .table-fluid table:not(.inside-window) > thead th {
  top: 10.7rem;
}
.content-fixed {
  position: relative;
}
@media (max-width: 1023px) {
  .content-fixed.cell-4.t-cell-16 > * {
    position: static;
    width: 100%;
  }
}
.content-fixed.cell-4 > * {
  width: calc(25% - 5.8rem);
  position: fixed;
}
input[type=number] {
  -moz-appearance: textfield !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
@media (max-width: 1023px) {
  .t-top-order {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
}
.link {
  color: #408cf8;
}
.grid .row {
  max-width: 100%;
}
.items-end {
  align-items: end;
}
label[for]:not(.custom) {
  cursor: pointer;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    font-size: 1.1rem;
    color: #979ea7;
    padding: 1rem 0 0 2.5rem !important;
  }
}
.enjoyhint .enjoy_hint_label {
  line-height: normal;
}
.enjoyhint .enjoy_hint_label p {
  margin: 0;
}
:focus {
  outline: 0 none;
}
a:focus:not(.button),
label:focus:not(.button) {
  text-decoration: underline;
}
.main-dashboard > .grid,
.main-dashboard > div > .grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main-dashboard > .grid > [class*="cell-1"],
.main-dashboard > div > .grid > [class*="cell-1"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1180px) {
  .main-dashboard > .grid > [class*="cell-1"],
  .main-dashboard > div > .grid > [class*="cell-1"] {
    max-height: calc(100vh - 11.7rem);
    min-width: 110px;
  }
}
.main-dashboard > .grid > [class*="cell-1"] > *:not(.modal),
.main-dashboard > div > .grid > [class*="cell-1"] > *:not(.modal) {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > *:not(.modal),
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > *:not(.modal) {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active > .tile-content,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active > .tile-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active > div:only-child,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active > div:only-child {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active > div:only-child > .tile-content,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active > div:only-child > .tile-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile .has-bulk,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile .has-bulk {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page),
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page),
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page),
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page),
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > .page.active,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content > .page.active,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content .tables,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content .tables,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages .tables,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages .tables {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > .page,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content > .page,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > .page {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > .page > .tile-content,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content > .page > .tile-content,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page > .tile-content,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > .page > .tile-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > .page > div:not([class]):not(.modal),
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content > .page > div:not([class]):not(.modal),
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page > div:not([class]):not(.modal),
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > .page > div:not([class]):not(.modal) {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page),
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page),
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page),
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page),
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > .page.active,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content > .page.active,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content .table-actions,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content .table-actions,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages .table-actions,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages .table-actions,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content .tile-footer,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content .tile-footer,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages .tile-footer,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages .tile-footer,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content .table-dashboard,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content .table-dashboard,
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages .table-dashboard,
.main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages .table-dashboard {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
html.unauthorized {
  height: 100%;
}
html.unauthorized body {
  background-image: url(/assets/login-bg-6313f3096fa164f54232840f4b1562fb94f59ab0df310533ae93d5d02d11ca91.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #203353;
  height: 100%;
  width: 100%;
}
html.unauthorized .content-holder {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
html.unauthorized .content-holder .links {
  text-align: center;
  margin: 1.5rem auto;
  font-size: 1.2rem;
}
html.unauthorized .content-holder .links a {
  color: #fefefe;
}
html.unauthorized .unauthorized-content {
  font-size: 1.2rem;
}
html.unauthorized .unauthorized-content .control.text-center {
  max-width: 29rem;
  margin: 1.5rem auto 2.5rem;
}
html.unauthorized .unauthorized-content .control.left-icon {
  margin: 0 auto;
  max-width: 25rem;
}
html.unauthorized .unauthorized-content .control.left-icon + .control {
  margin-top: 7rem;
}
html.unauthorized .unauthorized-content .control.left-icon input {
  width: 100%;
}
html.unauthorized .unauthorized-content .control.left-icon:before {
  color: #979ea7;
  font-size: 2rem;
  left: 1.5rem;
}
html.unauthorized .unauthorized-content .items {
  justify-content: center;
}
html.unauthorized .unauthorized-content .items + .control {
  margin-top: 7rem;
}
html.unauthorized .unauthorized-content .button {
  min-width: 13rem;
}
html.unauthorized .unauthorized-tile {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
html.unauthorized .unauthorized-tile + .with-footer .links {
  width: 440px;
  max-width: 100%;
}
html.unauthorized .tile {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
html.unauthorized .with-footer {
  margin: auto 0 0;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
html.unauthorized .with-footer .links {
  width: 700px;
  max-width: 100%;
  text-align: right !important;
  margin-bottom: 3rem !important;
  height: auto;
}
html.unauthorized .with-footer .links.center {
  text-align: center !important;
}
html.unauthorized .with-footer .links a {
  opacity: 0.4;
}
html.unauthorized .footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(100vw - 95px);
  width: 360px;
  margin: auto auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  padding: 0 2rem 1.75rem;
  font-size: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
html.unauthorized .footer > span {
  white-space: nowrap;
  margin-top: 2rem;
}
html.unauthorized .footer > a,
html.unauthorized .footer > span > a {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
html.unauthorized .footer .icon-logo {
  opacity: 0.4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  margin-top: -0.5rem;
}
html.unauthorized .footer .icon-logo.footer-logo {
  opacity: 1;
  margin-top: 0;
}
html.unauthorized .footer .icon-logo img {
  width: 1.2rem;
  height: auto;
  vertical-align: middle;
}
html.unauthorized .footer .select {
  margin-top: -0.7rem;
  min-width: 85px;
}
html.unauthorized .footer .select > input {
  cursor: pointer;
}
html.unauthorized .footer .select > input:checked + .select-content {
  bottom: 0;
  top: auto;
}
html.unauthorized .footer .select > input:not(:checked) + .select-content {
  background-color: transparent;
  border: 0 none;
}
html.unauthorized .footer .select > input:not(:checked) + .select-content label {
  background-color: transparent;
  border: 0 none;
}
body.only-modal {
  padding: 0;
}
body.only-modal .modal-fullscreen {
  position: static;
  overflow: visible;
}
body.only-modal .modal-fullscreen > .modal-wrapper:before {
  display: none;
}
body.only-modal .body-content.body-main {
  padding: 0;
}
body.only-modal .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-header {
  right: 0;
}
body.only-modal .modal-backdrop {
  right: 0;
}
body.only-modal .toasts {
  top: 6rem;
  right: 5rem;
}
html.only-modal {
  height: 100%;
}
html.only-modal body,
html.only-modal .body-content {
  height: 100%;
}
html.only-modal .body-content > div {
  height: 100%;
}
.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
}
.breadcrumbs a[href] {
  cursor: pointer;
}
.breadcrumbs li,
.breadcrumbs a {
  display: inline;
  margin: 0;
  padding: 0;
  color: inherit;
}
.breadcrumbs li:hover,
.breadcrumbs a:hover {
  color: inherit;
}
.breadcrumbs li[href]:hover,
.breadcrumbs a[href]:hover {
  text-decoration: underline;
}
.breadcrumbs li + li:before {
  content: "\e90c";
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.5rem 0 0.3rem;
}
.breadcrumbs > a:not(:last-child):after {
  content: "\e90c";
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1.breadcrumbs {
  display: inline;
}
h1.breadcrumbs > a:first-child {
  color: #979ea7;
}
h1.breadcrumbs > a:first-child:before {
  color: inherit;
}
.filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filters > span {
  text-transform: uppercase;
  color: #a1a9bd;
  font-size: 1rem;
}
.filters > * + .select,
.filters > * + .has-popup {
  margin-left: 1.3rem;
}
.filters a.link {
  font-size: 1.2rem;
}
.filters a.link i {
  font-size: 1.6rem;
  vertical-align: middle;
}
.filters .pause {
  font-size: 2rem;
  display: inline-block;
  color: #959db1;
}
.filters .pause:after {
  border-left: 1px solid;
  content: '';
  height: 1.4rem;
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
}
.filter-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -1.5rem;
}
.filter-tabs .filter-tab {
  font-size: 1.1rem;
  color: #A8B0C2;
  font-weight: bold;
  margin-left: 1.5rem;
  cursor: pointer;
}
.filter-tabs .filter-tab.active {
  color: #294058;
  position: relative;
  cursor: default;
}
.filter-tabs .filter-tab.active:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 2px solid #FBAF5D;
}
.tile {
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(21, 16, 60, 0.22);
  -moz-box-shadow: 0 0 4px rgba(21, 16, 60, 0.22);
  box-shadow: 0 0 4px rgba(21, 16, 60, 0.22);
}
@media (max-width: 1180px) {
  .tile {
    border-radius: 0;
  }
}
.tile.tabs .tile {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 4px 4px;
}
.tile.tabs.addons-inside {
  position: relative;
}
.tile.tabs.addons-inside .tab-addons {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 4.5rem;
  padding-right: 1.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tile .tile-header:not(th),
.tile .tile-footer:not(th) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tile .tile-header {
  font-size: 2.4rem;
  color: #294058;
  line-height: 6rem;
  min-height: 6rem;
  --tile-header-line-height: 6rem;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 1180px) {
  .tile .tile-header {
    line-height: 8rem;
    min-height: 8rem;
    --tile-header-line-height: 8rem;
  }
}
.tile .tile-header .tab-addons .items > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tile .tile-header .tab-addons .items > * + *:before {
  height: 1.4rem;
}
.tile .tile-header .h1 i {
  color: #979ea7;
  vertical-align: middle;
}
.tile .tile-header.tile-header-short {
  line-height: 4.5rem;
  min-height: 4.5rem;
  --tile-header-line-height: 4.5rem;
}
.tile .tile-header label.h1 {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tile .tile-header.no-line {
  line-height: normal;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 0;
  --tile-header-line-height: normal;
}
.tile .tile-header.with-steps {
  border-bottom: 1px solid #e5e6e7;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tile .tile-header.with-steps h1,
.tile .tile-header.with-steps h2 {
  color: #000;
}
.tile .tile-header.with-steps h1,
.tile .tile-header.with-steps h2,
.tile .tile-header.with-steps p {
  margin: 0;
  padding: 0;
}
.tile .tile-header.with-steps h1 {
  font-size: 2.4rem;
}
.tile .tile-header.with-steps h1 + p {
  margin-top: 0.5rem;
}
.tile .tile-header.with-steps p {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.55);
}
.tile .tile-header.with-steps .steps {
  margin-right: 0;
  margin-left: auto;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  counter-reset: steps;
}
.tile .tile-header.with-steps .steps .step {
  counter-increment: steps;
  height: 3.3rem;
  width: 3.3rem;
  border-radius: 100%;
  line-height: 3.3rem;
  color: #fff;
  background-color: #c2c8ce;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
}
.tile .tile-header.with-steps .steps .step:before {
  content: counter(steps);
}
.tile .tile-header.with-steps .steps .step + .step:after {
  background-color: #c2c8ce;
  height: 2px;
  width: 4.2rem;
  content: '';
  position: absolute;
  left: -4.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tile .tile-header.with-steps .steps .step.current {
  background-color: #294058;
}
.tile .tile-header.with-steps .steps .step.done {
  background-color: #2bb45b;
}
.tile .tile-header.with-steps .steps .step.done:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 2rem;
  line-height: inherit;
}
.tile .tile-header.with-steps .steps .step.done + .step:after {
  background-color: #2bb45b;
}
.tile .tile-header.with-steps .steps .step + .step {
  margin-left: 4.2rem;
}
.tile .tile-header.tab-labels {
  background-color: #f6f7f9;
  color: #a6acb5;
  padding: 0 !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  border-bottom: 1px solid #e5e6e7;
}
.tile .tile-header.tab-labels.tab-light {
  background-color: #fff;
}
@media (max-width: 768px) {
  .tile .tile-header.tab-labels {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tile .tile-header.tab-labels > * {
    -webkit-box-flex: 1 0;
    -moz-box-flex: 1 0;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
  }
  .tile .tile-header.tab-labels.tile-header-mobile-block > * {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .tile .tile-header.tab-labels > label {
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
  }
  .tile .tile-header.tab-labels > label > * {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .tile .tile-header.tab-labels > label > * span:not(.has-tooltip) {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .tile .tile-header.tab-labels > label > * .count {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tile .tile-header.tab-labels .tab-addons {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e5e6e7;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    text-align: right;
  }
  .tile .tile-header.tab-labels .tab-addons .actions.items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 0;
  }
  .tile .tile-header.tab-labels .tab-addons .actions.items > *:only-child {
    margin-right: 0;
    margin-left: auto;
  }
  .tile .tile-header.tab-labels .tab-addons .actions.items.items-divided > *:before {
    display: none;
  }
}
.tile .tile-header.tab-labels > label {
  height: inherit;
  line-height: inherit;
  padding: 0;
  cursor: pointer;
}
.tile .tile-header.tab-labels > label h1,
.tile .tile-header.tab-labels > label h2,
.tile .tile-header.tab-labels > label h3 {
  padding: 0 2.4rem;
  font-weight: 400;
}
.tile .tile-header.tab-labels .actions,
.tile .tile-header.tab-labels .tab-addons {
  margin-right: 0;
  margin-left: auto;
  padding-right: 1.7rem;
}
.tile .tile-header .tab-addons .actions {
  font-size: 1.2rem;
}
.tile .tile-header .tab-addons > div {
  height: 100%;
}
.tile .tile-header .tab-addons > div > .actions {
  height: 100%;
}
.tile .tile-header h1,
.tile .tile-header h2,
.tile .tile-header h3,
.tile .tile-header h4,
.tile .tile-header h5,
.tile .tile-header .h1,
.tile .tile-header .h2,
.tile .tile-header .h3,
.tile .tile-header .h4,
.tile .tile-header .h5 {
  color: inherit;
  height: inherit;
  line-height: inherit;
  word-wrap: break-word;
  margin: 0;
  font-weight: 400;
}
.tile .tile-header h2 {
  font-size: 1.6rem;
}
.tile .tile-header span:first-child {
  white-space: nowrap;
}
.tile .tile-header .has-popup {
  line-height: normal;
}
.tile .tile-header .has-popup > input:not(:checked) {
  cursor: pointer;
}
.tile .tile-header .has-popup .button {
  vertical-align: top;
}
.tile .tile-header span + span:not(.clear) .link {
  font-size: 1.2rem;
  color: #408cf8;
  cursor: pointer;
  font-weight: bold;
  line-height: 2rem;
  display: inline-block;
}
.tile .tile-header span + span:not(.clear) .link i {
  font-size: 2rem;
  vertical-align: middle;
}
.tile .tile-header .actions {
  font-size: 1.4rem;
}
.tile .tile-header .actions a:focus {
  text-decoration: none;
}
.tile .tile-header .actions a + a {
  margin-left: 1rem;
}
.tile .tile-header .actions a.link i {
  color: currentColor;
}
.tile .tile-header .actions a.link i:hover {
  text-transform: none;
}
.tile .tile-header .actions a i {
  font-size: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem;
  display: inline-block;
  vertical-align: middle;
}
.tile .tile-header .actions a i {
  color: rgba(0, 0, 0, 0.1);
}
.tile .tile-header .actions a:hover.edit i {
  color: #faac18;
}
.tile .tile-header .actions a:hover.delete i {
  color: #f65f7b;
}
.tile .tile-header .actions a:hover.approve i {
  color: #2cbf55;
}
.tile .tile-header .actions a:hover.reject i {
  color: #f65f7b;
}
.tile .tile-header .link {
  cursor: pointer;
}
.tile .tile-footer,
.tile .tile-header {
  padding-left: 2.2rem;
  padding-right: 1.7rem;
}
@media (max-width: 1180px) {
  .tile .tile-footer,
  .tile .tile-header {
    padding-left: 1.5rem;
  }
}
.tile .tile-footer > .pagination:only-child {
  margin-right: 0;
  margin-left: auto;
}
.tile .tile-footer .items a + small.display-block {
  line-height: normal;
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 568px) {
  .tile .tile-footer .items.items-end {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .tile .tile-footer .items.items-end > * {
    margin-left: 0 !important;
  }
}
.tile.with-bulk .tile-header.tab-labels > label h1,
.tile.with-bulk .tile-header.tab-labels > label h2,
.tile.with-bulk .tile-header.tab-labels > label h3 {
  padding: 0 4rem;
}
.tile .with-table .tile-header,
.tile.with-table .tile-header,
.tile .with-table .tile-footer,
.tile.with-table .tile-footer {
  padding-left: 3.5rem;
  padding-right: 1.7rem;
}
@media (max-width: 1180px) {
  .tile .with-table .tile-header,
  .tile.with-table .tile-header,
  .tile .with-table .tile-footer,
  .tile.with-table .tile-footer {
    padding-left: 1.5rem;
  }
}
.tile .with-table .tile-footer,
.tile.with-table .tile-footer {
  border-top: 1px solid #ededed;
}
.tile .with-table table th:first-child,
.tile.with-table table th:first-child,
.tile .with-table .table th:first-child,
.tile.with-table .table th:first-child,
.tile .with-table table td:first-child,
.tile.with-table table td:first-child,
.tile .with-table .table td:first-child,
.tile.with-table .table td:first-child,
.tile .with-table table .th:first-child,
.tile.with-table table .th:first-child,
.tile .with-table .table .th:first-child,
.tile.with-table .table .th:first-child,
.tile .with-table table .td:first-child,
.tile.with-table table .td:first-child,
.tile .with-table .table .td:first-child,
.tile.with-table .table .td:first-child {
  padding-left: 3.5rem;
}
.tile .with-table table th:last-child,
.tile.with-table table th:last-child,
.tile .with-table .table th:last-child,
.tile.with-table .table th:last-child,
.tile .with-table table td:last-child,
.tile.with-table table td:last-child,
.tile .with-table .table td:last-child,
.tile.with-table .table td:last-child,
.tile .with-table table .th:last-child,
.tile.with-table table .th:last-child,
.tile .with-table .table .th:last-child,
.tile.with-table .table .th:last-child,
.tile .with-table table .td:last-child,
.tile.with-table table .td:last-child,
.tile .with-table .table .td:last-child,
.tile.with-table .table .td:last-child {
  padding-right: 1.7rem;
}
.tile .with-table table th:last-child.number,
.tile.with-table table th:last-child.number,
.tile .with-table .table th:last-child.number,
.tile.with-table .table th:last-child.number,
.tile .with-table table td:last-child.number,
.tile.with-table table td:last-child.number,
.tile .with-table .table td:last-child.number,
.tile.with-table .table td:last-child.number,
.tile .with-table table .th:last-child.number,
.tile.with-table table .th:last-child.number,
.tile .with-table .table .th:last-child.number,
.tile.with-table .table .th:last-child.number,
.tile .with-table table .td:last-child.number,
.tile.with-table table .td:last-child.number,
.tile .with-table .table .td:last-child.number,
.tile.with-table .table .td:last-child.number {
  padding-right: 3.5rem;
}
.tile .with-table .has-bulk table th:first-child,
.tile.with-table .has-bulk table th:first-child,
.tile .with-table .has-bulk .table th:first-child,
.tile.with-table .has-bulk .table th:first-child,
.tile .with-table .has-bulk table td:first-child,
.tile.with-table .has-bulk table td:first-child,
.tile .with-table .has-bulk .table td:first-child,
.tile.with-table .has-bulk .table td:first-child,
.tile .with-table .has-bulk table .th:first-child,
.tile.with-table .has-bulk table .th:first-child,
.tile .with-table .has-bulk .table .th:first-child,
.tile.with-table .has-bulk .table .th:first-child,
.tile .with-table .has-bulk table .td:first-child,
.tile.with-table .has-bulk table .td:first-child,
.tile .with-table .has-bulk .table .td:first-child,
.tile.with-table .has-bulk .table .td:first-child {
  padding-left: 1rem;
  white-space: nowrap !important;
}
.tile .with-table .has-bulk table th:first-child .checkbox,
.tile.with-table .has-bulk table th:first-child .checkbox,
.tile .with-table .has-bulk .table th:first-child .checkbox,
.tile.with-table .has-bulk .table th:first-child .checkbox,
.tile .with-table .has-bulk table td:first-child .checkbox,
.tile.with-table .has-bulk table td:first-child .checkbox,
.tile .with-table .has-bulk .table td:first-child .checkbox,
.tile.with-table .has-bulk .table td:first-child .checkbox,
.tile .with-table .has-bulk table .th:first-child .checkbox,
.tile.with-table .has-bulk table .th:first-child .checkbox,
.tile .with-table .has-bulk .table .th:first-child .checkbox,
.tile.with-table .has-bulk .table .th:first-child .checkbox,
.tile .with-table .has-bulk table .td:first-child .checkbox,
.tile.with-table .has-bulk table .td:first-child .checkbox,
.tile .with-table .has-bulk .table .td:first-child .checkbox,
.tile.with-table .has-bulk .table .td:first-child .checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.tile .with-table .has-bulk table th:first-child .checkbox:before,
.tile.with-table .has-bulk table th:first-child .checkbox:before,
.tile .with-table .has-bulk .table th:first-child .checkbox:before,
.tile.with-table .has-bulk .table th:first-child .checkbox:before,
.tile .with-table .has-bulk table td:first-child .checkbox:before,
.tile.with-table .has-bulk table td:first-child .checkbox:before,
.tile .with-table .has-bulk .table td:first-child .checkbox:before,
.tile.with-table .has-bulk .table td:first-child .checkbox:before,
.tile .with-table .has-bulk table .th:first-child .checkbox:before,
.tile.with-table .has-bulk table .th:first-child .checkbox:before,
.tile .with-table .has-bulk .table .th:first-child .checkbox:before,
.tile.with-table .has-bulk .table .th:first-child .checkbox:before,
.tile .with-table .has-bulk table .td:first-child .checkbox:before,
.tile.with-table .has-bulk table .td:first-child .checkbox:before,
.tile .with-table .has-bulk .table .td:first-child .checkbox:before,
.tile.with-table .has-bulk .table .td:first-child .checkbox:before {
  color: currentColor;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.tile .with-table .has-bulk table th.with-table th:first-child,
.tile.with-table .has-bulk table th.with-table th:first-child,
.tile .with-table .has-bulk .table th.with-table th:first-child,
.tile.with-table .has-bulk .table th.with-table th:first-child,
.tile .with-table .has-bulk table td.with-table th:first-child,
.tile.with-table .has-bulk table td.with-table th:first-child,
.tile .with-table .has-bulk .table td.with-table th:first-child,
.tile.with-table .has-bulk .table td.with-table th:first-child,
.tile .with-table .has-bulk table .th.with-table th:first-child,
.tile.with-table .has-bulk table .th.with-table th:first-child,
.tile .with-table .has-bulk .table .th.with-table th:first-child,
.tile.with-table .has-bulk .table .th.with-table th:first-child,
.tile .with-table .has-bulk table .td.with-table th:first-child,
.tile.with-table .has-bulk table .td.with-table th:first-child,
.tile .with-table .has-bulk .table .td.with-table th:first-child,
.tile.with-table .has-bulk .table .td.with-table th:first-child,
.tile .with-table .has-bulk table th.with-table td:first-child,
.tile.with-table .has-bulk table th.with-table td:first-child,
.tile .with-table .has-bulk .table th.with-table td:first-child,
.tile.with-table .has-bulk .table th.with-table td:first-child,
.tile .with-table .has-bulk table td.with-table td:first-child,
.tile.with-table .has-bulk table td.with-table td:first-child,
.tile .with-table .has-bulk .table td.with-table td:first-child,
.tile.with-table .has-bulk .table td.with-table td:first-child,
.tile .with-table .has-bulk table .th.with-table td:first-child,
.tile.with-table .has-bulk table .th.with-table td:first-child,
.tile .with-table .has-bulk .table .th.with-table td:first-child,
.tile.with-table .has-bulk .table .th.with-table td:first-child,
.tile .with-table .has-bulk table .td.with-table td:first-child,
.tile.with-table .has-bulk table .td.with-table td:first-child,
.tile .with-table .has-bulk .table .td.with-table td:first-child,
.tile.with-table .has-bulk .table .td.with-table td:first-child,
.tile .with-table .has-bulk table th.with-table .th:first-child,
.tile.with-table .has-bulk table th.with-table .th:first-child,
.tile .with-table .has-bulk .table th.with-table .th:first-child,
.tile.with-table .has-bulk .table th.with-table .th:first-child,
.tile .with-table .has-bulk table td.with-table .th:first-child,
.tile.with-table .has-bulk table td.with-table .th:first-child,
.tile .with-table .has-bulk .table td.with-table .th:first-child,
.tile.with-table .has-bulk .table td.with-table .th:first-child,
.tile .with-table .has-bulk table .th.with-table .th:first-child,
.tile.with-table .has-bulk table .th.with-table .th:first-child,
.tile .with-table .has-bulk .table .th.with-table .th:first-child,
.tile.with-table .has-bulk .table .th.with-table .th:first-child,
.tile .with-table .has-bulk table .td.with-table .th:first-child,
.tile.with-table .has-bulk table .td.with-table .th:first-child,
.tile .with-table .has-bulk .table .td.with-table .th:first-child,
.tile.with-table .has-bulk .table .td.with-table .th:first-child,
.tile .with-table .has-bulk table th.with-table .td:first-child,
.tile.with-table .has-bulk table th.with-table .td:first-child,
.tile .with-table .has-bulk .table th.with-table .td:first-child,
.tile.with-table .has-bulk .table th.with-table .td:first-child,
.tile .with-table .has-bulk table td.with-table .td:first-child,
.tile.with-table .has-bulk table td.with-table .td:first-child,
.tile .with-table .has-bulk .table td.with-table .td:first-child,
.tile.with-table .has-bulk .table td.with-table .td:first-child,
.tile .with-table .has-bulk table .th.with-table .td:first-child,
.tile.with-table .has-bulk table .th.with-table .td:first-child,
.tile .with-table .has-bulk .table .th.with-table .td:first-child,
.tile.with-table .has-bulk .table .th.with-table .td:first-child,
.tile .with-table .has-bulk table .td.with-table .td:first-child,
.tile.with-table .has-bulk table .td.with-table .td:first-child,
.tile .with-table .has-bulk .table .td.with-table .td:first-child,
.tile.with-table .has-bulk .table .td.with-table .td:first-child {
  padding-left: 3.7rem;
}
.tile .with-table.simetric-padding .tile-header,
.tile.with-table.simetric-padding .tile-header,
.tile .with-table.simetric-padding .tile-footer,
.tile.with-table.simetric-padding .tile-footer {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
.tile .with-table.simetric-padding table th:first-child,
.tile.with-table.simetric-padding table th:first-child,
.tile .with-table.simetric-padding .table th:first-child,
.tile.with-table.simetric-padding .table th:first-child,
.tile .with-table.simetric-padding table td:first-child,
.tile.with-table.simetric-padding table td:first-child,
.tile .with-table.simetric-padding .table td:first-child,
.tile.with-table.simetric-padding .table td:first-child,
.tile .with-table.simetric-padding table .th:first-child,
.tile.with-table.simetric-padding table .th:first-child,
.tile .with-table.simetric-padding .table .th:first-child,
.tile.with-table.simetric-padding .table .th:first-child,
.tile .with-table.simetric-padding table .td:first-child,
.tile.with-table.simetric-padding table .td:first-child,
.tile .with-table.simetric-padding .table .td:first-child,
.tile.with-table.simetric-padding .table .td:first-child {
  padding-left: 1.7rem;
}
.tile .with-table.simetric-padding table th:last-child,
.tile.with-table.simetric-padding table th:last-child,
.tile .with-table.simetric-padding .table th:last-child,
.tile.with-table.simetric-padding .table th:last-child,
.tile .with-table.simetric-padding table td:last-child,
.tile.with-table.simetric-padding table td:last-child,
.tile .with-table.simetric-padding .table td:last-child,
.tile.with-table.simetric-padding .table td:last-child,
.tile .with-table.simetric-padding table .th:last-child,
.tile.with-table.simetric-padding table .th:last-child,
.tile .with-table.simetric-padding .table .th:last-child,
.tile.with-table.simetric-padding .table .th:last-child,
.tile .with-table.simetric-padding table .td:last-child,
.tile.with-table.simetric-padding table .td:last-child,
.tile .with-table.simetric-padding .table .td:last-child,
.tile.with-table.simetric-padding .table .td:last-child {
  padding-right: 1.7rem;
}
.tile h3.tile-header {
  height: 4.2rem;
  line-height: 4.2rem;
  font-size: 1.4rem;
  color: #1e3668;
  border-bottom: 1px solid #ededed;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tile h2.label,
.tile h3.label {
  margin: 0;
  color: #294058;
}
.tile .tile-footer {
  line-height: 8rem;
  min-height: 8rem;
  font-size: 1.4rem;
}
@media (max-width: 1180px) {
  .tile .tile-footer {
    line-height: 5.5rem;
    min-height: 5.5rem;
  }
}
.tile .tile-footer.tile-footer-top {
  padding-bottom: 2rem !important;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: normal;
  min-height: 0;
}
.tile .tile-footer.tile-footer-short {
  line-height: 3.5rem;
  min-height: 3.5rem;
}
.tile .tile-footer .last {
  margin-right: 0 !important;
  margin-left: auto !important;
  text-align: right;
}
.tile .tile-footer .actions {
  margin-left: -2rem;
}
.tile .tile-footer .actions > * {
  margin-left: 2rem;
}
.tile .tile-footer .actions .pagination {
  display: inline-block;
}
.tile .tile-footer .link {
  text-transform: uppercase;
}
.tile .tile-footer .actions .link {
  text-transform: none;
}
.tile .tile-footer .inline-table .th,
.tile .tile-footer .inline-table td,
.tile .tile-footer .inline-table th,
.tile .tile-footer .inline-table .td {
  line-height: normal;
}
.tile .tile-content.scroll,
.tile .tile-content-scroll {
  overflow-y: auto;
}
.tile .tile-content-scroll {
  max-height: calc(100vh - 17.8rem);
}
.tile .tile-content.with-padding {
  padding: 1.5rem 2rem 3rem;
}
.tile .tile-content.with-border {
  padding: 1.5rem 2rem;
}
.tile .tile-content.with-border + .with-border {
  border-top: 1px solid #ededed;
}
.tile .tile-content .with-charts {
  overflow: hidden;
}
.tile.tile-expandable.form-section .tile-header {
  padding: 0 2.5rem 0 1.5rem;
  line-height: 5.5rem;
  min-height: 5.5rem;
}
.tile.tile-expandable > input[type="checkbox"] {
  display: none;
}
.tile.tile-expandable > input[type="checkbox"]:not(:checked) ~ .tile-content,
.tile.tile-expandable > input[type="checkbox"]:not(:checked) ~ .tile-footer {
  display: none;
}
.tile.tile-expandable > input[type="checkbox"]:checked ~ .tile-content {
  display: block;
}
.tile.tile-expandable > input[type="checkbox"]:checked ~ .tile-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tile.tile-expandable > .tile-header + .tile-content {
  border-top: 1px solid #ededed;
}
.tile abbr {
  color: #408cf8;
  font-weight: 900;
  font-size: 1.1rem;
  vertical-align: top;
}
.tile article.quickbooks {
  text-align: center;
  color: #294058;
}
.tile article.quickbooks h1 {
  font-size: 3rem;
}
.tile article.quickbooks p {
  margin: 2rem 0 4rem;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 300;
}
.tile-list {
  padding: 0 2.2rem;
}
.tile-list.window-content {
  padding: 0 1.8rem;
  max-height: 70vh;
  overflow: auto;
}
.tile-list.window-content .tile-item {
  padding: 1.5rem 0;
}
.tile-list .tile-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 2rem 0 1.8rem;
}
.tile-list .tile-item + .tile-item {
  border-top: 1px solid #f2f3f9;
}
.tile-list .tile-item .tile-item-icon {
  width: 4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2.5rem;
}
.tile-list .tile-item .tile-item-description {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: calc(100% - 4rem);
}
.tile-list .tile-item .tile-item-description p.timestamp {
  font-size: 1rem;
  color: #a1a9bd;
  margin: -0.1rem 0 0;
}
.tile-list .tile-item .tile-item-description p {
  font-size: 1.2rem;
  color: #515151;
  margin: 0.2rem 0 0;
  font-weight: 500;
}
.tile-list.notifications.scroll + .tile-list-expand {
  display: none;
}
.tile-list.notifications .tile-item.new-po i {
  color: #1e3668;
}
.tile-list.notifications .tile-item.approved i {
  color: #2cbf55;
}
.tile-list.notifications .tile-item.rejected i {
  color: #f65f7b;
}
.tile-list-expand.button {
  height: 3rem;
  line-height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}
.unauthorized.tile,
.unauthorized-tile {
  margin: calc(7vh + 7.5rem) auto auto;
}
.unauthorized.tile.registration,
.unauthorized-tile.registration {
  margin: 4vh auto auto;
  width: unset;
}
.unauthorized-tile {
  width: 440px;
  max-width: 100%;
  background-color: #fff;
  padding: 6rem 9rem 5rem;
  border-radius: 3px;
  box-shadow: 0 0 8px solid rgba(0, 0, 0, 0.41);
  position: relative;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .unauthorized-tile {
    padding: 6rem 4rem 5rem;
  }
}
@media (max-width: 500px) {
  .unauthorized-tile {
    padding: 6rem 2rem 5rem;
  }
}
.unauthorized-tile .errors {
  background-color: #f65f7b;
  color: #fff;
  margin-left: -9rem;
  margin-right: -9rem;
  padding-left: 9rem;
  padding-right: 9rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media (max-width: 700px) {
  .unauthorized-tile .errors {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (max-width: 500px) {
  .unauthorized-tile .errors {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.unauthorized-tile h2 {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  margin: 1rem -7rem 4.2rem;
  font-weight: normal;
}
.unauthorized-tile h2.lower {
  margin-bottom: 3.5rem;
}
@media (max-width: 700px) {
  .unauthorized-tile h2 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (max-width: 500px) {
  .unauthorized-tile h2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.unauthorized-tile h2 + p {
  margin-top: -1rem;
}
.unauthorized-tile p {
  text-align: center;
  margin: 0 0 2.5rem;
}
.unauthorized-tile .control.left-icon:before {
  font-size: 2rem;
  left: 1.2rem;
}
.unauthorized-tile .with-link {
  text-align: right;
}
.unauthorized-tile .with-link a {
  margin-top: 1rem;
  display: inline-block;
}
.unauthorized-tile .with-action {
  margin-top: 1rem;
}
.unauthorized-tile .with-action label.label input {
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}
.unauthorized-tile .with-action .button {
  margin-top: 1rem;
}
.unauthorized-tile .icon-logo {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  margin: auto;
  background-color: #294058;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
}
.unauthorized-tile .icon-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.unauthorized-tile .cell label.label {
  color: #515151;
  font-size: 1.2rem;
}
.unauthorized-tile a:not(.button) {
  color: #408cf8;
}
.unauthorized.tile {
  max-width: 100%;
  background-color: transparent;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.unauthorized.tile .cell-fill {
  background-color: #fff;
  border-radius: 0 4px 4px 0;
}
.unauthorized.tile .cell-fill .tile-content,
.unauthorized.tile .cell-fill .tile-header {
  padding-left: 6.7rem;
  padding-right: 5rem;
}
@media (max-width: 1023px) {
  .unauthorized.tile .cell-fill .tile-content,
  .unauthorized.tile .cell-fill .tile-header {
    padding-left: 3rem;
    padding-right: 2rem;
  }
  .unauthorized.tile .cell-fill .tile-header {
    max-width: calc(100vw - 155px);
  }
}
.unauthorized.tile .cell-fill .tile-content {
  padding-top: 2.7rem;
}
.unauthorized.tile .cell-fill .tile-content .errors {
  background-color: #f65f7b;
  color: #fff;
  margin-left: -6.7rem;
  margin-right: -5rem;
  padding-left: 9rem;
  padding-right: 9rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .unauthorized.tile .cell-fill .tile-content .errors {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: -3rem;
    margin-right: -2rem;
  }
}
@media (max-width: 500px) {
  .unauthorized.tile .cell-fill .tile-content .errors {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.unauthorized.tile .cell-fill .tile-content span.section-title {
  font-size: 12px;
  font-weight: 500;
  color: black;
}
.unauthorized.tile .cell-fill .tile-content span.section-title.additional-settings {
  position: absolute;
  padding-left: 0.7rem;
}
.unauthorized.tile .cell-fill .tile-content select {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
.unauthorized.tile .cell-fill .tile-content span.d-ruby {
  display: ruby;
}
.unauthorized.tile .cell-fill .tile-content span.d-ruby .required {
  color: #408cf8;
}
.unauthorized.tile .cell-fill .tile-content .pt-20px {
  padding-top: 20px;
}
.unauthorized.tile .cell-fill .cell.with-action {
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 1rem;
}
.unauthorized.tile .cell-fill .cell.with-action.reduce {
  padding-top: 2rem;
}
.unauthorized.tile .cell-fill .cell.with-action .justify-between {
  display: flex;
  justify-content: space-between;
}
.unauthorized.tile .cell-fill .cell.with-action .button {
  min-width: 13rem;
  border-radius: 2px;
}
.unauthorized.tile .cell-fill .cell.with-action .button.rounded {
  border-radius: 5px;
}
.unauthorized.tile .cell-fill .cell.with-action .button-back {
  color: #979EA7;
  border: 1px solid #979EA7;
  min-width: 91px;
}
.unauthorized.tile .cell-fill .cell.with-action .rounded {
  border-radius: 5px;
}
.unauthorized.tile .cell-fill .cell.with-action .stick-right {
  text-align: right;
}
.unauthorized.tile .cell-fill .cell.with-action .button-back {
  color: #979EA7;
  border: 1px solid #979EA7;
  min-width: 91px;
}
.unauthorized.tile .cell-auto {
  width: 95px;
  background-color: #294058;
  border-radius: 4px 0 0 4px;
  text-align: center;
  padding: 3.5rem 1rem;
}
@media (max-width: 768px) {
  .unauthorized.tile .cell-auto {
    width: auto;
  }
}
.status {
  margin: 0.2rem 0;
}
table,
.table {
  width: 100%;
}
table tbody,
.table tbody,
table .tbody,
.table .tbody {
  color: #616162;
}
table,
.table,
.inline-table {
  border-spacing: 0;
  counter-reset: td-counter;
  font-size: 1.3rem;
  background: #fff;
}
table.can-expanded .thead:not(.expandable):not(.last-footer) .th:first-child,
.table.can-expanded .thead:not(.expandable):not(.last-footer) .th:first-child,
.inline-table.can-expanded .thead:not(.expandable):not(.last-footer) .th:first-child,
table.can-expanded .thead:not(.expandable):not(.last-footer) .th:first-child,
.table.can-expanded .thead:not(.expandable):not(.last-footer) .th:first-child,
.inline-table.can-expanded .thead:not(.expandable):not(.last-footer) .th:first-child,
table.can-expanded .tfoot:not(.expandable):not(.last-footer) .th:first-child,
.table.can-expanded .tfoot:not(.expandable):not(.last-footer) .th:first-child,
.inline-table.can-expanded .tfoot:not(.expandable):not(.last-footer) .th:first-child,
table.can-expanded tfoot:not(.expandable):not(.last-footer) .th:first-child,
.table.can-expanded tfoot:not(.expandable):not(.last-footer) .th:first-child,
.inline-table.can-expanded tfoot:not(.expandable):not(.last-footer) .th:first-child,
table.can-expanded .thead:not(.expandable):not(.last-footer) th:first-child,
.table.can-expanded .thead:not(.expandable):not(.last-footer) th:first-child,
.inline-table.can-expanded .thead:not(.expandable):not(.last-footer) th:first-child,
table.can-expanded .thead:not(.expandable):not(.last-footer) th:first-child,
.table.can-expanded .thead:not(.expandable):not(.last-footer) th:first-child,
.inline-table.can-expanded .thead:not(.expandable):not(.last-footer) th:first-child,
table.can-expanded .tfoot:not(.expandable):not(.last-footer) th:first-child,
.table.can-expanded .tfoot:not(.expandable):not(.last-footer) th:first-child,
.inline-table.can-expanded .tfoot:not(.expandable):not(.last-footer) th:first-child,
table.can-expanded tfoot:not(.expandable):not(.last-footer) th:first-child,
.table.can-expanded tfoot:not(.expandable):not(.last-footer) th:first-child,
.inline-table.can-expanded tfoot:not(.expandable):not(.last-footer) th:first-child {
  padding-left: 6rem;
}
table.table-transactions,
.table.table-transactions,
.inline-table.table-transactions {
  background-color: #fff;
}
table.table-transactions tbody,
.table.table-transactions tbody,
.inline-table.table-transactions tbody,
table.table-transactions .tbody,
.table.table-transactions .tbody,
.inline-table.table-transactions .tbody {
  color: #343434;
}
table.table-transactions td select.input-table,
.table.table-transactions td select.input-table,
.inline-table.table-transactions td select.input-table {
  max-width: 7vw !important;
}
table.table-transactions td input.input-table,
.table.table-transactions td input.input-table,
.inline-table.table-transactions td input.input-table,
table.table-transactions td textarea.input-table,
.table.table-transactions td textarea.input-table,
.inline-table.table-transactions td textarea.input-table {
  max-width: 10vw !important;
}
table.table-transactions td.number input.input-table,
.table.table-transactions td.number input.input-table,
.inline-table.table-transactions td.number input.input-table,
table.table-transactions td.number textarea.input-table,
.table.table-transactions td.number textarea.input-table,
.inline-table.table-transactions td.number textarea.input-table {
  max-width: 8vw !important;
}
table.total .td,
.table.total .td,
.inline-table.total .td,
table.total td,
.table.total td,
.inline-table.total td {
  min-height: 2rem;
  height: 2rem;
  max-height: 2rem;
}
table [colspan].empty,
.table [colspan].empty,
.inline-table [colspan].empty {
  text-align: center;
  height: 4rem;
  padding: 0;
  vertical-align: middle;
}
table [colspan].empty span,
.table [colspan].empty span,
.inline-table [colspan].empty span {
  width: 100%;
  text-align: center;
  color: rgba(64, 140, 248, 0.7);
  text-transform: uppercase;
}
table.can-default .tr > *:first-child:not(input),
.table.can-default .tr > *:first-child:not(input),
.inline-table.can-default .tr > *:first-child:not(input),
table.can-default tr > *:first-child:not(input),
.table.can-default tr > *:first-child:not(input),
.inline-table.can-default tr > *:first-child:not(input) {
  padding-left: 0.7rem !important;
  padding-right: 0.3rem;
  width: 3rem;
  max-width: 3rem;
}
table.can-default .tr > input:first-child + *,
.table.can-default .tr > input:first-child + *,
.inline-table.can-default .tr > input:first-child + *,
table.can-default tr > input:first-child + *,
.table.can-default tr > input:first-child + *,
.inline-table.can-default tr > input:first-child + * {
  padding-left: 0.7rem !important;
  padding-right: 0.3rem;
  width: 3rem;
  max-width: 3rem;
}
table.align-top .tbody .td,
.table.align-top .tbody .td,
.inline-table.align-top .tbody .td,
table.align-top tbody .td,
.table.align-top tbody .td,
.inline-table.align-top tbody .td,
table.align-top .tbody td,
.table.align-top .tbody td,
.inline-table.align-top .tbody td,
table.align-top tbody td,
.table.align-top tbody td,
.inline-table.align-top tbody td {
  vertical-align: top;
}
table.table-selectable input + .td,
.table.table-selectable input + .td,
.inline-table.table-selectable input + .td,
table.table-selectable input + td,
.table.table-selectable input + td,
.inline-table.table-selectable input + td {
  white-space: nowrap !important;
}
table.table-selectable .has-checkbox,
.table.table-selectable .has-checkbox,
.inline-table.table-selectable .has-checkbox {
  margin-right: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
}
table.table-selectable .has-checkbox .icon-add_circle,
.table.table-selectable .has-checkbox .icon-add_circle,
.inline-table.table-selectable .has-checkbox .icon-add_circle {
  display: inline-block;
  vertical-align: middle;
  height: 2rem;
  margin-top: -0.35rem;
}
table.table-selectable .has-checkbox .icon-add_circle:before,
.table.table-selectable .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .has-checkbox .icon-add_circle:before {
  color: #d1dbe7;
  font-size: 2rem;
}
table.table-selectable .td.actions:first-child,
.table.table-selectable .td.actions:first-child,
.inline-table.table-selectable .td.actions:first-child,
table.table-selectable td.actions:first-child,
.table.table-selectable td.actions:first-child,
.inline-table.table-selectable td.actions:first-child {
  width: 3rem;
  padding-left: 0.5rem;
}
table.table-selectable .td.actions:first-child .has-checkbox,
.table.table-selectable .td.actions:first-child .has-checkbox,
.inline-table.table-selectable .td.actions:first-child .has-checkbox,
table.table-selectable td.actions:first-child .has-checkbox,
.table.table-selectable td.actions:first-child .has-checkbox,
.inline-table.table-selectable td.actions:first-child .has-checkbox {
  margin-right: 0;
}
table.table-selectable tr:hover > input:checked + .td,
.table.table-selectable tr:hover > input:checked + .td,
.inline-table.table-selectable tr:hover > input:checked + .td,
table.table-selectable .tr:hover > input:checked + .td,
.table.table-selectable .tr:hover > input:checked + .td,
.inline-table.table-selectable .tr:hover > input:checked + .td,
table.table-selectable tr:hover > input:checked + td,
.table.table-selectable tr:hover > input:checked + td,
.inline-table.table-selectable tr:hover > input:checked + td,
table.table-selectable .tr:hover > input:checked + td,
.table.table-selectable .tr:hover > input:checked + td,
.inline-table.table-selectable .tr:hover > input:checked + td {
  border-left-color: #408cf8;
}
table.table-selectable tr.selected .td,
.table.table-selectable tr.selected .td,
.inline-table.table-selectable tr.selected .td,
table.table-selectable .tr.selected .td,
.table.table-selectable .tr.selected .td,
.inline-table.table-selectable .tr.selected .td,
table.table-selectable tr.selected td,
.table.table-selectable tr.selected td,
.inline-table.table-selectable tr.selected td,
table.table-selectable .tr.selected td,
.table.table-selectable .tr.selected td,
.inline-table.table-selectable .tr.selected td {
  background-color: #eef5ff;
}
table.table-selectable tr.selected .td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.selected .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.selected .td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.selected .td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.selected .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.selected .td .has-checkbox .icon-add_circle:before,
table.table-selectable tr.selected td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.selected td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.selected td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.selected td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.selected td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.selected td .has-checkbox .icon-add_circle:before {
  content: "\e921";
}
table.table-selectable tr.selected .td .has-checkbox .icon-add_circle.checkbox-green,
.table.table-selectable tr.selected .td .has-checkbox .icon-add_circle.checkbox-green,
.inline-table.table-selectable tr.selected .td .has-checkbox .icon-add_circle.checkbox-green,
table.table-selectable .tr.selected .td .has-checkbox .icon-add_circle.checkbox-green,
.table.table-selectable .tr.selected .td .has-checkbox .icon-add_circle.checkbox-green,
.inline-table.table-selectable .tr.selected .td .has-checkbox .icon-add_circle.checkbox-green,
table.table-selectable tr.selected td .has-checkbox .icon-add_circle.checkbox-green,
.table.table-selectable tr.selected td .has-checkbox .icon-add_circle.checkbox-green,
.inline-table.table-selectable tr.selected td .has-checkbox .icon-add_circle.checkbox-green,
table.table-selectable .tr.selected td .has-checkbox .icon-add_circle.checkbox-green,
.table.table-selectable .tr.selected td .has-checkbox .icon-add_circle.checkbox-green,
.inline-table.table-selectable .tr.selected td .has-checkbox .icon-add_circle.checkbox-green {
  color: #2cbf55;
}
table.table-selectable tr.selected .td .has-checkbox .checkbox,
.table.table-selectable tr.selected .td .has-checkbox .checkbox,
.inline-table.table-selectable tr.selected .td .has-checkbox .checkbox,
table.table-selectable .tr.selected .td .has-checkbox .checkbox,
.table.table-selectable .tr.selected .td .has-checkbox .checkbox,
.inline-table.table-selectable .tr.selected .td .has-checkbox .checkbox,
table.table-selectable tr.selected td .has-checkbox .checkbox,
.table.table-selectable tr.selected td .has-checkbox .checkbox,
.inline-table.table-selectable tr.selected td .has-checkbox .checkbox,
table.table-selectable .tr.selected td .has-checkbox .checkbox,
.table.table-selectable .tr.selected td .has-checkbox .checkbox,
.inline-table.table-selectable .tr.selected td .has-checkbox .checkbox {
  border: 0 none;
  background-color: transparent;
}
table.table-selectable tr.selected .td .has-checkbox .checkbox:before,
.table.table-selectable tr.selected .td .has-checkbox .checkbox:before,
.inline-table.table-selectable tr.selected .td .has-checkbox .checkbox:before,
table.table-selectable .tr.selected .td .has-checkbox .checkbox:before,
.table.table-selectable .tr.selected .td .has-checkbox .checkbox:before,
.inline-table.table-selectable .tr.selected .td .has-checkbox .checkbox:before,
table.table-selectable tr.selected td .has-checkbox .checkbox:before,
.table.table-selectable tr.selected td .has-checkbox .checkbox:before,
.inline-table.table-selectable tr.selected td .has-checkbox .checkbox:before,
table.table-selectable .tr.selected td .has-checkbox .checkbox:before,
.table.table-selectable .tr.selected td .has-checkbox .checkbox:before,
.inline-table.table-selectable .tr.selected td .has-checkbox .checkbox:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 2rem;
  color: #408cf8;
}
table.table-selectable tr > input,
.table.table-selectable tr > input,
.inline-table.table-selectable tr > input,
table.table-selectable .tr > input,
.table.table-selectable .tr > input,
.inline-table.table-selectable .tr > input {
  display: none;
}
table.table-selectable tr > input:checked ~ .td,
.table.table-selectable tr > input:checked ~ .td,
.inline-table.table-selectable tr > input:checked ~ .td,
table.table-selectable .tr > input:checked ~ .td,
.table.table-selectable .tr > input:checked ~ .td,
.inline-table.table-selectable .tr > input:checked ~ .td,
table.table-selectable tr > input:checked ~ td,
.table.table-selectable tr > input:checked ~ td,
.inline-table.table-selectable tr > input:checked ~ td,
table.table-selectable .tr > input:checked ~ td,
.table.table-selectable .tr > input:checked ~ td,
.inline-table.table-selectable .tr > input:checked ~ td {
  background-color: #eef5ff;
}
table.table-selectable tr > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr > input:checked ~ .td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr > input:checked ~ .td .has-checkbox .icon-add_circle:before,
table.table-selectable tr > input:checked ~ td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr > input:checked ~ td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr > input:checked ~ td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr > input:checked ~ td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr > input:checked ~ td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr > input:checked ~ td .has-checkbox .icon-add_circle:before {
  content: "\e921";
}
table.table-selectable tr.auto > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.auto > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.auto > input:checked ~ .td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.auto > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.auto > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.auto > input:checked ~ .td .has-checkbox .icon-add_circle:before,
table.table-selectable tr.auto > input:checked ~ td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.auto > input:checked ~ td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.auto > input:checked ~ td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.auto > input:checked ~ td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.auto > input:checked ~ td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.auto > input:checked ~ td .has-checkbox .icon-add_circle:before {
  color: #408cf8;
}
table.table-selectable tr.auto.selected .td,
.table.table-selectable tr.auto.selected .td,
.inline-table.table-selectable tr.auto.selected .td,
table.table-selectable .tr.auto.selected .td,
.table.table-selectable .tr.auto.selected .td,
.inline-table.table-selectable .tr.auto.selected .td,
table.table-selectable tr.auto.selected td,
.table.table-selectable tr.auto.selected td,
.inline-table.table-selectable tr.auto.selected td,
table.table-selectable .tr.auto.selected td,
.table.table-selectable .tr.auto.selected td,
.inline-table.table-selectable .tr.auto.selected td {
  background-color: #eef5ff;
}
table.table-selectable tr.auto.selected .td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.auto.selected .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.auto.selected .td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.auto.selected .td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.auto.selected .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.auto.selected .td .has-checkbox .icon-add_circle:before,
table.table-selectable tr.auto.selected td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.auto.selected td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.auto.selected td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.auto.selected td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.auto.selected td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.auto.selected td .has-checkbox .icon-add_circle:before {
  color: #408cf8;
}
table.table-selectable tr.manual .td,
.table.table-selectable tr.manual .td,
.inline-table.table-selectable tr.manual .td,
table.table-selectable .tr.manual .td,
.table.table-selectable .tr.manual .td,
.inline-table.table-selectable .tr.manual .td,
table.table-selectable tr.manual td,
.table.table-selectable tr.manual td,
.inline-table.table-selectable tr.manual td,
table.table-selectable .tr.manual td,
.table.table-selectable .tr.manual td,
.inline-table.table-selectable .tr.manual td {
  background-color: #fff;
}
table.table-selectable tr.manual:hover .td,
.table.table-selectable tr.manual:hover .td,
.inline-table.table-selectable tr.manual:hover .td,
table.table-selectable .tr.manual:hover .td,
.table.table-selectable .tr.manual:hover .td,
.inline-table.table-selectable .tr.manual:hover .td,
table.table-selectable tr.manual:hover td,
.table.table-selectable tr.manual:hover td,
.inline-table.table-selectable tr.manual:hover td,
table.table-selectable .tr.manual:hover td,
.table.table-selectable .tr.manual:hover td,
.inline-table.table-selectable .tr.manual:hover td {
  background-color: #f7fafe;
}
table.table-selectable tr.manual > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.manual > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.manual > input:checked ~ .td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.manual > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.manual > input:checked ~ .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.manual > input:checked ~ .td .has-checkbox .icon-add_circle:before,
table.table-selectable tr.manual > input:checked ~ td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.manual > input:checked ~ td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.manual > input:checked ~ td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.manual > input:checked ~ td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.manual > input:checked ~ td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.manual > input:checked ~ td .has-checkbox .icon-add_circle:before {
  color: #2cbf55;
}
table.table-selectable tr.manual.selected .td,
.table.table-selectable tr.manual.selected .td,
.inline-table.table-selectable tr.manual.selected .td,
table.table-selectable .tr.manual.selected .td,
.table.table-selectable .tr.manual.selected .td,
.inline-table.table-selectable .tr.manual.selected .td,
table.table-selectable tr.manual.selected td,
.table.table-selectable tr.manual.selected td,
.inline-table.table-selectable tr.manual.selected td,
table.table-selectable .tr.manual.selected td,
.table.table-selectable .tr.manual.selected td,
.inline-table.table-selectable .tr.manual.selected td {
  background-color: #eef5ff;
}
table.table-selectable tr.manual.selected .td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.manual.selected .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.manual.selected .td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.manual.selected .td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.manual.selected .td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.manual.selected .td .has-checkbox .icon-add_circle:before,
table.table-selectable tr.manual.selected td .has-checkbox .icon-add_circle:before,
.table.table-selectable tr.manual.selected td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable tr.manual.selected td .has-checkbox .icon-add_circle:before,
table.table-selectable .tr.manual.selected td .has-checkbox .icon-add_circle:before,
.table.table-selectable .tr.manual.selected td .has-checkbox .icon-add_circle:before,
.inline-table.table-selectable .tr.manual.selected td .has-checkbox .icon-add_circle:before {
  color: #2cbf55;
}
table.table-sortable .thead th,
.table.table-sortable .thead th,
.inline-table.table-sortable .thead th,
table.table-sortable thead th,
.table.table-sortable thead th,
.inline-table.table-sortable thead th,
table.table-sortable .thead .th,
.table.table-sortable .thead .th,
.inline-table.table-sortable .thead .th,
table.table-sortable thead .th,
.table.table-sortable thead .th,
.inline-table.table-sortable thead .th {
  cursor: pointer;
}
table a.sort,
.table a.sort,
.inline-table a.sort {
  font-size: 1.2rem;
  cursor: pointer;
  margin-left: 0.7rem;
  color: inherit;
}
table a.sort:after,
.table a.sort:after,
.inline-table a.sort:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
table a.sort.desc:after,
.table a.sort.desc:after,
.inline-table a.sort.desc:after {
  content: "\e901";
}
table .on-hover,
.table .on-hover,
.inline-table .on-hover {
  visibility: hidden;
}
table .errors,
.table .errors,
.inline-table .errors,
table .error,
.table .error,
.inline-table .error {
  text-align: inherit;
}
table .processing,
.table .processing,
.inline-table .processing {
  color: #959DB1;
  font-size: 1.3rem;
}
table .processing:before,
.table .processing:before,
.inline-table .processing:before {
  content: "\e94f";
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3rem;
  position: relative;
  bottom: -0.1rem;
}
table .descriptions,
.table .descriptions,
.inline-table .descriptions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 1.1rem;
}
table .descriptions dd,
.table .descriptions dd,
.inline-table .descriptions dd,
table .descriptions dt,
.table .descriptions dt,
.inline-table .descriptions dt {
  margin-top: 1rem;
  margin-bottom: 0;
}
table .descriptions dl,
.table .descriptions dl,
.inline-table .descriptions dl {
  margin-top: 0;
  margin-bottom: 0;
}
table .remove i,
.table .remove i,
.inline-table .remove i {
  color: #adb3c3;
  font-size: 3rem;
  text-decoration: none;
}
table tfoot,
.table tfoot,
.inline-table tfoot,
table .tfoot,
.table .tfoot,
.inline-table .tfoot,
table tbody,
.table tbody,
.inline-table tbody,
table .tbody,
.table .tbody,
.inline-table .tbody {
  font-size: 1.3rem;
  color: #000;
}
table tfoot .link,
.table tfoot .link,
.inline-table tfoot .link,
table .tfoot .link,
.table .tfoot .link,
.inline-table .tfoot .link {
  white-space: nowrap;
}
table tfoot .visible,
.table tfoot .visible,
.inline-table tfoot .visible,
table .tfoot .visible,
.table .tfoot .visible,
.inline-table .tfoot .visible {
  word-wrap: keep-all;
}
table tfoot.last-footer td,
.table tfoot.last-footer td,
.inline-table tfoot.last-footer td,
table .tfoot.last-footer td,
.table .tfoot.last-footer td,
.inline-table .tfoot.last-footer td,
table tfoot.last-footer .td,
.table tfoot.last-footer .td,
.inline-table tfoot.last-footer .td,
table .tfoot.last-footer .td,
.table .tfoot.last-footer .td,
.inline-table .tfoot.last-footer .td,
table tfoot.last-footer .th,
.table tfoot.last-footer .th,
.inline-table tfoot.last-footer .th,
table .tfoot.last-footer .th,
.table .tfoot.last-footer .th,
.inline-table .tfoot.last-footer .th,
table tfoot.last-footer th,
.table tfoot.last-footer th,
.inline-table tfoot.last-footer th,
table .tfoot.last-footer th,
.table .tfoot.last-footer th,
.inline-table .tfoot.last-footer th {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
table tfoot.last-footer.small td,
.table tfoot.last-footer.small td,
.inline-table tfoot.last-footer.small td,
table .tfoot.last-footer.small td,
.table .tfoot.last-footer.small td,
.inline-table .tfoot.last-footer.small td,
table tfoot.last-footer.small .td,
.table tfoot.last-footer.small .td,
.inline-table tfoot.last-footer.small .td,
table .tfoot.last-footer.small .td,
.table .tfoot.last-footer.small .td,
.inline-table .tfoot.last-footer.small .td,
table tfoot.last-footer.small .th,
.table tfoot.last-footer.small .th,
.inline-table tfoot.last-footer.small .th,
table .tfoot.last-footer.small .th,
.table .tfoot.last-footer.small .th,
.inline-table .tfoot.last-footer.small .th,
table tfoot.last-footer.small th,
.table tfoot.last-footer.small th,
.inline-table tfoot.last-footer.small th,
table .tfoot.last-footer.small th,
.table .tfoot.last-footer.small th,
.inline-table .tfoot.last-footer.small th {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
table tbody a.tr,
.table tbody a.tr,
.inline-table tbody a.tr,
table .tbody a.tr,
.table .tbody a.tr,
.inline-table .tbody a.tr,
table tbody a.td,
.table tbody a.td,
.inline-table tbody a.td,
table .tbody a.td,
.table .tbody a.td,
.inline-table .tbody a.td {
  color: inherit;
}
table tbody td:not(.actions) > a,
.table tbody td:not(.actions) > a,
.inline-table tbody td:not(.actions) > a,
table .tbody td:not(.actions) > a,
.table .tbody td:not(.actions) > a,
.inline-table .tbody td:not(.actions) > a,
table tbody td:not(.actions) > span > a,
.table tbody td:not(.actions) > span > a,
.inline-table tbody td:not(.actions) > span > a,
table .tbody td:not(.actions) > span > a,
.table .tbody td:not(.actions) > span > a,
.inline-table .tbody td:not(.actions) > span > a {
  color: #515151;
}
table tbody td:not(.actions) > a:hover,
.table tbody td:not(.actions) > a:hover,
.inline-table tbody td:not(.actions) > a:hover,
table .tbody td:not(.actions) > a:hover,
.table .tbody td:not(.actions) > a:hover,
.inline-table .tbody td:not(.actions) > a:hover,
table tbody td:not(.actions) > span > a:hover,
.table tbody td:not(.actions) > span > a:hover,
.inline-table tbody td:not(.actions) > span > a:hover,
table .tbody td:not(.actions) > span > a:hover,
.table .tbody td:not(.actions) > span > a:hover,
.inline-table .tbody td:not(.actions) > span > a:hover {
  text-decoration: underline;
}
table tbody td a,
.table tbody td a,
.inline-table tbody td a,
table .tbody td a,
.table .tbody td a,
.inline-table .tbody td a,
table tbody .td a,
.table tbody .td a,
.inline-table tbody .td a,
table .tbody .td a,
.table .tbody .td a,
.inline-table .tbody .td a {
  cursor: pointer;
}
table tbody .avatar,
.table tbody .avatar,
.inline-table tbody .avatar,
table .tbody .avatar,
.table .tbody .avatar,
.inline-table .tbody .avatar {
  width: 2.9rem;
  height: 2.9rem;
}
table tbody .avatar-user,
.table tbody .avatar-user,
.inline-table tbody .avatar-user,
table .tbody .avatar-user,
.table .tbody .avatar-user,
.inline-table .tbody .avatar-user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
table tbody .avatar-user .avatar,
.table tbody .avatar-user .avatar,
.inline-table tbody .avatar-user .avatar,
table .tbody .avatar-user .avatar,
.table .tbody .avatar-user .avatar,
.inline-table .tbody .avatar-user .avatar {
  margin-right: 1rem;
}
table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > .td,
.table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > .td,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > .td,
table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > .td,
.table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > .td,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > .td,
table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > .td,
.table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > .td,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > .td,
table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > .td,
.table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > .td,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > .td,
table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > td,
.table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > td,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > td,
table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > td,
.table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > td,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > td,
table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > td,
.table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > td,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > td,
table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > td,
.table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > td,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > td {
  background-color: #eef5ff;
}
table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > .td.chart-mark,
.table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > .td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > .td.chart-mark,
table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > .td.chart-mark,
.table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > .td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > .td.chart-mark,
table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > .td.chart-mark,
.table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > .td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > .td.chart-mark,
table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > .td.chart-mark,
.table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > .td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > .td.chart-mark,
table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > td.chart-mark,
.table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > td.chart-mark,
table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > td.chart-mark,
.table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > td.chart-mark,
table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > td.chart-mark,
.table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > td.chart-mark,
table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > td.chart-mark,
.table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > td.chart-mark {
  background-color: #edf1f5;
}
table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > .tr > .td:first-child,
.table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > .tr > .td:first-child,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > .tr > .td:first-child,
table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > .tr > .td:first-child,
.table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > .tr > .td:first-child,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > .tr > .td:first-child,
table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > tr > .td:first-child,
.table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > tr > .td:first-child,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > tr > .td:first-child,
table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > tr > .td:first-child,
.table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > tr > .td:first-child,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > tr > .td:first-child,
table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > .tr > td:first-child,
.table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > .tr > td:first-child,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > .tr > td:first-child,
table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > .tr > td:first-child,
.table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > .tr > td:first-child,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > .tr > td:first-child,
table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > tr > td:first-child,
.table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > tr > td:first-child,
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table):not(.second-indentation) > tr > td:first-child,
table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > tr > td:first-child,
.table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > tr > td:first-child,
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > tr > td:first-child {
  padding-left: 6.5rem;
}
table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > .tr > .td:nth-child(2),
.table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > .tr > .td:nth-child(2),
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > .tr > .td:nth-child(2),
table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > .tr > .td:nth-child(2),
.table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > .tr > .td:nth-child(2),
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > .tr > .td:nth-child(2),
table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > tr > .td:nth-child(2),
.table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > tr > .td:nth-child(2),
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > tr > .td:nth-child(2),
table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > tr > .td:nth-child(2),
.table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > tr > .td:nth-child(2),
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > tr > .td:nth-child(2),
table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > .tr > td:nth-child(2),
.table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > .tr > td:nth-child(2),
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > .tr > td:nth-child(2),
table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > .tr > td:nth-child(2),
.table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > .tr > td:nth-child(2),
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > .tr > td:nth-child(2),
table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > tr > td:nth-child(2),
.table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > tr > td:nth-child(2),
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table).second-indentation > tr > td:nth-child(2),
table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > tr > td:nth-child(2),
.table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > tr > td:nth-child(2),
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table).second-indentation > tr > td:nth-child(2) {
  padding-left: 2.5rem;
}
table:not(.table-selectable) tbody.expandable:not(.with-table) > td.with-table:not(.with-selectable),
.table:not(.table-selectable) tbody.expandable:not(.with-table) > td.with-table:not(.with-selectable),
.inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > td.with-table:not(.with-selectable),
table:not(.table-selectable) .tbody.expandable:not(.with-table) > td.with-table:not(.with-selectable),
.table:not(.table-selectable) .tbody.expandable:not(.with-table) > td.with-table:not(.with-selectable),
.inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > td.with-table:not(.with-selectable) {
  background-color: #eef5ff !important;
}
table:not(.table-selectable) tbody.expandable tr:hover > .td,
.table:not(.table-selectable) tbody.expandable tr:hover > .td,
.inline-table:not(.table-selectable) tbody.expandable tr:hover > .td,
table:not(.table-selectable) .tbody.expandable tr:hover > .td,
.table:not(.table-selectable) .tbody.expandable tr:hover > .td,
.inline-table:not(.table-selectable) .tbody.expandable tr:hover > .td,
table:not(.table-selectable) tbody.expandable .tr:hover > .td,
.table:not(.table-selectable) tbody.expandable .tr:hover > .td,
.inline-table:not(.table-selectable) tbody.expandable .tr:hover > .td,
table:not(.table-selectable) .tbody.expandable .tr:hover > .td,
.table:not(.table-selectable) .tbody.expandable .tr:hover > .td,
.inline-table:not(.table-selectable) .tbody.expandable .tr:hover > .td,
table:not(.table-selectable) tbody.expandable tr.hover > .td,
.table:not(.table-selectable) tbody.expandable tr.hover > .td,
.inline-table:not(.table-selectable) tbody.expandable tr.hover > .td,
table:not(.table-selectable) .tbody.expandable tr.hover > .td,
.table:not(.table-selectable) .tbody.expandable tr.hover > .td,
.inline-table:not(.table-selectable) .tbody.expandable tr.hover > .td,
table:not(.table-selectable) tbody.expandable .tr.hover > .td,
.table:not(.table-selectable) tbody.expandable .tr.hover > .td,
.inline-table:not(.table-selectable) tbody.expandable .tr.hover > .td,
table:not(.table-selectable) .tbody.expandable .tr.hover > .td,
.table:not(.table-selectable) .tbody.expandable .tr.hover > .td,
.inline-table:not(.table-selectable) .tbody.expandable .tr.hover > .td,
table:not(.table-selectable) tbody.expandable tr:hover > td,
.table:not(.table-selectable) tbody.expandable tr:hover > td,
.inline-table:not(.table-selectable) tbody.expandable tr:hover > td,
table:not(.table-selectable) .tbody.expandable tr:hover > td,
.table:not(.table-selectable) .tbody.expandable tr:hover > td,
.inline-table:not(.table-selectable) .tbody.expandable tr:hover > td,
table:not(.table-selectable) tbody.expandable .tr:hover > td,
.table:not(.table-selectable) tbody.expandable .tr:hover > td,
.inline-table:not(.table-selectable) tbody.expandable .tr:hover > td,
table:not(.table-selectable) .tbody.expandable .tr:hover > td,
.table:not(.table-selectable) .tbody.expandable .tr:hover > td,
.inline-table:not(.table-selectable) .tbody.expandable .tr:hover > td,
table:not(.table-selectable) tbody.expandable tr.hover > td,
.table:not(.table-selectable) tbody.expandable tr.hover > td,
.inline-table:not(.table-selectable) tbody.expandable tr.hover > td,
table:not(.table-selectable) .tbody.expandable tr.hover > td,
.table:not(.table-selectable) .tbody.expandable tr.hover > td,
.inline-table:not(.table-selectable) .tbody.expandable tr.hover > td,
table:not(.table-selectable) tbody.expandable .tr.hover > td,
.table:not(.table-selectable) tbody.expandable .tr.hover > td,
.inline-table:not(.table-selectable) tbody.expandable .tr.hover > td,
table:not(.table-selectable) .tbody.expandable .tr.hover > td,
.table:not(.table-selectable) .tbody.expandable .tr.hover > td,
.inline-table:not(.table-selectable) .tbody.expandable .tr.hover > td {
  background-color: #f6f7fb;
}
table:not(.table-selectable) tbody.expandable tr:hover > .td.chart-mark,
.table:not(.table-selectable) tbody.expandable tr:hover > .td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable tr:hover > .td.chart-mark,
table:not(.table-selectable) .tbody.expandable tr:hover > .td.chart-mark,
.table:not(.table-selectable) .tbody.expandable tr:hover > .td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable tr:hover > .td.chart-mark,
table:not(.table-selectable) tbody.expandable .tr:hover > .td.chart-mark,
.table:not(.table-selectable) tbody.expandable .tr:hover > .td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable .tr:hover > .td.chart-mark,
table:not(.table-selectable) .tbody.expandable .tr:hover > .td.chart-mark,
.table:not(.table-selectable) .tbody.expandable .tr:hover > .td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable .tr:hover > .td.chart-mark,
table:not(.table-selectable) tbody.expandable tr.hover > .td.chart-mark,
.table:not(.table-selectable) tbody.expandable tr.hover > .td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable tr.hover > .td.chart-mark,
table:not(.table-selectable) .tbody.expandable tr.hover > .td.chart-mark,
.table:not(.table-selectable) .tbody.expandable tr.hover > .td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable tr.hover > .td.chart-mark,
table:not(.table-selectable) tbody.expandable .tr.hover > .td.chart-mark,
.table:not(.table-selectable) tbody.expandable .tr.hover > .td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable .tr.hover > .td.chart-mark,
table:not(.table-selectable) .tbody.expandable .tr.hover > .td.chart-mark,
.table:not(.table-selectable) .tbody.expandable .tr.hover > .td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable .tr.hover > .td.chart-mark,
table:not(.table-selectable) tbody.expandable tr:hover > td.chart-mark,
.table:not(.table-selectable) tbody.expandable tr:hover > td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable tr:hover > td.chart-mark,
table:not(.table-selectable) .tbody.expandable tr:hover > td.chart-mark,
.table:not(.table-selectable) .tbody.expandable tr:hover > td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable tr:hover > td.chart-mark,
table:not(.table-selectable) tbody.expandable .tr:hover > td.chart-mark,
.table:not(.table-selectable) tbody.expandable .tr:hover > td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable .tr:hover > td.chart-mark,
table:not(.table-selectable) .tbody.expandable .tr:hover > td.chart-mark,
.table:not(.table-selectable) .tbody.expandable .tr:hover > td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable .tr:hover > td.chart-mark,
table:not(.table-selectable) tbody.expandable tr.hover > td.chart-mark,
.table:not(.table-selectable) tbody.expandable tr.hover > td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable tr.hover > td.chart-mark,
table:not(.table-selectable) .tbody.expandable tr.hover > td.chart-mark,
.table:not(.table-selectable) .tbody.expandable tr.hover > td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable tr.hover > td.chart-mark,
table:not(.table-selectable) tbody.expandable .tr.hover > td.chart-mark,
.table:not(.table-selectable) tbody.expandable .tr.hover > td.chart-mark,
.inline-table:not(.table-selectable) tbody.expandable .tr.hover > td.chart-mark,
table:not(.table-selectable) .tbody.expandable .tr.hover > td.chart-mark,
.table:not(.table-selectable) .tbody.expandable .tr.hover > td.chart-mark,
.inline-table:not(.table-selectable) .tbody.expandable .tr.hover > td.chart-mark {
  background-color: #ecedf1;
}
table:not(.table-selectable) tbody.expandable tr:first-child > td,
.table:not(.table-selectable) tbody.expandable tr:first-child > td,
.inline-table:not(.table-selectable) tbody.expandable tr:first-child > td,
table:not(.table-selectable) .tbody.expandable tr:first-child > td,
.table:not(.table-selectable) .tbody.expandable tr:first-child > td,
.inline-table:not(.table-selectable) .tbody.expandable tr:first-child > td,
table:not(.table-selectable) tbody.expandable .tr:first-child > td,
.table:not(.table-selectable) tbody.expandable .tr:first-child > td,
.inline-table:not(.table-selectable) tbody.expandable .tr:first-child > td,
table:not(.table-selectable) .tbody.expandable .tr:first-child > td,
.table:not(.table-selectable) .tbody.expandable .tr:first-child > td,
.inline-table:not(.table-selectable) .tbody.expandable .tr:first-child > td,
table:not(.table-selectable) tbody.expandable tr:first-child > .td,
.table:not(.table-selectable) tbody.expandable tr:first-child > .td,
.inline-table:not(.table-selectable) tbody.expandable tr:first-child > .td,
table:not(.table-selectable) .tbody.expandable tr:first-child > .td,
.table:not(.table-selectable) .tbody.expandable tr:first-child > .td,
.inline-table:not(.table-selectable) .tbody.expandable tr:first-child > .td,
table:not(.table-selectable) tbody.expandable .tr:first-child > .td,
.table:not(.table-selectable) tbody.expandable .tr:first-child > .td,
.inline-table:not(.table-selectable) tbody.expandable .tr:first-child > .td,
table:not(.table-selectable) .tbody.expandable .tr:first-child > .td,
.table:not(.table-selectable) .tbody.expandable .tr:first-child > .td,
.inline-table:not(.table-selectable) .tbody.expandable .tr:first-child > .td {
  border-top: 1px solid #ededed !important;
}
table thead:first-child + thead .tr:first-child td,
.table thead:first-child + thead .tr:first-child td,
.inline-table thead:first-child + thead .tr:first-child td,
table .thead:first-child + thead .tr:first-child td,
.table .thead:first-child + thead .tr:first-child td,
.inline-table .thead:first-child + thead .tr:first-child td,
table thead:first-child + .thead .tr:first-child td,
.table thead:first-child + .thead .tr:first-child td,
.inline-table thead:first-child + .thead .tr:first-child td,
table .thead:first-child + .thead .tr:first-child td,
.table .thead:first-child + .thead .tr:first-child td,
.inline-table .thead:first-child + .thead .tr:first-child td,
table thead:first-child + tbody .tr:first-child td,
.table thead:first-child + tbody .tr:first-child td,
.inline-table thead:first-child + tbody .tr:first-child td,
table .thead:first-child + tbody .tr:first-child td,
.table .thead:first-child + tbody .tr:first-child td,
.inline-table .thead:first-child + tbody .tr:first-child td,
table thead:first-child + .tbody .tr:first-child td,
.table thead:first-child + .tbody .tr:first-child td,
.inline-table thead:first-child + .tbody .tr:first-child td,
table .thead:first-child + .tbody .tr:first-child td,
.table .thead:first-child + .tbody .tr:first-child td,
.inline-table .thead:first-child + .tbody .tr:first-child td,
table thead:first-child + thead tr:first-child td,
.table thead:first-child + thead tr:first-child td,
.inline-table thead:first-child + thead tr:first-child td,
table .thead:first-child + thead tr:first-child td,
.table .thead:first-child + thead tr:first-child td,
.inline-table .thead:first-child + thead tr:first-child td,
table thead:first-child + .thead tr:first-child td,
.table thead:first-child + .thead tr:first-child td,
.inline-table thead:first-child + .thead tr:first-child td,
table .thead:first-child + .thead tr:first-child td,
.table .thead:first-child + .thead tr:first-child td,
.inline-table .thead:first-child + .thead tr:first-child td,
table thead:first-child + tbody tr:first-child td,
.table thead:first-child + tbody tr:first-child td,
.inline-table thead:first-child + tbody tr:first-child td,
table .thead:first-child + tbody tr:first-child td,
.table .thead:first-child + tbody tr:first-child td,
.inline-table .thead:first-child + tbody tr:first-child td,
table thead:first-child + .tbody tr:first-child td,
.table thead:first-child + .tbody tr:first-child td,
.inline-table thead:first-child + .tbody tr:first-child td,
table .thead:first-child + .tbody tr:first-child td,
.table .thead:first-child + .tbody tr:first-child td,
.inline-table .thead:first-child + .tbody tr:first-child td,
table thead:first-child + thead .tr:first-child .td,
.table thead:first-child + thead .tr:first-child .td,
.inline-table thead:first-child + thead .tr:first-child .td,
table .thead:first-child + thead .tr:first-child .td,
.table .thead:first-child + thead .tr:first-child .td,
.inline-table .thead:first-child + thead .tr:first-child .td,
table thead:first-child + .thead .tr:first-child .td,
.table thead:first-child + .thead .tr:first-child .td,
.inline-table thead:first-child + .thead .tr:first-child .td,
table .thead:first-child + .thead .tr:first-child .td,
.table .thead:first-child + .thead .tr:first-child .td,
.inline-table .thead:first-child + .thead .tr:first-child .td,
table thead:first-child + tbody .tr:first-child .td,
.table thead:first-child + tbody .tr:first-child .td,
.inline-table thead:first-child + tbody .tr:first-child .td,
table .thead:first-child + tbody .tr:first-child .td,
.table .thead:first-child + tbody .tr:first-child .td,
.inline-table .thead:first-child + tbody .tr:first-child .td,
table thead:first-child + .tbody .tr:first-child .td,
.table thead:first-child + .tbody .tr:first-child .td,
.inline-table thead:first-child + .tbody .tr:first-child .td,
table .thead:first-child + .tbody .tr:first-child .td,
.table .thead:first-child + .tbody .tr:first-child .td,
.inline-table .thead:first-child + .tbody .tr:first-child .td,
table thead:first-child + thead tr:first-child .td,
.table thead:first-child + thead tr:first-child .td,
.inline-table thead:first-child + thead tr:first-child .td,
table .thead:first-child + thead tr:first-child .td,
.table .thead:first-child + thead tr:first-child .td,
.inline-table .thead:first-child + thead tr:first-child .td,
table thead:first-child + .thead tr:first-child .td,
.table thead:first-child + .thead tr:first-child .td,
.inline-table thead:first-child + .thead tr:first-child .td,
table .thead:first-child + .thead tr:first-child .td,
.table .thead:first-child + .thead tr:first-child .td,
.inline-table .thead:first-child + .thead tr:first-child .td,
table thead:first-child + tbody tr:first-child .td,
.table thead:first-child + tbody tr:first-child .td,
.inline-table thead:first-child + tbody tr:first-child .td,
table .thead:first-child + tbody tr:first-child .td,
.table .thead:first-child + tbody tr:first-child .td,
.inline-table .thead:first-child + tbody tr:first-child .td,
table thead:first-child + .tbody tr:first-child .td,
.table thead:first-child + .tbody tr:first-child .td,
.inline-table thead:first-child + .tbody tr:first-child .td,
table .thead:first-child + .tbody tr:first-child .td,
.table .thead:first-child + .tbody tr:first-child .td,
.inline-table .thead:first-child + .tbody tr:first-child .td {
  border-top: 0 none !important;
}
table thead.expandable,
.table thead.expandable,
.inline-table thead.expandable,
table .thead.expandable,
.table .thead.expandable,
.inline-table .thead.expandable {
  cursor: pointer;
}
table thead.expandable .arrow:before,
.table thead.expandable .arrow:before,
.inline-table thead.expandable .arrow:before,
table .thead.expandable .arrow:before,
.table .thead.expandable .arrow:before,
.inline-table .thead.expandable .arrow:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-size: 2rem;
}
table thead.expandable .th.td,
.table thead.expandable .th.td,
.inline-table thead.expandable .th.td,
table .thead.expandable .th.td,
.table .thead.expandable .th.td,
.inline-table .thead.expandable .th.td {
  text-transform: none;
  font-size: 1.4rem;
  font-weight: normal;
}
table thead.expandable .th.td:first-child,
.table thead.expandable .th.td:first-child,
.inline-table thead.expandable .th.td:first-child,
table .thead.expandable .th.td:first-child,
.table .thead.expandable .th.td:first-child,
.inline-table .thead.expandable .th.td:first-child {
  text-align: left;
}
table thead.expandable + .tbody,
.table thead.expandable + .tbody,
.inline-table thead.expandable + .tbody,
table .thead.expandable + .tbody,
.table .thead.expandable + .tbody,
.inline-table .thead.expandable + .tbody,
table thead.expandable + tbody,
.table thead.expandable + tbody,
.inline-table thead.expandable + tbody,
table .thead.expandable + tbody,
.table .thead.expandable + tbody,
.inline-table .thead.expandable + tbody {
  display: none;
}
table thead.expandable.expanded + tbody,
.table thead.expandable.expanded + tbody,
.inline-table thead.expandable.expanded + tbody,
table .thead.expandable.expanded + tbody,
.table .thead.expandable.expanded + tbody,
.inline-table .thead.expandable.expanded + tbody,
table thead.expandable.expanded + .tbody,
.table thead.expandable.expanded + .tbody,
.inline-table thead.expandable.expanded + .tbody,
table .thead.expandable.expanded + .tbody,
.table .thead.expandable.expanded + .tbody,
.inline-table .thead.expandable.expanded + .tbody {
  display: table-row-group;
}
table thead.expandable.expanded .arrow:before,
.table thead.expandable.expanded .arrow:before,
.inline-table thead.expandable.expanded .arrow:before,
table .thead.expandable.expanded .arrow:before,
.table .thead.expandable.expanded .arrow:before,
.inline-table .thead.expandable.expanded .arrow:before {
  content: "\e90a";
}
table thead.expandable.with-table.expanded:hover + tbody td[colspan],
.table thead.expandable.with-table.expanded:hover + tbody td[colspan],
.inline-table thead.expandable.with-table.expanded:hover + tbody td[colspan],
table .thead.expandable.with-table.expanded:hover + tbody td[colspan],
.table .thead.expandable.with-table.expanded:hover + tbody td[colspan],
.inline-table .thead.expandable.with-table.expanded:hover + tbody td[colspan] {
  border-left-color: #408cf8;
}
table thead.expandable.with-table.expanded + tbody:not(.with-selectable) td[colspan] td:first-child,
.table thead.expandable.with-table.expanded + tbody:not(.with-selectable) td[colspan] td:first-child,
.inline-table thead.expandable.with-table.expanded + tbody:not(.with-selectable) td[colspan] td:first-child,
table .thead.expandable.with-table.expanded + tbody:not(.with-selectable) td[colspan] td:first-child,
.table .thead.expandable.with-table.expanded + tbody:not(.with-selectable) td[colspan] td:first-child,
.inline-table .thead.expandable.with-table.expanded + tbody:not(.with-selectable) td[colspan] td:first-child {
  border-left-color: transparent !important;
}
table thead.expandable.with-table.expanded + tbody.with-selectable td[colspan],
.table thead.expandable.with-table.expanded + tbody.with-selectable td[colspan],
.inline-table thead.expandable.with-table.expanded + tbody.with-selectable td[colspan],
table .thead.expandable.with-table.expanded + tbody.with-selectable td[colspan],
.table .thead.expandable.with-table.expanded + tbody.with-selectable td[colspan],
.inline-table .thead.expandable.with-table.expanded + tbody.with-selectable td[colspan] {
  border-left: 0 none;
}
table tbody tr,
.table tbody tr,
.inline-table tbody tr,
table .tbody tr,
.table .tbody tr,
.inline-table .tbody tr,
table thead.expandable tr,
.table thead.expandable tr,
.inline-table thead.expandable tr,
table tbody .tr,
.table tbody .tr,
.inline-table tbody .tr,
table .tbody .tr,
.table .tbody .tr,
.inline-table .tbody .tr,
table thead.expandable .tr,
.table thead.expandable .tr,
.inline-table thead.expandable .tr {
  counter-increment: td-counter;
}
table tbody tr:not(:hover):not(.hover) td.hoverable a,
.table tbody tr:not(:hover):not(.hover) td.hoverable a,
.inline-table tbody tr:not(:hover):not(.hover) td.hoverable a,
table .tbody tr:not(:hover):not(.hover) td.hoverable a,
.table .tbody tr:not(:hover):not(.hover) td.hoverable a,
.inline-table .tbody tr:not(:hover):not(.hover) td.hoverable a,
table thead.expandable tr:not(:hover):not(.hover) td.hoverable a,
.table thead.expandable tr:not(:hover):not(.hover) td.hoverable a,
.inline-table thead.expandable tr:not(:hover):not(.hover) td.hoverable a,
table tbody .tr:not(:hover):not(.hover) td.hoverable a,
.table tbody .tr:not(:hover):not(.hover) td.hoverable a,
.inline-table tbody .tr:not(:hover):not(.hover) td.hoverable a,
table .tbody .tr:not(:hover):not(.hover) td.hoverable a,
.table .tbody .tr:not(:hover):not(.hover) td.hoverable a,
.inline-table .tbody .tr:not(:hover):not(.hover) td.hoverable a,
table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a,
.table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a,
.inline-table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a,
table tbody tr:not(:hover):not(.hover) .td.hoverable a,
.table tbody tr:not(:hover):not(.hover) .td.hoverable a,
.inline-table tbody tr:not(:hover):not(.hover) .td.hoverable a,
table .tbody tr:not(:hover):not(.hover) .td.hoverable a,
.table .tbody tr:not(:hover):not(.hover) .td.hoverable a,
.inline-table .tbody tr:not(:hover):not(.hover) .td.hoverable a,
table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a,
.table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a,
.inline-table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a,
table tbody .tr:not(:hover):not(.hover) .td.hoverable a,
.table tbody .tr:not(:hover):not(.hover) .td.hoverable a,
.inline-table tbody .tr:not(:hover):not(.hover) .td.hoverable a,
table .tbody .tr:not(:hover):not(.hover) .td.hoverable a,
.table .tbody .tr:not(:hover):not(.hover) .td.hoverable a,
.inline-table .tbody .tr:not(:hover):not(.hover) .td.hoverable a,
table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a,
.table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a,
.inline-table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a,
table tbody tr:not(:hover):not(.hover) td.hoverable label,
.table tbody tr:not(:hover):not(.hover) td.hoverable label,
.inline-table tbody tr:not(:hover):not(.hover) td.hoverable label,
table .tbody tr:not(:hover):not(.hover) td.hoverable label,
.table .tbody tr:not(:hover):not(.hover) td.hoverable label,
.inline-table .tbody tr:not(:hover):not(.hover) td.hoverable label,
table thead.expandable tr:not(:hover):not(.hover) td.hoverable label,
.table thead.expandable tr:not(:hover):not(.hover) td.hoverable label,
.inline-table thead.expandable tr:not(:hover):not(.hover) td.hoverable label,
table tbody .tr:not(:hover):not(.hover) td.hoverable label,
.table tbody .tr:not(:hover):not(.hover) td.hoverable label,
.inline-table tbody .tr:not(:hover):not(.hover) td.hoverable label,
table .tbody .tr:not(:hover):not(.hover) td.hoverable label,
.table .tbody .tr:not(:hover):not(.hover) td.hoverable label,
.inline-table .tbody .tr:not(:hover):not(.hover) td.hoverable label,
table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label,
.table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label,
.inline-table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label,
table tbody tr:not(:hover):not(.hover) .td.hoverable label,
.table tbody tr:not(:hover):not(.hover) .td.hoverable label,
.inline-table tbody tr:not(:hover):not(.hover) .td.hoverable label,
table .tbody tr:not(:hover):not(.hover) .td.hoverable label,
.table .tbody tr:not(:hover):not(.hover) .td.hoverable label,
.inline-table .tbody tr:not(:hover):not(.hover) .td.hoverable label,
table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label,
.table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label,
.inline-table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label,
table tbody .tr:not(:hover):not(.hover) .td.hoverable label,
.table tbody .tr:not(:hover):not(.hover) .td.hoverable label,
.inline-table tbody .tr:not(:hover):not(.hover) .td.hoverable label,
table .tbody .tr:not(:hover):not(.hover) .td.hoverable label,
.table .tbody .tr:not(:hover):not(.hover) .td.hoverable label,
.inline-table .tbody .tr:not(:hover):not(.hover) .td.hoverable label,
table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label,
.table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label,
.inline-table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label {
  filter: grayscale(100%);
  opacity: 0.5;
}
table tbody tr:not(:hover):not(.hover) td.hoverable a i,
.table tbody tr:not(:hover):not(.hover) td.hoverable a i,
.inline-table tbody tr:not(:hover):not(.hover) td.hoverable a i,
table .tbody tr:not(:hover):not(.hover) td.hoverable a i,
.table .tbody tr:not(:hover):not(.hover) td.hoverable a i,
.inline-table .tbody tr:not(:hover):not(.hover) td.hoverable a i,
table thead.expandable tr:not(:hover):not(.hover) td.hoverable a i,
.table thead.expandable tr:not(:hover):not(.hover) td.hoverable a i,
.inline-table thead.expandable tr:not(:hover):not(.hover) td.hoverable a i,
table tbody .tr:not(:hover):not(.hover) td.hoverable a i,
.table tbody .tr:not(:hover):not(.hover) td.hoverable a i,
.inline-table tbody .tr:not(:hover):not(.hover) td.hoverable a i,
table .tbody .tr:not(:hover):not(.hover) td.hoverable a i,
.table .tbody .tr:not(:hover):not(.hover) td.hoverable a i,
.inline-table .tbody .tr:not(:hover):not(.hover) td.hoverable a i,
table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a i,
.table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a i,
.inline-table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a i,
table tbody tr:not(:hover):not(.hover) .td.hoverable a i,
.table tbody tr:not(:hover):not(.hover) .td.hoverable a i,
.inline-table tbody tr:not(:hover):not(.hover) .td.hoverable a i,
table .tbody tr:not(:hover):not(.hover) .td.hoverable a i,
.table .tbody tr:not(:hover):not(.hover) .td.hoverable a i,
.inline-table .tbody tr:not(:hover):not(.hover) .td.hoverable a i,
table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a i,
.table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a i,
.inline-table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a i,
table tbody .tr:not(:hover):not(.hover) .td.hoverable a i,
.table tbody .tr:not(:hover):not(.hover) .td.hoverable a i,
.inline-table tbody .tr:not(:hover):not(.hover) .td.hoverable a i,
table .tbody .tr:not(:hover):not(.hover) .td.hoverable a i,
.table .tbody .tr:not(:hover):not(.hover) .td.hoverable a i,
.inline-table .tbody .tr:not(:hover):not(.hover) .td.hoverable a i,
table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a i,
.table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a i,
.inline-table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a i,
table tbody tr:not(:hover):not(.hover) td.hoverable label i,
.table tbody tr:not(:hover):not(.hover) td.hoverable label i,
.inline-table tbody tr:not(:hover):not(.hover) td.hoverable label i,
table .tbody tr:not(:hover):not(.hover) td.hoverable label i,
.table .tbody tr:not(:hover):not(.hover) td.hoverable label i,
.inline-table .tbody tr:not(:hover):not(.hover) td.hoverable label i,
table thead.expandable tr:not(:hover):not(.hover) td.hoverable label i,
.table thead.expandable tr:not(:hover):not(.hover) td.hoverable label i,
.inline-table thead.expandable tr:not(:hover):not(.hover) td.hoverable label i,
table tbody .tr:not(:hover):not(.hover) td.hoverable label i,
.table tbody .tr:not(:hover):not(.hover) td.hoverable label i,
.inline-table tbody .tr:not(:hover):not(.hover) td.hoverable label i,
table .tbody .tr:not(:hover):not(.hover) td.hoverable label i,
.table .tbody .tr:not(:hover):not(.hover) td.hoverable label i,
.inline-table .tbody .tr:not(:hover):not(.hover) td.hoverable label i,
table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label i,
.table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label i,
.inline-table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label i,
table tbody tr:not(:hover):not(.hover) .td.hoverable label i,
.table tbody tr:not(:hover):not(.hover) .td.hoverable label i,
.inline-table tbody tr:not(:hover):not(.hover) .td.hoverable label i,
table .tbody tr:not(:hover):not(.hover) .td.hoverable label i,
.table .tbody tr:not(:hover):not(.hover) .td.hoverable label i,
.inline-table .tbody tr:not(:hover):not(.hover) .td.hoverable label i,
table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label i,
.table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label i,
.inline-table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label i,
table tbody .tr:not(:hover):not(.hover) .td.hoverable label i,
.table tbody .tr:not(:hover):not(.hover) .td.hoverable label i,
.inline-table tbody .tr:not(:hover):not(.hover) .td.hoverable label i,
table .tbody .tr:not(:hover):not(.hover) .td.hoverable label i,
.table .tbody .tr:not(:hover):not(.hover) .td.hoverable label i,
.inline-table .tbody .tr:not(:hover):not(.hover) .td.hoverable label i,
table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label i,
.table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label i,
.inline-table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label i {
  color: rgba(0, 0, 0, 0.3);
}
table tbody tr:not(.un-hover):hover > td:first-child:not(.un-border),
.table tbody tr:not(.un-hover):hover > td:first-child:not(.un-border),
.inline-table tbody tr:not(.un-hover):hover > td:first-child:not(.un-border),
table .tbody tr:not(.un-hover):hover > td:first-child:not(.un-border),
.table .tbody tr:not(.un-hover):hover > td:first-child:not(.un-border),
.inline-table .tbody tr:not(.un-hover):hover > td:first-child:not(.un-border),
table thead.expandable tr:not(.un-hover):hover > td:first-child:not(.un-border),
.table thead.expandable tr:not(.un-hover):hover > td:first-child:not(.un-border),
.inline-table thead.expandable tr:not(.un-hover):hover > td:first-child:not(.un-border),
table tbody .tr:not(.un-hover):hover > td:first-child:not(.un-border),
.table tbody .tr:not(.un-hover):hover > td:first-child:not(.un-border),
.inline-table tbody .tr:not(.un-hover):hover > td:first-child:not(.un-border),
table .tbody .tr:not(.un-hover):hover > td:first-child:not(.un-border),
.table .tbody .tr:not(.un-hover):hover > td:first-child:not(.un-border),
.inline-table .tbody .tr:not(.un-hover):hover > td:first-child:not(.un-border),
table thead.expandable .tr:not(.un-hover):hover > td:first-child:not(.un-border),
.table thead.expandable .tr:not(.un-hover):hover > td:first-child:not(.un-border),
.inline-table thead.expandable .tr:not(.un-hover):hover > td:first-child:not(.un-border),
table tbody tr:not(.un-hover).hover > td:first-child:not(.un-border),
.table tbody tr:not(.un-hover).hover > td:first-child:not(.un-border),
.inline-table tbody tr:not(.un-hover).hover > td:first-child:not(.un-border),
table .tbody tr:not(.un-hover).hover > td:first-child:not(.un-border),
.table .tbody tr:not(.un-hover).hover > td:first-child:not(.un-border),
.inline-table .tbody tr:not(.un-hover).hover > td:first-child:not(.un-border),
table thead.expandable tr:not(.un-hover).hover > td:first-child:not(.un-border),
.table thead.expandable tr:not(.un-hover).hover > td:first-child:not(.un-border),
.inline-table thead.expandable tr:not(.un-hover).hover > td:first-child:not(.un-border),
table tbody .tr:not(.un-hover).hover > td:first-child:not(.un-border),
.table tbody .tr:not(.un-hover).hover > td:first-child:not(.un-border),
.inline-table tbody .tr:not(.un-hover).hover > td:first-child:not(.un-border),
table .tbody .tr:not(.un-hover).hover > td:first-child:not(.un-border),
.table .tbody .tr:not(.un-hover).hover > td:first-child:not(.un-border),
.inline-table .tbody .tr:not(.un-hover).hover > td:first-child:not(.un-border),
table thead.expandable .tr:not(.un-hover).hover > td:first-child:not(.un-border),
.table thead.expandable .tr:not(.un-hover).hover > td:first-child:not(.un-border),
.inline-table thead.expandable .tr:not(.un-hover).hover > td:first-child:not(.un-border),
table tbody tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.table tbody tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.inline-table tbody tr:not(.un-hover):hover > .td:first-child:not(.un-border),
table .tbody tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.table .tbody tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.inline-table .tbody tr:not(.un-hover):hover > .td:first-child:not(.un-border),
table thead.expandable tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.table thead.expandable tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.inline-table thead.expandable tr:not(.un-hover):hover > .td:first-child:not(.un-border),
table tbody .tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.table tbody .tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.inline-table tbody .tr:not(.un-hover):hover > .td:first-child:not(.un-border),
table .tbody .tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.table .tbody .tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.inline-table .tbody .tr:not(.un-hover):hover > .td:first-child:not(.un-border),
table thead.expandable .tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.table thead.expandable .tr:not(.un-hover):hover > .td:first-child:not(.un-border),
.inline-table thead.expandable .tr:not(.un-hover):hover > .td:first-child:not(.un-border),
table tbody tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.table tbody tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.inline-table tbody tr:not(.un-hover).hover > .td:first-child:not(.un-border),
table .tbody tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.table .tbody tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.inline-table .tbody tr:not(.un-hover).hover > .td:first-child:not(.un-border),
table thead.expandable tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.table thead.expandable tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.inline-table thead.expandable tr:not(.un-hover).hover > .td:first-child:not(.un-border),
table tbody .tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.table tbody .tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.inline-table tbody .tr:not(.un-hover).hover > .td:first-child:not(.un-border),
table .tbody .tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.table .tbody .tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.inline-table .tbody .tr:not(.un-hover).hover > .td:first-child:not(.un-border),
table thead.expandable .tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.table thead.expandable .tr:not(.un-hover).hover > .td:first-child:not(.un-border),
.inline-table thead.expandable .tr:not(.un-hover).hover > .td:first-child:not(.un-border) {
  border-left: 2px solid #408cf8;
}
table tbody tr:not(.un-hover):hover > td .on-hover,
.table tbody tr:not(.un-hover):hover > td .on-hover,
.inline-table tbody tr:not(.un-hover):hover > td .on-hover,
table .tbody tr:not(.un-hover):hover > td .on-hover,
.table .tbody tr:not(.un-hover):hover > td .on-hover,
.inline-table .tbody tr:not(.un-hover):hover > td .on-hover,
table thead.expandable tr:not(.un-hover):hover > td .on-hover,
.table thead.expandable tr:not(.un-hover):hover > td .on-hover,
.inline-table thead.expandable tr:not(.un-hover):hover > td .on-hover,
table tbody .tr:not(.un-hover):hover > td .on-hover,
.table tbody .tr:not(.un-hover):hover > td .on-hover,
.inline-table tbody .tr:not(.un-hover):hover > td .on-hover,
table .tbody .tr:not(.un-hover):hover > td .on-hover,
.table .tbody .tr:not(.un-hover):hover > td .on-hover,
.inline-table .tbody .tr:not(.un-hover):hover > td .on-hover,
table thead.expandable .tr:not(.un-hover):hover > td .on-hover,
.table thead.expandable .tr:not(.un-hover):hover > td .on-hover,
.inline-table thead.expandable .tr:not(.un-hover):hover > td .on-hover,
table tbody tr:not(.un-hover).hover > td .on-hover,
.table tbody tr:not(.un-hover).hover > td .on-hover,
.inline-table tbody tr:not(.un-hover).hover > td .on-hover,
table .tbody tr:not(.un-hover).hover > td .on-hover,
.table .tbody tr:not(.un-hover).hover > td .on-hover,
.inline-table .tbody tr:not(.un-hover).hover > td .on-hover,
table thead.expandable tr:not(.un-hover).hover > td .on-hover,
.table thead.expandable tr:not(.un-hover).hover > td .on-hover,
.inline-table thead.expandable tr:not(.un-hover).hover > td .on-hover,
table tbody .tr:not(.un-hover).hover > td .on-hover,
.table tbody .tr:not(.un-hover).hover > td .on-hover,
.inline-table tbody .tr:not(.un-hover).hover > td .on-hover,
table .tbody .tr:not(.un-hover).hover > td .on-hover,
.table .tbody .tr:not(.un-hover).hover > td .on-hover,
.inline-table .tbody .tr:not(.un-hover).hover > td .on-hover,
table thead.expandable .tr:not(.un-hover).hover > td .on-hover,
.table thead.expandable .tr:not(.un-hover).hover > td .on-hover,
.inline-table thead.expandable .tr:not(.un-hover).hover > td .on-hover,
table tbody tr:not(.un-hover):hover > .td .on-hover,
.table tbody tr:not(.un-hover):hover > .td .on-hover,
.inline-table tbody tr:not(.un-hover):hover > .td .on-hover,
table .tbody tr:not(.un-hover):hover > .td .on-hover,
.table .tbody tr:not(.un-hover):hover > .td .on-hover,
.inline-table .tbody tr:not(.un-hover):hover > .td .on-hover,
table thead.expandable tr:not(.un-hover):hover > .td .on-hover,
.table thead.expandable tr:not(.un-hover):hover > .td .on-hover,
.inline-table thead.expandable tr:not(.un-hover):hover > .td .on-hover,
table tbody .tr:not(.un-hover):hover > .td .on-hover,
.table tbody .tr:not(.un-hover):hover > .td .on-hover,
.inline-table tbody .tr:not(.un-hover):hover > .td .on-hover,
table .tbody .tr:not(.un-hover):hover > .td .on-hover,
.table .tbody .tr:not(.un-hover):hover > .td .on-hover,
.inline-table .tbody .tr:not(.un-hover):hover > .td .on-hover,
table thead.expandable .tr:not(.un-hover):hover > .td .on-hover,
.table thead.expandable .tr:not(.un-hover):hover > .td .on-hover,
.inline-table thead.expandable .tr:not(.un-hover):hover > .td .on-hover,
table tbody tr:not(.un-hover).hover > .td .on-hover,
.table tbody tr:not(.un-hover).hover > .td .on-hover,
.inline-table tbody tr:not(.un-hover).hover > .td .on-hover,
table .tbody tr:not(.un-hover).hover > .td .on-hover,
.table .tbody tr:not(.un-hover).hover > .td .on-hover,
.inline-table .tbody tr:not(.un-hover).hover > .td .on-hover,
table thead.expandable tr:not(.un-hover).hover > .td .on-hover,
.table thead.expandable tr:not(.un-hover).hover > .td .on-hover,
.inline-table thead.expandable tr:not(.un-hover).hover > .td .on-hover,
table tbody .tr:not(.un-hover).hover > .td .on-hover,
.table tbody .tr:not(.un-hover).hover > .td .on-hover,
.inline-table tbody .tr:not(.un-hover).hover > .td .on-hover,
table .tbody .tr:not(.un-hover).hover > .td .on-hover,
.table .tbody .tr:not(.un-hover).hover > .td .on-hover,
.inline-table .tbody .tr:not(.un-hover).hover > .td .on-hover,
table thead.expandable .tr:not(.un-hover).hover > .td .on-hover,
.table thead.expandable .tr:not(.un-hover).hover > .td .on-hover,
.inline-table thead.expandable .tr:not(.un-hover).hover > .td .on-hover {
  visibility: visible;
}
table tbody tr:not(.un-hover):hover > td.mark,
.table tbody tr:not(.un-hover):hover > td.mark,
.inline-table tbody tr:not(.un-hover):hover > td.mark,
table .tbody tr:not(.un-hover):hover > td.mark,
.table .tbody tr:not(.un-hover):hover > td.mark,
.inline-table .tbody tr:not(.un-hover):hover > td.mark,
table thead.expandable tr:not(.un-hover):hover > td.mark,
.table thead.expandable tr:not(.un-hover):hover > td.mark,
.inline-table thead.expandable tr:not(.un-hover):hover > td.mark,
table tbody .tr:not(.un-hover):hover > td.mark,
.table tbody .tr:not(.un-hover):hover > td.mark,
.inline-table tbody .tr:not(.un-hover):hover > td.mark,
table .tbody .tr:not(.un-hover):hover > td.mark,
.table .tbody .tr:not(.un-hover):hover > td.mark,
.inline-table .tbody .tr:not(.un-hover):hover > td.mark,
table thead.expandable .tr:not(.un-hover):hover > td.mark,
.table thead.expandable .tr:not(.un-hover):hover > td.mark,
.inline-table thead.expandable .tr:not(.un-hover):hover > td.mark,
table tbody tr:not(.un-hover).hover > td.mark,
.table tbody tr:not(.un-hover).hover > td.mark,
.inline-table tbody tr:not(.un-hover).hover > td.mark,
table .tbody tr:not(.un-hover).hover > td.mark,
.table .tbody tr:not(.un-hover).hover > td.mark,
.inline-table .tbody tr:not(.un-hover).hover > td.mark,
table thead.expandable tr:not(.un-hover).hover > td.mark,
.table thead.expandable tr:not(.un-hover).hover > td.mark,
.inline-table thead.expandable tr:not(.un-hover).hover > td.mark,
table tbody .tr:not(.un-hover).hover > td.mark,
.table tbody .tr:not(.un-hover).hover > td.mark,
.inline-table tbody .tr:not(.un-hover).hover > td.mark,
table .tbody .tr:not(.un-hover).hover > td.mark,
.table .tbody .tr:not(.un-hover).hover > td.mark,
.inline-table .tbody .tr:not(.un-hover).hover > td.mark,
table thead.expandable .tr:not(.un-hover).hover > td.mark,
.table thead.expandable .tr:not(.un-hover).hover > td.mark,
.inline-table thead.expandable .tr:not(.un-hover).hover > td.mark,
table tbody tr:not(.un-hover):hover > .td.mark,
.table tbody tr:not(.un-hover):hover > .td.mark,
.inline-table tbody tr:not(.un-hover):hover > .td.mark,
table .tbody tr:not(.un-hover):hover > .td.mark,
.table .tbody tr:not(.un-hover):hover > .td.mark,
.inline-table .tbody tr:not(.un-hover):hover > .td.mark,
table thead.expandable tr:not(.un-hover):hover > .td.mark,
.table thead.expandable tr:not(.un-hover):hover > .td.mark,
.inline-table thead.expandable tr:not(.un-hover):hover > .td.mark,
table tbody .tr:not(.un-hover):hover > .td.mark,
.table tbody .tr:not(.un-hover):hover > .td.mark,
.inline-table tbody .tr:not(.un-hover):hover > .td.mark,
table .tbody .tr:not(.un-hover):hover > .td.mark,
.table .tbody .tr:not(.un-hover):hover > .td.mark,
.inline-table .tbody .tr:not(.un-hover):hover > .td.mark,
table thead.expandable .tr:not(.un-hover):hover > .td.mark,
.table thead.expandable .tr:not(.un-hover):hover > .td.mark,
.inline-table thead.expandable .tr:not(.un-hover):hover > .td.mark,
table tbody tr:not(.un-hover).hover > .td.mark,
.table tbody tr:not(.un-hover).hover > .td.mark,
.inline-table tbody tr:not(.un-hover).hover > .td.mark,
table .tbody tr:not(.un-hover).hover > .td.mark,
.table .tbody tr:not(.un-hover).hover > .td.mark,
.inline-table .tbody tr:not(.un-hover).hover > .td.mark,
table thead.expandable tr:not(.un-hover).hover > .td.mark,
.table thead.expandable tr:not(.un-hover).hover > .td.mark,
.inline-table thead.expandable tr:not(.un-hover).hover > .td.mark,
table tbody .tr:not(.un-hover).hover > .td.mark,
.table tbody .tr:not(.un-hover).hover > .td.mark,
.inline-table tbody .tr:not(.un-hover).hover > .td.mark,
table .tbody .tr:not(.un-hover).hover > .td.mark,
.table .tbody .tr:not(.un-hover).hover > .td.mark,
.inline-table .tbody .tr:not(.un-hover).hover > .td.mark,
table thead.expandable .tr:not(.un-hover).hover > .td.mark,
.table thead.expandable .tr:not(.un-hover).hover > .td.mark,
.inline-table thead.expandable .tr:not(.un-hover).hover > .td.mark {
  background-color: #e6f0ff;
}
table tbody tr:not(.un-hover):hover > td.chart-mark,
.table tbody tr:not(.un-hover):hover > td.chart-mark,
.inline-table tbody tr:not(.un-hover):hover > td.chart-mark,
table .tbody tr:not(.un-hover):hover > td.chart-mark,
.table .tbody tr:not(.un-hover):hover > td.chart-mark,
.inline-table .tbody tr:not(.un-hover):hover > td.chart-mark,
table thead.expandable tr:not(.un-hover):hover > td.chart-mark,
.table thead.expandable tr:not(.un-hover):hover > td.chart-mark,
.inline-table thead.expandable tr:not(.un-hover):hover > td.chart-mark,
table tbody .tr:not(.un-hover):hover > td.chart-mark,
.table tbody .tr:not(.un-hover):hover > td.chart-mark,
.inline-table tbody .tr:not(.un-hover):hover > td.chart-mark,
table .tbody .tr:not(.un-hover):hover > td.chart-mark,
.table .tbody .tr:not(.un-hover):hover > td.chart-mark,
.inline-table .tbody .tr:not(.un-hover):hover > td.chart-mark,
table thead.expandable .tr:not(.un-hover):hover > td.chart-mark,
.table thead.expandable .tr:not(.un-hover):hover > td.chart-mark,
.inline-table thead.expandable .tr:not(.un-hover):hover > td.chart-mark,
table tbody tr:not(.un-hover).hover > td.chart-mark,
.table tbody tr:not(.un-hover).hover > td.chart-mark,
.inline-table tbody tr:not(.un-hover).hover > td.chart-mark,
table .tbody tr:not(.un-hover).hover > td.chart-mark,
.table .tbody tr:not(.un-hover).hover > td.chart-mark,
.inline-table .tbody tr:not(.un-hover).hover > td.chart-mark,
table thead.expandable tr:not(.un-hover).hover > td.chart-mark,
.table thead.expandable tr:not(.un-hover).hover > td.chart-mark,
.inline-table thead.expandable tr:not(.un-hover).hover > td.chart-mark,
table tbody .tr:not(.un-hover).hover > td.chart-mark,
.table tbody .tr:not(.un-hover).hover > td.chart-mark,
.inline-table tbody .tr:not(.un-hover).hover > td.chart-mark,
table .tbody .tr:not(.un-hover).hover > td.chart-mark,
.table .tbody .tr:not(.un-hover).hover > td.chart-mark,
.inline-table .tbody .tr:not(.un-hover).hover > td.chart-mark,
table thead.expandable .tr:not(.un-hover).hover > td.chart-mark,
.table thead.expandable .tr:not(.un-hover).hover > td.chart-mark,
.inline-table thead.expandable .tr:not(.un-hover).hover > td.chart-mark,
table tbody tr:not(.un-hover):hover > .td.chart-mark,
.table tbody tr:not(.un-hover):hover > .td.chart-mark,
.inline-table tbody tr:not(.un-hover):hover > .td.chart-mark,
table .tbody tr:not(.un-hover):hover > .td.chart-mark,
.table .tbody tr:not(.un-hover):hover > .td.chart-mark,
.inline-table .tbody tr:not(.un-hover):hover > .td.chart-mark,
table thead.expandable tr:not(.un-hover):hover > .td.chart-mark,
.table thead.expandable tr:not(.un-hover):hover > .td.chart-mark,
.inline-table thead.expandable tr:not(.un-hover):hover > .td.chart-mark,
table tbody .tr:not(.un-hover):hover > .td.chart-mark,
.table tbody .tr:not(.un-hover):hover > .td.chart-mark,
.inline-table tbody .tr:not(.un-hover):hover > .td.chart-mark,
table .tbody .tr:not(.un-hover):hover > .td.chart-mark,
.table .tbody .tr:not(.un-hover):hover > .td.chart-mark,
.inline-table .tbody .tr:not(.un-hover):hover > .td.chart-mark,
table thead.expandable .tr:not(.un-hover):hover > .td.chart-mark,
.table thead.expandable .tr:not(.un-hover):hover > .td.chart-mark,
.inline-table thead.expandable .tr:not(.un-hover):hover > .td.chart-mark,
table tbody tr:not(.un-hover).hover > .td.chart-mark,
.table tbody tr:not(.un-hover).hover > .td.chart-mark,
.inline-table tbody tr:not(.un-hover).hover > .td.chart-mark,
table .tbody tr:not(.un-hover).hover > .td.chart-mark,
.table .tbody tr:not(.un-hover).hover > .td.chart-mark,
.inline-table .tbody tr:not(.un-hover).hover > .td.chart-mark,
table thead.expandable tr:not(.un-hover).hover > .td.chart-mark,
.table thead.expandable tr:not(.un-hover).hover > .td.chart-mark,
.inline-table thead.expandable tr:not(.un-hover).hover > .td.chart-mark,
table tbody .tr:not(.un-hover).hover > .td.chart-mark,
.table tbody .tr:not(.un-hover).hover > .td.chart-mark,
.inline-table tbody .tr:not(.un-hover).hover > .td.chart-mark,
table .tbody .tr:not(.un-hover).hover > .td.chart-mark,
.table .tbody .tr:not(.un-hover).hover > .td.chart-mark,
.inline-table .tbody .tr:not(.un-hover).hover > .td.chart-mark,
table thead.expandable .tr:not(.un-hover).hover > .td.chart-mark,
.table thead.expandable .tr:not(.un-hover).hover > .td.chart-mark,
.inline-table thead.expandable .tr:not(.un-hover).hover > .td.chart-mark {
  background-color: #ecedf1;
}
table tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.table tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.inline-table tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
table .tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.table .tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.inline-table .tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
table thead.expandable tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.table thead.expandable tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.inline-table thead.expandable tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
table tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.table tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.inline-table tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
table .tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.table .tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.inline-table .tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
table thead.expandable .tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.table thead.expandable .tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
.inline-table thead.expandable .tr:not(.un-hover):hover > td.has-charts .chart-inside:before,
table tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.table tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.inline-table tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
table .tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.table .tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.inline-table .tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
table thead.expandable tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.table thead.expandable tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.inline-table thead.expandable tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
table tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.table tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.inline-table tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
table .tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.table .tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.inline-table .tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
table thead.expandable .tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.table thead.expandable .tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
.inline-table thead.expandable .tr:not(.un-hover).hover > td.has-charts .chart-inside:before,
table tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.table tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.inline-table tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
table .tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.table .tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.inline-table .tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
table thead.expandable tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.table thead.expandable tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.inline-table thead.expandable tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
table tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.table tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.inline-table tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
table .tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.table .tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.inline-table .tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
table thead.expandable .tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.table thead.expandable .tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
.inline-table thead.expandable .tr:not(.un-hover):hover > .td.has-charts .chart-inside:before,
table tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.table tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.inline-table tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
table .tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.table .tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.inline-table .tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
table thead.expandable tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.table thead.expandable tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.inline-table thead.expandable tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
table tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.table tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.inline-table tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
table .tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.table .tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.inline-table .tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
table thead.expandable .tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.table thead.expandable .tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
.inline-table thead.expandable .tr:not(.un-hover).hover > .td.has-charts .chart-inside:before,
table tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.table tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.inline-table tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
table .tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.table .tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.inline-table .tbody tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
table thead.expandable tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.table thead.expandable tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.inline-table thead.expandable tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
table tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.table tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.inline-table tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
table .tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.table .tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.inline-table .tbody .tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
table thead.expandable .tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.table thead.expandable .tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
.inline-table thead.expandable .tr:not(.un-hover):hover > td.has-charts .chart-inside:after,
table tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.table tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.inline-table tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
table .tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.table .tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.inline-table .tbody tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
table thead.expandable tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.table thead.expandable tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.inline-table thead.expandable tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
table tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.table tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.inline-table tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
table .tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.table .tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.inline-table .tbody .tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
table thead.expandable .tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.table thead.expandable .tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
.inline-table thead.expandable .tr:not(.un-hover).hover > td.has-charts .chart-inside:after,
table tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.table tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.inline-table tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
table .tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.table .tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.inline-table .tbody tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
table thead.expandable tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.table thead.expandable tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.inline-table thead.expandable tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
table tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.table tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.inline-table tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
table .tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.table .tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.inline-table .tbody .tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
table thead.expandable .tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.table thead.expandable .tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
.inline-table thead.expandable .tr:not(.un-hover):hover > .td.has-charts .chart-inside:after,
table tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.table tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.inline-table tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
table .tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.table .tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.inline-table .tbody tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
table thead.expandable tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.table thead.expandable tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.inline-table thead.expandable tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
table tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.table tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.inline-table tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
table .tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.table .tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.inline-table .tbody .tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
table thead.expandable .tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.table thead.expandable .tr:not(.un-hover).hover > .td.has-charts .chart-inside:after,
.inline-table thead.expandable .tr:not(.un-hover).hover > .td.has-charts .chart-inside:after {
  background-image: url(/assets/chart-rand-hover-85e9052de7b019d5c4e4d12a3f75a898d620bfd77150c8dd6886d924b36efbfa.png);
}
table tbody tr:not(.un-hover):hover > input:first-child + td,
.table tbody tr:not(.un-hover):hover > input:first-child + td,
.inline-table tbody tr:not(.un-hover):hover > input:first-child + td,
table .tbody tr:not(.un-hover):hover > input:first-child + td,
.table .tbody tr:not(.un-hover):hover > input:first-child + td,
.inline-table .tbody tr:not(.un-hover):hover > input:first-child + td,
table thead.expandable tr:not(.un-hover):hover > input:first-child + td,
.table thead.expandable tr:not(.un-hover):hover > input:first-child + td,
.inline-table thead.expandable tr:not(.un-hover):hover > input:first-child + td,
table tbody .tr:not(.un-hover):hover > input:first-child + td,
.table tbody .tr:not(.un-hover):hover > input:first-child + td,
.inline-table tbody .tr:not(.un-hover):hover > input:first-child + td,
table .tbody .tr:not(.un-hover):hover > input:first-child + td,
.table .tbody .tr:not(.un-hover):hover > input:first-child + td,
.inline-table .tbody .tr:not(.un-hover):hover > input:first-child + td,
table thead.expandable .tr:not(.un-hover):hover > input:first-child + td,
.table thead.expandable .tr:not(.un-hover):hover > input:first-child + td,
.inline-table thead.expandable .tr:not(.un-hover):hover > input:first-child + td,
table tbody tr:not(.un-hover).hover > input:first-child + td,
.table tbody tr:not(.un-hover).hover > input:first-child + td,
.inline-table tbody tr:not(.un-hover).hover > input:first-child + td,
table .tbody tr:not(.un-hover).hover > input:first-child + td,
.table .tbody tr:not(.un-hover).hover > input:first-child + td,
.inline-table .tbody tr:not(.un-hover).hover > input:first-child + td,
table thead.expandable tr:not(.un-hover).hover > input:first-child + td,
.table thead.expandable tr:not(.un-hover).hover > input:first-child + td,
.inline-table thead.expandable tr:not(.un-hover).hover > input:first-child + td,
table tbody .tr:not(.un-hover).hover > input:first-child + td,
.table tbody .tr:not(.un-hover).hover > input:first-child + td,
.inline-table tbody .tr:not(.un-hover).hover > input:first-child + td,
table .tbody .tr:not(.un-hover).hover > input:first-child + td,
.table .tbody .tr:not(.un-hover).hover > input:first-child + td,
.inline-table .tbody .tr:not(.un-hover).hover > input:first-child + td,
table thead.expandable .tr:not(.un-hover).hover > input:first-child + td,
.table thead.expandable .tr:not(.un-hover).hover > input:first-child + td,
.inline-table thead.expandable .tr:not(.un-hover).hover > input:first-child + td,
table tbody tr:not(.un-hover):hover > input:first-child + .td,
.table tbody tr:not(.un-hover):hover > input:first-child + .td,
.inline-table tbody tr:not(.un-hover):hover > input:first-child + .td,
table .tbody tr:not(.un-hover):hover > input:first-child + .td,
.table .tbody tr:not(.un-hover):hover > input:first-child + .td,
.inline-table .tbody tr:not(.un-hover):hover > input:first-child + .td,
table thead.expandable tr:not(.un-hover):hover > input:first-child + .td,
.table thead.expandable tr:not(.un-hover):hover > input:first-child + .td,
.inline-table thead.expandable tr:not(.un-hover):hover > input:first-child + .td,
table tbody .tr:not(.un-hover):hover > input:first-child + .td,
.table tbody .tr:not(.un-hover):hover > input:first-child + .td,
.inline-table tbody .tr:not(.un-hover):hover > input:first-child + .td,
table .tbody .tr:not(.un-hover):hover > input:first-child + .td,
.table .tbody .tr:not(.un-hover):hover > input:first-child + .td,
.inline-table .tbody .tr:not(.un-hover):hover > input:first-child + .td,
table thead.expandable .tr:not(.un-hover):hover > input:first-child + .td,
.table thead.expandable .tr:not(.un-hover):hover > input:first-child + .td,
.inline-table thead.expandable .tr:not(.un-hover):hover > input:first-child + .td,
table tbody tr:not(.un-hover).hover > input:first-child + .td,
.table tbody tr:not(.un-hover).hover > input:first-child + .td,
.inline-table tbody tr:not(.un-hover).hover > input:first-child + .td,
table .tbody tr:not(.un-hover).hover > input:first-child + .td,
.table .tbody tr:not(.un-hover).hover > input:first-child + .td,
.inline-table .tbody tr:not(.un-hover).hover > input:first-child + .td,
table thead.expandable tr:not(.un-hover).hover > input:first-child + .td,
.table thead.expandable tr:not(.un-hover).hover > input:first-child + .td,
.inline-table thead.expandable tr:not(.un-hover).hover > input:first-child + .td,
table tbody .tr:not(.un-hover).hover > input:first-child + .td,
.table tbody .tr:not(.un-hover).hover > input:first-child + .td,
.inline-table tbody .tr:not(.un-hover).hover > input:first-child + .td,
table .tbody .tr:not(.un-hover).hover > input:first-child + .td,
.table .tbody .tr:not(.un-hover).hover > input:first-child + .td,
.inline-table .tbody .tr:not(.un-hover).hover > input:first-child + .td,
table thead.expandable .tr:not(.un-hover).hover > input:first-child + .td,
.table thead.expandable .tr:not(.un-hover).hover > input:first-child + .td,
.inline-table thead.expandable .tr:not(.un-hover).hover > input:first-child + .td {
  border-left: 2px solid #408cf8;
}
table tbody tr:not(.un-hover):not(.un-hover-bg):hover > td,
.table tbody tr:not(.un-hover):not(.un-hover-bg):hover > td,
.inline-table tbody tr:not(.un-hover):not(.un-hover-bg):hover > td,
table .tbody tr:not(.un-hover):not(.un-hover-bg):hover > td,
.table .tbody tr:not(.un-hover):not(.un-hover-bg):hover > td,
.inline-table .tbody tr:not(.un-hover):not(.un-hover-bg):hover > td,
table thead.expandable tr:not(.un-hover):not(.un-hover-bg):hover > td,
.table thead.expandable tr:not(.un-hover):not(.un-hover-bg):hover > td,
.inline-table thead.expandable tr:not(.un-hover):not(.un-hover-bg):hover > td,
table tbody .tr:not(.un-hover):not(.un-hover-bg):hover > td,
.table tbody .tr:not(.un-hover):not(.un-hover-bg):hover > td,
.inline-table tbody .tr:not(.un-hover):not(.un-hover-bg):hover > td,
table .tbody .tr:not(.un-hover):not(.un-hover-bg):hover > td,
.table .tbody .tr:not(.un-hover):not(.un-hover-bg):hover > td,
.inline-table .tbody .tr:not(.un-hover):not(.un-hover-bg):hover > td,
table thead.expandable .tr:not(.un-hover):not(.un-hover-bg):hover > td,
.table thead.expandable .tr:not(.un-hover):not(.un-hover-bg):hover > td,
.inline-table thead.expandable .tr:not(.un-hover):not(.un-hover-bg):hover > td,
table tbody tr:not(.un-hover):not(.un-hover-bg).hover > td,
.table tbody tr:not(.un-hover):not(.un-hover-bg).hover > td,
.inline-table tbody tr:not(.un-hover):not(.un-hover-bg).hover > td,
table .tbody tr:not(.un-hover):not(.un-hover-bg).hover > td,
.table .tbody tr:not(.un-hover):not(.un-hover-bg).hover > td,
.inline-table .tbody tr:not(.un-hover):not(.un-hover-bg).hover > td,
table thead.expandable tr:not(.un-hover):not(.un-hover-bg).hover > td,
.table thead.expandable tr:not(.un-hover):not(.un-hover-bg).hover > td,
.inline-table thead.expandable tr:not(.un-hover):not(.un-hover-bg).hover > td,
table tbody .tr:not(.un-hover):not(.un-hover-bg).hover > td,
.table tbody .tr:not(.un-hover):not(.un-hover-bg).hover > td,
.inline-table tbody .tr:not(.un-hover):not(.un-hover-bg).hover > td,
table .tbody .tr:not(.un-hover):not(.un-hover-bg).hover > td,
.table .tbody .tr:not(.un-hover):not(.un-hover-bg).hover > td,
.inline-table .tbody .tr:not(.un-hover):not(.un-hover-bg).hover > td,
table thead.expandable .tr:not(.un-hover):not(.un-hover-bg).hover > td,
.table thead.expandable .tr:not(.un-hover):not(.un-hover-bg).hover > td,
.inline-table thead.expandable .tr:not(.un-hover):not(.un-hover-bg).hover > td,
table tbody tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.table tbody tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.inline-table tbody tr:not(.un-hover):not(.un-hover-bg):hover > .td,
table .tbody tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.table .tbody tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.inline-table .tbody tr:not(.un-hover):not(.un-hover-bg):hover > .td,
table thead.expandable tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.table thead.expandable tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.inline-table thead.expandable tr:not(.un-hover):not(.un-hover-bg):hover > .td,
table tbody .tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.table tbody .tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.inline-table tbody .tr:not(.un-hover):not(.un-hover-bg):hover > .td,
table .tbody .tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.table .tbody .tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.inline-table .tbody .tr:not(.un-hover):not(.un-hover-bg):hover > .td,
table thead.expandable .tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.table thead.expandable .tr:not(.un-hover):not(.un-hover-bg):hover > .td,
.inline-table thead.expandable .tr:not(.un-hover):not(.un-hover-bg):hover > .td,
table tbody tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.table tbody tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.inline-table tbody tr:not(.un-hover):not(.un-hover-bg).hover > .td,
table .tbody tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.table .tbody tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.inline-table .tbody tr:not(.un-hover):not(.un-hover-bg).hover > .td,
table thead.expandable tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.table thead.expandable tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.inline-table thead.expandable tr:not(.un-hover):not(.un-hover-bg).hover > .td,
table tbody .tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.table tbody .tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.inline-table tbody .tr:not(.un-hover):not(.un-hover-bg).hover > .td,
table .tbody .tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.table .tbody .tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.inline-table .tbody .tr:not(.un-hover):not(.un-hover-bg).hover > .td,
table thead.expandable .tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.table thead.expandable .tr:not(.un-hover):not(.un-hover-bg).hover > .td,
.inline-table thead.expandable .tr:not(.un-hover):not(.un-hover-bg).hover > .td {
  background-color: #f6f7fb;
}
table tbody tr.un-hover table tr:hover > td:first-child,
.table tbody tr.un-hover table tr:hover > td:first-child,
.inline-table tbody tr.un-hover table tr:hover > td:first-child,
table .tbody tr.un-hover table tr:hover > td:first-child,
.table .tbody tr.un-hover table tr:hover > td:first-child,
.inline-table .tbody tr.un-hover table tr:hover > td:first-child,
table thead.expandable tr.un-hover table tr:hover > td:first-child,
.table thead.expandable tr.un-hover table tr:hover > td:first-child,
.inline-table thead.expandable tr.un-hover table tr:hover > td:first-child,
table tbody .tr.un-hover table tr:hover > td:first-child,
.table tbody .tr.un-hover table tr:hover > td:first-child,
.inline-table tbody .tr.un-hover table tr:hover > td:first-child,
table .tbody .tr.un-hover table tr:hover > td:first-child,
.table .tbody .tr.un-hover table tr:hover > td:first-child,
.inline-table .tbody .tr.un-hover table tr:hover > td:first-child,
table thead.expandable .tr.un-hover table tr:hover > td:first-child,
.table thead.expandable .tr.un-hover table tr:hover > td:first-child,
.inline-table thead.expandable .tr.un-hover table tr:hover > td:first-child,
table tbody tr.un-hover .table tr:hover > td:first-child,
.table tbody tr.un-hover .table tr:hover > td:first-child,
.inline-table tbody tr.un-hover .table tr:hover > td:first-child,
table .tbody tr.un-hover .table tr:hover > td:first-child,
.table .tbody tr.un-hover .table tr:hover > td:first-child,
.inline-table .tbody tr.un-hover .table tr:hover > td:first-child,
table thead.expandable tr.un-hover .table tr:hover > td:first-child,
.table thead.expandable tr.un-hover .table tr:hover > td:first-child,
.inline-table thead.expandable tr.un-hover .table tr:hover > td:first-child,
table tbody .tr.un-hover .table tr:hover > td:first-child,
.table tbody .tr.un-hover .table tr:hover > td:first-child,
.inline-table tbody .tr.un-hover .table tr:hover > td:first-child,
table .tbody .tr.un-hover .table tr:hover > td:first-child,
.table .tbody .tr.un-hover .table tr:hover > td:first-child,
.inline-table .tbody .tr.un-hover .table tr:hover > td:first-child,
table thead.expandable .tr.un-hover .table tr:hover > td:first-child,
.table thead.expandable .tr.un-hover .table tr:hover > td:first-child,
.inline-table thead.expandable .tr.un-hover .table tr:hover > td:first-child,
table tbody tr.un-hover table .tr:hover > td:first-child,
.table tbody tr.un-hover table .tr:hover > td:first-child,
.inline-table tbody tr.un-hover table .tr:hover > td:first-child,
table .tbody tr.un-hover table .tr:hover > td:first-child,
.table .tbody tr.un-hover table .tr:hover > td:first-child,
.inline-table .tbody tr.un-hover table .tr:hover > td:first-child,
table thead.expandable tr.un-hover table .tr:hover > td:first-child,
.table thead.expandable tr.un-hover table .tr:hover > td:first-child,
.inline-table thead.expandable tr.un-hover table .tr:hover > td:first-child,
table tbody .tr.un-hover table .tr:hover > td:first-child,
.table tbody .tr.un-hover table .tr:hover > td:first-child,
.inline-table tbody .tr.un-hover table .tr:hover > td:first-child,
table .tbody .tr.un-hover table .tr:hover > td:first-child,
.table .tbody .tr.un-hover table .tr:hover > td:first-child,
.inline-table .tbody .tr.un-hover table .tr:hover > td:first-child,
table thead.expandable .tr.un-hover table .tr:hover > td:first-child,
.table thead.expandable .tr.un-hover table .tr:hover > td:first-child,
.inline-table thead.expandable .tr.un-hover table .tr:hover > td:first-child,
table tbody tr.un-hover .table .tr:hover > td:first-child,
.table tbody tr.un-hover .table .tr:hover > td:first-child,
.inline-table tbody tr.un-hover .table .tr:hover > td:first-child,
table .tbody tr.un-hover .table .tr:hover > td:first-child,
.table .tbody tr.un-hover .table .tr:hover > td:first-child,
.inline-table .tbody tr.un-hover .table .tr:hover > td:first-child,
table thead.expandable tr.un-hover .table .tr:hover > td:first-child,
.table thead.expandable tr.un-hover .table .tr:hover > td:first-child,
.inline-table thead.expandable tr.un-hover .table .tr:hover > td:first-child,
table tbody .tr.un-hover .table .tr:hover > td:first-child,
.table tbody .tr.un-hover .table .tr:hover > td:first-child,
.inline-table tbody .tr.un-hover .table .tr:hover > td:first-child,
table .tbody .tr.un-hover .table .tr:hover > td:first-child,
.table .tbody .tr.un-hover .table .tr:hover > td:first-child,
.inline-table .tbody .tr.un-hover .table .tr:hover > td:first-child,
table thead.expandable .tr.un-hover .table .tr:hover > td:first-child,
.table thead.expandable .tr.un-hover .table .tr:hover > td:first-child,
.inline-table thead.expandable .tr.un-hover .table .tr:hover > td:first-child,
table tbody tr.un-hover table tr.hover > td:first-child,
.table tbody tr.un-hover table tr.hover > td:first-child,
.inline-table tbody tr.un-hover table tr.hover > td:first-child,
table .tbody tr.un-hover table tr.hover > td:first-child,
.table .tbody tr.un-hover table tr.hover > td:first-child,
.inline-table .tbody tr.un-hover table tr.hover > td:first-child,
table thead.expandable tr.un-hover table tr.hover > td:first-child,
.table thead.expandable tr.un-hover table tr.hover > td:first-child,
.inline-table thead.expandable tr.un-hover table tr.hover > td:first-child,
table tbody .tr.un-hover table tr.hover > td:first-child,
.table tbody .tr.un-hover table tr.hover > td:first-child,
.inline-table tbody .tr.un-hover table tr.hover > td:first-child,
table .tbody .tr.un-hover table tr.hover > td:first-child,
.table .tbody .tr.un-hover table tr.hover > td:first-child,
.inline-table .tbody .tr.un-hover table tr.hover > td:first-child,
table thead.expandable .tr.un-hover table tr.hover > td:first-child,
.table thead.expandable .tr.un-hover table tr.hover > td:first-child,
.inline-table thead.expandable .tr.un-hover table tr.hover > td:first-child,
table tbody tr.un-hover .table tr.hover > td:first-child,
.table tbody tr.un-hover .table tr.hover > td:first-child,
.inline-table tbody tr.un-hover .table tr.hover > td:first-child,
table .tbody tr.un-hover .table tr.hover > td:first-child,
.table .tbody tr.un-hover .table tr.hover > td:first-child,
.inline-table .tbody tr.un-hover .table tr.hover > td:first-child,
table thead.expandable tr.un-hover .table tr.hover > td:first-child,
.table thead.expandable tr.un-hover .table tr.hover > td:first-child,
.inline-table thead.expandable tr.un-hover .table tr.hover > td:first-child,
table tbody .tr.un-hover .table tr.hover > td:first-child,
.table tbody .tr.un-hover .table tr.hover > td:first-child,
.inline-table tbody .tr.un-hover .table tr.hover > td:first-child,
table .tbody .tr.un-hover .table tr.hover > td:first-child,
.table .tbody .tr.un-hover .table tr.hover > td:first-child,
.inline-table .tbody .tr.un-hover .table tr.hover > td:first-child,
table thead.expandable .tr.un-hover .table tr.hover > td:first-child,
.table thead.expandable .tr.un-hover .table tr.hover > td:first-child,
.inline-table thead.expandable .tr.un-hover .table tr.hover > td:first-child,
table tbody tr.un-hover table .tr.hover > td:first-child,
.table tbody tr.un-hover table .tr.hover > td:first-child,
.inline-table tbody tr.un-hover table .tr.hover > td:first-child,
table .tbody tr.un-hover table .tr.hover > td:first-child,
.table .tbody tr.un-hover table .tr.hover > td:first-child,
.inline-table .tbody tr.un-hover table .tr.hover > td:first-child,
table thead.expandable tr.un-hover table .tr.hover > td:first-child,
.table thead.expandable tr.un-hover table .tr.hover > td:first-child,
.inline-table thead.expandable tr.un-hover table .tr.hover > td:first-child,
table tbody .tr.un-hover table .tr.hover > td:first-child,
.table tbody .tr.un-hover table .tr.hover > td:first-child,
.inline-table tbody .tr.un-hover table .tr.hover > td:first-child,
table .tbody .tr.un-hover table .tr.hover > td:first-child,
.table .tbody .tr.un-hover table .tr.hover > td:first-child,
.inline-table .tbody .tr.un-hover table .tr.hover > td:first-child,
table thead.expandable .tr.un-hover table .tr.hover > td:first-child,
.table thead.expandable .tr.un-hover table .tr.hover > td:first-child,
.inline-table thead.expandable .tr.un-hover table .tr.hover > td:first-child,
table tbody tr.un-hover .table .tr.hover > td:first-child,
.table tbody tr.un-hover .table .tr.hover > td:first-child,
.inline-table tbody tr.un-hover .table .tr.hover > td:first-child,
table .tbody tr.un-hover .table .tr.hover > td:first-child,
.table .tbody tr.un-hover .table .tr.hover > td:first-child,
.inline-table .tbody tr.un-hover .table .tr.hover > td:first-child,
table thead.expandable tr.un-hover .table .tr.hover > td:first-child,
.table thead.expandable tr.un-hover .table .tr.hover > td:first-child,
.inline-table thead.expandable tr.un-hover .table .tr.hover > td:first-child,
table tbody .tr.un-hover .table .tr.hover > td:first-child,
.table tbody .tr.un-hover .table .tr.hover > td:first-child,
.inline-table tbody .tr.un-hover .table .tr.hover > td:first-child,
table .tbody .tr.un-hover .table .tr.hover > td:first-child,
.table .tbody .tr.un-hover .table .tr.hover > td:first-child,
.inline-table .tbody .tr.un-hover .table .tr.hover > td:first-child,
table thead.expandable .tr.un-hover .table .tr.hover > td:first-child,
.table thead.expandable .tr.un-hover .table .tr.hover > td:first-child,
.inline-table thead.expandable .tr.un-hover .table .tr.hover > td:first-child,
table tbody tr.un-hover table tr:hover > .td:first-child,
.table tbody tr.un-hover table tr:hover > .td:first-child,
.inline-table tbody tr.un-hover table tr:hover > .td:first-child,
table .tbody tr.un-hover table tr:hover > .td:first-child,
.table .tbody tr.un-hover table tr:hover > .td:first-child,
.inline-table .tbody tr.un-hover table tr:hover > .td:first-child,
table thead.expandable tr.un-hover table tr:hover > .td:first-child,
.table thead.expandable tr.un-hover table tr:hover > .td:first-child,
.inline-table thead.expandable tr.un-hover table tr:hover > .td:first-child,
table tbody .tr.un-hover table tr:hover > .td:first-child,
.table tbody .tr.un-hover table tr:hover > .td:first-child,
.inline-table tbody .tr.un-hover table tr:hover > .td:first-child,
table .tbody .tr.un-hover table tr:hover > .td:first-child,
.table .tbody .tr.un-hover table tr:hover > .td:first-child,
.inline-table .tbody .tr.un-hover table tr:hover > .td:first-child,
table thead.expandable .tr.un-hover table tr:hover > .td:first-child,
.table thead.expandable .tr.un-hover table tr:hover > .td:first-child,
.inline-table thead.expandable .tr.un-hover table tr:hover > .td:first-child,
table tbody tr.un-hover .table tr:hover > .td:first-child,
.table tbody tr.un-hover .table tr:hover > .td:first-child,
.inline-table tbody tr.un-hover .table tr:hover > .td:first-child,
table .tbody tr.un-hover .table tr:hover > .td:first-child,
.table .tbody tr.un-hover .table tr:hover > .td:first-child,
.inline-table .tbody tr.un-hover .table tr:hover > .td:first-child,
table thead.expandable tr.un-hover .table tr:hover > .td:first-child,
.table thead.expandable tr.un-hover .table tr:hover > .td:first-child,
.inline-table thead.expandable tr.un-hover .table tr:hover > .td:first-child,
table tbody .tr.un-hover .table tr:hover > .td:first-child,
.table tbody .tr.un-hover .table tr:hover > .td:first-child,
.inline-table tbody .tr.un-hover .table tr:hover > .td:first-child,
table .tbody .tr.un-hover .table tr:hover > .td:first-child,
.table .tbody .tr.un-hover .table tr:hover > .td:first-child,
.inline-table .tbody .tr.un-hover .table tr:hover > .td:first-child,
table thead.expandable .tr.un-hover .table tr:hover > .td:first-child,
.table thead.expandable .tr.un-hover .table tr:hover > .td:first-child,
.inline-table thead.expandable .tr.un-hover .table tr:hover > .td:first-child,
table tbody tr.un-hover table .tr:hover > .td:first-child,
.table tbody tr.un-hover table .tr:hover > .td:first-child,
.inline-table tbody tr.un-hover table .tr:hover > .td:first-child,
table .tbody tr.un-hover table .tr:hover > .td:first-child,
.table .tbody tr.un-hover table .tr:hover > .td:first-child,
.inline-table .tbody tr.un-hover table .tr:hover > .td:first-child,
table thead.expandable tr.un-hover table .tr:hover > .td:first-child,
.table thead.expandable tr.un-hover table .tr:hover > .td:first-child,
.inline-table thead.expandable tr.un-hover table .tr:hover > .td:first-child,
table tbody .tr.un-hover table .tr:hover > .td:first-child,
.table tbody .tr.un-hover table .tr:hover > .td:first-child,
.inline-table tbody .tr.un-hover table .tr:hover > .td:first-child,
table .tbody .tr.un-hover table .tr:hover > .td:first-child,
.table .tbody .tr.un-hover table .tr:hover > .td:first-child,
.inline-table .tbody .tr.un-hover table .tr:hover > .td:first-child,
table thead.expandable .tr.un-hover table .tr:hover > .td:first-child,
.table thead.expandable .tr.un-hover table .tr:hover > .td:first-child,
.inline-table thead.expandable .tr.un-hover table .tr:hover > .td:first-child,
table tbody tr.un-hover .table .tr:hover > .td:first-child,
.table tbody tr.un-hover .table .tr:hover > .td:first-child,
.inline-table tbody tr.un-hover .table .tr:hover > .td:first-child,
table .tbody tr.un-hover .table .tr:hover > .td:first-child,
.table .tbody tr.un-hover .table .tr:hover > .td:first-child,
.inline-table .tbody tr.un-hover .table .tr:hover > .td:first-child,
table thead.expandable tr.un-hover .table .tr:hover > .td:first-child,
.table thead.expandable tr.un-hover .table .tr:hover > .td:first-child,
.inline-table thead.expandable tr.un-hover .table .tr:hover > .td:first-child,
table tbody .tr.un-hover .table .tr:hover > .td:first-child,
.table tbody .tr.un-hover .table .tr:hover > .td:first-child,
.inline-table tbody .tr.un-hover .table .tr:hover > .td:first-child,
table .tbody .tr.un-hover .table .tr:hover > .td:first-child,
.table .tbody .tr.un-hover .table .tr:hover > .td:first-child,
.inline-table .tbody .tr.un-hover .table .tr:hover > .td:first-child,
table thead.expandable .tr.un-hover .table .tr:hover > .td:first-child,
.table thead.expandable .tr.un-hover .table .tr:hover > .td:first-child,
.inline-table thead.expandable .tr.un-hover .table .tr:hover > .td:first-child,
table tbody tr.un-hover table tr.hover > .td:first-child,
.table tbody tr.un-hover table tr.hover > .td:first-child,
.inline-table tbody tr.un-hover table tr.hover > .td:first-child,
table .tbody tr.un-hover table tr.hover > .td:first-child,
.table .tbody tr.un-hover table tr.hover > .td:first-child,
.inline-table .tbody tr.un-hover table tr.hover > .td:first-child,
table thead.expandable tr.un-hover table tr.hover > .td:first-child,
.table thead.expandable tr.un-hover table tr.hover > .td:first-child,
.inline-table thead.expandable tr.un-hover table tr.hover > .td:first-child,
table tbody .tr.un-hover table tr.hover > .td:first-child,
.table tbody .tr.un-hover table tr.hover > .td:first-child,
.inline-table tbody .tr.un-hover table tr.hover > .td:first-child,
table .tbody .tr.un-hover table tr.hover > .td:first-child,
.table .tbody .tr.un-hover table tr.hover > .td:first-child,
.inline-table .tbody .tr.un-hover table tr.hover > .td:first-child,
table thead.expandable .tr.un-hover table tr.hover > .td:first-child,
.table thead.expandable .tr.un-hover table tr.hover > .td:first-child,
.inline-table thead.expandable .tr.un-hover table tr.hover > .td:first-child,
table tbody tr.un-hover .table tr.hover > .td:first-child,
.table tbody tr.un-hover .table tr.hover > .td:first-child,
.inline-table tbody tr.un-hover .table tr.hover > .td:first-child,
table .tbody tr.un-hover .table tr.hover > .td:first-child,
.table .tbody tr.un-hover .table tr.hover > .td:first-child,
.inline-table .tbody tr.un-hover .table tr.hover > .td:first-child,
table thead.expandable tr.un-hover .table tr.hover > .td:first-child,
.table thead.expandable tr.un-hover .table tr.hover > .td:first-child,
.inline-table thead.expandable tr.un-hover .table tr.hover > .td:first-child,
table tbody .tr.un-hover .table tr.hover > .td:first-child,
.table tbody .tr.un-hover .table tr.hover > .td:first-child,
.inline-table tbody .tr.un-hover .table tr.hover > .td:first-child,
table .tbody .tr.un-hover .table tr.hover > .td:first-child,
.table .tbody .tr.un-hover .table tr.hover > .td:first-child,
.inline-table .tbody .tr.un-hover .table tr.hover > .td:first-child,
table thead.expandable .tr.un-hover .table tr.hover > .td:first-child,
.table thead.expandable .tr.un-hover .table tr.hover > .td:first-child,
.inline-table thead.expandable .tr.un-hover .table tr.hover > .td:first-child,
table tbody tr.un-hover table .tr.hover > .td:first-child,
.table tbody tr.un-hover table .tr.hover > .td:first-child,
.inline-table tbody tr.un-hover table .tr.hover > .td:first-child,
table .tbody tr.un-hover table .tr.hover > .td:first-child,
.table .tbody tr.un-hover table .tr.hover > .td:first-child,
.inline-table .tbody tr.un-hover table .tr.hover > .td:first-child,
table thead.expandable tr.un-hover table .tr.hover > .td:first-child,
.table thead.expandable tr.un-hover table .tr.hover > .td:first-child,
.inline-table thead.expandable tr.un-hover table .tr.hover > .td:first-child,
table tbody .tr.un-hover table .tr.hover > .td:first-child,
.table tbody .tr.un-hover table .tr.hover > .td:first-child,
.inline-table tbody .tr.un-hover table .tr.hover > .td:first-child,
table .tbody .tr.un-hover table .tr.hover > .td:first-child,
.table .tbody .tr.un-hover table .tr.hover > .td:first-child,
.inline-table .tbody .tr.un-hover table .tr.hover > .td:first-child,
table thead.expandable .tr.un-hover table .tr.hover > .td:first-child,
.table thead.expandable .tr.un-hover table .tr.hover > .td:first-child,
.inline-table thead.expandable .tr.un-hover table .tr.hover > .td:first-child,
table tbody tr.un-hover .table .tr.hover > .td:first-child,
.table tbody tr.un-hover .table .tr.hover > .td:first-child,
.inline-table tbody tr.un-hover .table .tr.hover > .td:first-child,
table .tbody tr.un-hover .table .tr.hover > .td:first-child,
.table .tbody tr.un-hover .table .tr.hover > .td:first-child,
.inline-table .tbody tr.un-hover .table .tr.hover > .td:first-child,
table thead.expandable tr.un-hover .table .tr.hover > .td:first-child,
.table thead.expandable tr.un-hover .table .tr.hover > .td:first-child,
.inline-table thead.expandable tr.un-hover .table .tr.hover > .td:first-child,
table tbody .tr.un-hover .table .tr.hover > .td:first-child,
.table tbody .tr.un-hover .table .tr.hover > .td:first-child,
.inline-table tbody .tr.un-hover .table .tr.hover > .td:first-child,
table .tbody .tr.un-hover .table .tr.hover > .td:first-child,
.table .tbody .tr.un-hover .table .tr.hover > .td:first-child,
.inline-table .tbody .tr.un-hover .table .tr.hover > .td:first-child,
table thead.expandable .tr.un-hover .table .tr.hover > .td:first-child,
.table thead.expandable .tr.un-hover .table .tr.hover > .td:first-child,
.inline-table thead.expandable .tr.un-hover .table .tr.hover > .td:first-child {
  border-left-color: #408cf8 !important;
}
table tbody tr.un-hover table tr:hover > input:first-child + td,
.table tbody tr.un-hover table tr:hover > input:first-child + td,
.inline-table tbody tr.un-hover table tr:hover > input:first-child + td,
table .tbody tr.un-hover table tr:hover > input:first-child + td,
.table .tbody tr.un-hover table tr:hover > input:first-child + td,
.inline-table .tbody tr.un-hover table tr:hover > input:first-child + td,
table thead.expandable tr.un-hover table tr:hover > input:first-child + td,
.table thead.expandable tr.un-hover table tr:hover > input:first-child + td,
.inline-table thead.expandable tr.un-hover table tr:hover > input:first-child + td,
table tbody .tr.un-hover table tr:hover > input:first-child + td,
.table tbody .tr.un-hover table tr:hover > input:first-child + td,
.inline-table tbody .tr.un-hover table tr:hover > input:first-child + td,
table .tbody .tr.un-hover table tr:hover > input:first-child + td,
.table .tbody .tr.un-hover table tr:hover > input:first-child + td,
.inline-table .tbody .tr.un-hover table tr:hover > input:first-child + td,
table thead.expandable .tr.un-hover table tr:hover > input:first-child + td,
.table thead.expandable .tr.un-hover table tr:hover > input:first-child + td,
.inline-table thead.expandable .tr.un-hover table tr:hover > input:first-child + td,
table tbody tr.un-hover .table tr:hover > input:first-child + td,
.table tbody tr.un-hover .table tr:hover > input:first-child + td,
.inline-table tbody tr.un-hover .table tr:hover > input:first-child + td,
table .tbody tr.un-hover .table tr:hover > input:first-child + td,
.table .tbody tr.un-hover .table tr:hover > input:first-child + td,
.inline-table .tbody tr.un-hover .table tr:hover > input:first-child + td,
table thead.expandable tr.un-hover .table tr:hover > input:first-child + td,
.table thead.expandable tr.un-hover .table tr:hover > input:first-child + td,
.inline-table thead.expandable tr.un-hover .table tr:hover > input:first-child + td,
table tbody .tr.un-hover .table tr:hover > input:first-child + td,
.table tbody .tr.un-hover .table tr:hover > input:first-child + td,
.inline-table tbody .tr.un-hover .table tr:hover > input:first-child + td,
table .tbody .tr.un-hover .table tr:hover > input:first-child + td,
.table .tbody .tr.un-hover .table tr:hover > input:first-child + td,
.inline-table .tbody .tr.un-hover .table tr:hover > input:first-child + td,
table thead.expandable .tr.un-hover .table tr:hover > input:first-child + td,
.table thead.expandable .tr.un-hover .table tr:hover > input:first-child + td,
.inline-table thead.expandable .tr.un-hover .table tr:hover > input:first-child + td,
table tbody tr.un-hover table .tr:hover > input:first-child + td,
.table tbody tr.un-hover table .tr:hover > input:first-child + td,
.inline-table tbody tr.un-hover table .tr:hover > input:first-child + td,
table .tbody tr.un-hover table .tr:hover > input:first-child + td,
.table .tbody tr.un-hover table .tr:hover > input:first-child + td,
.inline-table .tbody tr.un-hover table .tr:hover > input:first-child + td,
table thead.expandable tr.un-hover table .tr:hover > input:first-child + td,
.table thead.expandable tr.un-hover table .tr:hover > input:first-child + td,
.inline-table thead.expandable tr.un-hover table .tr:hover > input:first-child + td,
table tbody .tr.un-hover table .tr:hover > input:first-child + td,
.table tbody .tr.un-hover table .tr:hover > input:first-child + td,
.inline-table tbody .tr.un-hover table .tr:hover > input:first-child + td,
table .tbody .tr.un-hover table .tr:hover > input:first-child + td,
.table .tbody .tr.un-hover table .tr:hover > input:first-child + td,
.inline-table .tbody .tr.un-hover table .tr:hover > input:first-child + td,
table thead.expandable .tr.un-hover table .tr:hover > input:first-child + td,
.table thead.expandable .tr.un-hover table .tr:hover > input:first-child + td,
.inline-table thead.expandable .tr.un-hover table .tr:hover > input:first-child + td,
table tbody tr.un-hover .table .tr:hover > input:first-child + td,
.table tbody tr.un-hover .table .tr:hover > input:first-child + td,
.inline-table tbody tr.un-hover .table .tr:hover > input:first-child + td,
table .tbody tr.un-hover .table .tr:hover > input:first-child + td,
.table .tbody tr.un-hover .table .tr:hover > input:first-child + td,
.inline-table .tbody tr.un-hover .table .tr:hover > input:first-child + td,
table thead.expandable tr.un-hover .table .tr:hover > input:first-child + td,
.table thead.expandable tr.un-hover .table .tr:hover > input:first-child + td,
.inline-table thead.expandable tr.un-hover .table .tr:hover > input:first-child + td,
table tbody .tr.un-hover .table .tr:hover > input:first-child + td,
.table tbody .tr.un-hover .table .tr:hover > input:first-child + td,
.inline-table tbody .tr.un-hover .table .tr:hover > input:first-child + td,
table .tbody .tr.un-hover .table .tr:hover > input:first-child + td,
.table .tbody .tr.un-hover .table .tr:hover > input:first-child + td,
.inline-table .tbody .tr.un-hover .table .tr:hover > input:first-child + td,
table thead.expandable .tr.un-hover .table .tr:hover > input:first-child + td,
.table thead.expandable .tr.un-hover .table .tr:hover > input:first-child + td,
.inline-table thead.expandable .tr.un-hover .table .tr:hover > input:first-child + td,
table tbody tr.un-hover table tr.hover > input:first-child + td,
.table tbody tr.un-hover table tr.hover > input:first-child + td,
.inline-table tbody tr.un-hover table tr.hover > input:first-child + td,
table .tbody tr.un-hover table tr.hover > input:first-child + td,
.table .tbody tr.un-hover table tr.hover > input:first-child + td,
.inline-table .tbody tr.un-hover table tr.hover > input:first-child + td,
table thead.expandable tr.un-hover table tr.hover > input:first-child + td,
.table thead.expandable tr.un-hover table tr.hover > input:first-child + td,
.inline-table thead.expandable tr.un-hover table tr.hover > input:first-child + td,
table tbody .tr.un-hover table tr.hover > input:first-child + td,
.table tbody .tr.un-hover table tr.hover > input:first-child + td,
.inline-table tbody .tr.un-hover table tr.hover > input:first-child + td,
table .tbody .tr.un-hover table tr.hover > input:first-child + td,
.table .tbody .tr.un-hover table tr.hover > input:first-child + td,
.inline-table .tbody .tr.un-hover table tr.hover > input:first-child + td,
table thead.expandable .tr.un-hover table tr.hover > input:first-child + td,
.table thead.expandable .tr.un-hover table tr.hover > input:first-child + td,
.inline-table thead.expandable .tr.un-hover table tr.hover > input:first-child + td,
table tbody tr.un-hover .table tr.hover > input:first-child + td,
.table tbody tr.un-hover .table tr.hover > input:first-child + td,
.inline-table tbody tr.un-hover .table tr.hover > input:first-child + td,
table .tbody tr.un-hover .table tr.hover > input:first-child + td,
.table .tbody tr.un-hover .table tr.hover > input:first-child + td,
.inline-table .tbody tr.un-hover .table tr.hover > input:first-child + td,
table thead.expandable tr.un-hover .table tr.hover > input:first-child + td,
.table thead.expandable tr.un-hover .table tr.hover > input:first-child + td,
.inline-table thead.expandable tr.un-hover .table tr.hover > input:first-child + td,
table tbody .tr.un-hover .table tr.hover > input:first-child + td,
.table tbody .tr.un-hover .table tr.hover > input:first-child + td,
.inline-table tbody .tr.un-hover .table tr.hover > input:first-child + td,
table .tbody .tr.un-hover .table tr.hover > input:first-child + td,
.table .tbody .tr.un-hover .table tr.hover > input:first-child + td,
.inline-table .tbody .tr.un-hover .table tr.hover > input:first-child + td,
table thead.expandable .tr.un-hover .table tr.hover > input:first-child + td,
.table thead.expandable .tr.un-hover .table tr.hover > input:first-child + td,
.inline-table thead.expandable .tr.un-hover .table tr.hover > input:first-child + td,
table tbody tr.un-hover table .tr.hover > input:first-child + td,
.table tbody tr.un-hover table .tr.hover > input:first-child + td,
.inline-table tbody tr.un-hover table .tr.hover > input:first-child + td,
table .tbody tr.un-hover table .tr.hover > input:first-child + td,
.table .tbody tr.un-hover table .tr.hover > input:first-child + td,
.inline-table .tbody tr.un-hover table .tr.hover > input:first-child + td,
table thead.expandable tr.un-hover table .tr.hover > input:first-child + td,
.table thead.expandable tr.un-hover table .tr.hover > input:first-child + td,
.inline-table thead.expandable tr.un-hover table .tr.hover > input:first-child + td,
table tbody .tr.un-hover table .tr.hover > input:first-child + td,
.table tbody .tr.un-hover table .tr.hover > input:first-child + td,
.inline-table tbody .tr.un-hover table .tr.hover > input:first-child + td,
table .tbody .tr.un-hover table .tr.hover > input:first-child + td,
.table .tbody .tr.un-hover table .tr.hover > input:first-child + td,
.inline-table .tbody .tr.un-hover table .tr.hover > input:first-child + td,
table thead.expandable .tr.un-hover table .tr.hover > input:first-child + td,
.table thead.expandable .tr.un-hover table .tr.hover > input:first-child + td,
.inline-table thead.expandable .tr.un-hover table .tr.hover > input:first-child + td,
table tbody tr.un-hover .table .tr.hover > input:first-child + td,
.table tbody tr.un-hover .table .tr.hover > input:first-child + td,
.inline-table tbody tr.un-hover .table .tr.hover > input:first-child + td,
table .tbody tr.un-hover .table .tr.hover > input:first-child + td,
.table .tbody tr.un-hover .table .tr.hover > input:first-child + td,
.inline-table .tbody tr.un-hover .table .tr.hover > input:first-child + td,
table thead.expandable tr.un-hover .table .tr.hover > input:first-child + td,
.table thead.expandable tr.un-hover .table .tr.hover > input:first-child + td,
.inline-table thead.expandable tr.un-hover .table .tr.hover > input:first-child + td,
table tbody .tr.un-hover .table .tr.hover > input:first-child + td,
.table tbody .tr.un-hover .table .tr.hover > input:first-child + td,
.inline-table tbody .tr.un-hover .table .tr.hover > input:first-child + td,
table .tbody .tr.un-hover .table .tr.hover > input:first-child + td,
.table .tbody .tr.un-hover .table .tr.hover > input:first-child + td,
.inline-table .tbody .tr.un-hover .table .tr.hover > input:first-child + td,
table thead.expandable .tr.un-hover .table .tr.hover > input:first-child + td,
.table thead.expandable .tr.un-hover .table .tr.hover > input:first-child + td,
.inline-table thead.expandable .tr.un-hover .table .tr.hover > input:first-child + td,
table tbody tr.un-hover table tr:hover > input:first-child + .td,
.table tbody tr.un-hover table tr:hover > input:first-child + .td,
.inline-table tbody tr.un-hover table tr:hover > input:first-child + .td,
table .tbody tr.un-hover table tr:hover > input:first-child + .td,
.table .tbody tr.un-hover table tr:hover > input:first-child + .td,
.inline-table .tbody tr.un-hover table tr:hover > input:first-child + .td,
table thead.expandable tr.un-hover table tr:hover > input:first-child + .td,
.table thead.expandable tr.un-hover table tr:hover > input:first-child + .td,
.inline-table thead.expandable tr.un-hover table tr:hover > input:first-child + .td,
table tbody .tr.un-hover table tr:hover > input:first-child + .td,
.table tbody .tr.un-hover table tr:hover > input:first-child + .td,
.inline-table tbody .tr.un-hover table tr:hover > input:first-child + .td,
table .tbody .tr.un-hover table tr:hover > input:first-child + .td,
.table .tbody .tr.un-hover table tr:hover > input:first-child + .td,
.inline-table .tbody .tr.un-hover table tr:hover > input:first-child + .td,
table thead.expandable .tr.un-hover table tr:hover > input:first-child + .td,
.table thead.expandable .tr.un-hover table tr:hover > input:first-child + .td,
.inline-table thead.expandable .tr.un-hover table tr:hover > input:first-child + .td,
table tbody tr.un-hover .table tr:hover > input:first-child + .td,
.table tbody tr.un-hover .table tr:hover > input:first-child + .td,
.inline-table tbody tr.un-hover .table tr:hover > input:first-child + .td,
table .tbody tr.un-hover .table tr:hover > input:first-child + .td,
.table .tbody tr.un-hover .table tr:hover > input:first-child + .td,
.inline-table .tbody tr.un-hover .table tr:hover > input:first-child + .td,
table thead.expandable tr.un-hover .table tr:hover > input:first-child + .td,
.table thead.expandable tr.un-hover .table tr:hover > input:first-child + .td,
.inline-table thead.expandable tr.un-hover .table tr:hover > input:first-child + .td,
table tbody .tr.un-hover .table tr:hover > input:first-child + .td,
.table tbody .tr.un-hover .table tr:hover > input:first-child + .td,
.inline-table tbody .tr.un-hover .table tr:hover > input:first-child + .td,
table .tbody .tr.un-hover .table tr:hover > input:first-child + .td,
.table .tbody .tr.un-hover .table tr:hover > input:first-child + .td,
.inline-table .tbody .tr.un-hover .table tr:hover > input:first-child + .td,
table thead.expandable .tr.un-hover .table tr:hover > input:first-child + .td,
.table thead.expandable .tr.un-hover .table tr:hover > input:first-child + .td,
.inline-table thead.expandable .tr.un-hover .table tr:hover > input:first-child + .td,
table tbody tr.un-hover table .tr:hover > input:first-child + .td,
.table tbody tr.un-hover table .tr:hover > input:first-child + .td,
.inline-table tbody tr.un-hover table .tr:hover > input:first-child + .td,
table .tbody tr.un-hover table .tr:hover > input:first-child + .td,
.table .tbody tr.un-hover table .tr:hover > input:first-child + .td,
.inline-table .tbody tr.un-hover table .tr:hover > input:first-child + .td,
table thead.expandable tr.un-hover table .tr:hover > input:first-child + .td,
.table thead.expandable tr.un-hover table .tr:hover > input:first-child + .td,
.inline-table thead.expandable tr.un-hover table .tr:hover > input:first-child + .td,
table tbody .tr.un-hover table .tr:hover > input:first-child + .td,
.table tbody .tr.un-hover table .tr:hover > input:first-child + .td,
.inline-table tbody .tr.un-hover table .tr:hover > input:first-child + .td,
table .tbody .tr.un-hover table .tr:hover > input:first-child + .td,
.table .tbody .tr.un-hover table .tr:hover > input:first-child + .td,
.inline-table .tbody .tr.un-hover table .tr:hover > input:first-child + .td,
table thead.expandable .tr.un-hover table .tr:hover > input:first-child + .td,
.table thead.expandable .tr.un-hover table .tr:hover > input:first-child + .td,
.inline-table thead.expandable .tr.un-hover table .tr:hover > input:first-child + .td,
table tbody tr.un-hover .table .tr:hover > input:first-child + .td,
.table tbody tr.un-hover .table .tr:hover > input:first-child + .td,
.inline-table tbody tr.un-hover .table .tr:hover > input:first-child + .td,
table .tbody tr.un-hover .table .tr:hover > input:first-child + .td,
.table .tbody tr.un-hover .table .tr:hover > input:first-child + .td,
.inline-table .tbody tr.un-hover .table .tr:hover > input:first-child + .td,
table thead.expandable tr.un-hover .table .tr:hover > input:first-child + .td,
.table thead.expandable tr.un-hover .table .tr:hover > input:first-child + .td,
.inline-table thead.expandable tr.un-hover .table .tr:hover > input:first-child + .td,
table tbody .tr.un-hover .table .tr:hover > input:first-child + .td,
.table tbody .tr.un-hover .table .tr:hover > input:first-child + .td,
.inline-table tbody .tr.un-hover .table .tr:hover > input:first-child + .td,
table .tbody .tr.un-hover .table .tr:hover > input:first-child + .td,
.table .tbody .tr.un-hover .table .tr:hover > input:first-child + .td,
.inline-table .tbody .tr.un-hover .table .tr:hover > input:first-child + .td,
table thead.expandable .tr.un-hover .table .tr:hover > input:first-child + .td,
.table thead.expandable .tr.un-hover .table .tr:hover > input:first-child + .td,
.inline-table thead.expandable .tr.un-hover .table .tr:hover > input:first-child + .td,
table tbody tr.un-hover table tr.hover > input:first-child + .td,
.table tbody tr.un-hover table tr.hover > input:first-child + .td,
.inline-table tbody tr.un-hover table tr.hover > input:first-child + .td,
table .tbody tr.un-hover table tr.hover > input:first-child + .td,
.table .tbody tr.un-hover table tr.hover > input:first-child + .td,
.inline-table .tbody tr.un-hover table tr.hover > input:first-child + .td,
table thead.expandable tr.un-hover table tr.hover > input:first-child + .td,
.table thead.expandable tr.un-hover table tr.hover > input:first-child + .td,
.inline-table thead.expandable tr.un-hover table tr.hover > input:first-child + .td,
table tbody .tr.un-hover table tr.hover > input:first-child + .td,
.table tbody .tr.un-hover table tr.hover > input:first-child + .td,
.inline-table tbody .tr.un-hover table tr.hover > input:first-child + .td,
table .tbody .tr.un-hover table tr.hover > input:first-child + .td,
.table .tbody .tr.un-hover table tr.hover > input:first-child + .td,
.inline-table .tbody .tr.un-hover table tr.hover > input:first-child + .td,
table thead.expandable .tr.un-hover table tr.hover > input:first-child + .td,
.table thead.expandable .tr.un-hover table tr.hover > input:first-child + .td,
.inline-table thead.expandable .tr.un-hover table tr.hover > input:first-child + .td,
table tbody tr.un-hover .table tr.hover > input:first-child + .td,
.table tbody tr.un-hover .table tr.hover > input:first-child + .td,
.inline-table tbody tr.un-hover .table tr.hover > input:first-child + .td,
table .tbody tr.un-hover .table tr.hover > input:first-child + .td,
.table .tbody tr.un-hover .table tr.hover > input:first-child + .td,
.inline-table .tbody tr.un-hover .table tr.hover > input:first-child + .td,
table thead.expandable tr.un-hover .table tr.hover > input:first-child + .td,
.table thead.expandable tr.un-hover .table tr.hover > input:first-child + .td,
.inline-table thead.expandable tr.un-hover .table tr.hover > input:first-child + .td,
table tbody .tr.un-hover .table tr.hover > input:first-child + .td,
.table tbody .tr.un-hover .table tr.hover > input:first-child + .td,
.inline-table tbody .tr.un-hover .table tr.hover > input:first-child + .td,
table .tbody .tr.un-hover .table tr.hover > input:first-child + .td,
.table .tbody .tr.un-hover .table tr.hover > input:first-child + .td,
.inline-table .tbody .tr.un-hover .table tr.hover > input:first-child + .td,
table thead.expandable .tr.un-hover .table tr.hover > input:first-child + .td,
.table thead.expandable .tr.un-hover .table tr.hover > input:first-child + .td,
.inline-table thead.expandable .tr.un-hover .table tr.hover > input:first-child + .td,
table tbody tr.un-hover table .tr.hover > input:first-child + .td,
.table tbody tr.un-hover table .tr.hover > input:first-child + .td,
.inline-table tbody tr.un-hover table .tr.hover > input:first-child + .td,
table .tbody tr.un-hover table .tr.hover > input:first-child + .td,
.table .tbody tr.un-hover table .tr.hover > input:first-child + .td,
.inline-table .tbody tr.un-hover table .tr.hover > input:first-child + .td,
table thead.expandable tr.un-hover table .tr.hover > input:first-child + .td,
.table thead.expandable tr.un-hover table .tr.hover > input:first-child + .td,
.inline-table thead.expandable tr.un-hover table .tr.hover > input:first-child + .td,
table tbody .tr.un-hover table .tr.hover > input:first-child + .td,
.table tbody .tr.un-hover table .tr.hover > input:first-child + .td,
.inline-table tbody .tr.un-hover table .tr.hover > input:first-child + .td,
table .tbody .tr.un-hover table .tr.hover > input:first-child + .td,
.table .tbody .tr.un-hover table .tr.hover > input:first-child + .td,
.inline-table .tbody .tr.un-hover table .tr.hover > input:first-child + .td,
table thead.expandable .tr.un-hover table .tr.hover > input:first-child + .td,
.table thead.expandable .tr.un-hover table .tr.hover > input:first-child + .td,
.inline-table thead.expandable .tr.un-hover table .tr.hover > input:first-child + .td,
table tbody tr.un-hover .table .tr.hover > input:first-child + .td,
.table tbody tr.un-hover .table .tr.hover > input:first-child + .td,
.inline-table tbody tr.un-hover .table .tr.hover > input:first-child + .td,
table .tbody tr.un-hover .table .tr.hover > input:first-child + .td,
.table .tbody tr.un-hover .table .tr.hover > input:first-child + .td,
.inline-table .tbody tr.un-hover .table .tr.hover > input:first-child + .td,
table thead.expandable tr.un-hover .table .tr.hover > input:first-child + .td,
.table thead.expandable tr.un-hover .table .tr.hover > input:first-child + .td,
.inline-table thead.expandable tr.un-hover .table .tr.hover > input:first-child + .td,
table tbody .tr.un-hover .table .tr.hover > input:first-child + .td,
.table tbody .tr.un-hover .table .tr.hover > input:first-child + .td,
.inline-table tbody .tr.un-hover .table .tr.hover > input:first-child + .td,
table .tbody .tr.un-hover .table .tr.hover > input:first-child + .td,
.table .tbody .tr.un-hover .table .tr.hover > input:first-child + .td,
.inline-table .tbody .tr.un-hover .table .tr.hover > input:first-child + .td,
table thead.expandable .tr.un-hover .table .tr.hover > input:first-child + .td,
.table thead.expandable .tr.un-hover .table .tr.hover > input:first-child + .td,
.inline-table thead.expandable .tr.un-hover .table .tr.hover > input:first-child + .td {
  border-left-color: #408cf8 !important;
}
table tr[data-href],
.table tr[data-href],
.inline-table tr[data-href],
table .tr[data-href],
.table .tr[data-href],
.inline-table .tr[data-href] {
  cursor: pointer;
}
table tr.tall-row td,
.table tr.tall-row td,
.inline-table tr.tall-row td,
table .tr.tall-row td,
.table .tr.tall-row td,
.inline-table .tr.tall-row td,
table tr.tall-row .td,
.table tr.tall-row .td,
.inline-table tr.tall-row .td,
table .tr.tall-row .td,
.table .tr.tall-row .td,
.inline-table .tr.tall-row .td {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
table tr td:first-child,
.table tr td:first-child,
.inline-table tr td:first-child,
table .tr td:first-child,
.table .tr td:first-child,
.inline-table .tr td:first-child,
table tr .td:first-child,
.table tr .td:first-child,
.inline-table tr .td:first-child,
table .tr .td:first-child,
.table .tr .td:first-child,
.inline-table .tr .td:first-child {
  border-left: 2px solid transparent;
}
table tr > input:first-child + td,
.table tr > input:first-child + td,
.inline-table tr > input:first-child + td,
table .tr > input:first-child + td,
.table .tr > input:first-child + td,
.inline-table .tr > input:first-child + td,
table tr > input:first-child + .td,
.table tr > input:first-child + .td,
.inline-table tr > input:first-child + .td,
table .tr > input:first-child + .td,
.table .tr > input:first-child + .td,
.inline-table .tr > input:first-child + .td {
  border-left: 2px solid transparent;
}
table tr.default .default-icon,
.table tr.default .default-icon,
.inline-table tr.default .default-icon,
table .tr.default .default-icon,
.table .tr.default .default-icon,
.inline-table .tr.default .default-icon {
  visibility: visible;
}
table tr.disabled .td,
.table tr.disabled .td,
.inline-table tr.disabled .td,
table .tr.disabled .td,
.table .tr.disabled .td,
.inline-table .tr.disabled .td,
table tr.disabled td,
.table tr.disabled td,
.inline-table tr.disabled td,
table .tr.disabled td,
.table .tr.disabled td,
.inline-table .tr.disabled td {
  opacity: 0.3;
  pointer-events: none;
}
table.table-tiny th,
.table.table-tiny th,
.inline-table.table-tiny th,
table.table-tiny td,
.table.table-tiny td,
.inline-table.table-tiny td,
table.table-tiny .th,
.table.table-tiny .th,
.inline-table.table-tiny .th,
table.table-tiny .td,
.table.table-tiny .td,
.inline-table.table-tiny .td {
  min-height: 2.8rem;
  height: 2.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
table.table-tiny th.number,
.table.table-tiny th.number,
.inline-table.table-tiny th.number,
table.table-tiny td.number,
.table.table-tiny td.number,
.inline-table.table-tiny td.number,
table.table-tiny .th.number,
.table.table-tiny .th.number,
.inline-table.table-tiny .th.number,
table.table-tiny .td.number,
.table.table-tiny .td.number,
.inline-table.table-tiny .td.number {
  padding-right: 1rem;
}
th,
td,
.th,
.td {
  text-align: left;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  word-wrap: break-word;
}
th span.count:after,
td span.count:after,
.th span.count:after,
.td span.count:after {
  content: counter(td-counter) '.';
}
th.has-status,
td.has-status,
.th.has-status,
.td.has-status {
  text-align: right;
  padding-right: 1rem;
}
th.with-currency,
td.with-currency,
.th.with-currency,
.td.with-currency {
  max-width: 60px !important;
  width: 60px !important;
  min-width: 60px !important;
}
th.with-table,
td.with-table,
.th.with-table,
.td.with-table {
  padding: 0 !important;
  background-color: #eef5ff !important;
  height: auto;
  min-height: 0;
}
th.with-table thead th,
td.with-table thead th,
.th.with-table thead th,
.td.with-table thead th {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: #eef5ff !important;
  border-bottom-color: #fff !important;
}
th.with-table tbody td,
td.with-table tbody td,
.th.with-table tbody td,
.td.with-table tbody td {
  border-top-color: #fff;
}
th.view-more,
td.view-more,
.th.view-more,
.td.view-more {
  color: #408cf8;
  background-color: rgba(64, 140, 248, 0.13) !important;
  text-align: center;
  cursor: pointer;
  border-left: 0 none !important;
}
th.mark,
td.mark,
.th.mark,
.td.mark {
  padding-left: 1rem;
}
th.rtl,
td.rtl,
.th.rtl,
.td.rtl {
  direction: rtl;
}
th .has-tooltip,
td .has-tooltip,
.th .has-tooltip,
.td .has-tooltip {
  display: inline-block;
  vertical-align: middle;
}
th .default-icon,
td .default-icon,
.th .default-icon,
.td .default-icon {
  visibility: hidden;
}
th .default-icon span,
td .default-icon span,
.th .default-icon span,
.td .default-icon span {
  display: inline-block;
  vertical-align: middle;
}
th .default-icon span:before,
td .default-icon span:before,
.th .default-icon span:before,
.td .default-icon span:before {
  content: "\e92d";
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 3rem;
  color: #faac18;
}
th .color-blue,
td .color-blue,
.th .color-blue,
.td .color-blue {
  color: #408cf8 !important;
}
th .color-green,
td .color-green,
.th .color-green,
.td .color-green {
  color: #2cbf55;
}
th .color-mute,
td .color-mute,
.th .color-mute,
.td .color-mute {
  color: #d1dbe7;
}
th p,
td p,
.th p,
.td p {
  margin: 0;
}
th p.small,
td p.small,
.th p.small,
.td p.small {
  font-size: 1rem;
}
th p.small.mute,
td p.small.mute,
.th p.small.mute,
.td p.small.mute {
  color: #515151;
}
@media (min-width: 1180px) {
  th .text-ellipsis,
  td .text-ellipsis,
  .th .text-ellipsis,
  .td .text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 100%;
  }
}
th.number,
td.number,
.th.number,
.td.number {
  text-align: right;
  padding-right: 2rem;
  white-space: nowrap !important;
}
th.number.no-padding,
td.number.no-padding,
.th.number.no-padding,
.td.number.no-padding {
  padding-right: 0;
}
th.number .input-table,
td.number .input-table,
.th.number .input-table,
.td.number .input-table {
  text-align: right;
  padding-right: 0;
}
th.number .input-table:not(:empty),
td.number .input-table:not(:empty),
.th.number .input-table:not(:empty),
.td.number .input-table:not(:empty) {
  white-space: nowrap;
}
th.warning,
td.warning,
.th.warning,
.td.warning,
th.color-red,
td.color-red,
.th.color-red,
.td.color-red {
  color: #f65f7b !important;
}
th.correct,
td.correct,
.th.correct,
.td.correct,
th.color-green,
td.color-green,
.th.color-green,
.td.color-green {
  color: #2cbf55 !important;
}
th.upper,
td.upper,
.th.upper,
.td.upper {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
th.mute,
td.mute,
.th.mute,
.td.mute,
th.color-gray,
td.color-gray,
.th.color-gray,
.td.color-gray {
  color: #979ea7;
}
th.no input.input-table,
td.no input.input-table,
.th.no input.input-table,
.td.no input.input-table {
  width: 5rem;
  padding-right: 0;
}
@media (min-width: 1181px) {
  th.w-50-3,
  td.w-50-3,
  .th.w-50-3,
  .td.w-50-3 {
    width: calc(16.66666667vw);
  }
  th.w-50-4,
  td.w-50-4,
  .th.w-50-4,
  .td.w-50-4 {
    width: calc(12.5vw);
  }
  th.w-50-5,
  td.w-50-5,
  .th.w-50-5,
  .td.w-50-5 {
    width: calc(10vw);
  }
  th.w-50-6,
  td.w-50-6,
  .th.w-50-6,
  .td.w-50-6 {
    width: calc(8.33333333vw);
  }
}
th.center,
td.center,
.th.center,
.td.center {
  text-align: center;
}
th.list > span + span:before,
td.list > span + span:before,
.th.list > span + span:before,
.td.list > span + span:before {
  content: ',';
  padding: 0 0.5rem 0 0;
}
th.total,
td.total,
.th.total,
.td.total,
th.bold,
td.bold,
.th.bold,
.td.bold {
  font-weight: bold;
  color: #404040;
}
th.has-charts,
td.has-charts,
.th.has-charts,
.td.has-charts {
  padding-right: 4rem !important;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1181px) {
  th.has-charts,
  td.has-charts,
  .th.has-charts,
  .td.has-charts {
    width: 18rem !important;
    min-width: 18rem !important;
  }
}
@media (max-width: 1180px) {
  th.has-charts,
  td.has-charts,
  .th.has-charts,
  .td.has-charts {
    max-width: 20vw !important;
    width: 18rem !important;
  }
}
th.has-charts.short,
td.has-charts.short,
.th.has-charts.short,
.td.has-charts.short {
  padding-right: 0 !important;
}
@media (min-width: 1181px) {
  th.has-charts.short,
  td.has-charts.short,
  .th.has-charts.short,
  .td.has-charts.short {
    width: 12rem !important;
    min-width: 12rem !important;
  }
}
@media (max-width: 1180px) {
  th.has-charts.short,
  td.has-charts.short,
  .th.has-charts.short,
  .td.has-charts.short {
    max-width: 12rem !important;
  }
}
th.has-charts .chart-addon,
td.has-charts .chart-addon,
.th.has-charts .chart-addon,
.td.has-charts .chart-addon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
th.has-charts .chart-addon .has-tooltip,
td.has-charts .chart-addon .has-tooltip,
.th.has-charts .chart-addon .has-tooltip,
.td.has-charts .chart-addon .has-tooltip {
  display: inline-block;
}
th.has-charts .chart-addon .icon-warning,
td.has-charts .chart-addon .icon-warning,
.th.has-charts .chart-addon .icon-warning,
.td.has-charts .chart-addon .icon-warning {
  color: #ce0152;
  font-size: 1.6rem;
}
th.has-charts .chart-addon .icon-lock,
td.has-charts .chart-addon .icon-lock,
.th.has-charts .chart-addon .icon-lock,
.td.has-charts .chart-addon .icon-lock {
  color: #8ebaf7;
  font-size: 1.6rem;
}
th.has-charts .chart-addon .icon-lock.warning,
td.has-charts .chart-addon .icon-lock.warning,
.th.has-charts .chart-addon .icon-lock.warning,
.td.has-charts .chart-addon .icon-lock.warning {
  color: #ce0152;
}
th.has-charts .chart-addon > * + *,
td.has-charts .chart-addon > * + *,
.th.has-charts .chart-addon > * + *,
.td.has-charts .chart-addon > * + * {
  margin-left: 0.35rem;
}
th.with-avatars .avatars,
td.with-avatars .avatars,
.th.with-avatars .avatars,
.td.with-avatars .avatars {
  min-width: 12rem;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  margin-bottom: 0;
  font-size: 0;
}
th.with-avatars .avatars:not(.short),
td.with-avatars .avatars:not(.short),
.th.with-avatars .avatars:not(.short),
.td.with-avatars .avatars:not(.short) {
  min-width: 12rem;
}
th.with-avatars .avatars .avatar.has-tooltip,
td.with-avatars .avatars .avatar.has-tooltip,
.th.with-avatars .avatars .avatar.has-tooltip,
.td.with-avatars .avatars .avatar.has-tooltip {
  position: relative;
}
th.with-avatars .avatars .avatar.has-tooltip .tooltip,
td.with-avatars .avatars .avatar.has-tooltip .tooltip,
.th.with-avatars .avatars .avatar.has-tooltip .tooltip,
.td.with-avatars .avatars .avatar.has-tooltip .tooltip {
  transform: translate(calc(-35%), calc(-110%));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
th.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child),
td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child),
.th.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child),
.td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) {
  padding-right: 1rem;
}
th.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img,
td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img,
.th.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img,
.td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img {
  right: 1rem;
  width: calc(100% - 1rem);
}
th.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before,
td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before,
.th.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before,
.td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  color: #d2d2d2;
  line-height: 1rem;
  width: 0.8rem;
  height: 1rem;
  margin: auto 0;
  font-size: 1.2rem;
  text-align: left;
}
th.with-avatars .avatars .avatar,
td.with-avatars .avatars .avatar,
.th.with-avatars .avatars .avatar,
.td.with-avatars .avatars .avatar {
  margin: 0.3rem 0.3rem 0.3rem 0;
  font-size: 1.2rem;
}
th.noborder,
td.noborder,
.th.noborder,
.td.noborder {
  border-top-color: transparent;
}
th [data-disparity],
td [data-disparity],
.th [data-disparity],
.td [data-disparity] {
  display: inline-block;
  position: relative;
  bottom: -0.6rem;
}
th [data-disparity]:after,
td [data-disparity]:after,
.th [data-disparity]:after,
.td [data-disparity]:after {
  text-align: left;
}
th[data-disparity]:after,
td[data-disparity]:after,
.th[data-disparity]:after,
.td[data-disparity]:after,
th [data-disparity]:after,
td [data-disparity]:after,
.th [data-disparity]:after,
.td [data-disparity]:after {
  content: attr(data-disparity);
  color: #979ea7;
  font-size: 0.9rem;
  font-weight: normal;
  display: block;
  margin-bottom: -1.3em;
  line-height: 1rem;
}
th[data-beyond],
td[data-beyond],
.th[data-beyond],
.td[data-beyond] {
  color: #f65f7b;
}
th[data-beyond]:after,
td[data-beyond]:after,
.th[data-beyond]:after,
.td[data-beyond]:after {
  content: '+' attr(data-beyond);
  color: #979ea7;
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
th .icon-thumb_up,
td .icon-thumb_up,
.th .icon-thumb_up,
.td .icon-thumb_up {
  font-size: 2rem;
}
th[data-almost],
td[data-almost],
.th[data-almost],
.td[data-almost] {
  color: #2cbf55;
}
th[data-almost]:after,
td[data-almost]:after,
.th[data-almost]:after,
.td[data-almost]:after {
  content: '-' attr(data-almost);
  color: #979ea7;
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
th[data-currency]:after,
td[data-currency]:after,
.th[data-currency]:after,
.td[data-currency]:after {
  content: attr(data-currency);
  color: #979ea7;
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
th.actions,
td.actions,
.th.actions,
.td.actions {
  text-align: right;
  vertical-align: middle !important;
  width: 0;
  min-width: 4rem;
  white-space: nowrap !important;
  letter-spacing: 0;
  overflow: visible;
}
th.actions.disabled > *,
td.actions.disabled > *,
.th.actions.disabled > *,
.td.actions.disabled > * {
  opacity: 0 !important;
  pointer-events: none;
}
th.actions.text-center,
td.actions.text-center,
.th.actions.text-center,
.td.actions.text-center {
  text-align: center;
}
th.actions.text-top,
td.actions.text-top,
.th.actions.text-top,
.td.actions.text-top {
  vertical-align: top !important;
}
@media (min-width: 1180px) {
  th.actions.with-arrow,
  td.actions.with-arrow,
  .th.actions.with-arrow,
  .td.actions.with-arrow {
    width: 4rem;
    padding-right: 2.5rem !important;
  }
}
@media (max-width: 1180px) {
  th.actions.with-arrow,
  td.actions.with-arrow,
  .th.actions.with-arrow,
  .td.actions.with-arrow {
    width: 1.5rem;
    padding-right: 1rem !important;
  }
}
th.actions > *,
td.actions > *,
.th.actions > *,
.td.actions > * {
  letter-spacing: normal;
  vertical-align: middle;
}
th.actions a[class*=" icon-"],
td.actions a[class*=" icon-"],
.th.actions a[class*=" icon-"],
.td.actions a[class*=" icon-"],
th.actions a[class^="icon-"],
td.actions a[class^="icon-"],
.th.actions a[class^="icon-"],
.td.actions a[class^="icon-"],
th.actions a > [class*=" icon-"],
td.actions a > [class*=" icon-"],
.th.actions a > [class*=" icon-"],
.td.actions a > [class*=" icon-"],
th.actions a > [class^="icon-"],
td.actions a > [class^="icon-"],
.th.actions a > [class^="icon-"],
.td.actions a > [class^="icon-"] {
  font-size: 2.3rem;
}
th.actions a[class*=" icon-"]:hover,
td.actions a[class*=" icon-"]:hover,
.th.actions a[class*=" icon-"]:hover,
.td.actions a[class*=" icon-"]:hover,
th.actions a[class^="icon-"]:hover,
td.actions a[class^="icon-"]:hover,
.th.actions a[class^="icon-"]:hover,
.td.actions a[class^="icon-"]:hover,
th.actions a > [class*=" icon-"]:hover,
td.actions a > [class*=" icon-"]:hover,
.th.actions a > [class*=" icon-"]:hover,
.td.actions a > [class*=" icon-"]:hover,
th.actions a > [class^="icon-"]:hover,
td.actions a > [class^="icon-"]:hover,
.th.actions a > [class^="icon-"]:hover,
.td.actions a > [class^="icon-"]:hover {
  text-decoration: none;
}
th.actions .has-popup,
td.actions .has-popup,
.th.actions .has-popup,
.td.actions .has-popup {
  text-align: left;
}
th.actions .has-popup > input:not(:checked),
td.actions .has-popup > input:not(:checked),
.th.actions .has-popup > input:not(:checked),
.td.actions .has-popup > input:not(:checked) {
  cursor: pointer;
}
th.actions.mark,
td.actions.mark,
.th.actions.mark,
.td.actions.mark {
  width: 0;
}
th.actions.mark a:before,
td.actions.mark a:before,
.th.actions.mark a:before,
.td.actions.mark a:before {
  font-size: 2rem;
}
th.actions.mark a.icon-check:hover:before,
td.actions.mark a.icon-check:hover:before,
.th.actions.mark a.icon-check:hover:before,
.td.actions.mark a.icon-check:hover:before {
  content: "\e93c";
}
th.actions.mark a.icon-check[class*="color-"]:hover:before,
td.actions.mark a.icon-check[class*="color-"]:hover:before,
.th.actions.mark a.icon-check[class*="color-"]:hover:before,
.td.actions.mark a.icon-check[class*="color-"]:hover:before {
  color: #f65f7b;
}
th.actions > * + *,
td.actions > * + *,
.th.actions > * + *,
.td.actions > * + * {
  margin-left: 1rem;
}
th.actions .add,
td.actions .add,
.th.actions .add,
.td.actions .add {
  color: #d1dbe7;
}
th.actions .add:before,
td.actions .add:before,
.th.actions .add:before,
.td.actions .add:before {
  font-size: 2rem;
}
th.actions > a,
td.actions > a,
.th.actions > a,
.td.actions > a,
th.actions > label,
td.actions > label,
.th.actions > label,
.td.actions > label,
th.actions > .has-popup,
td.actions > .has-popup,
.th.actions > .has-popup,
.td.actions > .has-popup,
th.actions > span,
td.actions > span,
.th.actions > span,
.td.actions > span {
  display: inline-block;
  cursor: pointer;
}
th.actions > a i,
td.actions > a i,
.th.actions > a i,
.td.actions > a i,
th.actions > label i,
td.actions > label i,
.th.actions > label i,
.td.actions > label i,
th.actions > .has-popup i,
td.actions > .has-popup i,
.th.actions > .has-popup i,
.td.actions > .has-popup i,
th.actions > span i,
td.actions > span i,
.th.actions > span i,
.td.actions > span i {
  vertical-align: middle;
}
th.actions > a i + span,
td.actions > a i + span,
.th.actions > a i + span,
.td.actions > a i + span,
th.actions > label i + span,
td.actions > label i + span,
.th.actions > label i + span,
.td.actions > label i + span,
th.actions > .has-popup i + span,
td.actions > .has-popup i + span,
.th.actions > .has-popup i + span,
.td.actions > .has-popup i + span,
th.actions > span i + span,
td.actions > span i + span,
.th.actions > span i + span,
.td.actions > span i + span {
  vertical-align: middle;
  color: #a0a6b9;
  font-size: 1rem;
}
th.actions > a.approve i,
td.actions > a.approve i,
.th.actions > a.approve i,
.td.actions > a.approve i,
th.actions > label.approve i,
td.actions > label.approve i,
.th.actions > label.approve i,
.td.actions > label.approve i,
th.actions > .has-popup.approve i,
td.actions > .has-popup.approve i,
.th.actions > .has-popup.approve i,
.td.actions > .has-popup.approve i,
th.actions > span.approve i,
td.actions > span.approve i,
.th.actions > span.approve i,
.td.actions > span.approve i,
th.actions > a.reject i,
td.actions > a.reject i,
.th.actions > a.reject i,
.td.actions > a.reject i,
th.actions > label.reject i,
td.actions > label.reject i,
.th.actions > label.reject i,
.td.actions > label.reject i,
th.actions > .has-popup.reject i,
td.actions > .has-popup.reject i,
.th.actions > .has-popup.reject i,
.td.actions > .has-popup.reject i,
th.actions > span.reject i,
td.actions > span.reject i,
.th.actions > span.reject i,
.td.actions > span.reject i {
  font-size: 2.4rem;
}
th.actions > a.edit i,
td.actions > a.edit i,
.th.actions > a.edit i,
.td.actions > a.edit i,
th.actions > label.edit i,
td.actions > label.edit i,
.th.actions > label.edit i,
.td.actions > label.edit i,
th.actions > .has-popup.edit i,
td.actions > .has-popup.edit i,
.th.actions > .has-popup.edit i,
.td.actions > .has-popup.edit i,
th.actions > span.edit i,
td.actions > span.edit i,
.th.actions > span.edit i,
.td.actions > span.edit i,
th.actions > a.delete i,
td.actions > a.delete i,
.th.actions > a.delete i,
.td.actions > a.delete i,
th.actions > label.delete i,
td.actions > label.delete i,
.th.actions > label.delete i,
.td.actions > label.delete i,
th.actions > .has-popup.delete i,
td.actions > .has-popup.delete i,
.th.actions > .has-popup.delete i,
.td.actions > .has-popup.delete i,
th.actions > span.delete i,
td.actions > span.delete i,
.th.actions > span.delete i,
.td.actions > span.delete i {
  font-size: 2.4rem;
}
th.actions > a.edit i,
td.actions > a.edit i,
.th.actions > a.edit i,
.td.actions > a.edit i,
th.actions > label.edit i,
td.actions > label.edit i,
.th.actions > label.edit i,
.td.actions > label.edit i,
th.actions > .has-popup.edit i,
td.actions > .has-popup.edit i,
.th.actions > .has-popup.edit i,
.td.actions > .has-popup.edit i,
th.actions > span.edit i,
td.actions > span.edit i,
.th.actions > span.edit i,
.td.actions > span.edit i {
  color: #faac18;
}
th.actions > a.delete i,
td.actions > a.delete i,
.th.actions > a.delete i,
.td.actions > a.delete i,
th.actions > label.delete i,
td.actions > label.delete i,
.th.actions > label.delete i,
.td.actions > label.delete i,
th.actions > .has-popup.delete i,
td.actions > .has-popup.delete i,
.th.actions > .has-popup.delete i,
.td.actions > .has-popup.delete i,
th.actions > span.delete i,
td.actions > span.delete i,
.th.actions > span.delete i,
.td.actions > span.delete i {
  color: #f65f7b;
}
th.actions > a.approve i,
td.actions > a.approve i,
.th.actions > a.approve i,
.td.actions > a.approve i,
th.actions > label.approve i,
td.actions > label.approve i,
.th.actions > label.approve i,
.td.actions > label.approve i,
th.actions > .has-popup.approve i,
td.actions > .has-popup.approve i,
.th.actions > .has-popup.approve i,
.td.actions > .has-popup.approve i,
th.actions > span.approve i,
td.actions > span.approve i,
.th.actions > span.approve i,
.td.actions > span.approve i {
  color: #2cbf55;
}
th.actions > a.reject i,
td.actions > a.reject i,
.th.actions > a.reject i,
.td.actions > a.reject i,
th.actions > label.reject i,
td.actions > label.reject i,
.th.actions > label.reject i,
.td.actions > label.reject i,
th.actions > .has-popup.reject i,
td.actions > .has-popup.reject i,
.th.actions > .has-popup.reject i,
.td.actions > .has-popup.reject i,
th.actions > span.reject i,
td.actions > span.reject i,
.th.actions > span.reject i,
.td.actions > span.reject i {
  color: #f65f7b;
}
th.actions > a:hover,
td.actions > a:hover,
.th.actions > a:hover,
.td.actions > a:hover,
th.actions > label:hover,
td.actions > label:hover,
.th.actions > label:hover,
.td.actions > label:hover,
th.actions > .has-popup:hover,
td.actions > .has-popup:hover,
.th.actions > .has-popup:hover,
.td.actions > .has-popup:hover,
th.actions > span:hover,
td.actions > span:hover,
.th.actions > span:hover,
.td.actions > span:hover {
  text-decoration: none;
}
.has-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  white-space: nowrap;
}
.has-child .as-td {
  background-color: inherit;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.has-child .as-td.number {
  text-align: right;
  padding-right: 2rem;
  white-space: nowrap !important;
}
.has-child .as-td.number.no-padding {
  padding-right: 0;
}
.has-child .as-td.number .input-table {
  text-align: right;
  padding-right: 0;
}
.has-child .as-td.number .input-table:not(:empty) {
  white-space: nowrap;
}
.has-child .as-td.warning,
.has-child .as-td.color-red {
  color: #f65f7b !important;
}
.has-child .as-td.correct,
.has-child .as-td.color-green {
  color: #2cbf55 !important;
}
.has-child .as-td.upper {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
.has-child .as-td.mute,
.has-child .as-td.color-gray {
  color: #979ea7;
}
.has-child .as-td.no input.input-table {
  width: 5rem;
  padding-right: 0;
}
@media (min-width: 1181px) {
  .has-child .as-td.w-50-3 {
    width: calc(16.66666667vw);
  }
  .has-child .as-td.w-50-4 {
    width: calc(12.5vw);
  }
  .has-child .as-td.w-50-5 {
    width: calc(10vw);
  }
  .has-child .as-td.w-50-6 {
    width: calc(8.33333333vw);
  }
}
.has-child .as-td.center {
  text-align: center;
}
.has-child .as-td.list > span + span:before {
  content: ',';
  padding: 0 0.5rem 0 0;
}
.has-child .as-td.total,
.has-child .as-td.bold {
  font-weight: bold;
  color: #404040;
}
.has-child .as-td.has-charts {
  padding-right: 4rem !important;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1181px) {
  .has-child .as-td.has-charts {
    width: 18rem !important;
    min-width: 18rem !important;
  }
}
@media (max-width: 1180px) {
  .has-child .as-td.has-charts {
    max-width: 20vw !important;
    width: 18rem !important;
  }
}
.has-child .as-td.has-charts.short {
  padding-right: 0 !important;
}
@media (min-width: 1181px) {
  .has-child .as-td.has-charts.short {
    width: 12rem !important;
    min-width: 12rem !important;
  }
}
@media (max-width: 1180px) {
  .has-child .as-td.has-charts.short {
    max-width: 12rem !important;
  }
}
.has-child .as-td.has-charts .chart-addon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.has-child .as-td.has-charts .chart-addon .has-tooltip {
  display: inline-block;
}
.has-child .as-td.has-charts .chart-addon .icon-warning {
  color: #ce0152;
  font-size: 1.6rem;
}
.has-child .as-td.has-charts .chart-addon .icon-lock {
  color: #8ebaf7;
  font-size: 1.6rem;
}
.has-child .as-td.has-charts .chart-addon .icon-lock.warning {
  color: #ce0152;
}
.has-child .as-td.has-charts .chart-addon > * + * {
  margin-left: 0.35rem;
}
.has-child .as-td.with-avatars .avatars {
  min-width: 12rem;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  margin-bottom: 0;
  font-size: 0;
}
.has-child .as-td.with-avatars .avatars:not(.short) {
  min-width: 12rem;
}
.has-child .as-td.with-avatars .avatars .avatar.has-tooltip {
  position: relative;
}
.has-child .as-td.with-avatars .avatars .avatar.has-tooltip .tooltip {
  transform: translate(calc(-35%), calc(-110%));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
.has-child .as-td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) {
  padding-right: 1rem;
}
.has-child .as-td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img {
  right: 1rem;
  width: calc(100% - 1rem);
}
.has-child .as-td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  color: #d2d2d2;
  line-height: 1rem;
  width: 0.8rem;
  height: 1rem;
  margin: auto 0;
  font-size: 1.2rem;
  text-align: left;
}
.has-child .as-td.with-avatars .avatars .avatar {
  margin: 0.3rem 0.3rem 0.3rem 0;
  font-size: 1.2rem;
}
.has-child .as-td.noborder {
  border-top-color: transparent;
}
.has-child label.as-td.has-checkbox {
  width: 2.7rem;
}
.has-child label.as-td.has-checkbox + .as-td {
  width: calc(100% - 2.7rem);
}
.with-as {
  white-space: nowrap;
  text-align: right;
}
.with-as.flex {
  display: flex;
  width: 100%;
}
.with-as.flex > .as-th {
  flex: 1 1 auto;
}
.with-as.flex > .as-th.text-wrap {
  min-width: 70px;
}
.with-as.display-flex {
  margin-top: 1rem;
  width: 100%;
  min-height: 2.7rem;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.with-as.display-flex + .display-flex {
  margin-top: 0;
  margin-bottom: 1rem;
}
.with-as.display-flex > .as-th {
  width: 25%;
  margin-bottom: 0;
}
.with-as.display-flex > .as-th.text-wrap {
  min-width: 70px;
}
.with-as.display-flex > .as-td {
  width: 70%;
  margin-left: 5%;
  margin-bottom: 0;
}
.with-as.display-flex .react-datepicker__input-container .input-s {
  width: 9rem !important;
}
.with-as.display-flex .react-datepicker__input-container:after {
  display: none !important;
}
.with-as.display-flex > * {
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.with-as > * {
  display: inline-block;
}
@media (max-width: 1180px) {
  .with-as:not(.mobile-as) > * {
    display: block;
  }
}
.with-as .as-th {
  color: #979ea7;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
.with-as .as-th + .as-td .react-datepicker__input-container .input-s {
  width: 11rem;
  font-size: 1.3rem;
}
.with-as .as-th + .as-td .react-datepicker__input-container:after {
  color: #b8bfcd;
  font-size: 1.6rem;
  top: 0.3rem;
}
.with-as .as-td,
.with-as .as-th {
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  word-wrap: break-word;
}
.with-as .as-td.number,
.with-as .as-th.number {
  text-align: right;
  padding-right: 2rem;
  white-space: nowrap !important;
}
.with-as .as-td.number.no-padding,
.with-as .as-th.number.no-padding {
  padding-right: 0;
}
.with-as .as-td.number .input-table,
.with-as .as-th.number .input-table {
  text-align: right;
  padding-right: 0;
}
.with-as .as-td.number .input-table:not(:empty),
.with-as .as-th.number .input-table:not(:empty) {
  white-space: nowrap;
}
.with-as .as-td.warning,
.with-as .as-th.warning,
.with-as .as-td.color-red,
.with-as .as-th.color-red {
  color: #f65f7b !important;
}
.with-as .as-td.correct,
.with-as .as-th.correct,
.with-as .as-td.color-green,
.with-as .as-th.color-green {
  color: #2cbf55 !important;
}
.with-as .as-td.upper,
.with-as .as-th.upper {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
.with-as .as-td.mute,
.with-as .as-th.mute,
.with-as .as-td.color-gray,
.with-as .as-th.color-gray {
  color: #979ea7;
}
.with-as .as-td.no input.input-table,
.with-as .as-th.no input.input-table {
  width: 5rem;
  padding-right: 0;
}
@media (min-width: 1181px) {
  .with-as .as-td.w-50-3,
  .with-as .as-th.w-50-3 {
    width: calc(16.66666667vw);
  }
  .with-as .as-td.w-50-4,
  .with-as .as-th.w-50-4 {
    width: calc(12.5vw);
  }
  .with-as .as-td.w-50-5,
  .with-as .as-th.w-50-5 {
    width: calc(10vw);
  }
  .with-as .as-td.w-50-6,
  .with-as .as-th.w-50-6 {
    width: calc(8.33333333vw);
  }
}
.with-as .as-td.center,
.with-as .as-th.center {
  text-align: center;
}
.with-as .as-td.list > span + span:before,
.with-as .as-th.list > span + span:before {
  content: ',';
  padding: 0 0.5rem 0 0;
}
.with-as .as-td.total,
.with-as .as-th.total,
.with-as .as-td.bold,
.with-as .as-th.bold {
  font-weight: bold;
  color: #404040;
}
.with-as .as-td.has-charts,
.with-as .as-th.has-charts {
  padding-right: 4rem !important;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1181px) {
  .with-as .as-td.has-charts,
  .with-as .as-th.has-charts {
    width: 18rem !important;
    min-width: 18rem !important;
  }
}
@media (max-width: 1180px) {
  .with-as .as-td.has-charts,
  .with-as .as-th.has-charts {
    max-width: 20vw !important;
    width: 18rem !important;
  }
}
.with-as .as-td.has-charts.short,
.with-as .as-th.has-charts.short {
  padding-right: 0 !important;
}
@media (min-width: 1181px) {
  .with-as .as-td.has-charts.short,
  .with-as .as-th.has-charts.short {
    width: 12rem !important;
    min-width: 12rem !important;
  }
}
@media (max-width: 1180px) {
  .with-as .as-td.has-charts.short,
  .with-as .as-th.has-charts.short {
    max-width: 12rem !important;
  }
}
.with-as .as-td.has-charts .chart-addon,
.with-as .as-th.has-charts .chart-addon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.with-as .as-td.has-charts .chart-addon .has-tooltip,
.with-as .as-th.has-charts .chart-addon .has-tooltip {
  display: inline-block;
}
.with-as .as-td.has-charts .chart-addon .icon-warning,
.with-as .as-th.has-charts .chart-addon .icon-warning {
  color: #ce0152;
  font-size: 1.6rem;
}
.with-as .as-td.has-charts .chart-addon .icon-lock,
.with-as .as-th.has-charts .chart-addon .icon-lock {
  color: #8ebaf7;
  font-size: 1.6rem;
}
.with-as .as-td.has-charts .chart-addon .icon-lock.warning,
.with-as .as-th.has-charts .chart-addon .icon-lock.warning {
  color: #ce0152;
}
.with-as .as-td.has-charts .chart-addon > * + *,
.with-as .as-th.has-charts .chart-addon > * + * {
  margin-left: 0.35rem;
}
.with-as .as-td.with-avatars .avatars,
.with-as .as-th.with-avatars .avatars {
  min-width: 12rem;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  margin-bottom: 0;
  font-size: 0;
}
.with-as .as-td.with-avatars .avatars:not(.short),
.with-as .as-th.with-avatars .avatars:not(.short) {
  min-width: 12rem;
}
.with-as .as-td.with-avatars .avatars .avatar.has-tooltip,
.with-as .as-th.with-avatars .avatars .avatar.has-tooltip {
  position: relative;
}
.with-as .as-td.with-avatars .avatars .avatar.has-tooltip .tooltip,
.with-as .as-th.with-avatars .avatars .avatar.has-tooltip .tooltip {
  transform: translate(calc(-35%), calc(-110%));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
.with-as .as-td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child),
.with-as .as-th.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) {
  padding-right: 1rem;
}
.with-as .as-td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img,
.with-as .as-th.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img {
  right: 1rem;
  width: calc(100% - 1rem);
}
.with-as .as-td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before,
.with-as .as-th.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  color: #d2d2d2;
  line-height: 1rem;
  width: 0.8rem;
  height: 1rem;
  margin: auto 0;
  font-size: 1.2rem;
  text-align: left;
}
.with-as .as-td.with-avatars .avatars .avatar,
.with-as .as-th.with-avatars .avatars .avatar {
  margin: 0.3rem 0.3rem 0.3rem 0;
  font-size: 1.2rem;
}
.with-as .as-td.noborder,
.with-as .as-th.noborder {
  border-top-color: transparent;
}
.with-as .as-td {
  color: #000;
}
.fluid-always-display.padding-right-0 {
  padding-right: 0 !important;
}
@media (max-width: 1180px) {
  .fluid-always-display .with-as > * {
    display: block;
    padding: 0;
  }
}
th:not(.custom):not(.tile-header),
.th:not(.tile-header) {
  color: #979ea7;
  text-transform: uppercase;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
th:not(.custom) > a,
.th > a {
  color: inherit;
}
th:not(.custom).mark:not(.on-table),
.th.mark:not(.on-table) {
  background-color: #f5f9ff !important;
}
th:not(.custom).border-left,
.th.border-left {
  border-left: 1px dotted rgba(64, 140, 248, 0.5);
}
td:not(.custom),
.td {
  border-top: 1px solid #ededed;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 4.5rem;
  height: 4.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.3;
}
td:not(.custom).small,
.td.small {
  min-height: 2.4rem;
  height: 2.4rem;
}
td:not(.custom).with-textarea,
.td.with-textarea {
  position: relative;
  min-height: 5rem;
}
td:not(.custom).with-textarea .icon-dialog,
.td.with-textarea .icon-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 5rem;
  background-color: #ebebeb;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
td:not(.custom).with-textarea textarea,
.td.with-textarea textarea,
td:not(.custom).with-textarea input,
.td.with-textarea input {
  padding-left: 5.5rem !important;
  font-style: italic;
  resize: none !important;
}
td:not(.custom).with-as,
.td.with-as {
  padding-right: 0;
}
td:not(.custom).mark:not(.on-table),
.td.mark:not(.on-table) {
  background-color: #f5f9ff;
}
td:not(.custom).double-mark,
.td.double-mark {
  background-color: #e0edfe;
}
td:not(.custom).dark-mark,
.td.dark-mark {
  background-color: #d8e1ee;
}
td:not(.custom).double-dark-mark,
.td.double-dark-mark {
  background-color: #cad9ee;
}
td:not(.custom).dark,
.td.dark {
  background-color: #F0F1F2;
}
td:not(.custom).not-valid,
.td.not-valid {
  background-color: rgba(149, 157, 177, 0.1);
}
td:not(.custom).border-left,
.td.border-left {
  border-left: 1px dotted rgba(64, 140, 248, 0.5);
}
td:not(.custom).not-valid,
.td.not-valid,
td:not(.custom) .not-valid,
.td .not-valid {
  color: rgba(149, 157, 177, 0.51);
  font-style: italic;
  font-size: 1.2rem;
}
td:not(.custom).not-valid .has-tooltip:after,
.td.not-valid .has-tooltip:after,
td:not(.custom) .not-valid .has-tooltip:after,
.td .not-valid .has-tooltip:after {
  max-width: 13rem !important;
  font-style: normal;
}
td:not(.custom).not-valid .has-tooltip:hover,
.td.not-valid .has-tooltip:hover,
td:not(.custom) .not-valid .has-tooltip:hover,
.td .not-valid .has-tooltip:hover {
  text-decoration: none;
}
td:not(.custom).not-valid i,
.td.not-valid i,
td:not(.custom) .not-valid i,
.td .not-valid i {
  margin-left: 1rem;
  font-size: 2.2rem;
}
td:not(.custom).not-valid i.icon-do_not_disturb,
.td.not-valid i.icon-do_not_disturb,
td:not(.custom) .not-valid i.icon-do_not_disturb,
.td .not-valid i.icon-do_not_disturb {
  color: #ff004e;
}
td:not(.custom).chart-mark,
.td.chart-mark {
  background-color: #f5f5f5;
}
.table-scroll {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}
.table-scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.table-scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex: 0 0 auto !important;
  min-width: 0;
  overflow-x: visible;
}
.always-scroll {
  overflow: scroll;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.table .tbody,
.inline-table .tbody {
  display: table-row-group;
}
.table .tfoot,
.inline-table .tfoot {
  display: table-footer-group;
}
.table .thead,
.inline-table .thead {
  display: table-header-group;
}
.table .tr,
.inline-table .tr {
  display: table-row;
}
.table .td,
.inline-table .td,
.table .th,
.inline-table .th {
  display: table-cell;
}
.table .colgroup,
.inline-table .colgroup {
  display: table-column-group;
}
.table .col,
.inline-table .col {
  display: table-column;
}
.table .col.mark,
.inline-table .col.mark {
  background-color: #f5f9ff;
}
.cell.form-section.with-tile .form-section-content .grid.dashboard-state {
  padding-left: 0;
  padding-right: 0;
}
.cell.form-section.with-tile:last-child .form-section-content .grid.dashboard-state {
  margin-right: -4rem;
  width: auto;
}
@media (max-width: 1180px) {
  .cell.form-section.with-tile:last-child .form-section-content .grid.dashboard-state {
    margin-right: -2rem;
  }
}
@media (min-width: 1180px) and (max-width: 1280px) {
  .can-be-long {
    max-width: 100%;
    max-height: calc(100vh - 29rem);
    overflow: auto;
  }
  .can-be-long .th .thead .th,
  .can-be-long .table .thead .th,
  .can-be-long table .thead .th,
  .can-be-long .th thead .th,
  .can-be-long .table thead .th,
  .can-be-long table thead .th,
  .can-be-long .th .thead th,
  .can-be-long .table .thead th,
  .can-be-long table .thead th,
  .can-be-long .th thead th,
  .can-be-long .table thead th,
  .can-be-long table thead th {
    top: 0 !important;
  }
}
.body-main:not(.main-dashboard) .table-scrollable:not(.table-fluid) {
  max-height: calc(100vh - 29rem);
}
@media (min-width: 1180px) {
  .body-main:not(.main-dashboard) .table-scrollable.table-fluid {
    max-height: calc(100vh - 29rem);
  }
}
.table-scrollable:not(.table-fluid) {
  max-width: 100%;
  overflow: auto;
  --scroll-position-x: 0px;
  --scroll-position-y: 0px;
  scrollbar-color: rgba(151, 158, 167, 0.3) #ffffff;
}
.table-scrollable:not(.table-fluid)::-webkit-scrollbar {
  width: 16px;
}
.table-scrollable:not(.table-fluid)::-webkit-scrollbar-thumb {
  background: rgba(151, 158, 167, 0.3);
}
.table-scrollable:not(.table-fluid)::-webkit-scrollbar-track {
  background: #ffffff;
}
.table-scrollable:not(.table-fluid).has-loading {
  height: 100%;
  overflow: hidden;
}
.table-scrollable:not(.table-fluid).has-loading .loading {
  position: absolute;
  top: var(--scroll-position-y);
  left: var(--scroll-position-x);
  width: 100%;
  height: 100%;
}
.table-scrollable:not(.table-fluid).has-loading > .table:before,
.table-scrollable:not(.table-fluid).has-loading > table:before {
  content: '';
  display: table-row;
  height: max(calc(100vh - 350px), 200px);
}
.table-scrollable:not(.table-fluid).scroll-init .with-avatars .avatars .avatar.has-tooltip {
  position: relative;
}
.table-scrollable:not(.table-fluid).scroll-init .with-avatars .avatars .avatar.has-tooltip .tooltip {
  transform: translate(calc(-50% + 1.5rem - var(--scroll-position-x)), calc(-100% - 1rem - var(--scroll-position-y)));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
.table-scrollable:not(.table-fluid).scroll-init .actions {
  position: relative;
}
.table-scrollable:not(.table-fluid).scroll-init .actions .has-popup {
  position: relative;
}
.table-scrollable:not(.table-fluid).scroll-init .actions .has-popup .popup {
  transform: translate(calc(-100% - var(--scroll-position-x)), calc(-100% - var(--scroll-position-y)));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
.table-scrollable:not(.table-fluid).tfoot-sticky .tfoot td,
.table-scrollable:not(.table-fluid).tfoot-sticky tfoot td,
.table-scrollable:not(.table-fluid).tfoot-sticky .tfoot th,
.table-scrollable:not(.table-fluid).tfoot-sticky tfoot th {
  bottom: 0 !important;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  z-index: 15 !important;
}
.table-scrollable:not(.table-fluid).tbody-th-sticky .tbody .th,
.table-scrollable:not(.table-fluid).tbody-th-sticky tbody .th,
.table-scrollable:not(.table-fluid).tbody-th-sticky .tbody th,
.table-scrollable:not(.table-fluid).tbody-th-sticky tbody th {
  left: 0 !important;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  background-color: #fff;
  z-index: 15 !important;
}
.table-scrollable:not(.table-fluid).first-sticky .thead th:first-child,
.table-scrollable:not(.table-fluid).first-sticky .thead th:first-child,
.table-scrollable:not(.table-fluid).first-sticky .thead .th:first-child,
.table-scrollable:not(.table-fluid).first-sticky .thead .th:first-child {
  left: 0 !important;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  background-color: #fff;
  z-index: 15 !important;
}
.table-scrollable:not(.table-fluid).first-sticky.tbody-th-sticky thead th:first-child,
.table-scrollable:not(.table-fluid).first-sticky.tbody-th-sticky .thead th:first-child,
.table-scrollable:not(.table-fluid).first-sticky.tbody-th-sticky thead .th:first-child,
.table-scrollable:not(.table-fluid).first-sticky.tbody-th-sticky .thead .th:first-child {
  z-index: 16 !important;
}
.table-scrollable:not(.table-fluid).first-sticky .tbody .tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark),
.table-scrollable:not(.table-fluid).first-sticky tbody .tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark),
.table-scrollable:not(.table-fluid).first-sticky .tbody tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark),
.table-scrollable:not(.table-fluid).first-sticky tbody tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark),
.table-scrollable:not(.table-fluid).first-sticky .tbody .tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark),
.table-scrollable:not(.table-fluid).first-sticky tbody .tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark),
.table-scrollable:not(.table-fluid).first-sticky .tbody tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark),
.table-scrollable:not(.table-fluid).first-sticky tbody tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark) {
  background-color: #fff;
}
.table-scrollable:not(.table-fluid).first-sticky .tbody .td:first-child,
.table-scrollable:not(.table-fluid).first-sticky tbody .td:first-child,
.table-scrollable:not(.table-fluid).first-sticky .tbody td:first-child,
.table-scrollable:not(.table-fluid).first-sticky tbody td:first-child {
  left: 0 !important;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  z-index: 15 !important;
}
.table-scrollable:not(.table-fluid).first-sticky.last-sticky .tbody .tr:not(:hover):not(.hover) .td:last-child:not(.mark),
.table-scrollable:not(.table-fluid).first-sticky.last-sticky tbody .tr:not(:hover):not(.hover) .td:last-child:not(.mark),
.table-scrollable:not(.table-fluid).first-sticky.last-sticky .tbody tr:not(:hover):not(.hover) .td:last-child:not(.mark),
.table-scrollable:not(.table-fluid).first-sticky.last-sticky tbody tr:not(:hover):not(.hover) .td:last-child:not(.mark),
.table-scrollable:not(.table-fluid).first-sticky.last-sticky .tbody .tr:not(:hover):not(.hover) td:last-child:not(.mark),
.table-scrollable:not(.table-fluid).first-sticky.last-sticky tbody .tr:not(:hover):not(.hover) td:last-child:not(.mark),
.table-scrollable:not(.table-fluid).first-sticky.last-sticky .tbody tr:not(:hover):not(.hover) td:last-child:not(.mark),
.table-scrollable:not(.table-fluid).first-sticky.last-sticky tbody tr:not(:hover):not(.hover) td:last-child:not(.mark) {
  background-color: #fff;
}
.table-scrollable:not(.table-fluid).first-sticky.last-sticky .tbody .td:last-child,
.table-scrollable:not(.table-fluid).first-sticky.last-sticky tbody .td:last-child,
.table-scrollable:not(.table-fluid).first-sticky.last-sticky .tbody td:last-child,
.table-scrollable:not(.table-fluid).first-sticky.last-sticky tbody td:last-child {
  right: 0 !important;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  z-index: 15 !important;
}
.table-scrollable:not(.table-fluid) .sticky-left {
  left: 0 !important;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  background-color: #fff;
  z-index: 15 !important;
}
.table-scrollable:not(.table-fluid) .sticky-right {
  right: 0 !important;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  background-color: #fff;
  z-index: 15 !important;
}
.table-scrollable:not(.table-fluid) .sticky-left.th,
.table-scrollable:not(.table-fluid) .sticky-right.th,
.table-scrollable:not(.table-fluid) th.sticky-right,
.table-scrollable:not(.table-fluid) th.sticky-left {
  z-index: 16 !important;
}
.table-scrollable:not(.table-fluid) .table .thead .th,
.table-scrollable:not(.table-fluid) table .thead .th,
.table-scrollable:not(.table-fluid) .table thead .th,
.table-scrollable:not(.table-fluid) table thead .th,
.table-scrollable:not(.table-fluid) .table .thead th,
.table-scrollable:not(.table-fluid) table .thead th,
.table-scrollable:not(.table-fluid) .table thead th,
.table-scrollable:not(.table-fluid) table thead th {
  top: 0 !important;
}
.table-scrollable:not(.table-fluid) .table .thead tr + tr th,
.table-scrollable:not(.table-fluid) table .thead tr + tr th,
.table-scrollable:not(.table-fluid) .table thead tr + tr th,
.table-scrollable:not(.table-fluid) table thead tr + tr th {
  top: 18px !important;
}
.table-scrollable.with-always-scrollable {
  max-height: calc(100vh - 21rem);
}
@media (max-width: 690px) {
  .table-scrollable.with-always-scrollable {
    max-height: calc(100vh - 24rem);
  }
}
@media (max-width: 1180px) {
  .table-scrollable.with-always-scrollable .thead th,
  .table-scrollable.with-always-scrollable thead th,
  .table-scrollable.with-always-scrollable .thead .th,
  .table-scrollable.with-always-scrollable thead .th {
    right: auto;
    left: auto;
  }
  .table-scrollable.with-always-scrollable tbody td,
  .table-scrollable.with-always-scrollable .tbody td,
  .table-scrollable.with-always-scrollable tbody th,
  .table-scrollable.with-always-scrollable .tbody th,
  .table-scrollable.with-always-scrollable tbody .td,
  .table-scrollable.with-always-scrollable .tbody .td,
  .table-scrollable.with-always-scrollable tbody .th,
  .table-scrollable.with-always-scrollable .tbody .th {
    position: relative !important;
  }
}
@media (min-width: 1180px) {
  .table-scrollable.table-fluid {
    max-width: 100%;
    overflow: auto;
    --scroll-position-x: 0px;
    --scroll-position-y: 0px;
    scrollbar-color: rgba(151, 158, 167, 0.3) #ffffff;
  }
  .table-scrollable.table-fluid::-webkit-scrollbar {
    width: 16px;
  }
  .table-scrollable.table-fluid::-webkit-scrollbar-thumb {
    background: rgba(151, 158, 167, 0.3);
  }
  .table-scrollable.table-fluid::-webkit-scrollbar-track {
    background: #ffffff;
  }
  .table-scrollable.table-fluid.has-loading {
    height: 100%;
    overflow: hidden;
  }
  .table-scrollable.table-fluid.has-loading .loading {
    position: absolute;
    top: var(--scroll-position-y);
    left: var(--scroll-position-x);
    width: 100%;
    height: 100%;
  }
  .table-scrollable.table-fluid.has-loading > .table:before,
  .table-scrollable.table-fluid.has-loading > table:before {
    content: '';
    display: table-row;
    height: max(calc(100vh - 350px), 200px);
  }
  .table-scrollable.table-fluid.scroll-init .with-avatars .avatars .avatar.has-tooltip {
    position: relative;
  }
  .table-scrollable.table-fluid.scroll-init .with-avatars .avatars .avatar.has-tooltip .tooltip {
    transform: translate(calc(-50% + 1.5rem - var(--scroll-position-x)), calc(-100% - 1rem - var(--scroll-position-y)));
    position: fixed;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .table-scrollable.table-fluid.scroll-init .actions {
    position: relative;
  }
  .table-scrollable.table-fluid.scroll-init .actions .has-popup {
    position: relative;
  }
  .table-scrollable.table-fluid.scroll-init .actions .has-popup .popup {
    transform: translate(calc(-100% - var(--scroll-position-x)), calc(-100% - var(--scroll-position-y)));
    position: fixed;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .table-scrollable.table-fluid.tfoot-sticky .tfoot td,
  .table-scrollable.table-fluid.tfoot-sticky tfoot td,
  .table-scrollable.table-fluid.tfoot-sticky .tfoot th,
  .table-scrollable.table-fluid.tfoot-sticky tfoot th {
    bottom: 0 !important;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    z-index: 15 !important;
  }
  .table-scrollable.table-fluid.tbody-th-sticky .tbody .th,
  .table-scrollable.table-fluid.tbody-th-sticky tbody .th,
  .table-scrollable.table-fluid.tbody-th-sticky .tbody th,
  .table-scrollable.table-fluid.tbody-th-sticky tbody th {
    left: 0 !important;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    background-color: #fff;
    z-index: 15 !important;
  }
  .table-scrollable.table-fluid.first-sticky .thead th:first-child,
  .table-scrollable.table-fluid.first-sticky .thead th:first-child,
  .table-scrollable.table-fluid.first-sticky .thead .th:first-child,
  .table-scrollable.table-fluid.first-sticky .thead .th:first-child {
    left: 0 !important;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    background-color: #fff;
    z-index: 15 !important;
  }
  .table-scrollable.table-fluid.first-sticky.tbody-th-sticky thead th:first-child,
  .table-scrollable.table-fluid.first-sticky.tbody-th-sticky .thead th:first-child,
  .table-scrollable.table-fluid.first-sticky.tbody-th-sticky thead .th:first-child,
  .table-scrollable.table-fluid.first-sticky.tbody-th-sticky .thead .th:first-child {
    z-index: 16 !important;
  }
  .table-scrollable.table-fluid.first-sticky .tbody .tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark),
  .table-scrollable.table-fluid.first-sticky tbody .tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark),
  .table-scrollable.table-fluid.first-sticky .tbody tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark),
  .table-scrollable.table-fluid.first-sticky tbody tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark),
  .table-scrollable.table-fluid.first-sticky .tbody .tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark),
  .table-scrollable.table-fluid.first-sticky tbody .tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark),
  .table-scrollable.table-fluid.first-sticky .tbody tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark),
  .table-scrollable.table-fluid.first-sticky tbody tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark) {
    background-color: #fff;
  }
  .table-scrollable.table-fluid.first-sticky .tbody .td:first-child,
  .table-scrollable.table-fluid.first-sticky tbody .td:first-child,
  .table-scrollable.table-fluid.first-sticky .tbody td:first-child,
  .table-scrollable.table-fluid.first-sticky tbody td:first-child {
    left: 0 !important;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    z-index: 15 !important;
  }
  .table-scrollable.table-fluid.first-sticky.last-sticky .tbody .tr:not(:hover):not(.hover) .td:last-child:not(.mark),
  .table-scrollable.table-fluid.first-sticky.last-sticky tbody .tr:not(:hover):not(.hover) .td:last-child:not(.mark),
  .table-scrollable.table-fluid.first-sticky.last-sticky .tbody tr:not(:hover):not(.hover) .td:last-child:not(.mark),
  .table-scrollable.table-fluid.first-sticky.last-sticky tbody tr:not(:hover):not(.hover) .td:last-child:not(.mark),
  .table-scrollable.table-fluid.first-sticky.last-sticky .tbody .tr:not(:hover):not(.hover) td:last-child:not(.mark),
  .table-scrollable.table-fluid.first-sticky.last-sticky tbody .tr:not(:hover):not(.hover) td:last-child:not(.mark),
  .table-scrollable.table-fluid.first-sticky.last-sticky .tbody tr:not(:hover):not(.hover) td:last-child:not(.mark),
  .table-scrollable.table-fluid.first-sticky.last-sticky tbody tr:not(:hover):not(.hover) td:last-child:not(.mark) {
    background-color: #fff;
  }
  .table-scrollable.table-fluid.first-sticky.last-sticky .tbody .td:last-child,
  .table-scrollable.table-fluid.first-sticky.last-sticky tbody .td:last-child,
  .table-scrollable.table-fluid.first-sticky.last-sticky .tbody td:last-child,
  .table-scrollable.table-fluid.first-sticky.last-sticky tbody td:last-child {
    right: 0 !important;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    z-index: 15 !important;
  }
  .table-scrollable.table-fluid .sticky-left {
    left: 0 !important;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    background-color: #fff;
    z-index: 15 !important;
  }
  .table-scrollable.table-fluid .sticky-right {
    right: 0 !important;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    background-color: #fff;
    z-index: 15 !important;
  }
  .table-scrollable.table-fluid .sticky-left.th,
  .table-scrollable.table-fluid .sticky-right.th,
  .table-scrollable.table-fluid th.sticky-right,
  .table-scrollable.table-fluid th.sticky-left {
    z-index: 16 !important;
  }
  .table-scrollable.table-fluid .table .thead .th,
  .table-scrollable.table-fluid table .thead .th,
  .table-scrollable.table-fluid .table thead .th,
  .table-scrollable.table-fluid table thead .th,
  .table-scrollable.table-fluid .table .thead th,
  .table-scrollable.table-fluid table .thead th,
  .table-scrollable.table-fluid .table thead th,
  .table-scrollable.table-fluid table thead th {
    top: 0 !important;
  }
  .table-scrollable.table-fluid .table .thead tr + tr th,
  .table-scrollable.table-fluid table .thead tr + tr th,
  .table-scrollable.table-fluid .table thead tr + tr th,
  .table-scrollable.table-fluid table thead tr + tr th {
    top: 18px !important;
  }
}
.table-reduce td,
.table-reduce th {
  line-height: normal;
  min-height: 0;
  height: auto;
}
.table-reduce tbody td,
.table-reduce tfoot td,
.table-reduce tbody th,
.table-reduce tfoot th {
  padding: 0.8rem 1rem;
}
.table-reduce thead th {
  padding: 0.2rem 1rem;
  white-space: normal;
  text-align: center;
}
.table-reduce thead th.first {
  text-align: left;
}
.table-reduce td.number,
.table-reduce th.number {
  padding: 0.8rem 1rem;
}
.table-reduce thead {
  font-size: 1rem;
}
.table-reduce tbody td,
.table-reduce tfoot td,
.table-reduce tbody th,
.table-reduce tfoot th {
  font-size: 1.3rem;
}
.table-collapse {
  background-color: #fff;
}
.table-collapse .table-header {
  background-color: #f7f7f7;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #294058;
  font-size: 1.2rem;
  padding: 1rem 1.4rem;
}
.table-report tbody td,
.table-report tfoot td,
.table-report tbody th,
.table-report tfoot th {
  border-top: 1px solid #ededed !important;
}
.table-report thead th {
  text-align: center;
  text-transform: uppercase;
}
.table-report thead th[rowspan] {
  vertical-align: bottom;
  text-align: left;
}
.table-report thead tr + tr th {
  text-transform: none;
}
.table-report tbody tr:hover th {
  background-color: #f9fbff !important;
}
.table-report tbody th + td[colspan],
.table-report tbody th.mark {
  background-color: #f9fbff !important;
}
.table-report tbody th {
  text-align: left;
  border-right: 1px solid #ededed;
  text-transform: none;
}
.table-report tbody th.bold {
  font-weight: bold;
  color: #000;
}
.table-report tfoot td,
.table-report tfoot th {
  border-top: 1px solid #ededed !important;
}
.table-fields {
  counter-reset: table-fiels-thead;
}
.table-fields thead ~ thead {
  counter-increment: table-fiels-thead;
}
.table-fields thead ~ thead:not(.skip) th:first-child span:first-child {
  position: relative;
}
.table-fields thead ~ thead:not(.skip) th:first-child span:first-child:before {
  content: counter(form-section);
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 100%;
  background-color: #408cf8;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  content: counter(table-fiels-thead);
  position: absolute;
  left: -3.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.table-fields thead ~ thead th {
  background-color: #eef8ff;
  border-bottom: 1px dotted #94c0fb;
  color: #000;
  font-weight: bold;
  text-transform: none;
  font-size: 1.4rem;
}
.table-fields .input-table,
.table-fields .input-table:focus,
.table-fields .input-table:hover {
  border-bottom: 1px solid #c6ccda !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-radius: 0 !important;
  font-size: 1.4rem !important;
  margin: -1.26rem -1.05rem;
}
.table-fields th:first-child,
.table-fields td:first-child {
  padding-left: 4.5rem;
}
.table-fields .show-hover {
  display: none;
}
.table-fields .hide-hover {
  display: block;
}
.table-fields tbody td {
  vertical-align: top;
}
.table-fields tbody td.actions {
  vertical-align: top;
}
.table-fields tr.disabled-row:not(.hover) td {
  color: #979ea7 !important;
}
.table-fields tr.disabled-row:not(.hover) td .has-checkbox {
  opacity: 0.7;
}
.table-fields tr.lock td .has-checkbox,
.table-fields tr.lock td .radio-switch {
  pointer-events: none;
}
.table-fields tr.hover .show-hover {
  display: block;
}
.table-fields tr.hover .hide-hover {
  display: none;
}
.table-fields tr.hover .with-buttons {
  padding-bottom: 9rem;
}
.table-fields td.with-buttons {
  min-width: 15rem;
  position: relative;
}
.table-fields td.with-buttons .items {
  white-space: nowrap;
  position: absolute;
  bottom: 2rem;
  right: 3.5rem;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.th[data-sortable="true"],
th[data-sortable="true"] {
  cursor: pointer;
}
body > tr,
body > .tr {
  font-size: 1.3rem;
  color: #000;
  position: absolute;
  z-index: 100000;
  display: inline-table;
  background: #fff;
  border: 1px solid #ededed;
  border-top: 0 none;
  border-spacing: 0;
  cursor: move !important;
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
}
@media (max-width: 1180px) {
  body > tr,
  body > .tr {
    display: block;
  }
  body > tr td,
  body > .tr td,
  body > tr .td,
  body > .tr .td {
    display: table;
    table-layout: fixed;
    border: 0 none;
    width: 100% !important;
  }
  body > tr td:first-child,
  body > .tr td:first-child,
  body > tr .td:first-child,
  body > .tr .td:first-child {
    border-left: 0 none !important;
  }
  body > tr td:first-child:before,
  body > .tr td:first-child:before,
  body > tr .td:first-child:before,
  body > .tr .td:first-child:before,
  body > tr td:first-child > span,
  body > .tr td:first-child > span,
  body > tr .td:first-child > span,
  body > .tr .td:first-child > span {
    padding-top: 2rem !important;
  }
  body > tr td:not(.with-textarea),
  body > .tr td:not(.with-textarea),
  body > tr .td:not(.with-textarea),
  body > .tr .td:not(.with-textarea) {
    padding: 0 !important;
  }
  body > tr td.with-textarea,
  body > .tr td.with-textarea,
  body > tr .td.with-textarea,
  body > .tr .td.with-textarea {
    padding-left: 5.5rem !important;
  }
  body > tr td.with-textarea > span.icon-dialog,
  body > .tr td.with-textarea > span.icon-dialog,
  body > tr .td.with-textarea > span.icon-dialog,
  body > .tr .td.with-textarea > span.icon-dialog {
    padding-top: 0 !important;
  }
  body > tr td[data-th]:before,
  body > .tr td[data-th]:before,
  body > tr .td[data-th]:before,
  body > .tr .td[data-th]:before {
    content: attr(data-th);
    width: 30%;
    max-width: 30%;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.4rem 0.5rem  1.4rem 2rem;
    color: #979ea7;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    min-height: 3.3rem;
    vertical-align: middle;
  }
  body > tr td[data-th].actions:before,
  body > .tr td[data-th].actions:before,
  body > tr .td[data-th].actions:before,
  body > .tr .td[data-th].actions:before {
    color: #404040;
  }
  body > tr td.actions > span,
  body > .tr td.actions > span,
  body > tr .td.actions > span,
  body > .tr .td.actions > span {
    padding: 1rem 2.5rem 1rem 2rem;
    text-align: right !important;
  }
  body > tr td.actions a i + span,
  body > .tr td.actions a i + span,
  body > tr .td.actions a i + span,
  body > .tr .td.actions a i + span {
    color: #adb3c3;
  }
  body > tr td.actions a i,
  body > .tr td.actions a i,
  body > tr .td.actions a i,
  body > .tr .td.actions a i,
  body > tr td.actions a span,
  body > .tr td.actions a span,
  body > tr .td.actions a span,
  body > .tr .td.actions a span {
    vertical-align: middle;
  }
  body > tr td .hint,
  body > .tr td .hint,
  body > tr .td .hint,
  body > .tr .td .hint,
  body > tr td .control,
  body > .tr td .control,
  body > tr .td .control,
  body > .tr .td .control {
    display: block;
  }
  body > tr td select,
  body > .tr td select,
  body > tr .td select,
  body > .tr .td select {
    font-size: 1.05rem;
    line-height: 1.5rem;
  }
  body > tr td select:not([multiple]),
  body > .tr td select:not([multiple]),
  body > tr .td select:not([multiple]),
  body > .tr .td select:not([multiple]) {
    height: calc(1.5rem + 1.8rem + 2px);
  }
  body > tr td select.input-table,
  body > .tr td select.input-table,
  body > tr .td select.input-table,
  body > .tr .td select.input-table {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body > tr td select option,
  body > .tr td select option,
  body > tr .td select option,
  body > .tr .td select option {
    height: 1.5rem;
    padding: 0.9rem 0.75rem;
    border: none;
  }
  body > tr td .input-table,
  body > .tr td .input-table,
  body > tr .td .input-table,
  body > .tr .td .input-table {
    border: 1px solid #c6ccda !important;
    border-radius: 3px;
    display: block;
    font-size: 1.05rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: #000000;
    padding: 0.9rem 0.75rem !important;
    white-space: normal;
    word-wrap: break-word;
    min-height: calc(3.3rem + 2px);
    text-align: left !important;
    direction: ltr !important;
  }
  body > tr td textarea.input-table,
  body > .tr td textarea.input-table,
  body > tr .td textarea.input-table,
  body > .tr .td textarea.input-table {
    min-height: 2.5em !important;
  }
  body > tr td .on-hover,
  body > .tr td .on-hover,
  body > tr .td .on-hover,
  body > .tr .td .on-hover {
    visibility: visible;
  }
  body > tr td > span:not(.count):not(.mobile-ignore),
  body > .tr td > span:not(.count):not(.mobile-ignore),
  body > tr .td > span:not(.count):not(.mobile-ignore),
  body > .tr .td > span:not(.count):not(.mobile-ignore) {
    padding: 0.2rem 2.5rem  0.2rem 2rem;
    display: table-cell !important;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  body > tr td > span:not(.count):not(.mobile-ignore) ~ span:not(.mobile-ignore),
  body > .tr td > span:not(.count):not(.mobile-ignore) ~ span:not(.mobile-ignore),
  body > tr .td > span:not(.count):not(.mobile-ignore) ~ span:not(.mobile-ignore),
  body > .tr .td > span:not(.count):not(.mobile-ignore) ~ span:not(.mobile-ignore) {
    width: auto !important;
  }
  body > tr td .mobile-inline,
  body > .tr td .mobile-inline,
  body > tr .td .mobile-inline,
  body > .tr .td .mobile-inline {
    display: inline !important;
  }
}
body > tr td,
body > .tr td,
body > tr .td,
body > .tr .td {
  background-color: #f6f7fb;
  min-width: 0;
}
body > tr td.number,
body > .tr td.number,
body > tr .td.number,
body > .tr .td.number {
  text-align: right;
  padding-right: 2rem;
  white-space: nowrap !important;
}
body > tr td.number.no-padding,
body > .tr td.number.no-padding,
body > tr .td.number.no-padding,
body > .tr .td.number.no-padding {
  padding-right: 0;
}
body > tr td.number .input-table,
body > .tr td.number .input-table,
body > tr .td.number .input-table,
body > .tr .td.number .input-table {
  text-align: right;
  padding-right: 0;
}
body > tr td.number .input-table:not(:empty),
body > .tr td.number .input-table:not(:empty),
body > tr .td.number .input-table:not(:empty),
body > .tr .td.number .input-table:not(:empty) {
  white-space: nowrap;
}
body > tr td.warning,
body > .tr td.warning,
body > tr .td.warning,
body > .tr .td.warning,
body > tr td.color-red,
body > .tr td.color-red,
body > tr .td.color-red,
body > .tr .td.color-red {
  color: #f65f7b !important;
}
body > tr td.correct,
body > .tr td.correct,
body > tr .td.correct,
body > .tr .td.correct,
body > tr td.color-green,
body > .tr td.color-green,
body > tr .td.color-green,
body > .tr .td.color-green {
  color: #2cbf55 !important;
}
body > tr td.upper,
body > .tr td.upper,
body > tr .td.upper,
body > .tr .td.upper {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
body > tr td.mute,
body > .tr td.mute,
body > tr .td.mute,
body > .tr .td.mute,
body > tr td.color-gray,
body > .tr td.color-gray,
body > tr .td.color-gray,
body > .tr .td.color-gray {
  color: #979ea7;
}
body > tr td.no input.input-table,
body > .tr td.no input.input-table,
body > tr .td.no input.input-table,
body > .tr .td.no input.input-table {
  width: 5rem;
  padding-right: 0;
}
@media (min-width: 1181px) {
  body > tr td.w-50-3,
  body > .tr td.w-50-3,
  body > tr .td.w-50-3,
  body > .tr .td.w-50-3 {
    width: calc(16.66666667vw);
  }
  body > tr td.w-50-4,
  body > .tr td.w-50-4,
  body > tr .td.w-50-4,
  body > .tr .td.w-50-4 {
    width: calc(12.5vw);
  }
  body > tr td.w-50-5,
  body > .tr td.w-50-5,
  body > tr .td.w-50-5,
  body > .tr .td.w-50-5 {
    width: calc(10vw);
  }
  body > tr td.w-50-6,
  body > .tr td.w-50-6,
  body > tr .td.w-50-6,
  body > .tr .td.w-50-6 {
    width: calc(8.33333333vw);
  }
}
body > tr td.center,
body > .tr td.center,
body > tr .td.center,
body > .tr .td.center {
  text-align: center;
}
body > tr td.list > span + span:before,
body > .tr td.list > span + span:before,
body > tr .td.list > span + span:before,
body > .tr .td.list > span + span:before {
  content: ',';
  padding: 0 0.5rem 0 0;
}
body > tr td.total,
body > .tr td.total,
body > tr .td.total,
body > .tr .td.total,
body > tr td.bold,
body > .tr td.bold,
body > tr .td.bold,
body > .tr .td.bold {
  font-weight: bold;
  color: #404040;
}
body > tr td.has-charts,
body > .tr td.has-charts,
body > tr .td.has-charts,
body > .tr .td.has-charts {
  padding-right: 4rem !important;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1181px) {
  body > tr td.has-charts,
  body > .tr td.has-charts,
  body > tr .td.has-charts,
  body > .tr .td.has-charts {
    width: 18rem !important;
    min-width: 18rem !important;
  }
}
@media (max-width: 1180px) {
  body > tr td.has-charts,
  body > .tr td.has-charts,
  body > tr .td.has-charts,
  body > .tr .td.has-charts {
    max-width: 20vw !important;
    width: 18rem !important;
  }
}
body > tr td.has-charts.short,
body > .tr td.has-charts.short,
body > tr .td.has-charts.short,
body > .tr .td.has-charts.short {
  padding-right: 0 !important;
}
@media (min-width: 1181px) {
  body > tr td.has-charts.short,
  body > .tr td.has-charts.short,
  body > tr .td.has-charts.short,
  body > .tr .td.has-charts.short {
    width: 12rem !important;
    min-width: 12rem !important;
  }
}
@media (max-width: 1180px) {
  body > tr td.has-charts.short,
  body > .tr td.has-charts.short,
  body > tr .td.has-charts.short,
  body > .tr .td.has-charts.short {
    max-width: 12rem !important;
  }
}
body > tr td.has-charts .chart-addon,
body > .tr td.has-charts .chart-addon,
body > tr .td.has-charts .chart-addon,
body > .tr .td.has-charts .chart-addon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body > tr td.has-charts .chart-addon .has-tooltip,
body > .tr td.has-charts .chart-addon .has-tooltip,
body > tr .td.has-charts .chart-addon .has-tooltip,
body > .tr .td.has-charts .chart-addon .has-tooltip {
  display: inline-block;
}
body > tr td.has-charts .chart-addon .icon-warning,
body > .tr td.has-charts .chart-addon .icon-warning,
body > tr .td.has-charts .chart-addon .icon-warning,
body > .tr .td.has-charts .chart-addon .icon-warning {
  color: #ce0152;
  font-size: 1.6rem;
}
body > tr td.has-charts .chart-addon .icon-lock,
body > .tr td.has-charts .chart-addon .icon-lock,
body > tr .td.has-charts .chart-addon .icon-lock,
body > .tr .td.has-charts .chart-addon .icon-lock {
  color: #8ebaf7;
  font-size: 1.6rem;
}
body > tr td.has-charts .chart-addon .icon-lock.warning,
body > .tr td.has-charts .chart-addon .icon-lock.warning,
body > tr .td.has-charts .chart-addon .icon-lock.warning,
body > .tr .td.has-charts .chart-addon .icon-lock.warning {
  color: #ce0152;
}
body > tr td.has-charts .chart-addon > * + *,
body > .tr td.has-charts .chart-addon > * + *,
body > tr .td.has-charts .chart-addon > * + *,
body > .tr .td.has-charts .chart-addon > * + * {
  margin-left: 0.35rem;
}
body > tr td.with-avatars .avatars,
body > .tr td.with-avatars .avatars,
body > tr .td.with-avatars .avatars,
body > .tr .td.with-avatars .avatars {
  min-width: 12rem;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  margin-bottom: 0;
  font-size: 0;
}
body > tr td.with-avatars .avatars:not(.short),
body > .tr td.with-avatars .avatars:not(.short),
body > tr .td.with-avatars .avatars:not(.short),
body > .tr .td.with-avatars .avatars:not(.short) {
  min-width: 12rem;
}
body > tr td.with-avatars .avatars .avatar.has-tooltip,
body > .tr td.with-avatars .avatars .avatar.has-tooltip,
body > tr .td.with-avatars .avatars .avatar.has-tooltip,
body > .tr .td.with-avatars .avatars .avatar.has-tooltip {
  position: relative;
}
body > tr td.with-avatars .avatars .avatar.has-tooltip .tooltip,
body > .tr td.with-avatars .avatars .avatar.has-tooltip .tooltip,
body > tr .td.with-avatars .avatars .avatar.has-tooltip .tooltip,
body > .tr .td.with-avatars .avatars .avatar.has-tooltip .tooltip {
  transform: translate(calc(-35%), calc(-110%));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
body > tr td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child),
body > .tr td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child),
body > tr .td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child),
body > .tr .td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) {
  padding-right: 1rem;
}
body > tr td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img,
body > .tr td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img,
body > tr .td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img,
body > .tr .td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img {
  right: 1rem;
  width: calc(100% - 1rem);
}
body > tr td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before,
body > .tr td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before,
body > tr .td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before,
body > .tr .td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  color: #d2d2d2;
  line-height: 1rem;
  width: 0.8rem;
  height: 1rem;
  margin: auto 0;
  font-size: 1.2rem;
  text-align: left;
}
body > tr td.with-avatars .avatars .avatar,
body > .tr td.with-avatars .avatars .avatar,
body > tr .td.with-avatars .avatars .avatar,
body > .tr .td.with-avatars .avatars .avatar {
  margin: 0.3rem 0.3rem 0.3rem 0;
  font-size: 1.2rem;
}
body > tr td.noborder,
body > .tr td.noborder,
body > tr .td.noborder,
body > .tr .td.noborder {
  border-top-color: transparent;
}
body > tr td .input-table:not(.select),
body > .tr td .input-table:not(.select),
body > tr .td .input-table:not(.select),
body > .tr .td .input-table:not(.select) {
  min-width: 100%;
  line-height: 1.2em;
  height: 1.2em;
  min-height: 1.2em;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.3rem;
  color: inherit;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
  resize: none;
  text-align: left;
}
body > tr td:first-child,
body > .tr td:first-child,
body > tr .td:first-child,
body > .tr .td:first-child {
  border-left: 2px solid #408cf8;
  padding-left: 1.4rem;
}
body > tr td:last-child,
body > .tr td:last-child,
body > tr .td:last-child,
body > .tr .td:last-child {
  padding-right: 2rem;
}
body > tr td .on-hover,
body > .tr td .on-hover,
body > tr .td .on-hover,
body > .tr .td .on-hover {
  visibility: visible;
}
body > tr td .remove i,
body > .tr td .remove i,
body > tr .td .remove i,
body > .tr .td .remove i {
  color: #adb3c3;
  font-size: 3rem;
  text-decoration: none;
}
body > tr td .mobile-inline,
body > .tr td .mobile-inline,
body > tr .td .mobile-inline,
body > .tr .td .mobile-inline {
  display: none;
}
.modal.modal-table table .tbody-with-sub .arrow,
table .tbody-with-sub .arrow {
  cursor: pointer;
}
.modal.modal-table table .tbody-with-sub .arrow:before,
table .tbody-with-sub .arrow:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-size: 2rem;
}
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub,
table .tbody-with-sub + tbody.tbody-sub {
  display: none;
  background-color: #eef8ff;
}
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub .thead td,
table .tbody-with-sub + tbody.tbody-sub .thead td,
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub .thead th,
table .tbody-with-sub + tbody.tbody-sub .thead th {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0 none !important;
  border-top: 1px solid #ededed !important;
}
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub tr.td-with-sub th:first-child,
table .tbody-with-sub + tbody.tbody-sub tr.td-with-sub th:first-child,
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub tr.thead th:first-child,
table .tbody-with-sub + tbody.tbody-sub tr.thead th:first-child,
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub tr.td-with-sub td:first-child,
table .tbody-with-sub + tbody.tbody-sub tr.td-with-sub td:first-child,
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub tr.thead td:first-child,
table .tbody-with-sub + tbody.tbody-sub tr.thead td:first-child {
  border-left: 2px solid #408cf8;
}
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub td,
table .tbody-with-sub + tbody.tbody-sub td,
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub th,
table .tbody-with-sub + tbody.tbody-sub th {
  background-color: #eef8ff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub tr:not(.thead):hover td,
table .tbody-with-sub + tbody.tbody-sub tr:not(.thead):hover td,
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub tr:not(.thead):hover th,
table .tbody-with-sub + tbody.tbody-sub tr:not(.thead):hover th {
  background-color: #e7f3fc;
}
.modal.modal-table table .tbody-with-sub.expanded .arrow:before,
table .tbody-with-sub.expanded .arrow:before {
  content: "\e90d";
}
.modal.modal-table table .tbody-with-sub.expanded + .tbody-sub,
table .tbody-with-sub.expanded + .tbody-sub {
  display: table-row-group;
}
.modal.modal-table table .td-rows .td-row,
table .td-rows .td-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal.modal-table table .td-rows .td-row > i,
table .td-rows .td-row > i {
  width: 2rem;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.modal.modal-table table .td-rows .td-row > *,
table .td-rows .td-row > * {
  line-height: 1.3rem;
}
.modal.modal-table table .td-rows .td-row .row-value,
table .td-rows .td-row .row-value {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.modal.modal-table table .td-rows .td-row.as-input,
table .td-rows .td-row.as-input {
  position: relative;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal.modal-table table .td-rows .td-row.as-input i,
table .td-rows .td-row.as-input i {
  width: 2rem;
}
.modal.modal-table table .td-rows .td-row.as-input input,
table .td-rows .td-row.as-input input {
  border-bottom: 1px solid #408cf8;
  padding: 1.3rem 0;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0;
}
.modal.modal-table table .td-rows .td-row.as-input button,
table .td-rows .td-row.as-input button {
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  color: #979ea7;
  padding-right: 0;
  font-size: 1.5rem;
}
.modal.modal-table table .td-rows .td-row .link,
table .td-rows .td-row .link {
  color: #408cf8;
}
.modal.modal-table table .td-rows .td-row > * + *,
table .td-rows .td-row > * + * {
  margin-left: 0.5rem;
}
.modal.modal-table table .td-rows .td-row + .td-row,
table .td-rows .td-row + .td-row {
  margin-top: 1rem;
}
.modal.modal-table table .td-with-sub + .td-sub td,
table .td-with-sub + .td-sub td {
  border-top: 1px dotted #408cf8;
}
.modal.modal-table table .td-with-sub .arrow,
table .td-with-sub .arrow {
  cursor: pointer;
}
.modal.modal-table table .td-with-sub .arrow:before,
table .td-with-sub .arrow:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-size: 2rem;
  color: #979ea7;
}
.modal.modal-table table .td-with-sub + .td-sub,
table .td-with-sub + .td-sub {
  display: none;
}
.modal.modal-table table .td-with-sub.expanded .arrow:before,
table .td-with-sub.expanded .arrow:before {
  content: "\e90d";
}
.modal.modal-table table .td-with-sub.expanded + .td-sub,
table .td-with-sub.expanded + .td-sub {
  display: table-row;
}
.modal.modal-table table .tbody-with-sub td.actions a.anchor.mute,
table .tbody-with-sub td.actions a.anchor.mute {
  font-size: 1.5rem;
}
@media (max-width: 1180px) {
  .modal.modal-table table .tbody-sub tr.fluid-only-mobile th,
  table .tbody-sub tr.fluid-only-mobile th {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
}
.modal.modal-table table .tbody-sub td.actions a.anchor.mute i,
table .tbody-sub td.actions a.anchor.mute i,
.modal.modal-table table .tbody-sub td.actions a.anchor.link i,
table .tbody-sub td.actions a.anchor.link i {
  font-size: 2rem;
  margin-right: 1rem;
}
.modal.modal-table table .tbody-sub td .items.items-divided > * + *:before,
table .tbody-sub td .items.items-divided > * + *:before {
  height: 1.5rem;
  color: #408cf8;
}
.modal.modal-table table .tbody-sub td .items > *,
table .tbody-sub td .items > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal.modal-table table .tbody-sub td .items .link,
table .tbody-sub td .items .link {
  color: #408cf8;
}
.modal.modal-table table .tbody-sub td .items .anchor.mute:hover,
table .tbody-sub td .items .anchor.mute:hover {
  text-decoration: none;
}
.modal.modal-table table .tbody-sub td .items .anchor.mute i,
table .tbody-sub td .items .anchor.mute i {
  color: #c8d0d6;
  font-size: 2.5rem;
  vertical-align: middle;
  line-height: 1rem;
}
.modal.modal-table table .td-rows .td-row .link i.icon-attach_file,
table .td-rows .td-row .link i.icon-attach_file {
  font-size: 1.5rem;
}
.modal.modal-table table .td-rows .td-row:not(.as-input) .icon-dialog,
table .td-rows .td-row:not(.as-input) .icon-dialog {
  margin-top: 2rem;
}
.modal.modal-table table .td-rows .td-row.as-input .icon-dialog,
table .td-rows .td-row.as-input .icon-dialog {
  margin-top: 0.5rem;
  color: #408cf8;
}
.modal.modal-table table .td-rows .td-row.as-input .icon-dialog + input,
table .td-rows .td-row.as-input .icon-dialog + input {
  padding-right: 3rem !important;
}
.modal.modal-table table .row-value label.mute,
table .row-value label.mute {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: block;
}
.colored-fail {
  background-color: #ff8593 !important;
  border-top-color: #f6808e !important;
}
.colored-pass {
  background-color: #a8e6ab !important;
  border-top-color: #a2dea5 !important;
}
.colored-fail,
.colored-pass {
  width: 8rem;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1180px) {
  .colored-fail,
  .colored-pass {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    width: 7rem !important;
  }
  .colored-fail input,
  .colored-pass input {
    width: 6rem;
  }
}
.colored-fail input,
.colored-pass input {
  width: 7rem;
  border-color: rgba(66, 87, 131, 0.3);
  background-clip: padding-box;
}
th.colored-fail,
th.colored-pass {
  color: #343434;
}
.table-copy-past,
.table-overwrite {
  border-bottom: 1px solid #ededed;
}
.table-copy-past .select-arrow select + span {
  font-size: 1.5rem;
}
.table-copy-past .td,
.table-copy-past td,
.table-copy-past .th,
.table-copy-past th {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.table-copy-past .td.has-error,
.table-copy-past td.has-error,
.table-copy-past .th.has-error,
.table-copy-past th.has-error {
  background-color: #fde1e6 !important;
}
.table-copy-past .td.is-invalid,
.table-copy-past td.is-invalid,
.table-copy-past .th.is-invalid,
.table-copy-past th.is-invalid {
  color: #EE506D !important;
}
.table-copy-past .td span,
.table-copy-past td span,
.table-copy-past .th span,
.table-copy-past th span {
  padding-left: 0.5rem;
}
.table-copy-past th,
.table-copy-past .th {
  border-bottom: 1px solid #ededed;
  height: 4rem;
  min-height: 4rem;
}
.table-copy-past th .select,
.table-copy-past .th .select {
  position: relative;
  z-index: 1;
}
.table-copy-past th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.table-copy-past .th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  font-weight: inherit;
  text-transform: uppercase;
  color: inherit;
  font-size: inherit;
}
.table-copy-past th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) > input:not(:checked) + .select-content,
.table-copy-past .th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) > input:not(:checked) + .select-content {
  font-weight: inherit;
  text-transform: uppercase;
  color: inherit;
  font-size: inherit;
}
.table-copy-past th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) > input:not(:checked) + .select-content label,
.table-copy-past .th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) > input:not(:checked) + .select-content label,
.table-copy-past th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) > input:not(:checked) + .select-content .placeholder,
.table-copy-past .th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) > input:not(:checked) + .select-content .placeholder {
  font-weight: inherit;
  text-transform: uppercase;
  color: inherit;
  font-size: inherit;
}
.table-copy-past th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) > input:checked + .select-content .placeholder,
.table-copy-past .th .input-table:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) > input:checked + .select-content .placeholder {
  order: -1;
  display: block;
}
.table-copy-past th.has-error,
.table-copy-past .th.has-error {
  color: #EE506D;
  border-bottom: 1px solid #e8cfd4;
}
.table-copy-past tbody .input-table,
.table-copy-past .tbody .input-table {
  padding-left: 0.5rem !important;
}
.table-copy-past tbody tr.is-invalid td:first-child,
.table-copy-past .tbody tr.is-invalid td:first-child,
.table-copy-past tbody .tr.is-invalid td:first-child,
.table-copy-past .tbody .tr.is-invalid td:first-child,
.table-copy-past tbody tr.is-invalid .td:first-child,
.table-copy-past .tbody tr.is-invalid .td:first-child,
.table-copy-past tbody .tr.is-invalid .td:first-child,
.table-copy-past .tbody .tr.is-invalid .td:first-child {
  border-left: 4px solid #F65F7B;
}
.table-copy-past tbody tr td,
.table-copy-past .tbody tr td,
.table-copy-past tbody .tr td,
.table-copy-past .tbody .tr td,
.table-copy-past tbody tr .td,
.table-copy-past .tbody tr .td,
.table-copy-past tbody .tr .td,
.table-copy-past .tbody .tr .td {
  height: 3.7rem;
  min-height: 3.7rem;
}
.table-copy-past tbody tr td.focus,
.table-copy-past .tbody tr td.focus,
.table-copy-past tbody .tr td.focus,
.table-copy-past .tbody .tr td.focus,
.table-copy-past tbody tr .td.focus,
.table-copy-past .tbody tr .td.focus,
.table-copy-past tbody .tr .td.focus,
.table-copy-past .tbody .tr .td.focus {
  border-top: 1px solid #e8cfd4;
}
.table-copy-past tbody tr td:first-child,
.table-copy-past .tbody tr td:first-child,
.table-copy-past tbody .tr td:first-child,
.table-copy-past .tbody .tr td:first-child,
.table-copy-past tbody tr .td:first-child,
.table-copy-past .tbody tr .td:first-child,
.table-copy-past tbody .tr .td:first-child,
.table-copy-past .tbody .tr .td:first-child {
  border-left: 4px solid transparent;
  padding-left: calc(2rem - 4px);
}
.table-copy-past tbody tr:not(.un-hover):hover td:first-child,
.table-copy-past .tbody tr:not(.un-hover):hover td:first-child,
.table-copy-past tbody .tr:not(.un-hover):hover td:first-child,
.table-copy-past .tbody .tr:not(.un-hover):hover td:first-child {
  border-left: 4px solid transparent;
}
.table-copy-past tbody tr:not(.un-hover).is-invalid:hover td,
.table-copy-past .tbody tr:not(.un-hover).is-invalid:hover td,
.table-copy-past tbody .tr:not(.un-hover).is-invalid:hover td,
.table-copy-past .tbody .tr:not(.un-hover).is-invalid:hover td {
  background-color: #fafafa;
}
.table-copy-past tbody tr:not(.un-hover).is-invalid:hover td.focus,
.table-copy-past .tbody tr:not(.un-hover).is-invalid:hover td.focus,
.table-copy-past tbody .tr:not(.un-hover).is-invalid:hover td.focus,
.table-copy-past .tbody .tr:not(.un-hover).is-invalid:hover td.focus {
  background-color: #f8dee2 !important;
}
.table-copy-past tbody tr:not(.un-hover).is-invalid:hover td:first-child,
.table-copy-past .tbody tr:not(.un-hover).is-invalid:hover td:first-child,
.table-copy-past tbody .tr:not(.un-hover).is-invalid:hover td:first-child,
.table-copy-past .tbody .tr:not(.un-hover).is-invalid:hover td:first-child {
  border-left: 4px solid #F65F7B;
}
.table-copy-past tbody tr:not(.un-hover).is-invalid:focus-within td:first-child,
.table-copy-past .tbody tr:not(.un-hover).is-invalid:focus-within td:first-child,
.table-copy-past tbody .tr:not(.un-hover).is-invalid:focus-within td:first-child,
.table-copy-past .tbody .tr:not(.un-hover).is-invalid:focus-within td:first-child,
.table-copy-past tbody tr:not(.un-hover).is-invalid:focus-within .td:first-child,
.table-copy-past .tbody tr:not(.un-hover).is-invalid:focus-within .td:first-child,
.table-copy-past tbody .tr:not(.un-hover).is-invalid:focus-within .td:first-child,
.table-copy-past .tbody .tr:not(.un-hover).is-invalid:focus-within .td:first-child {
  border-left: 4px solid #F65F7B;
}
.table-overwrite tbody tr td {
  min-height: 4rem;
  height: 4rem;
}
.table-overwrite tbody tr td:first-child {
  padding-left: 2rem;
}
.table-overwrite tbody tr.border td {
  display: none;
}
.table-overwrite tbody tr:not(.checked) td:first-child ~ td {
  opacity: 0.52;
}
.table-overwrite tbody tr.checked .radio:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  color: #64a4fa;
  font-size: 1.3rem;
}
.table-overwrite tbody tr.checked .radio.radio {
  background-color: #408CF8;
  border: 1px solid #408CF8;
}
.table-overwrite tbody tr.checked .radio.input-l:before {
  font-size: 2.3rem;
}
.table-overwrite thead th {
  z-index: 10;
}
.table-overwrite tbody + tbody > tr.border > td {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  background-color: #eaeaea;
  border-left: 0 none !important;
  height: 5px;
  max-height: 5px;
  min-height: 5px;
  display: table-cell;
}
.table-overwrite tbody + tbody > tr.border + tr td {
  border-top: 0 none;
}
.table-cashflow .first {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
  position: sticky;
  left: 0;
  width: 0;
  white-space: nowrap;
}
.table-cashflow tr:not(:hover):not(.hover) .first:not(.mark),
.table-cashflow .tr:not(:hover):not(.hover) .first:not(.mark) {
  background-color: #fff;
}
.table-cashflow td:not(.last):not(.first) {
  text-align: right;
  white-space: nowrap;
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
}
.table-cashflow th:not(.first) {
  padding-left: 7px;
  padding-right: 7px;
  text-align: right;
}
.table-cashflow .last {
  width: auto;
  padding: 0 !important;
  min-width: 0;
}
.table-cashflow .fixed-total {
  position: sticky;
  right: 0;
  top: 0;
}
.with-thead {
  position: relative;
  width: 0;
}
.thead-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  padding: 0;
  min-height: 100%;
  height: 100%;
  line-height: inherit;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.table-dashboard {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.table-dashboard .table-scrollable {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.table-dashboard .right-pinned {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 10%;
  min-width: 200px;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: -2px 0 2px rgba(66, 67, 68, 0.1);
  -moz-box-shadow: -2px 0 2px rgba(66, 67, 68, 0.1);
  box-shadow: -2px 0 2px rgba(66, 67, 68, 0.1);
}
.table-dashboard .right-pinned th,
.table-dashboard .right-pinned .th {
  max-height: 1rem;
  height: 1rem;
}
.table-dashboard .right-pinned td,
.table-dashboard .right-pinned .td {
  max-height: none;
  height: auto;
}
@media (min-width: 1180px) {
  .td.has-ellipsis,
  td.has-ellipsis {
    display: table-cell;
  }
}
@media (min-width: 1181px) {
  .has-ellipsis[data-ellipsis]:hover {
    position: relative;
  }
  .has-ellipsis[data-ellipsis]:hover:after {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: inherit;
    top: -1px !important;
    bottom: auto !important;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    left: 0 !important;
    right: auto;
    color: inherit;
    min-height: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: inherit;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    margin: 0;
    pointer-events: none;
    max-width: 300%;
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    white-space: normal;
    word-break: break-word;
    min-height: 100%;
    border-radius: 0;
    box-shadow: 0.4rem 0.4rem 0.6rem 0.1rem rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: 16;
    content: attr(data-ellipsis);
  }
  .has-ellipsis[data-ellipsis]:hover > * {
    overflow: hidden;
    z-index: 1;
    position: relative;
    opacity: 0;
  }
  .has-ellipsis[data-ellipsis]:hover:before {
    display: none;
  }
}
@media (min-width: 1181px) {
  .has-preview {
    position: relative;
  }
  .has-preview .to-preview {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .has-preview .to-preview.input-r + .preview {
    font-size: 1.2rem;
  }
  .has-preview > span {
    color: inherit;
    background-color: inherit;
  }
  .has-preview:hover .to-preview:not(:focus) ~ .preview {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .has-preview .select ~ .preview {
    padding-left: 1rem;
    padding-top: 0.4rem;
  }
  .has-preview .preview {
    display: none;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: inherit;
    top: -1px !important;
    bottom: auto !important;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    left: 0 !important;
    right: auto;
    color: inherit;
    min-height: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: inherit;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    margin: 0;
    pointer-events: none;
    max-width: 300%;
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    white-space: normal;
    word-break: break-word;
    min-height: 100%;
    border-radius: 0;
    box-shadow: 0.4rem 0.4rem 0.6rem 0.1rem rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: 16;
    padding: 0.5rem;
  }
  .has-preview:first-child .preview {
    padding-left: 4rem;
  }
  .has-preview:first-child .select ~ .preview {
    padding-left: 4.5rem;
  }
}
.has-preview .preview {
  display: none;
}
.has-bulk {
  counter-reset: row-selected;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.has-bulk .toggle-table-bulk {
  position: fixed;
  left: -100000px;
}
.has-bulk .toggle-table-bulk:checked ~ .table-bulk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.has-bulk .toggle-table-bulk:checked ~ .table-actions {
  display: none;
}
.has-bulk.bulk-active .table-bulk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.has-bulk.bulk-active .table-actions {
  display: none;
}
.has-bulk .table-bulk.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.has-bulk .table-actions.hide {
  display: none;
}
.has-bulk:not(.normal-order) .table-bulk {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
}
.has-bulk .table-bulk {
  display: none;
}
.has-bulk .table .tbody .tr .count-selected:checked,
.has-bulk .table tbody .tr .count-selected:checked,
.has-bulk .table .tbody tr .count-selected:checked,
.has-bulk .table tbody tr .count-selected:checked {
  counter-increment: row-selected;
}
.table-bulk {
  background: #408cf8;
  color: #fff;
  min-height: 4.5rem;
  padding: 0 1.5rem 0 4rem;
  border-bottom: 1px solid #408cf8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.table-bulk .selected:empty:before {
  content: counter(row-selected) ' ' attr(data-selected);
}
.table-bulk .icon-close {
  font-size: 2.5rem;
}
.table-bulk .actions {
  color: #fff;
}
.table-bulk .actions .items {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.table-bulk .actions .items span + span:before {
  margin-right: 1rem;
  color: #fff;
}
.table-bulk .actions .select > input:not(:checked) + .select-content {
  color: #fff;
  text-transform: uppercase;
}
.table-bulk .actions .select > input:not(:checked) + .select-content label,
.table-bulk .actions .select > input:not(:checked) + .select-content .placeholder {
  font-size: 1.2rem;
}
.table-actions {
  min-height: 4.5rem;
  padding: 0 1.5rem 0 2.5rem;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.table-actions:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}
.table-actions .filters {
  margin: auto auto auto 0;
  -webkit-align-self: center;
  align-self: center;
}
.table-actions .items .filters {
  margin: 15px 0 0 0;
}
.table-actions .right-actions {
  margin: auto 0 auto auto;
  -webkit-align-self: center;
  align-self: center;
}
.table-actions .right-actions .items.items-divided > * + *:not(.no-divide):before {
  border-left-color: #d8dbe2;
}
.table-actions.with-chart {
  -webkit-align-items: normal;
  align-items: normal;
}
.table-actions.with-chart [class*="cell"] {
  box-sizing: content-box;
}
.table-actions.with-chart .h2 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
}
.table-actions.with-chart .h2 + .label {
  color: rgba(64, 140, 248, 0.7);
}
.table-actions.with-chart .h2 + .label.warning {
  color: rgba(206, 1, 82, 0.7);
}
.table-actions.with-chart .form-section-content {
  padding: 0 4rem;
}
.table-actions.with-chart .form-section-content .dashboard-state {
  padding-top: 0;
}
.table-actions.with-chart .dashboard-state {
  padding: 0 2.5rem;
}
.table-actions.with-chart .form-section {
  margin-bottom: 3rem;
}
@media (max-width: 1180px) {
  .table-actions.with-chart .form-section .form-section-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .table-actions.with-chart .form-section .form-section-content .dashboard-state {
    padding: 0;
  }
}
.table-actions.with-chart .form-section + .form-section.with-tile:after {
  position: absolute;
  left: 0;
  width: 0;
  border-left: 1px solid #ebebeb;
  top: 0;
  bottom: 0;
  content: '';
}
@media (min-width: 1181px) {
  .table-actions.with-chart .form-section + .form-section:not(.with-tile):after {
    position: absolute;
    left: 0;
    width: 0;
    border-left: 1px solid #ebebeb;
    top: 0;
    bottom: 0;
    content: '';
  }
}
@media (max-width: 1180px) {
  .table-actions.with-chart .form-section + .form-section:not(.with-tile) {
    padding-top: 2rem;
  }
}
.cell-hidden:not(.fluid-always-display) {
  max-width: 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  padding: 0 !important;
}
.cell-hidden:not(.fluid-always-display) .input-table {
  min-width: 20vw !important;
}
.cell-hidden:not(.fluid-always-display):not(.visible) {
  opacity: 0 !important;
  overflow: hidden !important;
}
@media (min-width: 1181px) {
  .table-fluid-manual[data-show="1"].table-column-1 .table-nav .dot:nth-of-type( n + 1) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-1 .table-nav label:nth-of-type( n + 1) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-2 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-2 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-3 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-3 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-4 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-4 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-5 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-5 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-6 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-6 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-7 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-7 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-8 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-8 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-9 .table-nav .dot:nth-of-type( n + 9) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-9 .table-nav label:nth-of-type( n + 9) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-10 .table-nav .dot:nth-of-type( n + 10) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-10 .table-nav label:nth-of-type( n + 10) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-11 .table-nav .dot:nth-of-type( n + 11) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-11 .table-nav label:nth-of-type( n + 11) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-12 .table-nav .dot:nth-of-type( n + 12) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-12 .table-nav label:nth-of-type( n + 12) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-13 .table-nav .dot:nth-of-type( n + 13) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-13 .table-nav label:nth-of-type( n + 13) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-14 .table-nav .dot:nth-of-type( n + 14) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-14 .table-nav label:nth-of-type( n + 14) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-15 .table-nav .dot:nth-of-type( n + 15) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-15 .table-nav label:nth-of-type( n + 15) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-16 .table-nav .dot:nth-of-type( n + 16) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-16 .table-nav label:nth-of-type( n + 16) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-17 .table-nav .dot:nth-of-type( n + 17) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-17 .table-nav label:nth-of-type( n + 17) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-18 .table-nav .dot:nth-of-type( n + 18) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-18 .table-nav label:nth-of-type( n + 18) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-19 .table-nav .dot:nth-of-type( n + 19) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-19 .table-nav label:nth-of-type( n + 19) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-20 .table-nav .dot:nth-of-type( n + 20) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-20 .table-nav label:nth-of-type( n + 20) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-21 .table-nav .dot:nth-of-type( n + 21) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-21 .table-nav label:nth-of-type( n + 21) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="1"].table-column-22 .table-nav .dot:nth-of-type( n + 22) {
    display: none;
  }
  .table-fluid-manual[data-show="1"].table-column-22 .table-nav label:nth-of-type( n + 22) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-1 .table-nav .dot:nth-of-type( n + 1) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-1 .table-nav label:nth-of-type( n + 1) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-2 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-2 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-3 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-3 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-4 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-4 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-5 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-5 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-6 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-6 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-7 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-7 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-8 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-8 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-9 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-9 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-10 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-10 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-11 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-11 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-12 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-12 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-13 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-13 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-14 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-14 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-15 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-15 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-16 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-16 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-17 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-17 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-18 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-18 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-19 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-19 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-20 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-20 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-21 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-21 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="3"].table-column-22 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid-manual[data-show="3"].table-column-22 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-1 .table-nav .dot:nth-of-type( n + 1) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-1 .table-nav label:nth-of-type( n + 1) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-2 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-2 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-3 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-3 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-4 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-4 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-5 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-5 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-6 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-6 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-7 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-7 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-8 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-8 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-9 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-9 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-10 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-10 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-11 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-11 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-12 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-12 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-13 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-13 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-14 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-14 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-15 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-15 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-16 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-16 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-17 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-17 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-18 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-18 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-19 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-19 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-20 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-20 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-21 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-21 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="5"].table-column-22 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid-manual[data-show="5"].table-column-22 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-1 .table-nav .dot:nth-of-type( n + 1) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-1 .table-nav label:nth-of-type( n + 1) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-2 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-2 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-3 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-3 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-4 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-4 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-5 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-5 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-6 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-6 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-7 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-7 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-8 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-8 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-9 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-9 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-10 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-10 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-11 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-11 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-12 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-12 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-13 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-13 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-14 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-14 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-15 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-15 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-16 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-16 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-17 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-17 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-18 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-18 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-19 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-19 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-20 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-20 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-21 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-21 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="7"].table-column-22 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="7"].table-column-22 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-1 .table-nav .dot:nth-of-type( n + 1) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-1 .table-nav label:nth-of-type( n + 1) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-2 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-2 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-3 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-3 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-4 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-4 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-5 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-5 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-6 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-6 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-7 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-7 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-8 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-8 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-9 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-9 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-10 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-10 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-11 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-11 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-12 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-12 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-13 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-13 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-14 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-14 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-15 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-15 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-16 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-16 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-17 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-17 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-18 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-18 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-19 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-19 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-20 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-20 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-21 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-21 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual[data-show="9"].table-column-22 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid-manual[data-show="9"].table-column-22 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid-manual .table-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( 2),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( 2),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( 2),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( 2) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( 2):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( 2),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( 2),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( 2),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( 2) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( 2):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( 3),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( 3),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( 3),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( 3) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( 3):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( 3),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( 3),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( 3),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( 3) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( 3):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( 4),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( 4),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( 4),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( 4) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( 4):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( 4),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( 4),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( 4),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( 4) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( 4):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( 5),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( 5),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( 5),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( 5) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( 5):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( 5),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( 5),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( 5),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( 5) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( 5):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( 6),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( 6),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( 6),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( 6) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( 6):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( 6),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( 6),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( 6),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( 6) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( 6):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( 7),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( 7),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( 7),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( 7) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( 7):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( 7),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( 7),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( 7),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( 7) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( 7):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( 8),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( 8),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( 8),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( 8) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( 8):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( 8),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( 8),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( 8),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( 8) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( 8):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( 9),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( 9),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( 9),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( 9) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( 9):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( 9),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( 9),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( 9),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( 9) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( 9):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( 10),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( 10),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( 10),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( 10),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( 10),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( 10),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( 11),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( 11),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( 11),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( 11) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( 11):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( 11),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( 11),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( 11),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( 11) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( 11):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( 12),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( 12),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( 12),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( 12) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( 12):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( 12),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( 12),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( 12),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( 12) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( 12):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( 13),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( 13),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( 13),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( 13) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( 13):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( 13),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( 13),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( 13),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( 13) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( 13):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( 14),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( 14),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( 14),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( 14) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( 14):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( 14),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( 14),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( 14),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( 14) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( 14):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( 15),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( 15),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( 15),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( 15) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( 15):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( 15),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( 15),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( 15),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( 15) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( 15):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( 16),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( 16),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( 16),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( 16),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( 16),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( 16),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( 17),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( 17),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( 17),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( 17) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( 17):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( 17),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( 17),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( 17),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( 17) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( 17):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( 18),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( 18),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( 18),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( 18) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( 18):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( 18),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( 18),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( 18),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( 18) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( 18):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( 19),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( 19),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( 19),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( 19),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( 19),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( 19),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( 20),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( 20),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( 20),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( 20) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( 20):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( 20),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( 20),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( 20),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( 20) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( 20):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( 21),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( 21),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( 21),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( 21) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( 21):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( 21),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( 21),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( 21),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( 21) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( 21):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( 22),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( 22),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( 22),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( 22),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( 22),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( 22),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( 23),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( 23),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( 23),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( 23) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( 23) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( 23):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( 23),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( 23),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( 23),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( 23) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( 23) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="1"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( 23):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="3"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="5"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="7"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table {
    min-width: 0;
  }
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual:not(.show-last)[data-show="9"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions) {
    width: auto;
  }
  .table-fluid-manual:not(.show-last) .table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual:not(.show-last) table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual:not(.show-last) .table td:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual:not(.show-last) table td:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual:not(.show-last) .table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual:not(.show-last) table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual:not(.show-last) .table th:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual:not(.show-last) table th:not(:first-of-type):not(.no-f):not(.fluid-always-display) {
    max-width: 0;
    width: 0;
    min-width: 0;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0;
  }
  .table-fluid-manual:not(.show-last) .table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual:not(.show-last) table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual:not(.show-last) .table td:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual:not(.show-last) table td:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual:not(.show-last) .table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual:not(.show-last) table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual:not(.show-last) .table th:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual:not(.show-last) table th:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table {
    min-width: 20vw;
  }
  .table-fluid-manual:not(.show-last) .table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual:not(.show-last) table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual:not(.show-last) .table td:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual:not(.show-last) table td:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual:not(.show-last) .table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual:not(.show-last) table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual:not(.show-last) .table th:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual:not(.show-last) table th:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible) {
    opacity: 0;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last) .table .th:not(.no-f),
  .table-fluid-manual:not(.show-last) table .th:not(.no-f),
  .table-fluid-manual:not(.show-last) .table th:not(.no-f),
  .table-fluid-manual:not(.show-last) table th:not(.no-f) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual:not(.show-last) .table .td:not(.no-f),
  .table-fluid-manual:not(.show-last) table .td:not(.no-f),
  .table-fluid-manual:not(.show-last) .table td:not(.no-f),
  .table-fluid-manual:not(.show-last) table td:not(.no-f) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual:not(.show-last) .table .td:not(.no-f).fluid-none,
  .table-fluid-manual:not(.show-last) table .td:not(.no-f).fluid-none,
  .table-fluid-manual:not(.show-last) .table td:not(.no-f).fluid-none,
  .table-fluid-manual:not(.show-last) table td:not(.no-f).fluid-none,
  .table-fluid-manual:not(.show-last) .table .th:not(.no-f).fluid-none,
  .table-fluid-manual:not(.show-last) table .th:not(.no-f).fluid-none,
  .table-fluid-manual:not(.show-last) .table th:not(.no-f).fluid-none,
  .table-fluid-manual:not(.show-last) table th:not(.no-f).fluid-none {
    display: none;
  }
  .table-fluid-manual:not(.show-last) .table .td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual:not(.show-last) table .td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual:not(.show-last) .table td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual:not(.show-last) table td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual:not(.show-last) .table .th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual:not(.show-last) table .th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual:not(.show-last) .table th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual:not(.show-last) table th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis) {
    position: relative;
    min-width: 10rem;
    width: 10rem;
    max-width: 40vw;
  }
  .table-fluid-manual:not(.show-last) .table .td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual:not(.show-last) table .td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual:not(.show-last) .table td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual:not(.show-last) table td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual:not(.show-last) .table .th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual:not(.show-last) table .th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual:not(.show-last) .table th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual:not(.show-last) table th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    right: 0;
    left: auto;
    width: 5px;
    height: 100%;
    min-height: 100%;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 0):nth-of-type( -n + 0):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 1):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 2):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 3):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 5):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 9):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 11):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 12):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 14):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 17):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 18):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 20):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="1"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid-manual.show-last[data-show="3"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 11):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 26):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 41):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 51):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 56):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 66):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 67):nth-of-type( -n + 71):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 76):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 81):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 86):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 87):nth-of-type( -n + 91):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 96):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 97):nth-of-type( -n + 101):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 102):nth-of-type( -n + 106):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table,
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions),
  .table-fluid-manual.show-last[data-show="5"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 111):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 29):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 50):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 51):nth-of-type( -n + 57):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 71):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 72):nth-of-type( -n + 78):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 79):nth-of-type( -n + 85):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 92):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 93):nth-of-type( -n + 99):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 100):nth-of-type( -n + 106):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 107):nth-of-type( -n + 113):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 114):nth-of-type( -n + 120):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 121):nth-of-type( -n + 127):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 134):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 135):nth-of-type( -n + 141):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 142):nth-of-type( -n + 148):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table,
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions),
  .table-fluid-manual.show-last[data-show="7"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 149):nth-of-type( -n + 155):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 73):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 82):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type( n + 83):nth-of-type( -n + 91):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type( n + 92):nth-of-type( -n + 100):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type( n + 101):nth-of-type( -n + 109):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type( n + 110):nth-of-type( -n + 118):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type( n + 119):nth-of-type( -n + 127):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type( n + 128):nth-of-type( -n + 136):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type( n + 137):nth-of-type( -n + 145):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type( n + 146):nth-of-type( -n + 154):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type( n + 155):nth-of-type( -n + 163):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type( n + 164):nth-of-type( -n + 172):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type( n + 173):nth-of-type( -n + 181):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type( n + 182):nth-of-type( -n + 190):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table,
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199) .input-table {
    min-width: 0;
  }
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions),
  .table-fluid-manual.show-last[data-show="9"] input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type( n + 191):nth-of-type( -n + 199):not(.actions) {
    width: auto;
  }
  .table-fluid-manual.show-last .table .td:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual.show-last table .td:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual.show-last .table td:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual.show-last table td:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual.show-last .table .th:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual.show-last table .th:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual.show-last .table th:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid-manual.show-last table th:not(:last-child):not(.no-f):not(.fluid-always-display) {
    max-width: 0;
    width: 0;
    min-width: 0;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0;
  }
  .table-fluid-manual.show-last .table .td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual.show-last table .td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual.show-last .table td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual.show-last table td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual.show-last .table .th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual.show-last table .th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual.show-last .table th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid-manual.show-last table th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table {
    min-width: 20vw;
  }
  .table-fluid-manual.show-last .table .td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual.show-last table .td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual.show-last .table td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual.show-last table td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual.show-last .table .th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual.show-last table .th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual.show-last .table th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid-manual.show-last table th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible) {
    opacity: 0;
    overflow: hidden;
  }
  .table-fluid-manual.show-last .table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual.show-last table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual.show-last .table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual.show-last table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual.show-last .table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual.show-last table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual.show-last .table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid-manual.show-last table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis) {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid-manual.show-last .table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual.show-last table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual.show-last .table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual.show-last table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual.show-last .table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual.show-last table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual.show-last .table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid-manual.show-last table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
    left: 0;
    width: 5px;
    height: 100%;
  }
  .table-fluid-manual .fluid-not-mobile {
    display: none  !important;
  }
}
@media (max-width: 1180px) {
  .table-fluid:not(.inside-window) .table-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .table-fluid:not(.inside-window):not(.show-last) .table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window):not(.show-last) table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window):not(.show-last) .table td:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window):not(.show-last) table td:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window):not(.show-last) .table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window):not(.show-last) table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window):not(.show-last) .table th:not(:first-of-type):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window):not(.show-last) table th:not(:first-of-type):not(.no-f):not(.fluid-always-display) {
    max-width: 0;
    width: 0;
    min-width: 0;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) .table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) .table td:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) table td:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) .table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) .table th:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) table th:not(:first-of-type):not(.no-f):not(.fluid-always-display) .input-table {
    min-width: 20vw;
  }
  .table-fluid:not(.inside-window):not(.show-last) .table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window):not(.show-last) table .td:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window):not(.show-last) .table td:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window):not(.show-last) table td:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window):not(.show-last) .table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window):not(.show-last) table .th:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window):not(.show-last) .table th:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window):not(.show-last) table th:not(:first-of-type):not(.no-f):not(.fluid-always-display):not(.visible) {
    opacity: 0;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) .table .th:not(.no-f),
  .table-fluid:not(.inside-window):not(.show-last) table .th:not(.no-f),
  .table-fluid:not(.inside-window):not(.show-last) .table th:not(.no-f),
  .table-fluid:not(.inside-window):not(.show-last) table th:not(.no-f) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) .table .td:not(.no-f),
  .table-fluid:not(.inside-window):not(.show-last) table .td:not(.no-f),
  .table-fluid:not(.inside-window):not(.show-last) .table td:not(.no-f),
  .table-fluid:not(.inside-window):not(.show-last) table td:not(.no-f) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) .table .td:not(.no-f).fluid-none,
  .table-fluid:not(.inside-window):not(.show-last) table .td:not(.no-f).fluid-none,
  .table-fluid:not(.inside-window):not(.show-last) .table td:not(.no-f).fluid-none,
  .table-fluid:not(.inside-window):not(.show-last) table td:not(.no-f).fluid-none,
  .table-fluid:not(.inside-window):not(.show-last) .table .th:not(.no-f).fluid-none,
  .table-fluid:not(.inside-window):not(.show-last) table .th:not(.no-f).fluid-none,
  .table-fluid:not(.inside-window):not(.show-last) .table th:not(.no-f).fluid-none,
  .table-fluid:not(.inside-window):not(.show-last) table th:not(.no-f).fluid-none {
    display: none;
  }
  .table-fluid:not(.inside-window):not(.show-last) .table .td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window):not(.show-last) table .td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window):not(.show-last) .table td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window):not(.show-last) table td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window):not(.show-last) .table .th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window):not(.show-last) table .th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window):not(.show-last) .table th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window):not(.show-last) table th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis) {
    position: relative;
    min-width: 10rem;
    width: 10rem;
    max-width: 40vw;
  }
  .table-fluid:not(.inside-window):not(.show-last) .table .td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window):not(.show-last) table .td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window):not(.show-last) .table td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window):not(.show-last) table td:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window):not(.show-last) .table .th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window):not(.show-last) table .th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window):not(.show-last) .table th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window):not(.show-last) table th:not(.no-f):first-child:not(.not-sticky):not(.has-ellipsis):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    right: 0;
    left: auto;
    width: 5px;
    height: 100%;
    min-height: 100%;
  }
  .table-fluid:not(.inside-window).show-last .table .td:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window).show-last table .td:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window).show-last .table td:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window).show-last table td:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window).show-last .table .th:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window).show-last table .th:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window).show-last .table th:not(:last-child):not(.no-f):not(.fluid-always-display),
  .table-fluid:not(.inside-window).show-last table th:not(:last-child):not(.no-f):not(.fluid-always-display) {
    max-width: 0;
    width: 0;
    min-width: 0;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0;
  }
  .table-fluid:not(.inside-window).show-last .table .td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window).show-last table .td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window).show-last .table td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window).show-last table td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window).show-last .table .th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window).show-last table .th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window).show-last .table th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table,
  .table-fluid:not(.inside-window).show-last table th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table {
    min-width: 20vw;
  }
  .table-fluid:not(.inside-window).show-last .table .td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window).show-last table .td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window).show-last .table td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window).show-last table td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window).show-last .table .th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window).show-last table .th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window).show-last .table th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible),
  .table-fluid:not(.inside-window).show-last table th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible) {
    opacity: 0;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last .table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window).show-last table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window).show-last .table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window).show-last table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window).show-last .table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window).show-last table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window).show-last .table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis),
  .table-fluid:not(.inside-window).show-last table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis) {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last .table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window).show-last table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window).show-last .table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window).show-last table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window).show-last .table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window).show-last table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window).show-last .table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after,
  .table-fluid:not(.inside-window).show-last table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
    left: 0;
    width: 5px;
    height: 100%;
  }
}
@media (max-width: 1180px) and (max-width: 1180px) and (min-width: 769px) {
  .table-fluid:not(.inside-window).table-column-1 .table-nav .dot:nth-of-type( n + 1) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-1 .table-nav label:nth-of-type( n + 1) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-2 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-2 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-3 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-3 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-4 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-4 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-5 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-5 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-6 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-6 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-7 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-7 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-8 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-8 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-9 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-9 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-10 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-10 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-11 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-11 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-12 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-12 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-13 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-13 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-14 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-14 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-15 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-15 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-16 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-16 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-17 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-17 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-18 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-18 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-19 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-19 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-20 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-20 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-21 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-21 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-22 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-22 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
}
@media (max-width: 1180px) and (max-width: 768px) and (min-width: 569px) {
  .table-fluid:not(.inside-window).table-column-1 .table-nav .dot:nth-of-type( n + 1) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-1 .table-nav label:nth-of-type( n + 1) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-2 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-2 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-3 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-3 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-4 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-4 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-5 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-5 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-6 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-6 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-7 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-7 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-8 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-8 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-9 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-9 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-10 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-10 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-11 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-11 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-12 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-12 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-13 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-13 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-14 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-14 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-15 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-15 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-16 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-16 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-17 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-17 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-18 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-18 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-19 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-19 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-20 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-20 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-21 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-21 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-22 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-22 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
}
@media (max-width: 1180px) and (max-width: 568px) and (min-width: 421px) {
  .table-fluid:not(.inside-window).table-column-1 .table-nav .dot:nth-of-type( n + 1) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-1 .table-nav label:nth-of-type( n + 1) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-2 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-2 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-3 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-3 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-4 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-4 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-5 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-5 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-6 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-6 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-7 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-7 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-8 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-8 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-9 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-9 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-10 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-10 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-11 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-11 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-12 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-12 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-13 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-13 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-14 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-14 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-15 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-15 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-16 .table-nav .dot:nth-of-type( n + 9) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-16 .table-nav label:nth-of-type( n + 9) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-17 .table-nav .dot:nth-of-type( n + 9) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-17 .table-nav label:nth-of-type( n + 9) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-18 .table-nav .dot:nth-of-type( n + 10) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-18 .table-nav label:nth-of-type( n + 10) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-19 .table-nav .dot:nth-of-type( n + 10) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-19 .table-nav label:nth-of-type( n + 10) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-20 .table-nav .dot:nth-of-type( n + 11) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-20 .table-nav label:nth-of-type( n + 11) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-21 .table-nav .dot:nth-of-type( n + 11) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-21 .table-nav label:nth-of-type( n + 11) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-22 .table-nav .dot:nth-of-type( n + 12) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-22 .table-nav label:nth-of-type( n + 12) {
    visibility: hidden;
  }
}
@media (max-width: 1180px) and (max-width: 420px) {
  .table-fluid:not(.inside-window).table-column-1 .table-nav .dot:nth-of-type( n + 1) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-1 .table-nav label:nth-of-type( n + 1) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-2 .table-nav .dot:nth-of-type( n + 2) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-2 .table-nav label:nth-of-type( n + 2) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-3 .table-nav .dot:nth-of-type( n + 3) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-3 .table-nav label:nth-of-type( n + 3) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-4 .table-nav .dot:nth-of-type( n + 4) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-4 .table-nav label:nth-of-type( n + 4) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-5 .table-nav .dot:nth-of-type( n + 5) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-5 .table-nav label:nth-of-type( n + 5) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-6 .table-nav .dot:nth-of-type( n + 6) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-6 .table-nav label:nth-of-type( n + 6) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-7 .table-nav .dot:nth-of-type( n + 7) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-7 .table-nav label:nth-of-type( n + 7) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-8 .table-nav .dot:nth-of-type( n + 8) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-8 .table-nav label:nth-of-type( n + 8) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-9 .table-nav .dot:nth-of-type( n + 9) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-9 .table-nav label:nth-of-type( n + 9) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-10 .table-nav .dot:nth-of-type( n + 10) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-10 .table-nav label:nth-of-type( n + 10) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-11 .table-nav .dot:nth-of-type( n + 11) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-11 .table-nav label:nth-of-type( n + 11) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-12 .table-nav .dot:nth-of-type( n + 12) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-12 .table-nav label:nth-of-type( n + 12) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-13 .table-nav .dot:nth-of-type( n + 13) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-13 .table-nav label:nth-of-type( n + 13) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-14 .table-nav .dot:nth-of-type( n + 14) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-14 .table-nav label:nth-of-type( n + 14) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-15 .table-nav .dot:nth-of-type( n + 15) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-15 .table-nav label:nth-of-type( n + 15) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-16 .table-nav .dot:nth-of-type( n + 16) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-16 .table-nav label:nth-of-type( n + 16) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-17 .table-nav .dot:nth-of-type( n + 17) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-17 .table-nav label:nth-of-type( n + 17) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-18 .table-nav .dot:nth-of-type( n + 18) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-18 .table-nav label:nth-of-type( n + 18) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-19 .table-nav .dot:nth-of-type( n + 19) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-19 .table-nav label:nth-of-type( n + 19) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-20 .table-nav .dot:nth-of-type( n + 20) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-20 .table-nav label:nth-of-type( n + 20) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-21 .table-nav .dot:nth-of-type( n + 21) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-21 .table-nav label:nth-of-type( n + 21) {
    visibility: hidden;
  }
  .table-fluid:not(.inside-window).table-column-22 .table-nav .dot:nth-of-type( n + 22) {
    display: none;
  }
  .table-fluid:not(.inside-window).table-column-22 .table-nav label:nth-of-type( n + 22) {
    visibility: hidden;
  }
}
@media (max-width: 1180px) and (max-width: 1180px) and (min-width: 769px) {
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 5):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 17):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 29):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 33):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 41):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 45):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 49):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 53):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 54):nth-of-type( -n + 57):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 65):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 66):nth-of-type( -n + 69):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 70):nth-of-type( -n + 73):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 74):nth-of-type( -n + 77):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 78):nth-of-type( -n + 81):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 82):nth-of-type( -n + 85):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 86):nth-of-type( -n + 89):not(.actions) {
    width: auto;
  }
}
@media (max-width: 1180px) and (max-width: 768px) and (min-width: 569px) {
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 34):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 46):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 47):nth-of-type( -n + 49):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 50):nth-of-type( -n + 52):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 55):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 56):nth-of-type( -n + 58):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 59):nth-of-type( -n + 61):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 62):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 67):not(.actions) {
    width: auto;
  }
}
@media (max-width: 1180px) and (max-width: 568px) and (min-width: 421px) {
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 2):nth-of-type( -n + 3):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 5):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 6):nth-of-type( -n + 7):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 8):nth-of-type( -n + 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 11):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 12):nth-of-type( -n + 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 14):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 17):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 18):nth-of-type( -n + 19):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 20):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 23):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 24):nth-of-type( -n + 25):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 26):nth-of-type( -n + 27):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 29):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 30):nth-of-type( -n + 31):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 32):nth-of-type( -n + 33):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 35):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 36):nth-of-type( -n + 37):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 38):nth-of-type( -n + 39):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 41):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 42):nth-of-type( -n + 43):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 44):nth-of-type( -n + 45):not(.actions) {
    width: auto;
  }
}
@media (max-width: 1180px) and (max-width: 420px) {
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( 2) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( 2):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( 2) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( 2):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( 3) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( 3):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( 3) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( 3):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( 5) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( 5):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( 5) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( 5):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( 6) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( 6):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( 6) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( 6):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( 7) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( 7):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( 7) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( 7):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( 8) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( 8):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( 8) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( 8):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( 10) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( 10):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( 10) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( 10):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( 11) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( 11):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( 11) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( 11):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( 14) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( 14):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( 14) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( 14):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( 15) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( 15):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( 15) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( 15):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( 17) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( 17):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( 17) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( 17):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( 18) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( 18):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( 18) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( 18):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( 19) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( 19):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( 19) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( 19):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( 20) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( 20):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( 20) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( 20):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( 22) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( 22):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( 22) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( 22):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( 23) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( 23) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( 23):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( 23),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( 23) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( 23) .input-table,
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( 23) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( 23):not(.actions),
  .table-fluid:not(.inside-window):not(.show-last) > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( 23):not(.actions) {
    width: auto;
  }
}
@media (max-width: 1180px) and (max-width: 1180px) and (min-width: 769px) {
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 20):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 24):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 32):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 44):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 45):nth-of-type( -n + 48):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 52):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 53):nth-of-type( -n + 56):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 57):nth-of-type( -n + 60):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 64):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 65):nth-of-type( -n + 68):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 69):nth-of-type( -n + 72):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 73):nth-of-type( -n + 76):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 77):nth-of-type( -n + 80):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 81):nth-of-type( -n + 84):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 85):nth-of-type( -n + 88):not(.actions) {
    width: auto;
  }
}
@media (max-width: 1180px) and (max-width: 768px) and (min-width: 569px) {
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 3):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 4):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 10):nth-of-type( -n + 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 15):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 16):nth-of-type( -n + 18):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 22):nth-of-type( -n + 24):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 27):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 28):nth-of-type( -n + 30):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 33):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 34):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 39):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 40):nth-of-type( -n + 42):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 45):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 46):nth-of-type( -n + 48):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 49):nth-of-type( -n + 51):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 52):nth-of-type( -n + 54):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 55):nth-of-type( -n + 57):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 58):nth-of-type( -n + 60):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 61):nth-of-type( -n + 63):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 64):nth-of-type( -n + 66):not(.actions) {
    width: auto;
  }
}
@media (max-width: 1180px) and (max-width: 568px) and (min-width: 421px) {
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( n + 1):nth-of-type( -n + 2):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( n + 3):nth-of-type( -n + 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( n + 5):nth-of-type( -n + 6):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( n + 7):nth-of-type( -n + 8):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( n + 9):nth-of-type( -n + 10):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( n + 11):nth-of-type( -n + 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( n + 13):nth-of-type( -n + 14):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( n + 15):nth-of-type( -n + 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( n + 17):nth-of-type( -n + 18):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( n + 19):nth-of-type( -n + 20):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( n + 21):nth-of-type( -n + 22):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( n + 23):nth-of-type( -n + 24):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( n + 25):nth-of-type( -n + 26):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( n + 27):nth-of-type( -n + 28):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( n + 29):nth-of-type( -n + 30):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( n + 31):nth-of-type( -n + 32):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( n + 33):nth-of-type( -n + 34):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( n + 35):nth-of-type( -n + 36):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( n + 37):nth-of-type( -n + 38):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( n + 39):nth-of-type( -n + 40):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( n + 41):nth-of-type( -n + 42):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( n + 43):nth-of-type( -n + 44):not(.actions) {
    width: auto;
  }
}
@media (max-width: 1180px) and (max-width: 420px) {
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav .dot:nth-of-type( 1) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table-header .table-nav label:nth-of-type( 0):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( 1),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( 1),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( 1),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( 1) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( 1) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( 1) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( 1) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( 1) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .td:not(.no-f):nth-of-type( 1):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .td:not(.no-f):nth-of-type( 1):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table td:not(.no-f):nth-of-type( 1):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table td:not(.no-f):nth-of-type( 1):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( 1),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( 1),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( 1),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( 1) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( 1) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( 1) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( 1) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( 1) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table .th:not(.no-f):nth-of-type( 1):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table .th:not(.no-f):nth-of-type( 1):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ .table th:not(.no-f):nth-of-type( 1):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 1) ~ table th:not(.no-f):nth-of-type( 1):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav .dot:nth-of-type( 2) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table-header .table-nav label:nth-of-type( 1):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( 2) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .td:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .td:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table td:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table td:not(.no-f):nth-of-type( 2):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( 2),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( 2) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( 2) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( 2) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table .th:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table .th:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ .table th:not(.no-f):nth-of-type( 2):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 2) ~ table th:not(.no-f):nth-of-type( 2):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav .dot:nth-of-type( 3) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table-header .table-nav label:nth-of-type( 2):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( 3) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .td:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .td:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table td:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table td:not(.no-f):nth-of-type( 3):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( 3),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( 3) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( 3) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( 3) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table .th:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table .th:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ .table th:not(.no-f):nth-of-type( 3):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 3) ~ table th:not(.no-f):nth-of-type( 3):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav .dot:nth-of-type( 4) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table-header .table-nav label:nth-of-type( 3):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .td:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .td:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table td:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table td:not(.no-f):nth-of-type( 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( 4),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( 4) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( 4) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( 4) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table .th:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table .th:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ .table th:not(.no-f):nth-of-type( 4):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 4) ~ table th:not(.no-f):nth-of-type( 4):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav .dot:nth-of-type( 5) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table-header .table-nav label:nth-of-type( 4):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( 5) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .td:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .td:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table td:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table td:not(.no-f):nth-of-type( 5):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( 5),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( 5) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( 5) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( 5) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table .th:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table .th:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ .table th:not(.no-f):nth-of-type( 5):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 5) ~ table th:not(.no-f):nth-of-type( 5):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav .dot:nth-of-type( 6) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table-header .table-nav label:nth-of-type( 5):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( 6) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .td:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .td:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table td:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table td:not(.no-f):nth-of-type( 6):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( 6),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( 6) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( 6) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( 6) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table .th:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table .th:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ .table th:not(.no-f):nth-of-type( 6):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 6) ~ table th:not(.no-f):nth-of-type( 6):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav .dot:nth-of-type( 7) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table-header .table-nav label:nth-of-type( 6):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( 7) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .td:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .td:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table td:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table td:not(.no-f):nth-of-type( 7):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( 7),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( 7) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( 7) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( 7) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table .th:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table .th:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ .table th:not(.no-f):nth-of-type( 7):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 7) ~ table th:not(.no-f):nth-of-type( 7):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav .dot:nth-of-type( 8) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table-header .table-nav label:nth-of-type( 7):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( 8) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .td:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .td:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table td:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table td:not(.no-f):nth-of-type( 8):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( 8),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( 8) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( 8) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( 8) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table .th:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table .th:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ .table th:not(.no-f):nth-of-type( 8):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 8) ~ table th:not(.no-f):nth-of-type( 8):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav .dot:nth-of-type( 9) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table-header .table-nav label:nth-of-type( 8):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .td:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .td:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table td:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table td:not(.no-f):nth-of-type( 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( 9),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( 9) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( 9) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( 9) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table .th:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table .th:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ .table th:not(.no-f):nth-of-type( 9):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 9) ~ table th:not(.no-f):nth-of-type( 9):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav .dot:nth-of-type( 10) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table-header .table-nav label:nth-of-type( 9):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( 10) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .td:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .td:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table td:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table td:not(.no-f):nth-of-type( 10):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( 10),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( 10) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( 10) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( 10) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table .th:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table .th:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ .table th:not(.no-f):nth-of-type( 10):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 10) ~ table th:not(.no-f):nth-of-type( 10):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav .dot:nth-of-type( 11) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table-header .table-nav label:nth-of-type( 10):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( 11) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .td:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .td:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table td:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table td:not(.no-f):nth-of-type( 11):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( 11),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( 11) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( 11) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( 11) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table .th:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table .th:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ .table th:not(.no-f):nth-of-type( 11):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 11) ~ table th:not(.no-f):nth-of-type( 11):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav .dot:nth-of-type( 12) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table-header .table-nav label:nth-of-type( 11):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .td:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .td:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table td:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table td:not(.no-f):nth-of-type( 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( 12),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( 12) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( 12) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( 12) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table .th:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table .th:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ .table th:not(.no-f):nth-of-type( 12):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 12) ~ table th:not(.no-f):nth-of-type( 12):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav .dot:nth-of-type( 13) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table-header .table-nav label:nth-of-type( 12):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .td:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .td:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table td:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table td:not(.no-f):nth-of-type( 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( 13),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( 13) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( 13) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( 13) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table .th:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table .th:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ .table th:not(.no-f):nth-of-type( 13):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 13) ~ table th:not(.no-f):nth-of-type( 13):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav .dot:nth-of-type( 14) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table-header .table-nav label:nth-of-type( 13):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( 14) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .td:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .td:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table td:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table td:not(.no-f):nth-of-type( 14):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( 14),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( 14) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( 14) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( 14) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table .th:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table .th:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ .table th:not(.no-f):nth-of-type( 14):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 14) ~ table th:not(.no-f):nth-of-type( 14):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav .dot:nth-of-type( 15) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table-header .table-nav label:nth-of-type( 14):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( 15) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .td:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .td:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table td:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table td:not(.no-f):nth-of-type( 15):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( 15),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( 15) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( 15) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( 15) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table .th:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table .th:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ .table th:not(.no-f):nth-of-type( 15):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 15) ~ table th:not(.no-f):nth-of-type( 15):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav .dot:nth-of-type( 16) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table-header .table-nav label:nth-of-type( 15):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .td:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .td:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table td:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table td:not(.no-f):nth-of-type( 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( 16),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( 16) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( 16) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( 16) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table .th:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table .th:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ .table th:not(.no-f):nth-of-type( 16):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 16) ~ table th:not(.no-f):nth-of-type( 16):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav .dot:nth-of-type( 17) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table-header .table-nav label:nth-of-type( 16):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( 17) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .td:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .td:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table td:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table td:not(.no-f):nth-of-type( 17):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( 17),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( 17) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( 17) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( 17) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table .th:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table .th:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ .table th:not(.no-f):nth-of-type( 17):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 17) ~ table th:not(.no-f):nth-of-type( 17):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav .dot:nth-of-type( 18) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table-header .table-nav label:nth-of-type( 17):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( 18) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .td:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .td:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table td:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table td:not(.no-f):nth-of-type( 18):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( 18),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( 18) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( 18) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( 18) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table .th:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table .th:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ .table th:not(.no-f):nth-of-type( 18):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 18) ~ table th:not(.no-f):nth-of-type( 18):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav .dot:nth-of-type( 19) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table-header .table-nav label:nth-of-type( 18):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( 19) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .td:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .td:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table td:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table td:not(.no-f):nth-of-type( 19):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( 19),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( 19) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( 19) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( 19) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table .th:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table .th:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ .table th:not(.no-f):nth-of-type( 19):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 19) ~ table th:not(.no-f):nth-of-type( 19):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav .dot:nth-of-type( 20) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table-header .table-nav label:nth-of-type( 19):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( 20) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .td:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .td:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table td:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table td:not(.no-f):nth-of-type( 20):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( 20),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( 20) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( 20) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( 20) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table .th:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table .th:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ .table th:not(.no-f):nth-of-type( 20):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 20) ~ table th:not(.no-f):nth-of-type( 20):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav .dot:nth-of-type( 21) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 22):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table-header .table-nav label:nth-of-type( 20):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .td:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .td:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table td:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table td:not(.no-f):nth-of-type( 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( 21),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( 21) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( 21) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( 21) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table .th:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table .th:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ .table th:not(.no-f):nth-of-type( 21):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 21) ~ table th:not(.no-f):nth-of-type( 21):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav .dot:nth-of-type( 22) {
    opacity: 1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23) {
    display: inline-block;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 100;
    order: 100;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 23):after {
    content: "\e90c";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21) {
    display: inline-block;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table-header .table-nav label:nth-of-type( 21):after {
    content: "\e90b";
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( 22) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .td:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .td:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table td:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table td:not(.no-f):nth-of-type( 22):not(.actions) {
    width: auto;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( 22),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( 22) {
    max-width: none;
    overflow: visible;
    opacity: 1;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 4.1rem;
    max-height: 4.1rem;
    height: 4.1rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( 22) .input-table,
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( 22) .input-table {
    min-width: 0;
  }
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table .th:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table .th:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ .table th:not(.no-f):nth-of-type( 22):not(.actions),
  .table-fluid:not(.inside-window).show-last > input:checked:nth-of-type( 22) ~ table th:not(.no-f):nth-of-type( 22):not(.actions) {
    width: auto;
  }
}
@media (min-width: 1181px) {
  .table-fluid:not(.table-fluid-manual):not(.inside-window) .table-header {
    display: none !important;
  }
  .table-fluid:not(.table-fluid-manual):not(.inside-window) .fluid-only-mobile {
    display: none  !important;
  }
  .table-fluid:not(.table-fluid-manual):not(.inside-window) .column-fit {
    width: 0;
    white-space: nowrap;
  }
  .show-with-fluid {
    display: none  !important;
  }
}
@media (max-width: 1180px) {
  .table-fluid:not(.table-fluid-manual):not(.inside-window) .fluid-not-mobile {
    display: none  !important;
  }
  .not-show-with-fluid {
    display: none !important;
  }
  .show-with-fluid {
    display: block !important;
  }
  .not-with-fluid-cell-16 {
    width: 100% !important;
  }
}
@media (max-width: 1180px) {
  .table-fluid.inside-window .table,
  .table-fluid.inside-window table,
  .table-fluid.inside-window tbody,
  .table-fluid.inside-window .tbody,
  .table-fluid.inside-window tfoot,
  .table-fluid.inside-window .tfoot,
  .table-fluid.inside-window tr,
  .table-fluid.inside-window .tr {
    display: block !important;
    width: 100%;
  }
  .table-fluid.inside-window .table {
    overflow-x: hidden;
  }
  .table-fluid.inside-window .thead,
  .table-fluid.inside-window thead {
    display: none;
  }
  .table-fluid.inside-window .tfoot .tr.total,
  .table-fluid.inside-window tfoot .tr.total,
  .table-fluid.inside-window .tfoot tr.total,
  .table-fluid.inside-window tfoot tr.total {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-fluid.inside-window .tfoot .tr.total .td,
  .table-fluid.inside-window tfoot .tr.total .td,
  .table-fluid.inside-window .tfoot tr.total .td,
  .table-fluid.inside-window tfoot tr.total .td,
  .table-fluid.inside-window .tfoot .tr.total .th,
  .table-fluid.inside-window tfoot .tr.total .th,
  .table-fluid.inside-window .tfoot tr.total .th,
  .table-fluid.inside-window tfoot tr.total .th,
  .table-fluid.inside-window .tfoot .tr.total td,
  .table-fluid.inside-window tfoot .tr.total td,
  .table-fluid.inside-window .tfoot tr.total td,
  .table-fluid.inside-window tfoot tr.total td,
  .table-fluid.inside-window .tfoot .tr.total th,
  .table-fluid.inside-window tfoot .tr.total th,
  .table-fluid.inside-window .tfoot tr.total th,
  .table-fluid.inside-window tfoot tr.total th {
    box-sizing: border-box;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto;
    width: auto;
  }
  .table-fluid.inside-window .tfoot .tr.total .td[colspan],
  .table-fluid.inside-window tfoot .tr.total .td[colspan],
  .table-fluid.inside-window .tfoot tr.total .td[colspan],
  .table-fluid.inside-window tfoot tr.total .td[colspan],
  .table-fluid.inside-window .tfoot .tr.total .th[colspan],
  .table-fluid.inside-window tfoot .tr.total .th[colspan],
  .table-fluid.inside-window .tfoot tr.total .th[colspan],
  .table-fluid.inside-window tfoot tr.total .th[colspan],
  .table-fluid.inside-window .tfoot .tr.total td[colspan],
  .table-fluid.inside-window tfoot .tr.total td[colspan],
  .table-fluid.inside-window .tfoot tr.total td[colspan],
  .table-fluid.inside-window tfoot tr.total td[colspan],
  .table-fluid.inside-window .tfoot .tr.total th[colspan],
  .table-fluid.inside-window tfoot .tr.total th[colspan],
  .table-fluid.inside-window .tfoot tr.total th[colspan],
  .table-fluid.inside-window tfoot tr.total th[colspan],
  .table-fluid.inside-window .tfoot .tr.total .td.actions,
  .table-fluid.inside-window tfoot .tr.total .td.actions,
  .table-fluid.inside-window .tfoot tr.total .td.actions,
  .table-fluid.inside-window tfoot tr.total .td.actions,
  .table-fluid.inside-window .tfoot .tr.total .th.actions,
  .table-fluid.inside-window tfoot .tr.total .th.actions,
  .table-fluid.inside-window .tfoot tr.total .th.actions,
  .table-fluid.inside-window tfoot tr.total .th.actions,
  .table-fluid.inside-window .tfoot .tr.total td.actions,
  .table-fluid.inside-window tfoot .tr.total td.actions,
  .table-fluid.inside-window .tfoot tr.total td.actions,
  .table-fluid.inside-window tfoot tr.total td.actions,
  .table-fluid.inside-window .tfoot .tr.total th.actions,
  .table-fluid.inside-window tfoot .tr.total th.actions,
  .table-fluid.inside-window .tfoot tr.total th.actions,
  .table-fluid.inside-window tfoot tr.total th.actions {
    width: 100%;
  }
  .table-fluid.inside-window .tfoot .tr.total .td,
  .table-fluid.inside-window tfoot .tr.total .td,
  .table-fluid.inside-window .tfoot tr.total .td,
  .table-fluid.inside-window tfoot tr.total .td,
  .table-fluid.inside-window .tfoot .tr.total td,
  .table-fluid.inside-window tfoot .tr.total td,
  .table-fluid.inside-window .tfoot tr.total td,
  .table-fluid.inside-window tfoot tr.total td {
    padding: 1.5rem 2rem 1.5rem 2rem !important;
    -webkit-align-self: stretch;
    align-self: stretch;
  }
  .table-fluid.inside-window .tfoot .tr.total .td:not(.mobile-hide),
  .table-fluid.inside-window tfoot .tr.total .td:not(.mobile-hide),
  .table-fluid.inside-window .tfoot tr.total .td:not(.mobile-hide),
  .table-fluid.inside-window tfoot tr.total .td:not(.mobile-hide),
  .table-fluid.inside-window .tfoot .tr.total td:not(.mobile-hide),
  .table-fluid.inside-window tfoot .tr.total td:not(.mobile-hide),
  .table-fluid.inside-window .tfoot tr.total td:not(.mobile-hide),
  .table-fluid.inside-window tfoot tr.total td:not(.mobile-hide) {
    display: block !important;
  }
  .table-fluid.inside-window .tfoot .tr.total .td.mobile-small,
  .table-fluid.inside-window tfoot .tr.total .td.mobile-small,
  .table-fluid.inside-window .tfoot tr.total .td.mobile-small,
  .table-fluid.inside-window tfoot tr.total .td.mobile-small,
  .table-fluid.inside-window .tfoot .tr.total td.mobile-small,
  .table-fluid.inside-window tfoot .tr.total td.mobile-small,
  .table-fluid.inside-window .tfoot tr.total td.mobile-small,
  .table-fluid.inside-window tfoot tr.total td.mobile-small {
    max-width: 130px;
  }
  .table-fluid.inside-window .tfoot .tr.total .td.mobile-wrap,
  .table-fluid.inside-window tfoot .tr.total .td.mobile-wrap,
  .table-fluid.inside-window .tfoot tr.total .td.mobile-wrap,
  .table-fluid.inside-window tfoot tr.total .td.mobile-wrap,
  .table-fluid.inside-window .tfoot .tr.total td.mobile-wrap,
  .table-fluid.inside-window tfoot .tr.total td.mobile-wrap,
  .table-fluid.inside-window .tfoot tr.total td.mobile-wrap,
  .table-fluid.inside-window tfoot tr.total td.mobile-wrap {
    white-space: normal;
  }
  .table-fluid.inside-window .tfoot .tr.total .td:before,
  .table-fluid.inside-window tfoot .tr.total .td:before,
  .table-fluid.inside-window .tfoot tr.total .td:before,
  .table-fluid.inside-window tfoot tr.total .td:before,
  .table-fluid.inside-window .tfoot .tr.total td:before,
  .table-fluid.inside-window tfoot .tr.total td:before,
  .table-fluid.inside-window .tfoot tr.total td:before,
  .table-fluid.inside-window tfoot tr.total td:before {
    display: none;
  }
  .table-fluid.inside-window .tfoot .tr.total .td ~ td,
  .table-fluid.inside-window tfoot .tr.total .td ~ td,
  .table-fluid.inside-window .tfoot tr.total .td ~ td,
  .table-fluid.inside-window tfoot tr.total .td ~ td,
  .table-fluid.inside-window .tfoot .tr.total td ~ td,
  .table-fluid.inside-window tfoot .tr.total td ~ td,
  .table-fluid.inside-window .tfoot tr.total td ~ td,
  .table-fluid.inside-window tfoot tr.total td ~ td,
  .table-fluid.inside-window .tfoot .tr.total .td ~ .td,
  .table-fluid.inside-window tfoot .tr.total .td ~ .td,
  .table-fluid.inside-window .tfoot tr.total .td ~ .td,
  .table-fluid.inside-window tfoot tr.total .td ~ .td,
  .table-fluid.inside-window .tfoot .tr.total td ~ .td,
  .table-fluid.inside-window tfoot .tr.total td ~ .td,
  .table-fluid.inside-window .tfoot tr.total td ~ .td,
  .table-fluid.inside-window tfoot tr.total td ~ .td {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .table-fluid.inside-window .tfoot .mobile-hide,
  .table-fluid.inside-window tfoot .mobile-hide {
    display: none !important;
  }
  .table-fluid.inside-window .table-header {
    display: none;
  }
  .table-fluid.inside-window tr,
  .table-fluid.inside-window .tr {
    border-top: 1px solid #ededed;
  }
  .table-fluid.inside-window tr:hover .td:first-child,
  .table-fluid.inside-window .tr:hover .td:first-child,
  .table-fluid.inside-window tr:hover td:first-child,
  .table-fluid.inside-window .tr:hover td:first-child {
    border-left: 0 none !important;
  }
  .table-fluid.inside-window tr .td,
  .table-fluid.inside-window .tr .td,
  .table-fluid.inside-window tr td,
  .table-fluid.inside-window .tr td {
    display: table;
    table-layout: fixed;
    border: 0 none;
    width: 100%;
  }
  .table-fluid.inside-window tr .td.mobile-hide,
  .table-fluid.inside-window .tr .td.mobile-hide,
  .table-fluid.inside-window tr td.mobile-hide,
  .table-fluid.inside-window .tr td.mobile-hide {
    display: none !important;
  }
  .table-fluid.inside-window tr .td:first-child,
  .table-fluid.inside-window .tr .td:first-child,
  .table-fluid.inside-window tr td:first-child,
  .table-fluid.inside-window .tr td:first-child {
    border-left: 0 none !important;
  }
  .table-fluid.inside-window tr .td:first-child:before,
  .table-fluid.inside-window .tr .td:first-child:before,
  .table-fluid.inside-window tr td:first-child:before,
  .table-fluid.inside-window .tr td:first-child:before,
  .table-fluid.inside-window tr .td:first-child > span,
  .table-fluid.inside-window .tr .td:first-child > span,
  .table-fluid.inside-window tr td:first-child > span,
  .table-fluid.inside-window .tr td:first-child > span {
    padding-top: 2rem !important;
  }
  .table-fluid.inside-window tr .td.with-currency,
  .table-fluid.inside-window .tr .td.with-currency,
  .table-fluid.inside-window tr td.with-currency,
  .table-fluid.inside-window .tr td.with-currency {
    width: 100% !important;
    max-width: 100%  !important;
    min-width: 100% !important;
  }
  .table-fluid.inside-window tr .td:not(.with-textarea),
  .table-fluid.inside-window .tr .td:not(.with-textarea),
  .table-fluid.inside-window tr td:not(.with-textarea),
  .table-fluid.inside-window .tr td:not(.with-textarea) {
    padding: 0 !important;
  }
  .table-fluid.inside-window tr .td.with-textarea,
  .table-fluid.inside-window .tr .td.with-textarea,
  .table-fluid.inside-window tr td.with-textarea,
  .table-fluid.inside-window .tr td.with-textarea {
    padding-left: 5.5rem !important;
  }
  .table-fluid.inside-window tr .td.with-textarea > span.icon-dialog,
  .table-fluid.inside-window .tr .td.with-textarea > span.icon-dialog,
  .table-fluid.inside-window tr td.with-textarea > span.icon-dialog,
  .table-fluid.inside-window .tr td.with-textarea > span.icon-dialog {
    padding-top: 0 !important;
  }
  .table-fluid.inside-window tr .td[data-th]:before,
  .table-fluid.inside-window .tr .td[data-th]:before,
  .table-fluid.inside-window tr td[data-th]:before,
  .table-fluid.inside-window .tr td[data-th]:before {
    content: attr(data-th);
    width: 30%;
    max-width: 30%;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.4rem 0.5rem  1.4rem 2rem;
    color: #979ea7;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    min-height: 3.3rem;
    vertical-align: middle;
  }
  .table-fluid.inside-window tr .td[data-th].actions:before,
  .table-fluid.inside-window .tr .td[data-th].actions:before,
  .table-fluid.inside-window tr td[data-th].actions:before,
  .table-fluid.inside-window .tr td[data-th].actions:before {
    color: #404040;
  }
  .table-fluid.inside-window tr .td.actions > span,
  .table-fluid.inside-window .tr .td.actions > span,
  .table-fluid.inside-window tr td.actions > span,
  .table-fluid.inside-window .tr td.actions > span {
    padding: 1rem 2.5rem 1rem 2rem;
    text-align: right !important;
  }
  .table-fluid.inside-window tr .td.actions > span a i + span,
  .table-fluid.inside-window .tr .td.actions > span a i + span,
  .table-fluid.inside-window tr td.actions > span a i + span,
  .table-fluid.inside-window .tr td.actions > span a i + span {
    color: #adb3c3;
  }
  .table-fluid.inside-window tr .td.actions > span a i,
  .table-fluid.inside-window .tr .td.actions > span a i,
  .table-fluid.inside-window tr td.actions > span a i,
  .table-fluid.inside-window .tr td.actions > span a i,
  .table-fluid.inside-window tr .td.actions > span a span,
  .table-fluid.inside-window .tr .td.actions > span a span,
  .table-fluid.inside-window tr td.actions > span a span,
  .table-fluid.inside-window .tr td.actions > span a span {
    vertical-align: middle;
  }
  .table-fluid.inside-window tr .td .hint,
  .table-fluid.inside-window .tr .td .hint,
  .table-fluid.inside-window tr td .hint,
  .table-fluid.inside-window .tr td .hint,
  .table-fluid.inside-window tr .td .control,
  .table-fluid.inside-window .tr .td .control,
  .table-fluid.inside-window tr td .control,
  .table-fluid.inside-window .tr td .control {
    display: block;
  }
  .table-fluid.inside-window tr .td select,
  .table-fluid.inside-window .tr .td select,
  .table-fluid.inside-window tr td select,
  .table-fluid.inside-window .tr td select {
    font-size: 1.05rem;
    line-height: 1.5rem;
  }
  .table-fluid.inside-window tr .td select:not([multiple]),
  .table-fluid.inside-window .tr .td select:not([multiple]),
  .table-fluid.inside-window tr td select:not([multiple]),
  .table-fluid.inside-window .tr td select:not([multiple]) {
    height: calc(1.5rem + 1.8rem + 2px) !important;
  }
  .table-fluid.inside-window tr .td select.input-table,
  .table-fluid.inside-window .tr .td select.input-table,
  .table-fluid.inside-window tr td select.input-table,
  .table-fluid.inside-window .tr td select.input-table {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .table-fluid.inside-window tr .td select option,
  .table-fluid.inside-window .tr .td select option,
  .table-fluid.inside-window tr td select option,
  .table-fluid.inside-window .tr td select option {
    height: 1.5rem;
    padding: 0.9rem 0.75rem;
    border: none;
  }
  .table-fluid.inside-window tr .td .input-table:not(.select),
  .table-fluid.inside-window .tr .td .input-table:not(.select),
  .table-fluid.inside-window tr td .input-table:not(.select),
  .table-fluid.inside-window .tr td .input-table:not(.select) {
    border: 1px solid #c6ccda !important;
    border-radius: 3px;
    display: block;
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: #000000;
    padding: 0.9rem 0.75rem !important;
    white-space: normal;
    word-wrap: break-word;
    min-height: calc(3.3rem + 2px) !important;
    text-align: left !important;
    direction: ltr !important;
  }
  .table-fluid.inside-window tr .td .select.input-table > input:not(:checked) ~ .select-content,
  .table-fluid.inside-window .tr .td .select.input-table > input:not(:checked) ~ .select-content,
  .table-fluid.inside-window tr td .select.input-table > input:not(:checked) ~ .select-content,
  .table-fluid.inside-window .tr td .select.input-table > input:not(:checked) ~ .select-content {
    border: 1px solid #c6ccda !important;
    border-radius: 3px;
    display: block;
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: #000000;
    white-space: normal;
    word-wrap: break-word;
    min-height: calc(3.3rem + 2px) !important;
    text-align: left !important;
    direction: ltr !important;
  }
  .table-fluid.inside-window tr .td textarea.input-table,
  .table-fluid.inside-window .tr .td textarea.input-table,
  .table-fluid.inside-window tr td textarea.input-table,
  .table-fluid.inside-window .tr td textarea.input-table {
    min-height: 2.5em !important;
  }
  .table-fluid.inside-window tr .td .on-hover,
  .table-fluid.inside-window .tr .td .on-hover,
  .table-fluid.inside-window tr td .on-hover,
  .table-fluid.inside-window .tr td .on-hover {
    visibility: visible;
  }
  .table-fluid.inside-window tr .td .items.nowrap,
  .table-fluid.inside-window .tr .td .items.nowrap,
  .table-fluid.inside-window tr td .items.nowrap,
  .table-fluid.inside-window .tr td .items.nowrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-fluid.inside-window tr .td > span:not(.count):not(.mobile-ignore),
  .table-fluid.inside-window .tr .td > span:not(.count):not(.mobile-ignore),
  .table-fluid.inside-window tr td > span:not(.count):not(.mobile-ignore),
  .table-fluid.inside-window .tr td > span:not(.count):not(.mobile-ignore) {
    padding: 0.2rem 2.5rem  0.2rem 2rem;
    display: table-cell;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  .table-fluid.inside-window tr .td > span:not(.count):not(.mobile-ignore) ~ span:not(.mobile-ignore),
  .table-fluid.inside-window .tr .td > span:not(.count):not(.mobile-ignore) ~ span:not(.mobile-ignore),
  .table-fluid.inside-window tr td > span:not(.count):not(.mobile-ignore) ~ span:not(.mobile-ignore),
  .table-fluid.inside-window .tr td > span:not(.count):not(.mobile-ignore) ~ span:not(.mobile-ignore) {
    width: auto !important;
  }
  .table-fluid.inside-window tr .td > span:not(.count):not(.mobile-ignore).half-space,
  .table-fluid.inside-window .tr .td > span:not(.count):not(.mobile-ignore).half-space,
  .table-fluid.inside-window tr td > span:not(.count):not(.mobile-ignore).half-space,
  .table-fluid.inside-window .tr td > span:not(.count):not(.mobile-ignore).half-space {
    width: 45% !important;
  }
  .table-fluid.inside-window tr .td > span:not(.count):not(.mobile-ignore).half-space + span,
  .table-fluid.inside-window .tr .td > span:not(.count):not(.mobile-ignore).half-space + span,
  .table-fluid.inside-window tr td > span:not(.count):not(.mobile-ignore).half-space + span,
  .table-fluid.inside-window .tr td > span:not(.count):not(.mobile-ignore).half-space + span {
    width: 25% !important;
  }
  .table-fluid.inside-window tr .td > span:not(.count):not(.mobile-ignore).actions,
  .table-fluid.inside-window .tr .td > span:not(.count):not(.mobile-ignore).actions,
  .table-fluid.inside-window tr td > span:not(.count):not(.mobile-ignore).actions,
  .table-fluid.inside-window .tr td > span:not(.count):not(.mobile-ignore).actions {
    text-align: right;
  }
  .table-fluid.inside-window tr .td > span:not(.count):not(.mobile-ignore).actions [class*="icon-"]:before,
  .table-fluid.inside-window .tr .td > span:not(.count):not(.mobile-ignore).actions [class*="icon-"]:before,
  .table-fluid.inside-window tr td > span:not(.count):not(.mobile-ignore).actions [class*="icon-"]:before,
  .table-fluid.inside-window .tr td > span:not(.count):not(.mobile-ignore).actions [class*="icon-"]:before {
    font-size: 2rem;
  }
}
@media (min-width: 1181px) {
  .table-fluid.inside-window td.column-fit {
    width: 0;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .table-fluid.inside-window .table-header,
  .table-fluid.inside-window .only-mobile {
    display: none !important;
  }
}
.table-fluid > input {
  display: none;
}
.table-fluid .table-header {
  background-color: #294058;
  padding: 0 1rem;
  min-height: 4rem;
  color: #fff;
  position: sticky !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  z-index: 10;
  top: 6.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.table-fluid .table-header .dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.table-fluid .table-header .mobile-filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  min-height: 4rem;
}
.table-fluid .table-header .mobile-filters i {
  font-size: 2rem;
  padding-left: 1rem;
}
.table-fluid .table-header .mobile-filters > label {
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.table-fluid .table-header .mobile-filters .selected-filters {
  overflow: auto;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .table-fluid .table-header .mobile-filters {
    display: none;
  }
}
.table-fluid .table-nav {
  margin-right: 0;
  margin-left: auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.table-fluid .table-nav label {
  display: none;
  cursor: pointer;
}
.table-fluid .table-nav label:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
}
.table-fluid .table-nav * {
  margin: 0 0.3rem;
}
.status {
  display: inline-block;
  line-height: 3rem;
  height: 3rem;
  padding: 0 1.7rem;
  min-width: 10rem;
  border-radius: 3rem;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.status.status-small {
  height: 2.2rem;
  line-height: 2.2rem;
}
.status.capitalize::first-letter {
  text-transform: uppercase;
}
.status.draft {
  color: #7d7d7d;
  background-color: #e8eaed;
}
.status.sent_to_approve,
.status.for_approval,
.status.send_for_approval {
  color: #9a8301;
  background-color: #f8eec6;
}
.status.approved {
  color: #046820;
  background-color: #d5f7d2;
}
.status.rejected {
  color: #a7143a;
  background-color: #fedbdf;
}
.status.sent_to_supplier {
  color: #0f798a;
  background-color: #beeee9;
}
.status.received {
  color: #21759d;
  background-color: #bbdff6;
}
.status.invoiced {
  color: #404dbf;
  background-color: #c9cefd;
}
.status.completed {
  color: #616161;
  background-color: #cdd1da;
}
.status.deleted {
  color: #ffffff;
  background-color: #525252;
}
.status.valid,
.status.validated {
  color: #0062E2;
  background-color: #aed0fe;
}
.status.transfer {
  color: #046865;
  background-color: #D2F4F7;
}
.status.on_hold {
  color: #4A14A7;
  background-color: #5400FF3D;
}
.status.revised {
  background-color: #ffd0b8;
  color: #bb8834;
}
.status.planned {
  background-color: #c8cbd1;
  color: #676767;
}
.dot-icon {
  line-height: 3rem;
  height: 3rem;
  min-width: 3rem;
  padding: 0 0.5rem;
  background-color: #f1f3f4;
  border-radius: 3rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0 0.5rem;
}
.avatar {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 10rem;
  position: relative;
  aspect-ratio: 1;
}
.avatar.small {
  width: 2.2rem;
  height: 2.2rem;
}
.avatar + .avatar {
  margin-left: 0.5rem;
}
.avatar img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  lefT: 0;
  right: 0;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
  background-color: #d2d2d2;
}
.avatar.approved:after,
.avatar.rejected:after,
.avatar.budget_approved:after,
.avatar.department_approved:after,
.avatar.admin_approved:after,
.avatar.financial_approved:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0;
  right: -0.4rem;
  background: #fff;
  border-radius: 100%;
  font-size: 1.6rem;
  line-height: 1.4rem;
  text-indent: -1px;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}
.avatar.approved:after,
.avatar.budget_approved:after,
.avatar.department_approved:after,
.avatar.admin_approved:after,
.avatar.financial_approved:after {
  content: "\e905";
  color: #2cbf55;
}
.avatar.rejected:after {
  content: "\e904";
  color: #f65f7b;
}
.user-name {
  display: flex;
  max-width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.user-name .avatar + span {
  margin-left: 0.8rem;
  font-size: 1.3rem;
  word-wrap: break-word;
  white-space: normal;
  min-width: 0;
}
.with-avatars .avatars {
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  margin-bottom: 0;
  font-size: 0;
}
.with-avatars .avatars.no-wrap > * * {
  white-space: normal;
}
.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) {
  padding-right: 1rem;
}
.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img {
  right: 1rem;
  width: calc(100% - 1rem);
}
.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child):before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  color: #d2d2d2;
  line-height: 1rem;
  width: 0.8rem;
  height: 1rem;
  margin: auto 0;
  font-size: 1.2rem;
  text-align: left;
}
.with-avatars .avatars .avatar {
  margin: 0.3rem 0.3rem 0.3rem 0;
  font-size: 1.2rem;
}
.pagination {
  vertical-align: middle;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagination ul,
.pagination li,
.pagination a {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination a,
.pagination span {
  vertical-align: middle;
  display: inline-block;
}
.pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagination ul li {
  line-height: normal;
}
.pagination ul li > a,
.pagination ul li > span > a,
.pagination ul li > span.current {
  padding: 0.3rem 0.4rem;
}
.pagination a {
  color: #bcc2d0;
  cursor: pointer;
  height: auto;
  line-height: normal;
  vertical-align: middle;
}
.pagination a[data-ref="..."] {
  pointer-events: none;
}
.pagination a.active {
  color: #294058;
}
.pagination a.prev,
.pagination a.next {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
}
.pagination a.prev:after {
  content: "\e90b";
}
.pagination a.next:after {
  content: "\e90c";
}
.pagination li[data-ref="..."] {
  pointer-events: none;
}
.pagination li.active a {
  color: #294058;
}
.pagination li.disabled {
  pointer-events: none;
}
.pagination li.disabled a {
  color: #edeef2;
  pointer-events: none;
}
.pagination li + li {
  margin-left: 0.7rem;
}
.select + .pagination {
  margin-left: 1rem;
}
.dashboard {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 2.3rem 0.7rem 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dashboard-state {
  width: 100%;
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  font-size: 1.1rem;
  padding: 1rem 2rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
.dashboard-state .label[class*="cell"] {
  color: #979ea7;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-state .label[class*="cell"].small {
  font-size: 1rem;
}
.dashboard-state [class*="cell"] {
  padding: 0.5rem 0 0;
  white-space: nowrap;
}
.dashboard-state [class*="cell"].total {
  padding-top: 1rem;
  border-top: 1px solid #f2f3f9;
  margin-top: 1rem;
}
.dashboard-state .value {
  font-size: 1.2rem;
  opacity: 0.91;
}
.dashboard-state .value.bold {
  font-weight: bold;
}
.dashboard-state .value.approved {
  color: #12ae3d;
  cursor: pointer;
}
.dashboard-state .value.rejected {
  color: #e63c5b;
  cursor: pointer;
}
.dashboard-state .value.approval {
  color: #474747;
}
.dashboard-state .value.total {
  font-weight: bold;
}
.tile-content.dashboard .dashboard-info {
  text-align: center;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tile-content.dashboard .dashboard-info + .dashboard-info {
  border-left: 1px solid #f2f3f9;
}
.tile-content.dashboard .dashboard-info[class*="cell"] {
  height: 5.3rem;
}
.tile-content.dashboard i {
  font-size: 2.5rem;
  position: relative;
  vertical-align: baseline;
}
.tile-content.dashboard h3 {
  font-size: 3.5rem;
  margin: 0 0 0 0.2rem;
  font-weight: bold;
  cursor: pointer;
}
.tile-content.dashboard p {
  font-size: 1.1rem;
  color: #a1a9bd;
  margin: 0;
}
.tile-content.dashboard .dashboard-stat i,
.tile-content.dashboard .dashboard-stat h3 {
  display: inline;
}
.tile-content.dashboard .dashboard-stat.new-po i,
.tile-content.dashboard .dashboard-stat.new-po h3 {
  color: #1e3668;
}
.tile-content.dashboard .dashboard-stat.approved i,
.tile-content.dashboard .dashboard-stat.approved h3 {
  color: #2cbf55;
}
.tile-content.dashboard .dashboard-stat.rejected i,
.tile-content.dashboard .dashboard-stat.rejected h3 {
  color: #f65f7b;
}
.root-dashboard {
  height: calc(100vh - 6.7rem);
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .root-dashboard {
    height: auto;
  }
}
.root-dashboard h3 {
  font-weight: 600;
  color: #1e3668;
}
.root-dashboard .no-result {
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.44);
  height: 100%;
}
.root-dashboard .no-result.justyfy-start {
  justify-content: start;
  height: auto;
  margin-top: 3rem;
}
.root-dashboard > .grid,
.root-dashboard > div > .grid {
  height: 100%;
}
@media (max-width: 1200px) {
  .root-dashboard > .grid,
  .root-dashboard > div > .grid {
    height: auto;
  }
}
.root-dashboard .recharts-default-tooltip {
  border-radius: 3px;
  border: 0 none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 0 10px 5px;
}
.root-dashboard .recharts-default-tooltip .tooltip-header {
  color: #408cf8;
  display: flex;
  justify-content: space-between;
  padding: 5px 0 0;
}
.root-dashboard .recharts-default-tooltip .legends {
  margin: 5px 0 0;
}
.root-dashboard svg .recharts-cartesian-axis-tick line[orientation="bottom"] + text {
  font-size: 1rem;
}
.root-dashboard .top-grid {
  display: inline-flex;
  max-width: min(100%, 1752px);
  flex-wrap: nowrap;
}
.root-dashboard .top-grid.tile-dotted {
  border: 1px dashed #A8B0C2;
  background-color: transparent;
  box-shadow: none;
  min-height: 60px;
}
.root-dashboard .top-grid > .cell {
  flex: 0 1 auto !important;
  width: max(350px, calc(( 100vw - 168px ) / 4));
  min-width: fit-content;
}
.root-dashboard .top-grid > .cell:not(.grid):not(.column):only-child {
  width: max(350px, calc(( 100vw - 168px ) / 4));
}
@media (max-width: 1200px) {
  .root-dashboard .top-grid {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .root-dashboard .top-grid > .cell {
    width: auto;
    flex: 1 0 auto !important;
  }
}
.root-dashboard .company-task h4 {
  color: #1e3668;
  font-weight: 700;
}
.root-dashboard .last-activities.tile-list .tile-item {
  padding: 6px 0;
}
.root-dashboard .last-activities.tile-list .tile-item .tile-item-description {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.root-dashboard .last-activities.tile-list .tile-item .avatar {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.root-dashboard .last-activities.tile-list .tile-item .timestamp {
  margin-left: auto;
  margin-right: 0;
  color: #A8B0C2;
  font-size: 1rem;
}
.root-dashboard .dashboard-task {
  font-size: 1.2rem;
}
.root-dashboard .dashboard-task + h4 {
  margin-top: 20px;
}
.root-dashboard .dashboard-task .td {
  width: 100%;
  padding: 4px 0;
  background-color: #fff !important;
  border: 0 none !important;
  height: auto;
  min-height: 0;
}
.root-dashboard .dashboard-task .td + .td {
  min-width: 50px;
  font-size: 14px;
  text-align: right;
  color: #408cf8;
  white-space: nowrap;
}
.root-dashboard .dashboard-task .td + .td i {
  margin-left: 10px;
}
.root-dashboard .dashboard-report {
  font-size: 1.2rem;
}
.root-dashboard .dashboard-report .td {
  padding: 4px 0;
  background-color: #fff !important;
  border: 0 none !important;
  height: auto;
  min-height: 0;
  color: #408cf8;
}
.root-dashboard .dashboard-report .td + .td {
  min-width: 50px;
  font-size: 14px;
  text-align: right;
}
.root-dashboard a.stat-info {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.root-dashboard .tile-content.stat-info {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 10px 25px 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.root-dashboard .tile-content.stat-info.waiting h4 + div {
  color: #F2994A;
}
.root-dashboard .tile-content.stat-info.ready h4 + div {
  color: #A8B0C2;
}
.root-dashboard .tile-content.stat-info.reject h4 + div {
  color: #CE015299;
}
.root-dashboard .tile-content.stat-info .stat-info-description {
  flex: 1 1 auto;
  margin-left: 10px;
}
.root-dashboard .tile-content.stat-info .stat-info-description div {
  font-weight: 600;
}
.root-dashboard .tile-content.stat-info h2 {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 800;
  flex: 0 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.root-dashboard .tile-content.stat-info h4 {
  font-weight: 800;
  font-size: 1.5rem;
  margin: 0;
}
.root-dashboard .tile-content.stat-info h4 + div {
  text-transform: uppercase;
  font-size: 1rem;
}
.root-dashboard .tile-content.stat-info p {
  margin: 0;
}
.root-dashboard .tile-content.stat-info .actions {
  position: absolute;
  top: 5px;
  right: 10px;
}
.root-dashboard .tile-content.stat-info .actions i {
  color: #A8B0C2;
  font-size: 1.6rem;
}
.root-dashboard .tile-content.stat-info + .stat-info {
  border-left: 1px solid #f2f3f9;
}
.company-dashboard {
  min-height: 400px;
  max-height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: ". . ." ". . .";
}
@media (max-width: 1200px) {
  .company-dashboard {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: ". ." ". ." ". .";
  }
}
@media (max-width: 900px) {
  .company-dashboard {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "." "." "." "." "." ".";
  }
}
.company-dashboard .legends {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
}
.company-dashboard .legends .legend {
  display: flex;
}
.company-dashboard .legends .legend-color {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.company-dashboard .legends .legend-color.round {
  border-radius: 10rem;
}
.company-dashboard .legends .legend-sum {
  padding-left: 20px;
  border-top: 1px solid #F2F3F9;
  padding-top: 5px;
}
.company-dashboard .legends .legend-row,
.company-dashboard .legends .legend-sum {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin-top: 5px;
}
.company-dashboard .legends .value {
  margin-right: 0;
  margin-left: auto;
  font-weight: 700;
  margin-top: 3px;
}
.company-dashboard .legends .value span + span {
  margin-left: 5px;
}
.company-dashboard .legends .legend {
  margin-left: 0;
  margin-right: auto;
  margin-top: 3px;
  padding-right: 5px;
}
.company-dashboard h3 {
  font-size: 1.6rem;
  color: #1e3668;
  font-weight: 600;
}
.company-dashboard .tile-header .link {
  font-size: 1.6rem;
}
.company-dashboard .cell {
  min-height: 270px;
  width: 100%;
}
.company-dashboard .cell.fit {
  min-height: fit-content;
}
.company-dashboard .cell.bar-chart {
  min-height: 360px;
}
.company-dashboard .cell.pie-chart {
  min-height: 240px;
}
@media (max-width: 900px) {
  .company-dashboard .cell.last-activity {
    min-height: 360px;
  }
}
.company-dashboard .cell > .tile {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.company-dashboard .cell > .tile .tile-header {
  flex: 0 0 auto;
  min-height: 0;
}
.company-dashboard .cell > .tile .tile-content {
  flex: 1 1 auto;
  overflow: auto;
  min-height: 0;
}
.company-dashboard .cell > .tile .tile-content.with-piechart {
  display: flex;
}
.company-dashboard .cell > .tile .tile-content.with-piechart > * {
  width: 50%;
}
.company-dashboard .cell > .tile .tile-content.with-piechart .chart-column {
  position: relative;
}
.company-dashboard .cell > .tile .tile-content.with-piechart .recharts-responsive-container {
  min-height: 165px;
  min-width: 165px;
  position: absolute;
}
.company-dashboard .cell > .tile .tile-content.with-chart {
  overflow: auto;
  padding-top: 10px;
  min-height: 280px;
}
.company-dashboard .cell > .tile .tile-content.with-chart .no-result {
  padding-bottom: 30px;
  height: calc(100% - 30px);
}
.company-dashboard .cell > .tile .tile-content.with-chart .recharts-responsive-container {
  min-height: 280px;
}
.company-dashboard .cell > .tile .tile-header {
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: normal;
  color: inherit;
}
.company-dashboard .cell > .tile .tile-header h3 {
  height: auto;
  line-height: normal;
  font-weight: 600;
  color: #1e3668;
}
.company-dashboard .cell > .tile .tile-header .timestamp {
  font-size: 10px;
  color: #A8B0C2;
  margin: 0;
}
.company-dashboard .cell > .tile .tile-content,
.company-dashboard .cell > .tile .tile-header {
  padding-left: 19px;
  padding-right: 17px;
}
.with-sidebar {
  position: relative;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #f6f7fb;
  width: inherit;
  right: 0;
}
@media (max-width: 1180px) {
  .sidebar.form-sections {
    position: static;
    margin-bottom: 2rem;
  }
  .sidebar.form-sections .form-section-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.sidebar .tab-labels label span,
.sidebar .form-section-wrapper-header span {
  font-weight: 500;
}
.window.window-form .with-sidebar {
  width: 280px;
}
@media (max-width: 1180px) {
  .window.window-form .with-sidebar {
    width: 100%;
  }
  .window.window-form .with-sidebar .tab-navs .sidebar-toggle {
    display: none;
  }
}
.window.window-form .sidebar {
  top: 5rem;
  z-index: 1202;
}
@media (max-width: 560px) {
  .window.window-form .sidebar .form-section-header:before {
    display: none;
  }
}
@media (min-width: 1181px) {
  .window .window-wrapper.collapse .sidebar,
  .window .window-wrapper.collapse .with-sidebar {
    width: 0;
    overflow: hidden;
  }
  .window .window-wrapper.collapse .form-section.cell-12 {
    width: 100%;
  }
  .window .window-wrapper.collapse .form-section.cell-4 {
    width: 33.33333333%;
  }
  .window .window-wrapper.collapse > .window-footer {
    width: 100%;
  }
  .window .window-wrapper.collapse .window-sidebar-toggle {
    display: block;
  }
}
.window .window-sidebar-toggle {
  background-color: #f6f7fb;
  border: 1px solid #e4e4e9;
  border-right: 0 none;
  border-radius: 0.5rem 0 0 0.5rem;
  position: fixed;
  right: 0;
  top: 7rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 1300;
  cursor: pointer;
  display: none;
}
.window .window-sidebar-toggle i {
  padding: 1rem;
  display: block;
  font-size: 2rem;
  color: #294058;
}
.window .window-sidebar-toggle i + i {
  border-top: 1px solid #e4e4e9;
}
.window .window-sidebar-toggle .comments-count {
  position: absolute;
  top: 83%;
  left: 3px;
  font-weight: 700;
  font-size: 1rem;
}
.side-form {
  background-color: #408cf8;
  z-index: 1202;
  overflow: visible;
}
.side-form .side-header {
  padding: 2rem 2.5rem 0;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  top: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.side-form .side-header i {
  color: #1861c8;
  font-size: 3rem;
  height: 1.7rem;
  line-height: 1.7rem;
}
.side-form .side-header i:before {
  height: 1.7rem;
  line-height: 1.7rem;
}
.side-form .side-footer {
  padding: 2rem;
  bottom: 0;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.side-form .side-footer .button {
  padding-left: 2rem;
  padding-right: 2rem;
}
.side-form > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.side-form > div .side-header,
.side-form > div .side-footer {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.side-form > div .side-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}
.side-form > div .side-content .search-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.side-form > div .side-content .search-list .hint {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.side-form > div .side-content .control {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-form > div .side-content .control-list {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}
@media (max-width: 1180px) {
  .form-section.collapse .form-section-header > span:first-child:after {
    content: "\e90a" !important;
  }
  .form-section.collapse .form-section-header > span:first-child + span {
    display: none;
  }
  .form-section.collapse .form-section-content,
  .form-section.collapse .tile-content {
    display: none;
  }
  .form-section.collapse > .tile {
    box-shadow: none;
  }
  .form-section.collapse.with-tile {
    padding: 0 !important;
  }
}
.form-section.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form-section.with-sidebar .hint {
  padding-right: 2rem;
  padding-top: 1.5rem;
}
.form-section.form-not-editable .form-section-footer .button {
  opacity: 0.7;
}
.form-section.form-not-editable .form-section-content .as-input > .select-content,
.form-section.form-not-editable .form-section-content .as-input textarea,
.form-section.form-not-editable .form-section-content .as-input input,
.form-section.form-not-editable .form-section-content .as-input select,
.form-section.form-not-editable .form-section-content .as-input output {
  border-color: #eef0f4;
}
.form-section.form-not-editable .form-section-content .as-input ~ .hint {
  display: none;
}
.form-section.form-not-editable .form-section-content .has-checkbox .checkbox {
  border: 0 none;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.form-section.form-not-editable .form-section-content .has-checkbox .checkbox:before {
  font-size: 2rem;
}
.form-section.form-not-editable .form-section-content .has-checkbox.item input:checked + .checkbox:before {
  color: #408cf8;
}
.form-section.form-not-editable .form-section-content .has-checkbox.item.has-checkbox {
  padding-left: 4.5rem;
}
.form-section.form-not-editable .form-section-content .has-checkbox.item.has-checkbox .checkbox {
  margin-left: -3rem;
}
.form-section.form-not-editable .form-section-content .select-content,
.form-section.form-not-editable .form-section-content .select-arrow {
  border-color: #eef0f4;
}
.form-section.form-not-editable .form-section-content .select-content:after,
.form-section.form-not-editable .form-section-content .select-arrow:after,
.form-section.form-not-editable .form-section-content .select-content select + span,
.form-section.form-not-editable .form-section-content .select-arrow select + span {
  opacity: 0.4;
}
.form-section.form-not-editable .form-section-content .radio-switch {
  opacity: 0.7;
  pointer-events: none;
}
.form-section.form-not-editable .items-list .item:hover {
  background-color: transparent;
  cursor: default;
}
.form-section.form-not-editable .checkbox ~ span,
.form-section.form-not-editable .checkbox {
  cursor: default;
}
.form-section + .form-section {
  position: relative;
}
@media (max-width: 1180px) {
  .form-section + .form-section:not(.with-tile) {
    border-top: 1px solid #d9d9d9 !important;
  }
  .form-section + .form-section.with-tile.collapse {
    border-top: 1px solid #d9d9d9 !important;
  }
}
@media (min-width: 1181px) {
  .form-section + .form-section:not(:last-child):after {
    position: absolute;
    left: 0;
    width: 0;
    border-left: 1px solid #ebebeb;
    top: 4rem;
    bottom: 4rem;
    content: '';
  }
}
.form-section [class*="cell-"].disabled,
.form-section .row.disabled {
  opacity: 0.43;
  pointer-events: none;
}
.form-section .hint {
  font-size: 1.2rem;
  padding-top: 0.8rem;
}
.form-section .hint .link {
  color: #408cf8;
  cursor: pointer;
}
.form-section .form-section-header {
  font-size: 1.7rem;
  color: #294058;
  counter-increment: form-section;
}
.form-section .form-section-header:not(.tile-header) {
  line-height: 3rem;
  height: 3rem;
  padding: 0 5rem;
}
.form-section .form-section-header.tile-header {
  line-height: 7rem;
  min-height: 7rem;
  padding: 0 3rem 0 4rem;
}
.form-section .form-section-header.tile-header .tile-header-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form-section .form-section-header.tile-header h4 {
  line-height: normal;
  height: auto;
}
.form-section .form-section-header.tile-header h1 + h4 {
  margin-top: 0.5rem;
}
.form-section .form-section-header.tile-header.no-line {
  line-height: normal;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 0;
}
.form-section .form-section-header.tile-header span + span {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1180px) {
  .form-section .form-section-header.tile-header span + span {
    width: 100%;
    text-align: right;
    line-height: 4rem;
  }
}
@media (max-width: 1180px) {
  .form-section .form-section-header.tile-header .popup.left-bottom {
    left: 0;
    right: auto;
    bottom: 2rem;
    max-width: 90vw;
  }
}
@media (max-width: 1180px) {
  .form-section .form-section-header:not(.no-line) {
    line-height: 6rem !important;
    min-height: 6rem !important;
    padding: 0 2.4rem !important;
  }
  .form-section .form-section-header:not(.no-line) > span:first-child {
    position: relative;
    width: 100%;
    line-height: inherit;
    display: block;
  }
  .form-section .form-section-header:not(.no-line) > span:first-child:after {
    content: "\e90d";
    font-family: 'cost-tracker';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2.5rem;
  }
}
.form-section .form-section-header:not(.skip):not(.mark) > span:before {
  content: counter(form-section);
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 100%;
  background-color: #408cf8;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.form-section .form-section-header.mark span {
  position: relative;
}
.form-section .form-section-header.mark span:before {
  border-left: 4px solid #408cf8;
  content: '';
  height: 1em;
  left: -0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-section .form-section-footer.tile-footer {
  padding: 5rem 4.5rem 0 3rem;
  line-height: 6.5rem;
  min-height: 6.5rem;
  height: auto;
}
.form-section .form-section-footer.tile-footer.small-padding {
  padding-top: 1rem;
}
.form-section .form-section-footer.tile-footer > span + span {
  margin-left: -2rem;
}
.form-section .form-section-footer.tile-footer > span + span .button {
  margin-left: 2rem;
  vertical-align: top;
}
.form-section .form-section-footer.tile-footer .button {
  box-shadow: none;
  min-width: 7rem;
}
.form-section .form-section-footer.tile-footer .button.min-width {
  min-width: 10rem;
}
.form-section .form-section-content {
  padding: 2rem 5rem 0;
}
@media (max-width: 1180px) {
  .form-section .form-section-content {
    padding-left: 2rem;
    padding-right: 2.4rem;
    padding-bottom: 2.7rem;
  }
}
.form-section .form-section-content.tile-content {
  padding-left: 4rem;
  padding-right: 4.5rem;
}
.form-section .form-section-content .tabs .tab-navs {
  padding: 0 0.7rem;
  box-shadow: 0 -1px 0px #dddee1 inset;
}
.form-section .form-section-content .tabs .tab-navs label.cell[for] {
  background-color: transparent !important;
  border-left: 0 none !important;
  border-right: none !important;
  position: static !important;
}
.form-section .form-section-content .tabs .tab-pages > div {
  padding-bottom: 1.3rem;
}
.form-section .form-section-wrapper-header {
  padding: 2rem 2rem 0.7rem;
  font-size: 1.4rem;
  color: #294058;
  border-top: 1px solid #dee0e8;
}
.form-section .form-section-wrapper-header i {
  margin-right: 0.5rem;
  font-size: 2rem;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .form-section.with-sidebar .form-section-header.not-desktop {
    display: none;
  }
  .form-section.with-sidebar .form-section-content {
    padding: 0;
  }
}
.form-section.accounting .show-on-complete,
.form-section .tile.accounting .show-on-complete {
  display: none;
}
.form-section.accounting .hide-on-complete,
.form-section .tile.accounting .hide-on-complete {
  display: inline-block;
}
.form-section.accounting .tile,
.form-section .tile.accounting .tile,
.form-section.accounting.tile,
.form-section .tile.accounting.tile {
  border: 2px solid #408cf8;
}
@media (max-width: 1180px) {
  .form-section.accounting .tile,
  .form-section .tile.accounting .tile,
  .form-section.accounting.tile,
  .form-section .tile.accounting.tile {
    border-left: 0 none;
    border-right: 0 none;
    border-width: 4px;
  }
}
.form-section.accounting .tbody tr td:first-child,
.form-section .tile.accounting .tbody tr td:first-child,
.form-section.accounting tbody tr td:first-child,
.form-section .tile.accounting tbody tr td:first-child,
.form-section.accounting .tbody .tr td:first-child,
.form-section .tile.accounting .tbody .tr td:first-child,
.form-section.accounting tbody .tr td:first-child,
.form-section .tile.accounting tbody .tr td:first-child,
.form-section.accounting .tbody tr .td:first-child,
.form-section .tile.accounting .tbody tr .td:first-child,
.form-section.accounting tbody tr .td:first-child,
.form-section .tile.accounting tbody tr .td:first-child,
.form-section.accounting .tbody .tr .td:first-child,
.form-section .tile.accounting .tbody .tr .td:first-child,
.form-section.accounting tbody .tr .td:first-child,
.form-section .tile.accounting tbody .tr .td:first-child {
  border-left: 2px solid transparent !important;
}
.form-section.accounting .tfoot tr:last-child td,
.form-section .tile.accounting .tfoot tr:last-child td,
.form-section.accounting tfoot tr:last-child td,
.form-section .tile.accounting tfoot tr:last-child td,
.form-section.accounting .tfoot .tr:last-child td,
.form-section .tile.accounting .tfoot .tr:last-child td,
.form-section.accounting tfoot .tr:last-child td,
.form-section .tile.accounting tfoot .tr:last-child td,
.form-section.accounting .tfoot tr:last-child .td,
.form-section .tile.accounting .tfoot tr:last-child .td,
.form-section.accounting tfoot tr:last-child .td,
.form-section .tile.accounting tfoot tr:last-child .td,
.form-section.accounting .tfoot .tr:last-child .td,
.form-section .tile.accounting .tfoot .tr:last-child .td,
.form-section.accounting tfoot .tr:last-child .td,
.form-section .tile.accounting tfoot .tr:last-child .td,
.form-section.accounting .tfoot tr:last-child th,
.form-section .tile.accounting .tfoot tr:last-child th,
.form-section.accounting tfoot tr:last-child th,
.form-section .tile.accounting tfoot tr:last-child th,
.form-section.accounting .tfoot .tr:last-child th,
.form-section .tile.accounting .tfoot .tr:last-child th,
.form-section.accounting tfoot .tr:last-child th,
.form-section .tile.accounting tfoot .tr:last-child th,
.form-section.accounting .tfoot tr:last-child .th,
.form-section .tile.accounting .tfoot tr:last-child .th,
.form-section.accounting tfoot tr:last-child .th,
.form-section .tile.accounting tfoot tr:last-child .th,
.form-section.accounting .tfoot .tr:last-child .th,
.form-section .tile.accounting .tfoot .tr:last-child .th,
.form-section.accounting tfoot .tr:last-child .th,
.form-section .tile.accounting tfoot .tr:last-child .th {
  padding-top: 3rem;
  padding-bottom: 3rem;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .form-section.accounting .tfoot tr:last-child td,
  .form-section .tile.accounting .tfoot tr:last-child td,
  .form-section.accounting tfoot tr:last-child td,
  .form-section .tile.accounting tfoot tr:last-child td,
  .form-section.accounting .tfoot .tr:last-child td,
  .form-section .tile.accounting .tfoot .tr:last-child td,
  .form-section.accounting tfoot .tr:last-child td,
  .form-section .tile.accounting tfoot .tr:last-child td,
  .form-section.accounting .tfoot tr:last-child .td,
  .form-section .tile.accounting .tfoot tr:last-child .td,
  .form-section.accounting tfoot tr:last-child .td,
  .form-section .tile.accounting tfoot tr:last-child .td,
  .form-section.accounting .tfoot .tr:last-child .td,
  .form-section .tile.accounting .tfoot .tr:last-child .td,
  .form-section.accounting tfoot .tr:last-child .td,
  .form-section .tile.accounting tfoot .tr:last-child .td,
  .form-section.accounting .tfoot tr:last-child th,
  .form-section .tile.accounting .tfoot tr:last-child th,
  .form-section.accounting tfoot tr:last-child th,
  .form-section .tile.accounting tfoot tr:last-child th,
  .form-section.accounting .tfoot .tr:last-child th,
  .form-section .tile.accounting .tfoot .tr:last-child th,
  .form-section.accounting tfoot .tr:last-child th,
  .form-section .tile.accounting tfoot .tr:last-child th,
  .form-section.accounting .tfoot tr:last-child .th,
  .form-section .tile.accounting .tfoot tr:last-child .th,
  .form-section.accounting tfoot tr:last-child .th,
  .form-section .tile.accounting tfoot tr:last-child .th,
  .form-section.accounting .tfoot .tr:last-child .th,
  .form-section .tile.accounting .tfoot .tr:last-child .th,
  .form-section.accounting tfoot .tr:last-child .th,
  .form-section .tile.accounting tfoot .tr:last-child .th {
    background-color: #eef8ff;
    border-top: 1px dotted #408cf8;
  }
}
@media (max-width: 1180px) {
  .form-section.accounting .tfoot tr:last-child,
  .form-section .tile.accounting .tfoot tr:last-child,
  .form-section.accounting tfoot tr:last-child,
  .form-section .tile.accounting tfoot tr:last-child,
  .form-section.accounting .tfoot .tr:last-child,
  .form-section .tile.accounting .tfoot .tr:last-child,
  .form-section.accounting tfoot .tr:last-child,
  .form-section .tile.accounting tfoot .tr:last-child {
    background-color: #eef8ff;
    border-top: 1px dotted #408cf8;
  }
}
.form-section.accounting.invoiced .show-on-complete,
.form-section .tile.accounting.invoiced .show-on-complete,
.form-section.accounting .tile.invoicing .show-on-complete,
.form-section .tile.accounting .tile.invoicing .show-on-complete {
  display: inline-block;
}
.form-section.accounting.invoiced .hide-on-complete,
.form-section .tile.accounting.invoiced .hide-on-complete,
.form-section.accounting .tile.invoicing .hide-on-complete,
.form-section .tile.accounting .tile.invoicing .hide-on-complete {
  display: none;
}
.form-section.accounting.invoiced .tile,
.form-section .tile.accounting.invoiced .tile,
.form-section.accounting .tile.invoicing .tile,
.form-section .tile.accounting .tile.invoicing .tile,
.form-section.accounting.invoiced.tile,
.form-section .tile.accounting.invoiced.tile,
.form-section.accounting .tile.invoicing.tile,
.form-section .tile.accounting .tile.invoicing.tile {
  border: 2px solid #2cbf55;
}
@media (max-width: 1180px) {
  .form-section.accounting.invoiced .tile,
  .form-section .tile.accounting.invoiced .tile,
  .form-section.accounting .tile.invoicing .tile,
  .form-section .tile.accounting .tile.invoicing .tile,
  .form-section.accounting.invoiced.tile,
  .form-section .tile.accounting.invoiced.tile,
  .form-section.accounting .tile.invoicing.tile,
  .form-section .tile.accounting .tile.invoicing.tile {
    border-left: 0 none;
    border-right: 0 none;
    border-width: 4px;
  }
}
.form-section.accounting.invoiced .table .td.actions > *,
.form-section .tile.accounting.invoiced .table .td.actions > *,
.form-section.accounting .tile.invoicing .table .td.actions > *,
.form-section .tile.accounting .tile.invoicing .table .td.actions > *,
.form-section.accounting.invoiced table .td.actions > *,
.form-section .tile.accounting.invoiced table .td.actions > *,
.form-section.accounting .tile.invoicing table .td.actions > *,
.form-section .tile.accounting .tile.invoicing table .td.actions > *,
.form-section.accounting.invoiced .table td.actions > *,
.form-section .tile.accounting.invoiced .table td.actions > *,
.form-section.accounting .tile.invoicing .table td.actions > *,
.form-section .tile.accounting .tile.invoicing .table td.actions > *,
.form-section.accounting.invoiced table td.actions > *,
.form-section .tile.accounting.invoiced table td.actions > *,
.form-section.accounting .tile.invoicing table td.actions > *,
.form-section .tile.accounting .tile.invoicing table td.actions > * {
  visibility: hidden !important;
  pointer-events: none;
}
.form-section.accounting.invoiced .tfoot tr:last-child td,
.form-section .tile.accounting.invoiced .tfoot tr:last-child td,
.form-section.accounting .tile.invoicing .tfoot tr:last-child td,
.form-section .tile.accounting .tile.invoicing .tfoot tr:last-child td,
.form-section.accounting.invoiced tfoot tr:last-child td,
.form-section .tile.accounting.invoiced tfoot tr:last-child td,
.form-section.accounting .tile.invoicing tfoot tr:last-child td,
.form-section .tile.accounting .tile.invoicing tfoot tr:last-child td,
.form-section.accounting.invoiced .tfoot .tr:last-child td,
.form-section .tile.accounting.invoiced .tfoot .tr:last-child td,
.form-section.accounting .tile.invoicing .tfoot .tr:last-child td,
.form-section .tile.accounting .tile.invoicing .tfoot .tr:last-child td,
.form-section.accounting.invoiced tfoot .tr:last-child td,
.form-section .tile.accounting.invoiced tfoot .tr:last-child td,
.form-section.accounting .tile.invoicing tfoot .tr:last-child td,
.form-section .tile.accounting .tile.invoicing tfoot .tr:last-child td,
.form-section.accounting.invoiced .tfoot tr:last-child .td,
.form-section .tile.accounting.invoiced .tfoot tr:last-child .td,
.form-section.accounting .tile.invoicing .tfoot tr:last-child .td,
.form-section .tile.accounting .tile.invoicing .tfoot tr:last-child .td,
.form-section.accounting.invoiced tfoot tr:last-child .td,
.form-section .tile.accounting.invoiced tfoot tr:last-child .td,
.form-section.accounting .tile.invoicing tfoot tr:last-child .td,
.form-section .tile.accounting .tile.invoicing tfoot tr:last-child .td,
.form-section.accounting.invoiced .tfoot .tr:last-child .td,
.form-section .tile.accounting.invoiced .tfoot .tr:last-child .td,
.form-section.accounting .tile.invoicing .tfoot .tr:last-child .td,
.form-section .tile.accounting .tile.invoicing .tfoot .tr:last-child .td,
.form-section.accounting.invoiced tfoot .tr:last-child .td,
.form-section .tile.accounting.invoiced tfoot .tr:last-child .td,
.form-section.accounting .tile.invoicing tfoot .tr:last-child .td,
.form-section .tile.accounting .tile.invoicing tfoot .tr:last-child .td,
.form-section.accounting.invoiced .tfoot tr:last-child th,
.form-section .tile.accounting.invoiced .tfoot tr:last-child th,
.form-section.accounting .tile.invoicing .tfoot tr:last-child th,
.form-section .tile.accounting .tile.invoicing .tfoot tr:last-child th,
.form-section.accounting.invoiced tfoot tr:last-child th,
.form-section .tile.accounting.invoiced tfoot tr:last-child th,
.form-section.accounting .tile.invoicing tfoot tr:last-child th,
.form-section .tile.accounting .tile.invoicing tfoot tr:last-child th,
.form-section.accounting.invoiced .tfoot .tr:last-child th,
.form-section .tile.accounting.invoiced .tfoot .tr:last-child th,
.form-section.accounting .tile.invoicing .tfoot .tr:last-child th,
.form-section .tile.accounting .tile.invoicing .tfoot .tr:last-child th,
.form-section.accounting.invoiced tfoot .tr:last-child th,
.form-section .tile.accounting.invoiced tfoot .tr:last-child th,
.form-section.accounting .tile.invoicing tfoot .tr:last-child th,
.form-section .tile.accounting .tile.invoicing tfoot .tr:last-child th,
.form-section.accounting.invoiced .tfoot tr:last-child .th,
.form-section .tile.accounting.invoiced .tfoot tr:last-child .th,
.form-section.accounting .tile.invoicing .tfoot tr:last-child .th,
.form-section .tile.accounting .tile.invoicing .tfoot tr:last-child .th,
.form-section.accounting.invoiced tfoot tr:last-child .th,
.form-section .tile.accounting.invoiced tfoot tr:last-child .th,
.form-section.accounting .tile.invoicing tfoot tr:last-child .th,
.form-section .tile.accounting .tile.invoicing tfoot tr:last-child .th,
.form-section.accounting.invoiced .tfoot .tr:last-child .th,
.form-section .tile.accounting.invoiced .tfoot .tr:last-child .th,
.form-section.accounting .tile.invoicing .tfoot .tr:last-child .th,
.form-section .tile.accounting .tile.invoicing .tfoot .tr:last-child .th,
.form-section.accounting.invoiced tfoot .tr:last-child .th,
.form-section .tile.accounting.invoiced tfoot .tr:last-child .th,
.form-section.accounting .tile.invoicing tfoot .tr:last-child .th,
.form-section .tile.accounting .tile.invoicing tfoot .tr:last-child .th {
  background-color: #e9f8ee;
  border-top: 1px dotted #2cbf55;
}
.form-section.receiving .show-on-complete,
.form-section .tile.receiving .show-on-complete {
  display: none;
}
.form-section.receiving .hide-on-complete,
.form-section .tile.receiving .hide-on-complete {
  display: inline-block;
}
.form-section.receiving th.colored,
.form-section .tile.receiving th.colored,
.form-section.receiving .th.colored,
.form-section .tile.receiving .th.colored {
  color: #000;
}
.form-section.receiving col.auto,
.form-section .tile.receiving col.auto {
  width: auto;
}
.form-section.receiving col.colored,
.form-section .tile.receiving col.colored {
  min-width: 80px;
}
.form-section.receiving col.colored.actions,
.form-section .tile.receiving col.colored.actions {
  width: 60px;
}
.form-section.receiving .above-table th,
.form-section .tile.receiving .above-table th,
.form-section.receiving .above-table td,
.form-section .tile.receiving .above-table td {
  padding: 0;
  height: 0;
  max-height: 0;
  position: relative !important;
  overflow: visible !important;
}
.form-section.receiving .above-table th .th-content,
.form-section .tile.receiving .above-table th .th-content,
.form-section.receiving .above-table td .th-content,
.form-section .tile.receiving .above-table td .th-content {
  height: 7rem;
  line-height: 7rem;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #979ea7;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.form-section.receiving .colored,
.form-section .tile.receiving .colored {
  background-color: #eef8ff;
  color: #408cf8;
}
.form-section.receiving .colored.first-colored,
.form-section .tile.receiving .colored.first-colored {
  border-left: 1px dotted #408cf8;
  padding-left: 1.5rem;
}
.form-section.receiving .colored.actions,
.form-section .tile.receiving .colored.actions {
  text-align: center;
}
.form-section.receiving .colored.fail,
.form-section .tile.receiving .colored.fail {
  color: #f65f7b !important;
  font-weight: bold;
}
.form-section.receiving .colored.pass,
.form-section .tile.receiving .colored.pass {
  color: #2cbf55 !important;
  font-weight: bold;
}
@media (max-width: 1180px) {
  .form-section.receiving .colored,
  .form-section .tile.receiving .colored {
    border: 0 none !important;
  }
  .form-section.receiving .colored:before,
  .form-section .tile.receiving .colored:before {
    border-top: 1px dotted #408cf8;
  }
  .form-section.receiving .colored > span,
  .form-section .tile.receiving .colored > span {
    text-align: right;
    border-top: 1px dotted #408cf8;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
.form-section.receiving .colored input,
.form-section .tile.receiving .colored input,
.form-section.receiving .colored .input,
.form-section .tile.receiving .colored .input,
.form-section.receiving .colored .output,
.form-section .tile.receiving .colored .output {
  min-width: 3.5rem;
  max-width: 6rem;
  min-height: 3.5rem;
  margin-right: 1rem;
  text-align: center;
  display: inline-block;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: middle;
}
.form-section.receiving .colored input,
.form-section .tile.receiving .colored input,
.form-section.receiving .colored .input,
.form-section .tile.receiving .colored .input {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.form-section.receiving .colored .output,
.form-section .tile.receiving .colored .output {
  line-height: 3rem;
  min-height: 3rem;
  padding: 0;
}
.form-section.receiving .colored .checkbox,
.form-section .tile.receiving .colored .checkbox {
  background-color: transparent;
  border: 0 none;
  vertical-align: middle;
}
.form-section.receiving .colored .checkbox:before,
.form-section .tile.receiving .colored .checkbox:before {
  font-size: 2.2rem;
  border-color: #bac7da;
}
.form-section.receiving .colored input,
.form-section .tile.receiving .colored input,
.form-section.receiving .colored .input,
.form-section .tile.receiving .colored .input {
  color: #cacaca;
}
.form-section.receiving .colored .checkbox:before,
.form-section .tile.receiving .colored .checkbox:before {
  color: #d6dfe5;
}
.form-section.receiving .colored.set input,
.form-section .tile.receiving .colored.set input,
.form-section.receiving .colored.set .input,
.form-section .tile.receiving .colored.set .input {
  color: #000;
}
.form-section.receiving .colored.set .checkbox:before,
.form-section .tile.receiving .colored.set .checkbox:before {
  color: #000;
}
.form-section.receiving .colored.correct input,
.form-section .tile.receiving .colored.correct input,
.form-section.receiving .colored.correct .input,
.form-section .tile.receiving .colored.correct .input {
  color: #2cbf55;
  font-weight: bold;
}
.form-section.receiving .colored.correct .checkbox:before,
.form-section .tile.receiving .colored.correct .checkbox:before {
  color: #2cbf55;
}
.form-section.receiving.received .colored,
.form-section .tile.receiving.received .colored {
  background-color: #e9f8ee;
  color: #2cbf55;
}
.form-section.receiving.received .colored.first-colored,
.form-section .tile.receiving.received .colored.first-colored {
  border-left: 1px dotted #2cbf55;
}
@media (max-width: 1180px) {
  .form-section.receiving.received .colored,
  .form-section .tile.receiving.received .colored {
    border: 0 none !important;
  }
  .form-section.receiving.received .colored > span,
  .form-section .tile.receiving.received .colored > span {
    border-top: 1px dotted #2cbf55;
  }
  .form-section.receiving.received .colored:before,
  .form-section .tile.receiving.received .colored:before {
    border-top: 1px dotted #2cbf55;
  }
}
.form-section.receiving.received .show-on-complete,
.form-section .tile.receiving.received .show-on-complete {
  display: inline-block;
}
.form-section.receiving.received .hide-on-complete,
.form-section .tile.receiving.received .hide-on-complete {
  display: none;
}
.form-section.receiving .tr.received .colored,
.form-section .tile.receiving .tr.received .colored,
.form-section.receiving tr.received .colored,
.form-section .tile.receiving tr.received .colored {
  background-color: #e9f8ee;
  color: #2cbf55;
}
.form-section.receiving .tr.received .colored.first-colored,
.form-section .tile.receiving .tr.received .colored.first-colored,
.form-section.receiving tr.received .colored.first-colored,
.form-section .tile.receiving tr.received .colored.first-colored {
  border-left: 1px dotted #2cbf55;
}
@media (max-width: 1180px) {
  .form-section.receiving .tr.received .colored,
  .form-section .tile.receiving .tr.received .colored,
  .form-section.receiving tr.received .colored,
  .form-section .tile.receiving tr.received .colored {
    border: 0 none !important;
  }
  .form-section.receiving .tr.received .colored > span,
  .form-section .tile.receiving .tr.received .colored > span,
  .form-section.receiving tr.received .colored > span,
  .form-section .tile.receiving tr.received .colored > span {
    border-top: 1px dotted #2cbf55;
  }
  .form-section.receiving .tr.received .colored:before,
  .form-section .tile.receiving .tr.received .colored:before,
  .form-section.receiving tr.received .colored:before,
  .form-section .tile.receiving tr.received .colored:before {
    border-top: 1px dotted #2cbf55;
  }
}
.form-section.not-editable .table .td:first-child,
.form-section .tile-not-editable .table .td:first-child,
.form-section.not-editable table .td:first-child,
.form-section .tile-not-editable table .td:first-child,
.form-section.not-editable .table td:first-child,
.form-section .tile-not-editable .table td:first-child,
.form-section.not-editable table td:first-child,
.form-section .tile-not-editable table td:first-child {
  border-left: 2px solid transparent !important;
}
@media (max-width: 1180px) {
  .form-section.not-editable .table .td:first-child,
  .form-section .tile-not-editable .table .td:first-child,
  .form-section.not-editable table .td:first-child,
  .form-section .tile-not-editable table .td:first-child,
  .form-section.not-editable .table td:first-child,
  .form-section .tile-not-editable .table td:first-child,
  .form-section.not-editable table td:first-child,
  .form-section .tile-not-editable table td:first-child {
    border-left: 0 none !important;
  }
}
.form-section.not-editable .table .td.actions > *,
.form-section .tile-not-editable .table .td.actions > *,
.form-section.not-editable table .td.actions > *,
.form-section .tile-not-editable table .td.actions > *,
.form-section.not-editable .table td.actions > *,
.form-section .tile-not-editable .table td.actions > *,
.form-section.not-editable table td.actions > *,
.form-section .tile-not-editable table td.actions > * {
  visibility: hidden !important;
  pointer-events: none;
}
.modal {
  counter-reset: form-section;
}
.form-sections {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form-sections .form-section {
  overflow: auto;
}
.form-sections .form-section.auto {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-sections .form-section.auto .scroll {
  max-height: calc(50vh - 10rem);
  overflow: auto;
}
.form-sections .form-section.auto .scroll .popup.bottom-right {
  position: fixed;
  top: auto !important;
  right: 3rem;
}
@media (min-width: 1181px) {
  .form-sections .form-section.auto ~ .mobile-modal,
  .form-sections .form-section.auto ~ .mobile-modal .mobile-modal-wrapper {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: auto;
  }
}
.form-sections .form-section.auto:empty ~ .mobile-modal .form-section-wrapper-header {
  border-top: 0 none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form-sections .form-section.auto:empty ~ .mobile-modal .sidebar-toggle {
  cursor: pointer;
}
.form-sections .form-section.fill {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form-sections .form-section.fill .scroll {
  max-height: calc(50vh - 10rem);
  overflow: auto;
}
.inter-section {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  max-width: 1100px;
  margin-right: auto;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.inter-section .row.more-as-first {
  padding-top: 1rem;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.inter-section .row.more-as-first > .cell:not(.grid):not(.column) {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.inter-section .chart-title {
  color: #294058;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}
.inter-section .inter-title {
  font-size: 1.7rem;
  color: #294058;
}
.inter-section .inter-title span {
  padding-right: 1rem;
}
.inter-section .inter-title i {
  font-size: 3rem;
  color: #408cf8;
  margin-right: 1rem;
  vertical-align: middle;
}
.inter-section .inter-section-title {
  padding-right: 3rem;
  text-align: center;
}
.inter-section .inter-section-title .inter-label {
  margin-top: 0.3rem;
}
.inter-section .inter-section-actions {
  padding-left: 4rem;
  font-size: 1.2rem;
  margin-top: 12px;
}
.inter-section .inter-section-content .with-labels {
  margin-top: 12px;
  margin-bottom: 40px;
  padding-bottom: 0 !important;
}
.inter-section .inter-section-content .with-labels td {
  padding-top: 12px !important;
  padding-bottom: 40px !important;
}
.inter-section .inter-section-content.up {
  padding-top: 2rem;
}
.inter-section .inter-section-content.up-1 {
  padding-top: 3rem;
}
.inter-section .inter-section-content.up-2 {
  padding-top: 5.2rem;
}
.inter-section .inter-label {
  color: #8EBAF7;
  font-size: 1.1rem;
  font-weight: bold;
}
.inter-section .inter-label.warning {
  color: rgba(206, 1, 82, 0.7);
}
.inter-section .with-value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inter-section .with-value > * {
  min-width: 0;
}
.inter-section .with-value .value {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000000;
  font-size: 1.3rem;
  font-weight: bold;
}
.inter-section .with-value .label {
  width: 100%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.inter-section .with-value .inter-label {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.3rem;
  color: #B8D5FF;
  padding-left: 1rem;
}
.inter-section .with-value .inter-label.current {
  color: #F8C740;
}
.inter-section.more {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inter-section.more .row.with-legend {
  padding-top: 0.5rem;
}
.inter-section.more .row.with-legend td {
  padding-top: 0.5rem !important;
}
.inter-section.more .row.with-chart {
  padding-bottom: 2.5rem;
  padding-top: 0.5rem;
}
.inter-section.more .row.with-chart td {
  padding-bottom: 2.5rem !important;
  padding-top: 0.5rem !important;
}
.inter-section.more .row.with-chart:first-child {
  padding-bottom: 3rem;
}
.inter-section.more .row.with-chart:first-child td {
  padding-bottom: 4rem !important;
}
.inter-section.more .row.more-as-first {
  padding-top: 2rem;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.inter-section.more .row.more-as-first td {
  padding-top: 2rem !important;
}
.inter-section.more .row.more-as-first > .cell:not(.grid):not(.column) {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.inter-section.more .more-as-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
}
.inter-section.more .inter-section-actions {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: right;
  padding-right: 6rem;
}
.inter-section.more .inter-section-title {
  -ms-flex-order: -2;
  -webkit-box-ordinal-group: -2;
  -webkit-order: -2;
  order: -2;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.inter-section.more .inter-section-content {
  width: 100%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.inter-section.more .inter-section-content .with-labels {
  margin-top: 55px;
}
.inter-section.more .inter-section-content .with-labels td {
  padding-top: 55px !important;
}
@media (max-width: 1000px) {
  .inter-section {
    -webkit-box-flex: wrap;
    -moz-box-flex: wrap;
    -webkit-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .inter-section .inter-section-actions {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
  }
  .inter-section .inter-section-title {
    -ms-flex-order: -2;
    -webkit-box-ordinal-group: -2;
    -webkit-order: -2;
    order: -2;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .inter-section .inter-section-content {
    width: 100%;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .inter-section .row.more-as-first {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inter-section:not(.more) .inter-section-content {
    margin-top: 2rem;
  }
}
.radio-switch input {
  position: fixed;
  left: -1000000px;
}
.radio-switch span {
  height: 1.1rem;
  background-color: #ced2db;
  display: inline-block;
  border-radius: 1.1rem;
  position: relative;
  width: 3.4rem;
  cursor: pointer;
}
.radio-switch span:after {
  content: '';
  border-radius: 100%;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  margin: auto 0;
  left: 0;
  background-color: #f6f7fb;
  box-shadow: 0 0 0.4rem rgba(21, 16, 60, 0.41);
}
.radio-switch input:checked + span {
  background-color: #9ec4fb;
}
.radio-switch input:checked + span:after {
  background-color: #408cf8;
  left: calc(100% - 1.5rem);
}
.radio-switch input[disabled] + span,
.radio-switch input.readonly + span {
  pointer-events: none;
}
.view-switch input {
  position: fixed;
  left: -1000000px;
}
.view-switch span {
  cursor: pointer;
}
.view-switch span:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94b";
  font-size: 2.2rem;
  color: #e5e5e5;
}
.view-switch.lock {
  pointer-events: none;
}
.view-switch.lock span {
  cursor: default;
}
.view-switch.lock span:after {
  content: "\e94c";
  font-size: 2.4rem;
}
.view-switch input:checked + span:after {
  color: #2cbf55;
}
.view-switch input[disabled] + span,
.view-switch input.readonly + span {
  pointer-events: none;
}
.view-switch.active span:after {
  color: #2cbf55;
}
.check-switch input {
  position: fixed;
  left: -1000000px;
}
.check-switch span {
  cursor: pointer;
}
.check-switch span:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e950";
  font-size: 2.2rem;
  color: #e5e5e5;
}
.check-switch input:checked + span:after {
  color: #2cbf55;
  content: "\e921";
}
.check-switch input[disabled] + span,
.check-switch input.readonly + span {
  pointer-events: none;
}
.check-switch.active span:after {
  color: #2cbf55;
  content: "\e921";
}
.buttons-switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.buttons-switch input {
  position: fixed;
  left: -1000000px;
}
.buttons-switch input:first-child + .button {
  border-radius: 4px 0 0 4px;
}
.buttons-switch input:first-child + .button:last-child {
  border-radius: 4px;
}
.buttons-switch input:checked + .button {
  background-color: #408cf8;
  border-color: #408cf8;
  color: #fff;
}
.buttons-switch input:checked + .button i {
  color: inherit;
}
.buttons-switch .button {
  text-transform: none;
  border: 1px solid #BFC4D0;
}
.buttons-switch .button:last-child {
  border-radius: 0 4px 4px 0;
}
.buttons-switch .button ~ .button {
  border-left: 1px solid transparent !important;
}
.buttons-switch .button:hover {
  box-shadow: none;
}
.chat {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: auto;
}
.chat .comments {
  padding: 0 2rem;
  overflow: auto;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
.chat .comment {
  position: relative;
  padding-top: 2rem;
}
.chat .comment + .comment {
  border-top: 1px solid #d6d9e3;
}
.chat .comment .comment-wrapper {
  margin-left: 4.5rem;
}
.chat .comment .avatar {
  position: absolute;
  left: 0;
  top: 2rem;
}
.chat .comment .comment-content {
  font-size: 1.2rem;
  color: #515151;
  padding-top: 0.5rem;
  word-wrap: break-word;
}
.chat .comment .user-name {
  font-size: 12px;
  color: #a1a9bd;
}
.chat .comment .comment-timestamp {
  text-align: right;
  font-size: 1rem;
  color: #a1a9bd;
  padding: 1rem 0 0.5rem;
}
.chat .new-comment {
  padding: 1.5rem 2rem 3rem 2.5rem;
  position: relative;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.chat .new-comment textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  resize: vertical;
  height: 5rem;
  max-height: 200px;
  min-height: 5rem;
  background: transparent;
  border-color: #c0c7d7;
  padding-right: 2rem;
}
.chat .new-comment .submit {
  position: absolute;
  right: 2.5rem;
  bottom: 3.7rem;
  top: auto;
  height: 4rem;
  border: 0 none;
  background: transparent;
  z-index: 1;
  cursor: pointer;
  outline: none;
}
.chat .new-comment .submit i {
  color: #c5cad6;
  font-size: 2rem;
}
.progress {
  display: block;
  height: 1rem;
  position: relative;
}
.progress > * {
  border-radius: 3px;
  background-color: #448ff8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: width 1s;
}
.progress.animate > * {
  background: linear-gradient(-45deg, #448ff8, #ffffff, #448ff8, #ffffff);
  background-size: 400% 400%;
  animation: processing-gradient 5s ease infinite;
}
.progress-wrapper {
  position: relative;
}
.progress-wrapper .progress {
  margin-right: 30px;
}
.progress-wrapper a {
  color: #adb3c3;
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  margin: auto;
  right: 0;
  font-size: 2rem;
  height: 2rem;
}
.has-progress .state-info {
  margin: 1rem 0 0.5rem;
  word-wrap: break-word;
}
.has-progress .state-info,
.has-progress + .row .state-info {
  font-size: 1.2rem;
  color: #408cf8;
}
@keyframes processing-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.search-list .control {
  margin: 4rem 2.5rem 3rem;
  position: relative;
}
.search-list .control input {
  width: 100%;
  border-color: #417cd5 !important;
}
.search-list .control .button {
  position: absolute;
  box-shadow: none;
  right: 0;
  color: #959db1;
  font-size: 2.5rem;
}
.search-list .control-list .list-item {
  padding: 1.2rem 2.5rem;
  cursor: pointer;
}
.search-list .control-list .list-item .checkbox {
  background-color: #408cf8;
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
}
.search-list .control-list .list-item.item-checked {
  background-color: rgba(129, 188, 250, 0.25);
}
.search-list .control-list .list-item.item-checked .checkbox {
  border: 2px solid #fff;
  background-color: #fff;
}
.search-list .control-list .list-item.item-checked .checkbox:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  color: #64a4fa;
  font-size: 1.3rem;
}
.search-list .control-list .list-item.item-checked .checkbox.radio {
  background-color: #408CF8;
  border: 1px solid #408CF8;
}
.search-list .control-list .list-item.item-checked .checkbox.input-l:before {
  font-size: 2.3rem;
}
.search-list .control-list .list-item + .list-item {
  margin-top: 3px;
}
.search-list .control-list .list-item .cell {
  text-align: left;
}
.search-list .control-list .list-item .cell p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}
.search-list .control-list .list-item .cell p + p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.49);
}
.search-list .control-list .list-item .cell + .cell {
  text-align: right;
}
.search-list .control-list .list-item .cell + .cell p {
  color: rgba(255, 255, 255, 0.49);
}
.checkbox {
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  background-color: #fff;
  aspect-ratio: 1;
  cursor: pointer;
  text-align: center;
  line-height: 2rem;
  display: inline-block;
}
.checkbox.radio {
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #959DB1;
  border-radius: 2rem;
  vertical-align: middle;
  padding: 0.1rem;
  background-clip: content-box;
  box-sizing: border-box;
}
.checkbox.radio:before,
.checkbox.radio:after {
  display: none;
}
.checkbox:before {
  width: inherit;
  height: inherit;
  display: inline-block;
  vertical-align: top;
}
.checkbox.checked:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  color: #64a4fa;
  font-size: 1.3rem;
}
.checkbox.checked.radio {
  background-color: #408CF8;
  border: 1px solid #408CF8;
}
.checkbox.checked.input-l:before {
  font-size: 2.3rem;
}
.checkbox.disabled ~ span.label {
  opacity: 0.7;
}
.checkbox ~ span {
  font-size: 1.2rem;
  margin-left: 0.7rem;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox ~ span.label {
  color: #A1A9BD;
  text-transform: uppercase;
  vertical-align: middle;
}
.checkbox.input-l {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 3px;
  line-height: 2.3rem;
}
.checkbox.input-l.radio {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 2rem;
  padding: 0.2rem;
}
.checkbox.input-l ~ span {
  font-size: 1.4rem;
  margin-left: 1rem;
}
.checkbox.input-m {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 1.7rem;
  line-height: 2rem;
}
.checkbox.input-m.radio {
  width: 1.9rem;
  height: 1.9rem;
  padding: 0.2rem;
}
.checkbox.input-m ~ span {
  font-size: 1.4rem;
  margin-left: 1rem;
}
.checkbox.input-s {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 1px;
  line-height: 1.7rem;
}
.checkbox.input-s.radio {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 2rem;
}
.checkbox.input-s ~ span {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}
input:checked + .checkbox:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  color: #64a4fa;
  font-size: 1.3rem;
}
input:checked + .checkbox.radio {
  background-color: #408CF8;
  border: 1px solid #408CF8;
}
input:checked + .checkbox.input-l:before {
  font-size: 2.3rem;
}
input[disabled] + .checkbox ~ span.label,
input.disabled + .checkbox ~ span.label {
  opacity: 0.7;
}
.has-checkbox.item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}
.has-checkbox.item .label {
  color: #979ea7;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  font-weight: 500;
}
.has-checkbox.item .checkbox {
  width: 1.3rem;
  height: 1.3rem;
}
.has-checkbox.item input:checked + .checkbox {
  background-color: #408cf8;
  border-color: #408cf8;
}
.has-checkbox.item input:checked + .checkbox:before {
  color: #fff;
}
.has-checkbox.item + .item {
  margin-left: 30px;
}
.has-checkbox input {
  position: fixed;
  left: -10000px;
}
.has-checkbox input:focus + .checkbox {
  border-color: #7886a4;
}
.has-checkbox input:checked + .checkbox:before {
  color: #408cf8;
}
.has-checkbox input[readonly] + .checkbox {
  border: 0 none;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.has-checkbox input[readonly] + .checkbox:before {
  font-size: 2rem;
}
.has-checkbox .checkbox {
  vertical-align: middle;
  border: 1px solid #c6ccda;
}
.has-checkbox .checkbox.input-l {
  border-width: 2px;
}
.has-checkbox .checkbox.readonly {
  border: 0 none;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.has-checkbox .checkbox.readonly:before {
  font-size: 2rem;
}
.has-checkbox.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.checkbox-list p {
  font-size: 1.4rem;
  margin: 1.5rem 0;
}
.checkbox-list p label.has-checkbox {
  margin: 1.5rem 0;
  display: inline-block;
}
.checkbox-list p:first-of-type {
  margin-top: 0;
}
.checkbox-list p .checkbox {
  margin-right: 2rem;
}
.checkbox-list p .control {
  margin-left: 1rem;
  margin-right: 1rem;
}
.checkbox-list.short-list p {
  margin: 0.2rem 0;
}
.checkbox-list.short-list label.has-checkbox {
  margin: 1rem 0;
}
.popup .checkbox-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.popup .checkbox-list > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popup .checkbox-list > * input + span {
  flex: 0 0 auto;
  min-width: 0;
}
.popup .checkbox-list > * span + span {
  flex: 1 1 auto;
  margin-left: 1rem;
  min-width: 0;
}
.popup .checkbox-list > * + * {
  margin-top: 1rem;
}
.popup .checkbox-list span + span {
  opacity: 0.7;
  word-wrap: break-word;
}
.popup .checkbox-list input:checked + .checkbox:before {
  color: currentColor;
}
.popup .checkbox-list input:checked + .checkbox.input-s:before {
  font-size: 1.8rem;
  line-height: 1.7rem;
}
.popup .checkbox-list > *.disabled {
  pointer-events: none;
}
.popup .checkbox-list > *.disabled .checkbox {
  opacity: 0.7;
}
.text-wrap {
  white-space: normal !important;
  word-wrap: break-word !important;
  word-break: break-all !important;
}
.word-wrap-break {
  white-space: normal !important;
  word-wrap: break-word !important;
}
.no-wrap {
  white-space: nowrap;
}
.grid-nowrap {
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.normal-case {
  text-transform: none !important;
}
.link {
  cursor: pointer;
}
.link.no-href {
  cursor: default !important;
}
.link.no-href:hover {
  color: #408cf8;
  text-transform: none;
  text-decoration: none;
}
.link.mute {
  color: rgba(81, 81, 81, 0.7);
}
.link.mute:hover {
  color: rgba(81, 81, 81, 0.8);
}
.link.mute i {
  padding-right: 0.3rem;
  font-size: 1rem !important;
}
.link label {
  color: inherit;
}
.tab-addons .link.mute i {
  vertical-align: middle;
  padding-right: 0.7rem;
  font-size: 1.4em !important;
}
.pointer {
  cursor: pointer;
}
.break-word {
  word-break: break-word;
}
.color-navy {
  color: #294058;
}
img {
  max-width: 100%;
}
.mute {
  color: #979ea7;
}
.mute.with-icon {
  position: relative;
}
.mute.with-icon span {
  margin-left: 3rem;
  display: block;
  font-size: 1.2rem;
  line-height: 1.35em;
}
.mute.with-icon > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #979ea7;
  font-size: 2rem;
}
.form-section .help {
  margin-top: 0.6rem;
}
.help.with-icon i + .help-content {
  margin-left: 3rem;
}
legend {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #979ea7;
  margin: 0 0 2rem;
}
legend:after {
  border-top: 1px solid rgba(151, 158, 167, 0.5);
  height: 0;
  content: '';
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 1rem 0 1rem 1rem;
}
p {
  font-size: 1.2rem;
}
p.font-m {
  font-size: 1.3rem;
}
p.font-m .label,
p.font-m link {
  font-size: inherit;
}
p.font-m .link[class*=" icon-"]:before,
p.font-m .link[class^="icon-"]:before {
  font-size: 1.7rem;
  vertical-align: middle;
}
.width-05 {
  width: 5rem;
}
.width-06 {
  width: 6rem;
}
.width-07 {
  width: 7rem;
}
.min-width-0 {
  min-width: 0 !important;
}
.margin-left-auto {
  margin-left: auto;
}
.inline-list {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -1rem;
}
.inline-list.with-avatar > * {
  margin: 0 0.5rem;
}
.inline-list > * {
  margin: 0 1rem;
}
.font-size-1 {
  font-size: 1rem;
}
.font-size-2 {
  font-size: 1.1rem;
}
.font-size-3 {
  font-size: 1.2rem;
}
.font-size-4 {
  font-size: 1.35rem;
}
@media (max-width: 1180px) {
  .with-top-actions {
    margin-top: 3rem;
  }
  .with-top-actions .top-action {
    top: -4rem;
    position: absolute;
    right: 1.05rem;
    left: auto;
    width: calc(99vw - 100px);
    border: 0 !important;
    text-align: right;
  }
  .with-top-actions .top-action .button {
    display: inline-block;
    width: auto;
  }
  .with-top-actions .top-action-contain {
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    border: 0 !important;
    padding: 0;
    position: relative;
  }
  .with-top-actions .top-action-contain .grid {
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    position: static !important;
  }
}
.sortableHelper {
  z-index: 100000000;
}
.descriptions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.descriptions dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 1.5rem;
}
.descriptions dl:first-of-type {
  margin-left: 0;
}
.descriptions dl dt {
  color: #a1a9bd;
}
.descriptions dl dt:after {
  content: ':';
}
.descriptions dl dd {
  color: #6c6e74;
  margin-left: 0;
}
.descriptions dl dt + dd {
  margin-left: 0.3rem;
}
.items-list {
  display: block;
}
.items-list .label {
  font-size: 1.6rem;
  padding: 0 1.6rem 2rem;
  color: #77828e;
  display: block;
}
.items-list .item {
  margin: 0 !important;
  display: block;
  padding: 1rem 1.6rem;
  font-size: 1.4rem !important;
}
.items-list .item:hover {
  background-color: #eef8ff;
}
.items-list .item.has-checkbox {
  padding-left: 4.1rem;
}
.items-list .item.has-checkbox .checkbox {
  margin-left: -2.6rem;
}
@keyframes toast {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    overflow: visible;
    max-height: 300px;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  1% {
    opacity: 0;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-100%);
    overflow: visible;
    max-height: 300px;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  5% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow: visible;
    max-height: 300px;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  95% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow: visible;
    max-height: 300px;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  99% {
    opacity: 0;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-100%);
    max-height: 300px;
    overflow: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    max-height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes toast {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    overflow: visible;
    max-height: 300px;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  1% {
    opacity: 0;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-100%);
    overflow: visible;
    max-height: 300px;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  5% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow: visible;
    max-height: 300px;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  95% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow: visible;
    max-height: 300px;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    margin-bottom: 2rem;
  }
  99% {
    opacity: 0;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-100%);
    max-height: 300px;
    overflow: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    max-height: 0;
    overflow: hidden;
  }
}
@keyframes toast-end {
  0% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow: visible;
    max-height: 300px;
    margin-bottom: 2rem;
  }
  1% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    max-height: 300px;
    margin-bottom: 2rem;
  }
  10% {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transform: translateY(-100%);
    overflow: hidden;
    max-height: 300px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    max-height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes toast-end {
  0% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow: visible;
    max-height: 300px;
    margin-bottom: 2rem;
  }
  1% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    max-height: 300px;
    margin-bottom: 2rem;
  }
  10% {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transform: translateY(-100%);
    overflow: hidden;
    max-height: 300px;
  }
  20% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    max-height: 0;
    overflow: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    max-height: 0;
    overflow: hidden;
  }
}
.toasts {
  position: fixed;
  z-index: 1000000;
  top: 2rem;
  right: 2rem;
  pointer-events: none;
}
.toasts .toast {
  margin-bottom: 0;
  display: block;
  max-width: 250px;
  -webkit-animation: toast 8s linear;
  animation: toast 8s linear 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  max-height: 0;
  overflow: hidden;
}
.toasts input {
  display: none;
}
.toast {
  padding: 0 4.5rem 0 2rem;
  font-size: 1.4rem;
  line-height: 1.35em;
  word-wrap: break-word;
}
.toast i {
  font-size: 1.8rem;
  margin-right: 0.7rem;
  vertical-align: middle;
}
.toast.success {
  background-color: #2cbf55;
  color: #fff;
}
.toast.info {
  background-color: #8EBAF7;
  color: #fff;
}
.toast.warning {
  background-color: #faac18;
  color: #fff;
}
.toast.error {
  background-color: #f65f7b;
  color: #fff;
}
.toast.error.toast-light {
  color: #ac4356;
  background-color: #fddfe5;
}
.toast.show {
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  display: block;
  position: relative;
}
.toast .button {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  height: 3.2rem;
  line-height: 3.2rem;
  min-width: 10rem;
  margin: auto;
  box-sizing: border-box;
}
.toast > .button {
  position: absolute;
  right: 7rem;
  top: 0;
  bottom: 0;
}
.toast .toast-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.toast .toast-content > p {
  margin: 0 2rem 0 0;
  min-width: 0;
}
.toast .toast-content > .button {
  margin-right: 0;
  margin-left: auto;
}
input + .toast:after {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  cursor: pointer;
  font-size: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-left: 1rem;
  vertical-align: middle;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
input:checked + .toast {
  -webkit-animation: toast-end 0.7s linear;
  animation: toast-end 0.7s linear 1;
}
.toast_box .toast {
  margin-bottom: 2rem;
}
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.rolling {
  position: relative;
  width: 90px !important;
  height: 90px !important;
  -webkit-transform: translate(-45px, -45px) scale(0.45) translate(45px, 45px);
  transform: translate(-45px, -45px) scale(0.45) translate(45px, 45px);
}
.rolling div {
  position: absolute;
  width: 148px;
  height: 148px;
  border: 8px solid #408cf8;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 100px;
  left: 100px;
}
.rolling div:after {
  position: absolute;
  width: 148px;
  height: 148px;
  border: 8px solid #408cf8;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1450;
  display: none;
  background-color: rgba(246, 247, 251, 0.75);
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.has-loading {
  position: relative;
}
.has-loading.modal {
  position: fixed;
}
.has-loading .loading {
  position: absolute;
}
.has-loading .loading .rolling {
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50%);
  pointer-events: none;
}
.has-loading .loading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.has-loading * {
  pointer-events: none;
}
body.has-loading .loading {
  position: fixed;
}
.logo {
  width: 28px;
  height: 33px;
  background-image: url(/assets/logo-small-0a26be774a11e449ba0fb2b2dd19f5afe3b8f74b052cafc0dc08a0ae58ab6937.png);
  background-size: contain;
  display: inline-block;
}
.logo.logo-dark {
  background-image: url(/assets/logo-blue-1ea65b59d902f744eb98fbe0a7c1b1c65a5f141a4e91ed17031c0e022dcc7a83.png);
}
.activity i:before {
  font-family: 'cost-tracker';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.activity.copied i:before {
  content: "\e932";
  color: #294058;
}
.activity.added_attachment i:before {
  content: "\e917";
  color: #294058;
}
.activity.removed_attachment i:before {
  content: "\e917";
  color: #f65f7b;
}
.activity.change_attachment i:before {
  content: "\e917";
  color: #294058;
}
.activity.budget_approved i:before {
  content: "\e902";
  color: #2cbf55;
}
.activity.department_approved i:before {
  content: "\e934";
  color: #faac18;
}
.activity.admin_approved i:before {
  content: "\e934";
  color: #294058;
}
.activity.commented i:before {
  content: "\e935";
  color: #294058;
}
.activity.created i:before {
  content: "\e910";
  color: #294058;
}
.activity.sent_to_supplier i:before {
  content: "\e907";
  color: #2cbf55;
}
.activity.sent_to_approve i:before {
  content: "\e910";
  color: #faac18;
}
.activity.rejected i:before {
  content: "\e912";
  color: #f65f7b;
}
.activity.approved i:before {
  content: "\e934";
  color: #2cbf55;
}
.activity.completed i:before {
  content: "\e908";
  color: #294058;
}
.activity.received i:before {
  content: "\e90e";
  color: #2cbf55;
}
.activity.invoiced i:before {
  content: "\e903";
  color: #2cbf55;
}
.activity.invoic-added i:before {
  content: "\e903";
  color: #294058;
}
.activity.deleted i:before {
  content: "\e915";
  color: #f65f7b;
}
.activity.restored i:before {
  content: "\e933";
  color: #294058;
}
.activity.receipt_added i:before {
  content: "\e90e";
  color: #294058;
}
.activity.revised i:before {
  content: "\e941";
  color: #294058;
}
.activity.confirmed i:before {
  content: "\e968";
  color: #294058;
}
@keyframes conversation-typing {
  0% {
    content: '.';
  }
  50% {
    content: '..';
  }
  100% {
    content: '...';
  }
}
.animated-dots:after {
  content: '';
  animation: conversation-typing 0.8s infinite alternate;
}
.integration-demo > .cell-6 {
  background-color: #f5f9ff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.integration-demo > .cell-6 h1,
.integration-demo > .cell-6 p {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.integration-demo > .cell-6 > div {
  width: 100%;
}
.integration-demo > .cell-6 h1 {
  font-size: 3.4rem;
  color: #294058;
}
.integration-demo > .cell-6 p {
  font-size: 21px;
  color: #979ea7;
  line-height: normal;
  margin-top: 40px;
}
.integration-demo > .cell-6 p + p {
  margin-top: 60px;
}
.integration-demo > .cell-6 .button {
  text-transform: none;
}
.integration-demo > .cell-10 img {
  width: 300px;
  max-width: 100%;
  padding: 100px 0 50px;
}
.integration-demo > .cell-10 h3 {
  font-size: 21px;
  max-width: 530px;
  margin: 0 auto 100px;
}
.integration-demo > .cell-10 h2 {
  color: #294058;
}
.integration-demo form {
  margin-bottom: 60px;
}
.charts {
  height: 10px;
  display: table;
  table-layout: fixed;
  border-radius: 10px;
  width: 100%;
}
.charts .chart {
  display: table-cell;
  position: relative;
}
.charts .chart > span {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10px;
  border-radius: 10px;
}
.charts .chart[style*="width: 0%"] > span,
.charts .chart[style*="width: 0.0%"] > span,
.charts .chart:not([style]) > span {
  display: none;
}
.charts .chart[style*="width: 0%"].has-label .chart-label,
.charts .chart[style*="width: 0.0%"].has-label .chart-label,
.charts .chart:not([style]).has-label .chart-label {
  left: 0 !important;
}
.charts .chart.null:not([style]) {
  width: 100%;
}
.charts .chart:not([style]):not(.null).has-tooltip .tooltip {
  display: none;
}
.charts .chart:nth-child(1) > span {
  z-index: 10;
}
.charts .chart:nth-child(2) > span {
  z-index: 9;
}
.charts .chart:nth-child(3) > span {
  z-index: 8;
}
.charts .chart:nth-child(4) > span {
  z-index: 7;
}
.charts .chart:nth-child(5) > span {
  z-index: 6;
}
.charts .chart:nth-child(6) > span {
  z-index: 5;
}
.charts .chart.has-label.label-hovered {
  display: none;
}
.charts .chart.has-label.label-hovered:hover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.charts .chart.has-tooltip,
.charts .chart.has-label {
  cursor: pointer;
}
.charts .chart .chart-label-name {
  font-size: 0.9rem;
  color: #A8B0C2;
  text-transform: uppercase;
  pointer-events: none;
}
.charts .chart .chart-label-value {
  font-size: 1.1rem;
  color: #000;
  font-weight: 700;
}
.charts .chart .chart-label {
  position: absolute;
  bottom: calc(100% - 3px);
  left: 10px;
  right: 0;
  margin: auto;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.charts .chart .chart-label.only-name {
  left: auto;
}
.charts .chart .chart-label.only-name > span {
  background: transparent;
  height: 10px;
}
.charts .chart .chart-label > span {
  width: 1px;
  height: 17px;
}
.charts .chart .chart-label div {
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 1;
}
.charts .chart .chart-label.up > span {
  height: 42px;
}
.charts .chart .chart-label.up-1 > span {
  height: 67px;
}
.charts .chart .chart-label.up-2 > span {
  height: 92px;
}
.charts .chart.invoiced span {
  background-color: #174f9d;
}
.charts .chart.not-invoiced span {
  background-color: #407cd0;
}
.charts .chart.commited span {
  background-color: #407cd0;
}
.charts .chart.current span {
  background-color: #f8c740;
}
.charts .chart.current .chart-label {
  -webkit-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  bottom: auto;
  top: calc(100% - 3px);
}
.charts .chart.planned span {
  background-color: #b1d2ff;
}
.charts .chart.approved span {
  background-color: #2ab75d;
}
.charts .chart.remaining {
  width: auto;
}
.charts .chart.remaining span {
  background-color: #e0ecfd;
}
.charts .chart.goods span {
  background-color: #25BCB7;
}
.charts .chart.goods + .chart span {
  background-color: #BEEEE9;
}
.charts .chart.recived span {
  background-color: #0970A5;
}
.charts .chart.recived + .chart span {
  background-color: #BBDFF6;
}
.charts.disabled .chart span {
  filter: saturate(35%);
}
.charts.warning .chart.invoiced span {
  background-color: #ce0152;
}
.charts.warning .chart.not-invoiced span {
  background-color: #ff2a7f;
}
.charts.warning .chart.commited span {
  background-color: #ff2a7f;
}
.charts.warning .chart.planned span {
  background-color: #ff8cba;
}
.charts.labels-hovered .has-label > span + .chart-label {
  display: none;
}
.charts.labels-hovered .has-label > span:hover + .chart-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.chart-inside {
  position: relative;
  width: calc(100% - 10px) !important;
  height: 10px;
  display: block;
}
.chart-inside.has-tooltip {
  cursor: pointer;
}
.chart-inside .tooltip {
  left: calc(50% - 11px);
}
.chart-inside.cell {
  -webkit-box-flex: 0 0 auto !important;
  -moz-box-flex: 0 0 auto !important;
  -webkit-flex: 0 0 auto !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}
.chart-inside.chart-big {
  width: calc(100% - 2.5rem) !important;
  height: 2.5rem;
}
.chart-inside.chart-big .charts {
  height: 2.5rem;
}
.chart-inside.chart-big .charts .chart > span {
  border-radius: 2.5rem;
  right: -2.5rem;
}
.chart-inside.chart-big .charts .chart .chart-label {
  left: 2.5rem;
}
.chart-inside.chart-big .tooltip {
  left: calc(50% - 3px);
}
.chart-inside.chart-medium {
  height: 1.2rem;
  width: calc(100% - 1.2rem) !important;
}
.chart-inside.chart-medium .charts {
  height: 1.2rem;
}
.chart-inside.chart-medium .charts .chart > span {
  border-radius: 1.2rem;
  right: -1.2rem;
}
.chart-inside.chart-medium .charts .chart .chart-label {
  left: 1.2rem;
}
.chart-inside .tooltip {
  left: calc(50% - 9px);
}
.chart-inside:after {
  left: 0;
  background-position: 0 center;
}
.chart-inside:before {
  right: 0;
  background-position: 4px center;
  z-index: 1;
}
.with-chart.with-min-max {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.with-chart.with-min-max .chart-min,
.with-chart.with-min-max .chart-max {
  flex: 0 0 auto;
  min-width: 0;
  font-size: 1.1rem;
  color: #A8B0C2;
}
.with-chart.with-min-max .chart-max {
  padding-left: 1rem;
}
.with-chart.with-min-max .chart-min {
  padding-right: 1rem;
  min-width: 1rem;
}
.with-chart.with-min-max .chart-inside {
  flex: 1 1 auto !important;
  min-width: 0;
}
.with-chart.with-min-max .chart-inside .charts {
  width: 100%;
}
.with-chart.with-min-max .chart-inside + .chart-max {
  padding-left: 2rem;
}
.with-chart.with-min-max .chart-inside.chart-medium + .chart-max {
  padding-left: 2.2rem;
}
.with-chart:not(.with-labels) .labels-hovered .chart-label > div {
  background-color: #fff;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
}
.td.has-charts .charts,
td.has-charts .charts {
  width: calc(100% - 10px);
}
.chart-legend {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.chart-legend .dot {
  width: 0.8rem;
  height: 0.8rem;
}
.chart-legend .legend {
  margin-right: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.chart-legend .label {
  color: #979ea7;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
.chart-legend .dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 0.8rem;
  margin-right: 0.5rem;
}
.chart-legend .dots .dot + .dot {
  margin-left: 1px;
}
.chart-legend .chart-warning-invoiced {
  background-color: #ce0152;
}
.chart-legend .chart-warning-not-invoiced {
  background-color: #ff2a7f;
}
.chart-legend .chart-warning-commited {
  background-color: #ff2a7f;
}
.chart-legend .chart-warning-planned {
  background-color: #ff8cba;
}
.chart-legend .chart-warning-remaining {
  background-color: #e0ecfd;
}
.chart-legend .chart-invoiced {
  background-color: #174f9d;
}
.chart-legend .chart-not-invoiced {
  background-color: #407cd0;
}
.chart-legend .chart-commited {
  background-color: #407cd0;
}
.chart-legend .chart-planned {
  background-color: #b1d2ff;
}
.chart-legend .chart-approved {
  background-color: #2ab75d;
}
.chart-legend .chart-current {
  background-color: #f8c740;
}
.chart-legend .chart-remaining {
  background-color: #e0ecfd;
}
.with-charts.warning i {
  color: #ce0152;
}
.with-charts i {
  color: #407cd0;
  font-size: 1.4rem;
  margin-left: 0.5rem;
}
.with-charts .chart-label {
  color: #294058;
  font-weight: bold;
  font-size: 1.4rem;
}
.with-charts .chart-values {
  margin: 0.5rem 0;
}
.with-charts .chart-values label {
  text-transform: uppercase;
  font-size: 1rem;
  color: #515151;
}
.with-charts .chart-values .value {
  margin: 0.5rem 0 0;
  font-weight: bold;
  font-size: 1.4rem;
}
.with-charts .chart-values .cell + .cell .value {
  text-align: right;
}
.with-charts .chart-values .cell + .cell label {
  display: block;
  width: 100%;
  text-align: center;
}
.charts-grid {
  table-layout: auto !important;
}
.charts-grid td {
  border: 0 none !important;
  padding: 0;
  height: auto;
  min-height: 0;
  background: transparent !important;
}
.charts-grid td.chart-min,
.charts-grid td.chart-max {
  width: 0 !important;
  white-space: nowrap;
  word-wrap: normal;
}
#chart_div svg g:last-of-type * {
  pointer-events: none;
}
.window-editor {
  position: relative;
  padding: 3.5rem 13rem;
  background-color: #E0E4F5;
  overflow: auto;
}
.window-editor .window-fixed {
  position: absolute;
  z-index: 1000;
}
.window-editor .window-editor-dots {
  position: absolute;
}
.window-editor .window-editor-nav-left {
  left: 6.5rem;
  right: auto;
}
.window-editor .window-editor-nav-right {
  right: 6.5rem;
  left: auto;
}
.window-editor .document-wrapper {
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
}
.window-editor .document-wrapper img {
  max-width: none;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.window-editor .window-editor-nav-right,
.window-editor .window-editor-nav-left {
  color: rgba(41, 64, 88, 0.5);
  font-size: 4rem;
  bottom: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  cursor: pointer;
}
.window-editor .window-editor-nav-right:hover,
.window-editor .window-editor-nav-left:hover {
  color: #294058;
}
.window-editor .window-editor-dots {
  position: absolute;
  top: 1.4rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
}
.window-editor .window-editor-dots .window-fixed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateX(-50%);
}
.window-editor .window-editor-dots a {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  margin: 0 0.3rem;
  border: 1px solid #959DB1;
  background-color: #E0E4F5;
  border-radius: 1rem;
  cursor: pointer;
}
.window-editor .window-editor-dots a.active {
  background-color: #959DB1;
}
.window-editor .window-editor-actions {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 6rem;
  padding-top: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.window-editor .window-editor-actions .window-fixed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.window-editor .window-editor-actions a {
  width: 2.7rem;
  height: 2.7rem;
  font-size: 2.2rem;
  color: rgba(41, 64, 88, 0.5);
  cursor: pointer;
  border-radius: 3rem;
}
.window-editor .window-editor-actions a:before {
  width: 2.7rem;
  height: 2.7rem;
  text-align: center;
  line-height: 2.5rem;
  display: block;
}
.window-editor .window-editor-actions a:hover {
  color: #294058;
  background: rgba(255, 255, 255, 0.5);
}
.window-editor .window-editor-actions a + a {
  margin-top: 0.7rem;
}
.window-content-sidebar {
  background-color: #F3F5FF;
  min-width: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.window-content-sidebar.active + .window-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}
.window-content-sidebar.active + .window-wrapper .table-fluid.release-table {
  overflow: auto;
}
.window-content-sidebar:not(.active) {
  display: none;
}
.window-content-sidebar .table-actions {
  border-bottom: 0 none;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.window-content-sidebar .table-actions > span {
  font-size: 1.4rem;
  color: #707070;
}
.window-content-sidebar .table-actions .filters {
  margin: 0 0 0 auto;
}
.window-content-sidebar .table-actions .filters .select > input:not(:checked) + .select-content {
  background-color: #F3F5FF;
}
.window-content-sidebar .sidebar-content {
  max-width: 25vw;
  overflow: auto;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.window-content-sidebar table {
  background-color: #F3F5FF;
  max-width: 25vw;
  min-width: calc(27vh);
}
.window-content-sidebar table thead {
  font-size: 1rem;
}
.window-content-sidebar table tbody {
  font-size: 1.2rem;
}
.window-content-sidebar table th,
.window-content-sidebar table td {
  background-color: #F3F5FF;
}
.window-content-sidebar table td {
  width: 10%;
}
.window-content-sidebar table td.has-ellipsis.w-25 {
  max-width: calc(6.75vh);
}
.window-content-sidebar table td.has-ellipsis.w-20 {
  max-width: calc(5.4vh);
}
.window-content-sidebar table td.has-ellipsis.w-15 {
  max-width: calc(5.4vh);
}
.window-content-sidebar table td.price {
  width: auto;
}
.window-content-sidebar table tr.approve td {
  background-color: #f3fdf2;
}
.window-content-sidebar table tr.reject td {
  background-color: #ffe8f1;
}
.window-content-sidebar table tr.current td {
  background-color: #d0e3fc;
}
.window-popover {
  position: fixed;
  right: 0;
  min-width: 45rem;
  z-index: 1010;
}
@media (min-width: 1023px) {
  .window-popover {
    max-width: 45rem;
    width: calc(35% - 5rem);
  }
}
@media (max-width: 1023px) {
  .window-popover {
    width: 90%;
  }
}
.window-popover .window-popover-header {
  padding: 2.4rem 2.7rem 1.9rem;
  line-height: normal;
  height: auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.window-popover .window-popover-content {
  padding: 0 2rem 2.6rem 2.7rem;
  background: #fff;
}
.window-popover .popover-close {
  font-size: 2.4rem;
  opacity: 0.49;
  cursor: pointer;
}
.window-popover .as-input .label {
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.window-popover .table-collapse {
  max-width: 100%;
  overflow-x: auto;
}
.window-popover .text-ellipsis {
  max-width: 10vw;
}
.window-popover .form-section-content {
  padding: 0;
}
.window-popover .show-inline {
  display: flex;
  flex-wrap: nowrap;
}
.window-popover .show-inline .inline + .inline {
  margin-left: 20px;
}
.window-popover .show-inline .avatars {
  flex-wrap: nowrap;
  display: flex;
}
.window-popover .show-inline .as-input .label {
  position: relative;
  word-wrap: nowrap;
  white-space: nowrap;
}
.window-popover .show-inline .as-input .output {
  margin-top: 0;
}
.window-popover-tables .chat .comments {
  padding: 0;
}
.window-popover-tables .chat .comments .comment {
  padding: 1.5rem 2rem 1rem 0;
}
.window-popover-tables .chat .comments .comment-wrapper {
  margin-left: 4rem;
}
.window-popover-tables .chat .comments .avatar {
  top: 1.5rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
}
.window .window-popover {
  top: 5rem;
  max-height: calc(100% - 5rem);
  overflow: auto;
}
.window.window-with-nav .window-popover {
  top: 6rem;
  max-height: calc(100% - 6rem);
  overflow: auto;
}
.with-popover {
  position: relative;
}
.with-popover .window-popover {
  top: 0;
  max-height: calc(100% - 10px);
  position: absolute;
  left: auto;
  max-width: 60%;
  width: auto;
}
.with-popover .window-popover .window-popover-header {
  padding: 1.5rem 2rem 0.6rem;
}
.with-popover .window-popover .window-popover-content {
  padding: 0 2rem 1rem 2rem;
}
.with-popover .window-popover .inline .output {
  font-size: 1.2rem;
}
.with-popover .window-popover .inline .has-charts {
  width: 100px !important;
}
.with-popover .window-popover .inline .chart-inside.has-tooltip {
  width: 80px !important;
}
.or {
  display: flex;
  align-items: center;
  padding: 0 0 2rem;
}
.or span {
  flex: 0 0 auto;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0 1rem;
  color: #707070;
}
.or:after,
.or:before {
  height: 1px;
  border-top: 1px solid #707070;
  content: '';
  flex: 1 1 auto;
}
.columns-popup {
  margin-right: 2rem;
}
.columns-popup .popup {
  top: 0;
  right: -1.2rem;
  padding: 0;
}
.columns-popup .popup .icon-view_column {
  color: #408cf8;
}
.columns-popup .popup .popup-header {
  font-size: 1.2rem;
  padding: 0.4rem 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.columns-popup .popup .popup-content {
  padding: 0.5rem 1.2rem 1.2rem;
  max-width: 16rem;
  max-height: 80vh;
  overflow: auto;
}
.columns-popup .icon-view_column {
  color: #A1A9BD;
  font-size: 2rem;
}
.columns-popup.active .icon-view_column {
  color: #408cf8;
}
.circle-steps {
  counter-reset: c-steps;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 30rem;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.circle-steps .step {
  counter-increment: c-steps;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 29px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.4rem;
}
.circle-steps .step.active {
  color: #408cf8;
  background-color: #fff;
  border: 2px solid #fff;
}
.circle-steps .step:after {
  content: counter(c-steps);
}
.circle-steps .pause {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 0;
}
.optional {
  background: #f5f6f8;
}
.optional .optional-label {
  color: #294058;
  font-weight: bold;
  font-size: 1.2rem;
}
.optional .as-input span.label {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #ffffff 50%);
}
#enjoyhint_label {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
